Commit graph

2615 commits

Author SHA1 Message Date
oleonard
f068d5054c Changing help link to be friendlier to non-javascript-enabled browers 2004-06-22 18:52:27 +00:00
oleonard
90dd36f795 Adding special marc-related top include so that marc-editor.css can be included in proper place 2004-06-22 18:50:27 +00:00
oleonard
d57b09bf72 Re-adding background image specified in intranet stylesheet 2004-06-22 16:01:41 +00:00
tipaul
11846f098d some improvements in SearchMarc 2004-06-22 15:33:30 +00:00
tipaul
635618b2f2 uninstaller 2004-06-22 15:33:06 +00:00
tipaul
897f959bda adding new feature to installer :
the user can select sql-datas to add to it's DB
can be populated by any SQL
french UNIMARC sample being added really soon
- framework for monography
- framework for URL
- framework for ...
- Personal UNIMARC autority
...
2004-06-22 15:32:43 +00:00
tipaul
e801c22701 removing % at the beginning of a string to avoid loooonnnngggg searchs 2004-06-22 11:35:37 +00:00
tipaul
19bbe6a37e adding auto-install option.
run ./installer -i /path/to/install_file
2004-06-22 11:33:47 +00:00
tipaul
9619bb3c81 adding -s (silent) flag, to have a silent install.
only updater will be verbose
2004-06-22 11:30:57 +00:00
tipaul
a98950b421 - online help for marc search
- minor changes in css
2004-06-22 08:40:22 +00:00
tipaul
54d9bfeeb6 changes in search method :
- supporting * and % on words (* is replaced by %)
- removing % when the word is 3 or less letters
2004-06-22 08:39:22 +00:00
oleonard
19a3549fa3 Since IDs can't be used twice, some IDs have been duplicated as classes 2004-06-21 21:44:00 +00:00
oleonard
2a4051337d Minor changes to correct for validity (quoting attributes, encoding entities, etc.) 2004-06-21 21:42:40 +00:00
oleonard
e6c61cfb31 Correcting redirect path 2004-06-21 21:40:33 +00:00
oleonard
d933157894 Correcting path to template 2004-06-21 20:36:24 +00:00
oleonard
5b910dacb5 Correcting path to template 2004-06-21 20:03:41 +00:00
oleonard
65deacc81e Adding biblionumber variable to template so title listings can be hyperlinked 2004-06-21 18:50:05 +00:00
tipaul
1dcbbce170 * uninstaller.pl to uninstall Koha
* -i auto_install_file to install without questions (useful for developper)
2004-06-21 17:13:32 +00:00
tipaul
b1d362a277 koha.mysql in 2.0 by default. Cleaning of updatedatabase should be the next thing to do
upgrade will ONLY be from 2.0 to 2.2
thus, users in 1.2 should upgrade to 2.0, then 2.2
2004-06-21 17:10:51 +00:00
tipaul
7d1b435d42 importing iso2709 authority file 2004-06-21 07:51:41 +00:00
oleonard
e94dab37fa Minor changes to correct for validity 2004-06-18 20:49:54 +00:00
oleonard
cee0c94cd2 Encoding ampersand 2004-06-18 20:39:58 +00:00
oleonard
c88187c2a5 Correcting broken link, fixing tag case, removing deprecated tags 2004-06-18 19:04:24 +00:00
tipaul
d58d49bb9a missing Marc_Search index on marc_word 2004-06-17 15:19:44 +00:00
tipaul
4161d6fba6 DB modifs : merging tag & subfield in marc_word table 2004-06-17 08:25:21 +00:00
tipaul
ab420f94ae improvements in OPAC 2004-06-17 08:24:10 +00:00
tipaul
3580152768 minor bugfix 2004-06-17 08:23:46 +00:00
tipaul
69d0b573da css'ing reports 2004-06-17 08:23:26 +00:00
tipaul
6269c653d6 bugfixes in circulation 2004-06-17 08:22:53 +00:00
tipaul
d90d45b83a minor bugfix (authorities link missing) 2004-06-17 08:22:36 +00:00
tipaul
a4a79ba6b4 bugfixes in bookshelves 2004-06-17 08:20:56 +00:00
tipaul
9ff763fdd0 deleting unused template 2004-06-17 08:20:14 +00:00
tipaul
972a467841 css'ing acquisitions 2004-06-17 08:19:40 +00:00
tipaul
3d82f4568e authorities (continued) 2004-06-17 08:19:20 +00:00
tipaul
6ffc27d72f bugfixes 2004-06-17 08:18:42 +00:00
tipaul
1bb35dd8d1 ISBD in librarian interface 2004-06-17 08:18:26 +00:00
tipaul
cc5e837309 bugfixes in circulation 2004-06-17 08:17:39 +00:00
tipaul
b6cc6680dc merging tag & subfield in marc_word for better perfs 2004-06-17 08:16:32 +00:00
tipaul
ea807900bf merging tag & subfield in auth_word for better perfs 2004-06-17 08:02:13 +00:00
joshferraro
0a97a432ee Changes MARCaddword to index words >= 1 char ... needed for more accurate
searches using SearchMarc routines.
2004-06-11 15:38:06 +00:00
joshferraro
1b33f5f63a This script builds a new marc_word
table with a reduced number of tags (only those
tags that should be searched) allowing for
faster and more accurate searching when used
with the SearchMarc routines.  Make sure that
the MARCaddword routine in Biblio.pm will index
characters >= 1 char; otherwise, searches like
"O'brian, Patrick" will fail as the search
routines will seperate that query into "o",
"brian", and "patrick".  (If "o" is not in the
database the search will fail)
2004-06-11 15:07:48 +00:00
joshferraro
a0f310eb19 Fixes problems with searching using terms that contain ' and , by
stripping them out and replacing with a space ... line 115
2004-06-11 14:01:28 +00:00
tipaul
02a9765add ISBD view, minor fix 2004-06-10 09:34:21 +00:00
tipaul
ff113395ff MARC authority management (continued) 2004-06-10 09:33:56 +00:00
tipaul
5cf0a788a1 MARC authority management (continued) 2004-06-10 08:58:34 +00:00
tipaul
e7e930ab39 MARC authority management (continued) 2004-06-10 08:28:40 +00:00
doxulting
e80f1f8f60 The files launching the templates 2004-06-07 10:07:40 +00:00
doxulting
8d4cc612ba *** empty log message *** 2004-06-07 09:48:40 +00:00
doxulting
1d84a08a02 New UNIMARC french Plugins for ensmp by Jean Baron. U have to do a manual update in the database in order to view the plugins. Put the files launching the plugins without their path into the value_builder column of the marc_subfield_structure table. Don't forget to set the tab field value to 1 in the same table in order to be able to watch the plugin while launching the addbiblio.pl page. 2004-06-07 09:46:36 +00:00
tipaul
e7a22dc7c4 MARC authority management (1st draft. works really poorly) 2004-06-07 07:36:46 +00:00