Ryan Higgins
271aa9043d
Adding MARC preview to acqui screens
...
Also cleaning up some missing params and language.
Add another js library: greyox (jquery derivative iiuc).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 22:15:08 -06:00
Joshua Ferraro
a508bc1cd2
s/mt/itemtype/ for FindDuplicate
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 21:44:06 -06:00
Joshua Ferraro
db3954aabd
allow timeout to be specified in days
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 19:41:41 -06:00
Joshua Ferraro
62ce10a838
adding maxItemsToDisplay
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 19:32:34 -06:00
Joshua Ferraro
824d50c50d
forward-porting default sort by options
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:47:12 -06:00
Joshua Ferraro
db15d836fc
adding proper frameworkcodes for simple frameworks suppress field
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:33:43 -06:00
Joshua Ferraro
f147287fed
fix to kohastructure, comma probs
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:29:26 -06:00
Joshua Ferraro
b568248004
adding fixes to updatedatabase
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:09:09 -06:00
Joshua Ferraro
37dfb6d4ae
fix to sort by defaults sysprefs, more choices
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:05:06 -06:00
Joshua Ferraro
eab6705ce6
adding numSearchResults and OPACnumSearchResults
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:04:56 -06:00
Joshua Ferraro
bd3c569c3c
adding warning to marc_subfields_structure not to change the koha link after loading data
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:04:44 -06:00
Paul POULAIN
edb1515cc1
1507 : Possible Missing Foreign Key in Accountoffsets
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:16:13 -06:00
Paul POULAIN
0381f47994
unimarc zebra config files moved to etc/zebradbs directory
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:15:52 -06:00
Paul POULAIN
304deaadf1
(atz, pls validate) bugfixing dates viewing on moremember
...
There were 2 bugs :
- one in moremember.pl that supposed the date value to be in preffered order, which is wrong, it's in iso at this time
- the output does not work as expected, as it always return iso.
Pls atz, confirm Dates.pm was bugged.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:15:34 -06:00
Paul POULAIN
0e7412c802
for authorities too: everybody, says 100 times : "It's forbidden to put TMPL_IF inside a html tag"
...
The translator become crazy :
<anything <!-- TMPL_IF -->nanana<!-- /TMPL_IF -->> is ILLEGAL in Koha
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:11:49 -06:00
Paul POULAIN
059775410f
removing useless files
...
some were already in etc/zebradb, the unimarc specifics one have been copied here
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:11:42 -06:00
Paul POULAIN
262a6e2a9a
Updating rebuild_zebra.pl : now uses etc config files
...
There are only 2 UNIMARC specific files (.abs and .chr), they have been moved to etc/zebradb
The rebuild_zebra.pl takes all config file from this location now.
the misc/zebra/ can be removed (and will be soon)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:07:46 -06:00
Paul POULAIN
df1ee7a9ca
translation to french updated (staff & opac)
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:07:12 -06:00
Paul POULAIN
db7407c4a2
Deal with opac template reordering
...
the modules/ directory is now in opac as well as in intranet.
non english languages were unreachable without this patch.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:07:00 -06:00
Paul POULAIN
327ae4ff84
include 700 (author) in authority author list
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:06:42 -06:00
Paul POULAIN
5867d6ea81
adding a tab to all un-affected sysprefs.
...
+ modify the look a little bit
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:03:49 -06:00
Paul POULAIN
36d4b404f1
Adding Biblio::EndNote dep
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:03:21 -06:00
Paul POULAIN
82ba69a5d7
adding yellow style for search term
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:01:48 -06:00
Paul POULAIN
90cd15c629
remove a SQL limit & the items table stuff
...
The authoritative data for the items is the items table, not the MARC data.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 17:00:17 -06:00
84cd643b0d
Fix for Bug 1574
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:47:42 -06:00
Galen Charlton
e9f36cc227
MARC import: part 3 of large file support
...
* Introduced C4::UploadedFile to handle management and
progress tracking of uploaded files.
* Modified stage-marc-import.pl to handle new upload
mechanism
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:45:53 -06:00
Galen Charlton
296e4909e0
MARC import: part 2 of large file support
...
* Added check_cookie_auth to C4::Auth
* Added permissions checks to the file upload scripts
* Added more error handling
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:45:49 -06:00
Galen Charlton
0c1617010f
bugfix: fixed quelling of warning if $db_port not specified
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:45:36 -06:00
Galen Charlton
4a1b7cce71
bugfix: remove extra /TMPL_IF
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:45:31 -06:00
Galen Charlton
1552407c45
quell warning about missing config parameter (DB) 'port'
...
This context parameter is not necessarily present for
MySQL storage method.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:43:40 -06:00
Galen Charlton
958b5a097c
new C4::Auth::get_session for single place to get CGI::Session object
...
Refactoring to provide single place to get CGI::Session ojbject;
fixes bug for DB storage method other than 'mysql'.
This refactoring is also part of the patch series for
handling large input files for staging and processing
MARC records.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:43:26 -06:00
Galen Charlton
2e1b9fd295
MARC import: part 1 of adding support for large files
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:43:10 -06:00
Galen Charlton
7ee7effc89
renamed 'biblios' directory for webservices to 'svc'
...
Directory changed to give a more generic name, particularly
for when new services are added later.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:43:06 -06:00
Joshua Ferraro
39786ad6b3
adding Suppress in OPAC to record.abs
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:41 -06:00
Joshua Ferraro
728ef09ead
adding 'Suppress in OPAC' to MARC frameworks
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:34 -06:00
Joshua Ferraro
a7951a96ba
improve nomenclature of installer
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:26 -06:00
Joshua Ferraro
918a09dd35
adding missing sysprefs to 3.0
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:20 -06:00
Joshua Ferraro
f0fdddb2f2
forward-porting full list of valud Z39.50 target syntaxes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:13 -06:00
Joshua Ferraro
01f9fd779a
fixes to scan
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:08 -06:00
Joshua Ferraro
937bb38e6a
fix for bug 1208, exact barcode search
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:28:04 -06:00
Joshua Ferraro
52d9e90655
adding back count of remaining renewals to OPAC
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:57 -06:00
Joshua Ferraro
defb2eec57
adding a pre-check for patronimages/ dir, which won't be there by
...
default
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:52 -06:00
Joshua Ferraro
f40d3c7927
fixing form for picture-upload
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:48 -06:00
Joshua Ferraro
7471f4c017
add OPAC hidelostitems and suppression from dev_week
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:44 -06:00
Joshua Ferraro
f8625dced4
fixing syntax error in sysprefs.sql
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:40 -06:00
Joshua Ferraro
cff6c94106
fix for bug 1373 (add no-cache headers)
...
After experiencing this for myself I've decided to just
add them by default, if we want to wrap in a syspref at some
point we can.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:36 -06:00
Joshua Ferraro
7bfd9507ae
fix for bug 1352: 'Suggestions Link Should Force Patron Login'
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:31 -06:00
Joshua Ferraro
160440cc3a
fixing masthead query detection, fixing author and subject links
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:26 -06:00
Joshua Ferraro
f9b132be8c
fixing patronimages syspref
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:21 -06:00
Joshua Ferraro
f784d30c3c
adding back patron images to circ and moremember
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:15 -06:00