Matthias Meusburger
b40d4052b9
MT2116 : Addons to the CSV Export
...
Add encoding selection
Add authorised values handling
2010-01-28 15:11:55 +01:00
Matthias Meusburger
a404384b11
MT2116: Addons to the CSV export
...
Add user-defined headers
Add CSV, field and subfield separator selection
2010-01-28 15:11:54 +01:00
Henri-Damien LAURENT
51241b66b2
bug Fixing: updatedatabase
...
Here comes a patch for update database.
Can you please test and tell me if it works ?
Thanks a lot
2010-01-28 15:11:48 +01:00
Henri-Damien LAURENT
1d98bd2a96
Bug 3983 : Needed authorised values list for french frameworks.
2010-01-28 15:11:48 +01:00
Colin Campbell
7f68a2440f
delay dropping of aqbookfund
...
aqbookfund cannot be dropped before aqorderbreakdown
due to fk cobstraints
remove drop of column bookfundid from aqbudget
column no longer exists at this point
2010-01-25 14:24:03 +00:00
Colin Campbell
411aae1a87
Can only add column reservesallowed to issuingrules once
2010-01-25 09:30:15 +00:00
Colin Campbell
12c5508d99
Remove an invalid db update
...
Update tries to drop two fk constraints which
don't appear to exist
2010-01-25 09:30:15 +00:00
Colin Campbell
87a3a627f1
column was added in two separate updates
...
3.01.00.068 duplicates the operations of 3.01.00.065
Because one column has already been created, populated and dropped
the rest of the update fails
2010-01-25 09:30:15 +00:00
Colin Campbell
9e42d04cb7
remove duplicate column add
...
Change 3.01.00.089 duplicated 3.01.00.070
2010-01-25 09:30:14 +00:00
Colin Campbell
7e07fa5d12
102 needs to be an update not an insert
2010-01-25 09:30:14 +00:00
Colin Campbell
5cc7c1db9a
remove duplicate addition of casAutherntication preference
2010-01-25 09:30:14 +00:00
Henri-Damien LAURENT
d339abf0bf
Merge branch 'patroncards-wip' of git://git.foundations.edu/koha into community
...
Conflicts solved:
Makefile.PL
installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl
2010-01-20 23:16:34 +01:00
Kyle M Hall
2d1d4cd6e7
OpacAddMastheadLibraryPulldown
...
In the current OPAC, there is no easy way to search a particular library.
By default, a user searches all libraries, or with SearcMyLibraryFirst turn on,
the user's home library. In dev_week, a library pulldown menu existed in the search masthead.
This commit adds the option to bring that pulldown menu back
by turning on the system preference OpacAddMastheadLibraryPulldown
2010-01-20 22:38:23 +01:00
b7b6bf3bb5
Rotating Collection > DB upgrade to 102
2010-01-20 22:36:40 +01:00
f650aad34b
Rotating Collections
...
This feature is designed to manage collections of items that move
from library to library periodically. Koha can already track who *has*
and item, and who *owns* and item, but not who *should have* an item.
That is the issue this feature addresses.
It allows a persion to create a collection, and add any number of items
to that collection. The collection can then be transferred from library
to library. If an item shows up at a library that does not currently
'hold' that collection, Koha will ask you to transfer it to the library
that does currently 'hold it. In that way, one can even transfer
collections where some of the items are currently checked out. As soon
as they make it back to a library, they will get transferred to the
current library holding that collection.
The feature consists of 4 main pages.
'Home' Page: The landing page, lists collections and provides access to
the rest of the tools.
Access is via the Tools page.
Edit Collections: Add/Delete new rotating collections
Add/Remove Items: Add/Remove items from a given collection
Transfer Collection: Set the current 'holder' of a given collection.
Librarian access is controlled by 'CAN_user_tools_rotating_collections'
2010-01-20 22:35:15 +01:00
Henri-Damien LAURENT
6b88ea88bb
Fixing dbrev 104
...
There was two variable declaration missing
2010-01-18 01:05:38 +01:00
Chris Nighswonger
6bbb5a0889
Bugfix: 4046 Misc SQL Syntax Errors
...
This patch fixes several SQL syntax errors with the ALTER TABLE pragma
2010-01-15 10:24:55 +01:00
b407a95fb8
Add OverdueNoticeBcc syspref required by overdue_notices.pl
2010-01-15 10:19:26 +01:00
Chris Nighswonger
9e53e9c524
Bugfix: Missing line terminator at the end of an INSERT
2010-01-12 09:31:35 -05:00
Chris Nighswonger
a75558340a
[29/30] Bumping version number to 3.01.00.101
2010-01-11 18:21:19 -05:00
Chris Nighswonger
e616ba1be0
[28/30] Adding sample data for Label and Patron Card Creators
...
Also removing obsoleted sample labels data.
2010-01-11 18:21:18 -05:00
Chris Nighswonger
ee6c7ad4b8
[27/30] Adding a script to migrate from current Label Creator to the new table structure for Creator tools in general
2010-01-11 18:21:18 -05:00
Chris Nighswonger
c102b61ef5
[26/30] Updating kohastructure.sql to reflect changes introduced in Patron Card Creator work
2010-01-11 18:21:17 -05:00
Chris Nighswonger
c44d08bff2
[22/30] Adding a syspref to limit the number of images which can be stored in the db at any one time by the Patron Card image managera
...
This will keep the db a sane size. Setting this to NULL will result in no
limit being enforced.
2010-01-11 18:21:16 -05:00
Nicole Engard
90c1c620f5
Bug 3654: Resubmit: Fixes issues with authorized values
...
#1 Moves Authorized Values under Basic on the Admin page & menu
#2 Add defaults for PROC & CART in LOC
#3 Add MANUAL_INV default
#4 Add BOR_Notes default
#5 Fix descriptions and language on authorized values page related
to these changes
2010-01-05 13:54:09 +01:00
Nicole Engard
cef321e7bd
replacement for bug 3817 added patron permissions for tag tool
2009-12-22 19:14:51 +01:00
Nicole Engard
139db56446
Bug 3830: Fix spelling error in patron permissions
2009-12-22 19:14:50 +01:00
Piotr Wejman
2abc61afd3
Adding pl-PL directory to installer/data/mysql.
2009-12-22 00:43:25 +01:00
Chris Nighswonger
b21f235b9e
Bugfix for various bugs in mandatory and sample data for webinstaller
...
NOTE: This patch removes the sample budgets data which was obsoleted by the new
aquisitions module. The changes introduced with this new module will require
a completely new set of sample data to be written.
2009-12-20 14:31:36 +01:00
Chris Nighswonger
1c47bb676f
Bugfix: Missing line terminator at the end of an INSERT
2009-12-20 14:31:36 +01:00
Piotr Wejman
3e85a59152
Removing redundant coma in updatedatabase
2009-12-20 14:31:36 +01:00
Paul Poulain
032371aaca
updatedatabase change : set CAS auth OFF by default
...
ON by default will confuse most libraries, and it won't work as the CAS server won't be defined
2009-12-20 14:31:30 +01:00
Piotr Wejman
7cde8989fa
Adding missing definition of lib_opac column in authorised_values table [BUG 3887]
2009-12-20 14:27:49 +01:00
Piotr Wejman
c5ddaf5d5f
Added missing drop table lines (labels_batches & labels_layouts)
2009-12-20 14:27:49 +01:00
0c7e7053e2
Renumber DB updates from merge
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-12-01 21:07:48 -05: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
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
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
6103ad0397
UpdateDatabase more fixes
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
37e7d9664e
BZ2222 : db definition for frameworkcode in auth_subfield_structure incorrect
...
db definition for frameworkcode was only varchar(8)
corected to 10
2009-11-17 22:08:52 +01:00
Henri-Damien LAURENT
350f64f0d3
Followup database update ca0b6596eaf
2009-11-17 16:27:14 +01:00
Henri-Damien LAURENT
eecf02b86f
removing database revision 124
...
Revisions 124 and 123 were the same
2009-11-17 16:27:11 +01:00
Jean-André Santoni
c85bd96cf6
Fixed wrong SQL syntax in updatedatabase.
2009-11-17 16:27:11 +01:00
Henri-Damien LAURENT
813d234191
removing database revision 124
...
Revisions 124 and 123 were the same
2009-11-11 11:17:48 +01:00