Chris Nighswonger
f159b75cb7
Fix for MSWin32
...
A tweak to restore MSWin32 installation capability.
NOTE: Native MSWin32 support in Koha is for Strawberry Perl 5.10.1.0 or later.
There are some issues with GDBM_File.pm which prevent Koha from running without a bit of
a workaround. This will be resolved in the January 2010 release of Strawberry Perl. More
can be read concerning this in the INSTALL.MSWin32 file which will be forth-coming.
NOTE: There will be several other minor changes to other portions of the Koha code base
in order to fix misc issues when Koha is installed on MSWin32.
2009-12-20 14:27:03 +01:00
ec48133f71
Bug 3863 - Amazon Content Not Working
...
Sysprefs were not sent to templates.
2009-12-20 14:27:03 +01:00
Michael Hafen
929d281e93
bugfix Move Item From Biblio - biblioitemnumber isn't the same as biblionumber
...
In the database and code biblioitemnumber is not guaranteed to be the same as
biblionumber.
2009-12-20 14:27:02 +01:00
David Birmingham
77141dab35
Translated & to & in xmlrecord
...
If the homebranch tag had an & in its name, then the XML wouldn't parse
correctly. As a result, if XSLT was turned on, "No copies available" would
always be displayed.
2009-12-20 14:26:35 +01:00
1d9de57e23
Bug 3784: Don't fail on opac-detail.pl with invalid biblionumber
2009-12-20 14:26:35 +01:00
9bebe2e914
correct DBrev
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-12-02 06:29:39 -05:00
0c7e7053e2
Renumber DB updates from merge
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-12-01 21:07:48 -05:00
4747ea7462
Merge commit 'koha-biblibre/master' into bl-acq
2009-12-01 21:01:33 -05:00
Henri-Damien LAURENT
aaebd7e138
Bug Fixing additem : branchcode unwilling changes
...
branchcode was unconditionnally changed to user branch when editing an item
2009-11-26 21:55:10 +01:00
Paul Poulain
37feb640af
fixing version update
2009-11-26 17:13:08 +01:00
Henri-Damien LAURENT
f0132aeb71
dbRev 130 : CAS System preference
...
Upgrade updatedatabase.pl and kohaversion
2009-11-25 12:20:16 +01:00
Henri-Damien LAURENT
6a7d1f448d
Merge branch 'MT1105' into public_master
2009-11-25 12:16:05 +01:00
Matthias Meusburger
9f41fe64be
MT 2050, Follow-up, Fast Cataloging
...
Adds granular permissions for cataloging
Also adds a link from the circulation home to fast cataloging when fast cataloging is active
2009-11-24 10:05:10 +01:00
Henri-Damien LAURENT
ce3adab2ee
bulkmarcimport.pl Bug Fix matching biblios enhanced
...
matching biblios is now also getting biblioitemnumber so that Items management can be performed
2009-11-23 21:40:13 +01:00
Henri-Damien LAURENT
6b29bb866b
followup da49fc77df
enh 3736
2009-11-23 21:35:07 +01:00
Henri-Damien LAURENT
5b9ed679c5
haspermission signature had changed
2009-11-23 17:05:55 +01:00
Matthias Meusburger
54b6b9bd1d
Remove ticket parameter from auto added hidden fields.
...
(Normal login directly after a failed CAS login didn't work previously to this removal)
2009-11-23 16:37:54 +01:00
Matthias Meusburger
c92bc8d73b
Added debug mode for CAS warn messages
2009-11-23 16:34:31 +01:00
Matthias Meusburger
26d85c3cd6
Add missing return when CAS user is invalid
2009-11-23 16:32:40 +01:00
Henri-Damien LAURENT
36a01ea347
Second CAS version : CAS and non-CAS login can coexist
...
Conflicts solved :
C4/Auth.pm
opac/opac-main.pl
2009-11-23 16:26:35 +01:00
Matthias Meusburger
77ab8970f1
Add a syspref for CAS logout
2009-11-23 16:23:27 +01:00
Matthias Meusburger
acdd090246
Moved CAS configuration from config file to sysprefs
2009-11-23 16:23:20 +01:00
Henri-Damien LAURENT
7126496210
First CAS version : when CAS is enabled, login through CAS is mandatory
...
Conflicts solved C4/Auth.pm
2009-11-23 16:21:37 +01:00
Nahuel ANGELINETTI
5ed631c850
(bug #3802 ) fix branch deletion checks
...
This fix checks that are done when a branch is deleted, and the message shown.
Now it check for borrowers and items attached to the deleted branch.
2009-11-23 10:35:25 +01:00
Nahuel ANGELINETTI
e88fbd627b
(bug #3801 ) fix itemtype administration
...
This delete all code related to renewals allowed in itemtype administration.
2009-11-23 10:34:44 +01:00
Paul Poulain
97b2a56f27
more SQL fixes. Installer now works fine with french & unimarc
2009-11-20 18:28:14 +01:00
Paul Poulain
70b9cdeb2d
fixing strings (for new acq module) & syspref translations to french
2009-11-20 18:23:44 +01:00
Paul Poulain
3fd820a454
some installer fixes
...
* 2 descriptions not translated to french
* 2 SQL errors (missing , and duplicated syspref)
2009-11-20 17:11:38 +01:00
Henri-Damien LAURENT
b7270536e4
MT 2309, Follow-up : Display item location codes in item adding
...
Conflicts solved cataloguing/additem.pl
2009-11-19 23:47:50 +01:00
Matthias Meusburger
cff0c954da
MT 2051, Follow-up : Fixing typo in granular permissions for guided reports
2009-11-19 23:22:55 +01:00
Henri-Damien LAURENT
b323737267
MT1883 : Serials enddate was not cleanly used
...
GetExpirationDate should now be used only to get the NEXT expirationdate based on startdate
Perltidying C4/Serials.pm
2009-11-19 23:09:47 +01:00
Henri-Damien LAURENT
6103ad0397
UpdateDatabase more fixes
2009-11-19 23:09:47 +01:00
Paul Poulain
66ade62eb4
oups, sorry, fixing mistake in previous patch
...
(reverting a not related and probably bogus change)
2009-11-19 23:09:47 +01:00
Paul Poulain
50c980b028
revamping a little opac-detail for subscription (adding more history information)
2009-11-19 23:09:47 +01:00
Matthias Meusburger
ead610d357
MT1644 : Added HTML Escape on ocoins to prevent unintentional tag ending
2009-11-19 23:09:46 +01:00
Matthias Meusburger
f9eff58059
Add JQuery tablesorters on serials-edit and booksellers
2009-11-19 23:09:46 +01:00
Matthias Meusburger
b529f00aa3
MT 2050 : Fast cataloging
2009-11-19 23:09:46 +01:00
Paul Poulain
4555aa85c0
adding SUDOC history to XSLT (fields 955$r and $9)
2009-11-19 23:09:46 +01:00
Matthias Meusburger
3804708253
MT 2040, Follow-up : Dropdown list for languages in opac
2009-11-19 23:09:45 +01:00
Nahuel ANGELINETTI
a72500e239
(bug #3655 ) fix news language detection
...
This patch improve the language detection for news in opac. If the user have no defined language in his browser.
Mergefix
2009-11-19 23:08:20 +01:00
Henri-Damien LAURENT
677111b342
Bug Fixing : C4/Acquisition.pm
...
Updating ModStatus to ModSuggestion
2009-11-19 22:54:41 +01:00
Henri-Damien LAURENT
a9ae673ba1
followup finishreceive.pl
2009-11-19 17:34:27 +01:00
Henri-Damien LAURENT
58e76f605c
followup 73de4a2e3f
...
Some merge problems occured
2009-11-19 17:08:47 +01:00
Nahuel ANGELINETTI
9864ebf31c
(bug #3728 ) fix mandatory select fields
...
this fix marc editor for "select" mandatory fields that koha don't take care atm.
2009-11-19 10:43:21 +01:00
Nahuel ANGELINETTI
8fc3249fa0
(bug #3655 ) fix news language detection
...
This patch improve the language detection for news in opac. If the user have no defined language in his browser.
2009-11-19 10:41:33 +01:00
Nahuel ANGELINETTI
2bf19bc97a
(bug #3674 ) allow users creation with disabled password
2009-11-19 10:40:28 +01:00
Henri-Damien LAURENT
c4f19cbac9
MT 2298 : Fix hidelostitems
...
This patch fixes the opac search, and C4::Search to take care about hidelostitems for items, and not records.
Conflicts solved C4/Search.pm
2009-11-19 09:33:20 +01:00
Henri-Damien LAURENT
3daa3143ff
2298 2299 : Search.pm and opac-search.pl
...
Removing filter available and hidelostitems at Biblio level
2009-11-19 09:27:17 +01:00
Henri-Damien LAURENT
4041c4025e
Subscription add Updating Online Help file
2009-11-19 09:25:03 +01:00
Nahuel ANGELINETTI
ca1d85f256
[followup](bug #3550 ) fix opensearch with subtitle
2009-11-18 19:13:11 +01:00