Chris Nighswonger
ff13d25bb3
Bugfix: Various Label Creator bugs
...
This fixes:
* A bug which caused the label template editor to throw
an error when saving when no previous profile was applied.
* A typo which caused a 'fetch without execute' error in Labels.pm
It also comments out several useless warns
2010-01-19 22:27:09 -05:00
Chris Nighswonger
7682f493c6
Enhancement: Make web installer log errors to error log
...
The web installer should log errors to the error log instead of only
dumping them to the browser. This will allow a record of the errors
which may be useful for later debugging.
2010-01-13 13:30:31 -05:00
Chris Nighswonger
ed7009df42
[30/30] Removing depricated files
2010-01-11 18:21:43 -05:00
Chris Nighswonger
8a0db421bd
[15/30] Patron Card Creator profile editor interface and code
2010-01-11 18:21:13 -05:00
Chris Nighswonger
7edf6810e6
[12/30] Patron Card Creator layout editor interface and code
2010-01-11 18:21:12 -05:00
Chris Nighswonger
666c70d9cf
[11/30] Patron Card Creator batch editor interface and code
2010-01-11 18:21:11 -05:00
Chris Nighswonger
fdd149d406
[8/30] Patron Card Creator template editor interface and code
2010-01-11 18:17:05 -05:00
Chris Nighswonger
ff9b43e386
[6/30] C4::Creators module
...
Here we consolidate all code common to both Label and Patron Card Creators.
2010-01-11 18:17:04 -05:00
Chris Nighswonger
4a675bcaad
[5/30] A rework of Label Creator code
...
This rework removes code held in common with the Patron Card Creator
and move is to the new C4::Creators module.
2010-01-11 18:16:52 -05:00
Chris Nighswonger
e0dfa63306
[2/30] C4::Patroncards::Lib
2010-01-11 18:16:16 -05:00
Chris Nighswonger
347848ede3
[1/30] C4::Patroncards::Patroncard Module
...
A module for creating patron card objects and manipulating them.
2010-01-11 17:23:06 -05: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
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
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
b529f00aa3
MT 2050 : Fast cataloging
2009-11-19 23:09:46 +01:00
Henri-Damien LAURENT
677111b342
Bug Fixing : C4/Acquisition.pm
...
Updating ModStatus to ModSuggestion
2009-11-19 22:54:41 +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
Nahuel ANGELINETTI
2345dc7c27
(bug #3778 ) GetBranchesLoop and searchMyLibraryFirst
...
This fix GetBranchesLoop, if searchmylibraryfirst is disabled, getbranchesloop mustn't select any branch.
2009-11-18 19:12:45 +01:00
Nahuel ANGELINETTI
8f292e4e50
(bug #3783 ) fix marcurls
...
this permit to have multiples urls in one field
2009-11-18 19:04:52 +01:00
Henri-Damien LAURENT
d83ca6fedf
Adding a test in C4::Charset in UNIMARC_Encoding
2009-11-17 16:27:13 +01:00
Henri-Damien LAURENT
9d52c46dda
Better conformance for UNIMARC Authorities Encoding
...
encoding is on 8th character and not 9th
2009-11-17 16:27:12 +01:00
Paul Poulain
b89765e682
removing hardcoded (english) string
2009-11-17 16:27:12 +01:00
Paul Poulain
feaaffd0b1
missing ) result in SQL error
2009-11-16 17:21:58 +01:00
Henri-Damien LAURENT
19ac7c1569
Bug Fix : 3343 MT1313 Authorities MARC summary
...
When more than one heading, fields are mixed and not well ordered
2009-11-11 20:59:32 +01:00
Henri-Damien LAURENT
72d91ac361
Adding a warning On subscription deletion for item
...
If we really wanted to delete all items linked to a subscription when we delete a subscription
we should change the database structure as such :
ALTER TABLE serialitems ADD FOREIGN KEY ( itemnumber ) REFERENCES items (itemnumber) ON DELETE CASCADE ;
ALTER TABLE serial CHANGE subscriptionid subscriptionid INT( 11 ) NOT NULL
ALTER TABLE serial ADD INDEX subscription ( subscriptionid )
ALTER TABLE serial ADD FOREIGN KEY ( subscriptionid ) REFERENCES subscription (subscriptionid) ON DELETE CASCADE ;
2009-11-11 15:19:24 +01:00
Henri-Damien LAURENT
fc1a5ed318
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-11 14:00:11 +01:00
Paul Poulain
761211ca0c
reindenting & removing comments
2009-11-11 11:17:47 +01:00
Paul Poulain
74fed183f9
oups, sorry, fixing mistake in previous patch
...
(reverting a not related and probably bogus change)
2009-11-10 22:23:50 +01:00
Paul Poulain
6c086454ff
revamping a little opac-detail for subscription (adding more history information)
2009-11-10 22:23:50 +01:00
Jane Wagner
0157b46e13
Bug 3702 add branch description as primary sort for items in staff mode
...
The default sort order for items attached to a title in staff mode is
items.dateaccessioned desc. This means that a particular library's holdings
will be scattered through the list -- a special problem when it comes to serial
issues. I've done a change to Items.pm that makes the sort order branch
description followed by dateaccessioned. Thus, a library's holdings will be
grouped together in the display.
2009-11-10 22:23:50 +01:00
Paul Poulain
ed047fead8
adding XSLT for intranet (UNIMARC only, MARC21 will be done by kf)
...
- the XSLTParse4Display sub now has a new parameter : the interface (intranet or opac)
- the XSLTdisplay sysprefs is common to staff & opac (Auth.pm)
- added UNIMARC xslt in intranet templates (modified to deal with staff/opac differences)
2009-11-10 22:23:50 +01:00
Paul Poulain
35fc57ae39
subs declared twice
2009-11-10 22:23:49 +01:00
Paul Poulain
638dfd30e5
fixing overdue checking (today is not late)
...
NOW() returns minuts and seconds. date_due is just YYYY-MM-DD
Thus date_due < now() is wrong if date_due is today, and the patron is considered as late.
With curdate(), the patron is late only the day after the overdue limit
2009-11-10 22:23:48 +01:00
Henri-Damien LAURENT
a4ac58cec8
enhancement C4::Members.pm Improving POD
...
Adding a function to output field as xml
2009-11-06 12:33:15 +01:00
Henri-Damien LAURENT
486c0b075e
SQLHelper Enhancement Adding contain as searchtype
2009-11-06 12:33:15 +01:00
Henri-Damien LAURENT
50e8e5a33f
enh Serials-collection Checking claimed late and expected issues
...
Could be better handled with jquery
2009-11-06 12:33:15 +01:00
Jean-André Santoni
eff46d395e
Adds billing address support in the basketgroup.
...
Also fixes a bug in ModBasketgroup, and renames the PDF uploaded to the client.
2009-11-04 13:17:09 +01:00
Jean-André Santoni
d61161a3d5
[3.2.x](bug #3624 ) Per-basketgroup delivery place
...
Librarian are now able to select a different delivery place for each basketgroup. They can choose one from the branch list or manualy using a textarea.
Database schema and PDF generation have been modified to reflect these changes.
2009-11-02 17:02:02 +01:00
Henri-Damien LAURENT
ee7d0af37b
POD improvement
2009-11-02 16:51:20 +01:00
Paul Poulain
4de7b92904
some reindenting & XHTML compliance
2009-10-30 13:49:39 +01:00