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
tipaul
cf90808dd5
MARC authority management package
2004-06-07 07:35:01 +00:00
tipaul
818f92fe98
* frameworks and itemtypes are independant
...
* in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable
2004-06-03 13:44:57 +00:00
tipaul
d148ec8e84
minor synch'ing (but default template is deprecated in OPAC, CSS is the up2date one)
2004-06-03 13:43:50 +00:00
tipaul
be822e7b13
css & HTML update
2004-06-03 12:47:37 +00:00
tipaul
1525f78ad6
* frameworks and itemtypes are independant
...
WARNING : will work only if applied to a 2.0 base. some modifs have been done since last commit that will NOT be applied if you run updatedatabase again.
2004-06-03 12:46:58 +00:00
tipaul
afd4be5ddc
* frameworks and itemtypes are independant
...
* bugfixes in authority types & framework management (mainly deletion)
2004-06-03 10:22:22 +00:00
tipaul
6de2efbba6
* added online help link
...
* minor modifs in the css
2004-06-03 10:21:37 +00:00
tipaul
b9472e7d3c
new feature : online HELP
...
On each template, a "HELP" link has been added.
it opens a popup, filled with an help template.
the help template is in the help/ directory.
The help.pl files builds the online help using the name of the caller page (referer).
If the user clic on "help" when on page "admin/itemtypes.pl", the "help/admin/itemtypes.tmpl" is opened.
If the "help/admin/itemtypes.tmpl" does not exists, a default "sorry, no help on this topic" page is shown.
Works fine, but now, the big work has to be done : create the online help pages...
2004-06-03 10:20:52 +00:00
tipaul
97cb9e3ed2
*** empty log message ***
2004-06-03 10:10:03 +00:00