Christopher Hall
023d6b9e36
fix for umlauts in templates, XSLT still buggy
2010-12-21 11:14:59 +13:00
Christopher Hall
1ad2bf5cb2
make sure to close that file
2010-12-10 13:34:21 +13:00
Christopher Hall
0d6b7290cb
tidied up code, fixed indentation, unused variables, etc
2010-12-10 11:17:49 +13:00
Christopher Hall
7c3ddf1675
forgot to account for fullstop in pattern
2010-12-07 14:32:27 +13:00
Christopher Hall
287478fcb4
fixed loop variable patterns to handle scope
2010-12-07 14:15:07 +13:00
Christopher Hall
9c816a9ab3
script with fixed scoping
2010-12-07 11:34:15 +13:00
Christopher Hall
78ef7daadf
fixed elseif vs elsif bug
2010-12-06 16:02:39 +13:00
Christopher Hall
50466277f7
fixed preferences with group titles not being displayed
2010-11-26 15:48:00 +13:00
Christopher Hall
6882fa0fdb
fixed loop variables
2010-11-25 11:07:51 +13:00
Christopher Hall
dc76447db6
removed pref from list of file types and fixed FOREACH bug, now some preferences render properly
2010-11-24 16:46:46 +13:00
Christopher Hall
c190d93a12
Merge branch 'master' into template_toolkit
2010-11-19 10:11:47 +13:00
Christopher Hall
675a322d43
added .pref to list of extensions to 'convert'
2010-11-19 09:57:42 +13:00
Christopher Hall
673b62d66b
now ready for testing
2010-11-18 16:55:21 +13:00
Christopher Hall
28641cc590
small fixes, seems to generate working opac and intranet
2010-11-18 14:12:38 +13:00
Christopher Hall
39c87ee7be
updated 'conversion' script, now seems to catch all cases within both opac and intranet, still some errors (13) but no 'missed' cases
2010-11-12 16:52:03 +13:00
Christopher Hall
51b399ddfc
More work on 'conversion' script for HTML::Toolkit to Template::Tolkit
2010-11-12 15:02:36 +13:00
Chris Cormack
84d7a0e3ef
Merge remote branch 'kc/master'
2010-11-10 12:15:32 +13:00
1aef81c354
Ukranian and Russian syspref language updates
2010-11-09 12:01:02 +13:00
a3226d5ce6
Russian and Ukranian opac language updates
2010-11-09 12:00:40 +13:00
6d22b87543
Staff interface .po file updates
2010-11-09 11:59:41 +13:00
Chris Cormack
2a4c3d48d0
Merge remote branch 'kc/new/bug_5370' into kcmaster
2010-11-09 10:49:01 +13:00
Katrin Fischer
d829dc1c6a
Bug 5370: Fix all references to koha.org
...
Thx to Brooke for helping with the wiki.
This is the last patch.
We will have to change some more links, after translate.koha.org was moved.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-09 10:45:27 +13:00
Chris Cormack
ce54fe0323
Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster
2010-11-08 19:42:41 +13:00
a3ceef434e
Bug 4515 (Few very small errors in opac-search.pl) RESENT fixing whitespace warning
...
Loop on results should stop before $i==@servers. Adding fix for warnings on undefined values in comparison for lines 485, 488 and 510.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 16:51:54 +13:00
c616cb5081
Bug 4472 Apply it to MARC21
...
For French installation of Koha using MARC21, the same issues as UNIMARC
affects handling of by translation scripts.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 16:23:37 +13:00
Chris Cormack
fe977aa441
Merge remote branch 'kc/new/bug_5214' into kcmaster
2010-11-08 15:31:49 +13:00
fbbab73492
Fix for Bug 5214 - undefined itype images cause broken image icon in request.pl
...
Also fixes the same bug on the Itemtypes administration page.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 15:30:17 +13:00
Chris Cormack
f48cb1122d
Merge remote branch 'kc/new/bug_5236' into kcmaster
2010-11-08 15:26:37 +13:00
c49600aaa7
bug 5236: remove hidemytags from CSS as well
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 15:25:29 +13:00
072896d66b
bug 5219: tidy cleanup_database.pl
...
Includes a bit of cleanup of the enhancement patch
for bug 5074 - adding comments about old and new
behavior isn't necessary for such small changes.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 15:14:15 +13:00
Chris Cormack
4a86a4de8c
Merge remote branch 'kc/new/bug_5370' into kcmaster
2010-11-08 09:42:52 +13:00
Katrin Fischer
6df634855c
Bug 5370: Fix all the references to koha.org
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 09:41:49 +13:00
Katrin Fischer
9f688ad92b
Bug 5370: Fix all references to koha.org
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 09:41:47 +13:00
Chris Cormack
44b3ac1196
Merge branch '5370_koha.org' of git://github.com/kfischer/Koha into new/bug_5370
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 09:31:46 +13:00
07cfc5d69c
Bug 5372 (v2) Existing value can be replace by default value
...
The way an existing value was tested was wrong. 0 is a valid value but a
false value for Perl.
=> replace privious proposal.
[3.2] Should also apply.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-08 09:24:22 +13:00
Katrin Fischer
35cf30ef15
Bug 5370: Fix references to koha.org and other old websites
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-07 19:50:52 +13:00
Katrin Fischer
2f16504e9a
Bug 5370: Fix references to koha.org and other old websites
2010-11-07 07:10:06 +01:00
Chris Nighswonger
8dded0c269
Adding 3.2 Release Maintainer to Release Team List
...
Signed-off-by: Liz Rea <lrea@nekls.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-06 20:44:17 +13:00
e40b180d1d
Bug 5368 Browse Shelf link appears when no itemcallnumber
...
Suppress Browse Shelf link on OPAC detail page when there is no item
call number.
[3.2] Should also apply on 3.2
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-06 07:39:48 +13:00
Nahuel ANGELINETTI
363c1ca9f9
(MT 2985) simplify CanBookBeReserved
...
The function was too complex for so simple stuff, not we check if one of all items of the record can be issued.
[Note by Galen Charlton: not only does this patch simplify the routine,
it also makes it behave correctly.]
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-06 07:14:13 +13:00
Chris Cormack
b2fa851cca
Merge remote branch 'kc/new/bug_5227' into kcmaster
2010-11-05 08:02:34 +13:00
Chris Nighswonger
374cdb2678
Fixing up a regexp to stop a trivial warn
2010-11-04 14:24:46 -04:00
Chris Cormack
414b2ace4f
Merge remote branch 'kc/new/signoffs' into kcmaster
...
Conflicts:
installer/data/mysql/updatedatabase.pl
Updated updatedatabase.pl to handle new version number
2010-11-04 20:14:28 +13:00
Chris Cormack
c836b63a7d
Bug 5363 - Removing unused module (C4::Cache::FastMemcached)
...
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-04 20:05:36 +13:00
be997f924e
bug 4141: fix upgrade of OPAC XSLT parameters from 3.0.x
...
Note that OPACXSLTResultsDisplay and OPACXSLTDetailsDisplay
are boolean parameters in 3.2.x, not string parameters.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-04 06:54:04 +13:00
Chris Cormack
47391d4e5a
Updating version number and fixing the xxx in updatedatabase ... my bad
2010-11-04 06:28:24 +13:00
Chris Cormack
78a1f58275
Merge remote branch 'kc/new/bug2567' into kcmaster
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-03 21:21:36 +13:00
Chris Cormack
e5bdc1e9ab
Merge remote branch 'kc/new/bug_5308' into kcmaster
2010-11-03 16:52:21 +13:00
Chris Cormack
5145eb59b7
Merge remote branch 'kc/new/merge_help' into kcmaster
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-03 14:58:52 +13:00
Chris Cormack
ef087b0006
Merge remote branch 'kc/new/bug_4991' into kcmaster
...
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-03 14:49:13 +13:00