]>
git.koha-community.org Git - koha.git/log
tipaul [Thu, 17 Jun 2004 08:19:40 +0000 (08:19 +0000)]
css'ing acquisitions
tipaul [Thu, 17 Jun 2004 08:19:20 +0000 (08:19 +0000)]
authorities (continued)
tipaul [Thu, 17 Jun 2004 08:18:42 +0000 (08:18 +0000)]
bugfixes
tipaul [Thu, 17 Jun 2004 08:18:26 +0000 (08:18 +0000)]
ISBD in librarian interface
tipaul [Thu, 17 Jun 2004 08:17:39 +0000 (08:17 +0000)]
bugfixes in circulation
tipaul [Thu, 17 Jun 2004 08:16:32 +0000 (08:16 +0000)]
merging tag & subfield in marc_word for better perfs
tipaul [Thu, 17 Jun 2004 08:02:13 +0000 (08:02 +0000)]
merging tag & subfield in auth_word for better perfs
joshferraro [Fri, 11 Jun 2004 15:38:06 +0000 (15:38 +0000)]
Changes MARCaddword to index words >= 1 char ... needed for more accurate
searches using SearchMarc routines.
joshferraro [Fri, 11 Jun 2004 15:07:48 +0000 (15:07 +0000)]
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)
joshferraro [Fri, 11 Jun 2004 14:01:28 +0000 (14:01 +0000)]
Fixes problems with searching using terms that contain ' and , by
stripping them out and replacing with a space ... line 115
tipaul [Thu, 10 Jun 2004 09:34:21 +0000 (09:34 +0000)]
ISBD view, minor fix
tipaul [Thu, 10 Jun 2004 09:33:56 +0000 (09:33 +0000)]
MARC authority management (continued)
tipaul [Thu, 10 Jun 2004 08:58:34 +0000 (08:58 +0000)]
MARC authority management (continued)
tipaul [Thu, 10 Jun 2004 08:28:40 +0000 (08:28 +0000)]
MARC authority management (continued)
doxulting [Mon, 7 Jun 2004 10:07:40 +0000 (10:07 +0000)]
The files launching the templates
doxulting [Mon, 7 Jun 2004 09:48:40 +0000 (09:48 +0000)]
*** empty log message ***
doxulting [Mon, 7 Jun 2004 09:46:36 +0000 (09:46 +0000)]
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.
tipaul [Mon, 7 Jun 2004 07:36:46 +0000 (07:36 +0000)]
MARC authority management (1st draft. works really poorly)
tipaul [Mon, 7 Jun 2004 07:35:01 +0000 (07:35 +0000)]
MARC authority management package
tipaul [Thu, 3 Jun 2004 13:44:57 +0000 (13:44 +0000)]
* frameworks and itemtypes are independant
* in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable
tipaul [Thu, 3 Jun 2004 13:43:50 +0000 (13:43 +0000)]
minor synch'ing (but default template is deprecated in OPAC, CSS is the up2date one)
tipaul [Thu, 3 Jun 2004 12:47:37 +0000 (12:47 +0000)]
css & HTML update
tipaul [Thu, 3 Jun 2004 12:46:58 +0000 (12:46 +0000)]
* 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.
tipaul [Thu, 3 Jun 2004 10:22:22 +0000 (10:22 +0000)]
* frameworks and itemtypes are independant
* bugfixes in authority types & framework management (mainly deletion)
tipaul [Thu, 3 Jun 2004 10:21:37 +0000 (10:21 +0000)]
* added online help link
* minor modifs in the css
tipaul [Thu, 3 Jun 2004 10:20:52 +0000 (10:20 +0000)]
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...
tipaul [Thu, 3 Jun 2004 10:10:03 +0000 (10:10 +0000)]
*** empty log message ***
tipaul [Thu, 3 Jun 2004 10:09:42 +0000 (10:09 +0000)]
* frameworks and itemtypes are independant
* bugfixes in authority types & framework management (mainly deletion)
tipaul [Thu, 3 Jun 2004 10:09:22 +0000 (10:09 +0000)]
css'"ing
tipaul [Thu, 3 Jun 2004 10:06:27 +0000 (10:06 +0000)]
adding bibid to the result list
tipaul [Thu, 3 Jun 2004 10:02:08 +0000 (10:02 +0000)]
removing unused code
tipaul [Thu, 3 Jun 2004 10:01:28 +0000 (10:01 +0000)]
* frameworks and itemtypes are independant
* bugfixes in authority types & framework management (mainly deletion)
tipaul [Thu, 3 Jun 2004 09:59:36 +0000 (09:59 +0000)]
* frameworks and itemtypes are independant
* in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable
joshferraro [Thu, 3 Jun 2004 01:48:19 +0000 (01:48 +0000)]
Fixes discrepency between bibid and biblionumber. Thanks to Tomasz Wolniewicz for
suggesting this elegent solution.
tipaul [Fri, 28 May 2004 16:19:28 +0000 (16:19 +0000)]
bugfix
tipaul [Fri, 28 May 2004 16:15:43 +0000 (16:15 +0000)]
changes in HTML/CSS & link to ISBD view
tipaul [Fri, 28 May 2004 16:14:40 +0000 (16:14 +0000)]
minor fixes (odd/even lines bug)
tipaul [Fri, 28 May 2004 13:43:25 +0000 (13:43 +0000)]
improving systempreferences to show lists, radio button where applicable (was partially done by ?, buttemplate was not done)
tipaul [Fri, 28 May 2004 12:08:16 +0000 (12:08 +0000)]
HTML & template bugfixes
tipaul [Fri, 28 May 2004 09:56:21 +0000 (09:56 +0000)]
bugfix
tipaul [Fri, 28 May 2004 08:39:54 +0000 (08:39 +0000)]
some HTML cleaning & improvements
tipaul [Fri, 28 May 2004 08:39:31 +0000 (08:39 +0000)]
MARC view in OPAC
tipaul [Fri, 28 May 2004 08:39:06 +0000 (08:39 +0000)]
adding :
* MARC authority file
* seealso & hidden in MARC biblio structure.
tipaul [Fri, 28 May 2004 08:37:34 +0000 (08:37 +0000)]
some HTML & minor modifs
tipaul [Fri, 28 May 2004 08:36:36 +0000 (08:36 +0000)]
just reordering the menus in a more logic order
tipaul [Fri, 28 May 2004 08:34:15 +0000 (08:34 +0000)]
*** empty log message ***
tipaul [Fri, 28 May 2004 08:33:41 +0000 (08:33 +0000)]
hidding hidden & isurl constraints into MARC subfield structure
tipaul [Fri, 28 May 2004 08:32:00 +0000 (08:32 +0000)]
adding :
* MARC authority file
* seealso & hidden in MARC biblio structure.
tipaul [Fri, 28 May 2004 08:31:03 +0000 (08:31 +0000)]
MARC view in OPAC
tipaul [Fri, 28 May 2004 08:30:11 +0000 (08:30 +0000)]
warning commented
tipaul [Fri, 28 May 2004 08:28:22 +0000 (08:28 +0000)]
adding suggestions in OPAC
tipaul [Fri, 28 May 2004 08:26:57 +0000 (08:26 +0000)]
adding authtype management (MARC authority types)
tipaul [Fri, 28 May 2004 08:24:55 +0000 (08:24 +0000)]
pagesize set to 100 (every systempref on the same html page)
tipaul [Fri, 28 May 2004 08:24:14 +0000 (08:24 +0000)]
hidding hidden & isurl constraints into MARC subfield structure
tipaul [Fri, 28 May 2004 08:23:03 +0000 (08:23 +0000)]
MARC authorities management (1st draft)
tipaul [Fri, 28 May 2004 08:22:10 +0000 (08:22 +0000)]
warning commented
rangi [Thu, 27 May 2004 21:47:21 +0000 (21:47 +0000)]
Fix for bug 787
rangi [Thu, 27 May 2004 21:30:34 +0000 (21:30 +0000)]
Fix for bug 787
rangi [Wed, 26 May 2004 21:47:14 +0000 (21:47 +0000)]
Fix so that items on reserve dont show up as being renewable
tipaul [Mon, 24 May 2004 14:39:45 +0000 (14:39 +0000)]
*** empty log message ***
doxulting [Mon, 24 May 2004 14:28:09 +0000 (14:28 +0000)]
*** empty log message ***
joshferraro [Mon, 24 May 2004 14:28:07 +0000 (14:28 +0000)]
comma taken out
joshferraro [Mon, 24 May 2004 14:26:00 +0000 (14:26 +0000)]
missing comma on line 52
doxulting [Mon, 24 May 2004 14:20:15 +0000 (14:20 +0000)]
This time we only check books that borrowers still have
doxulting [Mon, 24 May 2004 14:18:42 +0000 (14:18 +0000)]
The new circulation.tmpl, for correct var names
doxulting [Mon, 24 May 2004 12:16:19 +0000 (12:16 +0000)]
attention la base ne contient peut etre pas toutes les colonnes (maxissueqty dans issuingrules par exmple)
doxulting [Mon, 24 May 2004 12:14:38 +0000 (12:14 +0000)]
Premier commit JB34. Verification du nombre maximum de livre a emprunter.
oleonard [Wed, 19 May 2004 17:05:15 +0000 (17:05 +0000)]
A couple more changes to make page XHTML-compliant
oleonard [Wed, 19 May 2004 16:59:28 +0000 (16:59 +0000)]
Many changes to make page XHTML-compliant
oleonard [Wed, 19 May 2004 16:28:31 +0000 (16:28 +0000)]
Closing tags, correcting case, other changes to make page valid
oleonard [Wed, 19 May 2004 16:26:45 +0000 (16:26 +0000)]
Adding class to id declarations to allow XHTML-compliance in some pages
oleonard [Wed, 19 May 2004 16:17:11 +0000 (16:17 +0000)]
Closing input tags to make valid XHTML
oleonard [Wed, 19 May 2004 16:00:40 +0000 (16:00 +0000)]
Fixing broken next and previous links in the bottom row of the search results table
tipaul [Tue, 18 May 2004 15:22:10 +0000 (15:22 +0000)]
framework management : 1 MARC framework for each itemtype
tipaul [Tue, 18 May 2004 11:54:07 +0000 (11:54 +0000)]
getitemtypes moved in Koha.pm
tipaul [Tue, 18 May 2004 09:50:07 +0000 (09:50 +0000)]
*** empty log message ***
oleonard [Wed, 12 May 2004 15:42:59 +0000 (15:42 +0000)]
Closing input tags, correcting case, other changes to move page towards validity
oleonard [Wed, 12 May 2004 15:27:02 +0000 (15:27 +0000)]
Closing input tags to make page valid
oleonard [Wed, 12 May 2004 15:21:28 +0000 (15:21 +0000)]
Fixing broken numbered results links on bottom of page
oleonard [Mon, 10 May 2004 16:48:43 +0000 (16:48 +0000)]
Added styling for search results page number links
oleonard [Mon, 10 May 2004 16:48:08 +0000 (16:48 +0000)]
Replacing image-based results page numbers with css-styled text links
oleonard [Mon, 10 May 2004 16:32:07 +0000 (16:32 +0000)]
Changes to make XHTML-compliant: quoting attributes, encoding ampersands, closing tags, etc.
oleonard [Mon, 10 May 2004 16:30:58 +0000 (16:30 +0000)]
Quoting href attribute to make XHTML compliant
tipaul [Mon, 10 May 2004 09:29:33 +0000 (09:29 +0000)]
css is now the default theme for OPAC.
It will be the theme used for improvements and new things in OPAC.
tipaul [Mon, 10 May 2004 09:25:24 +0000 (09:25 +0000)]
no falgs required
tipaul [Mon, 10 May 2004 09:24:14 +0000 (09:24 +0000)]
Marc search ported to OPAC.
seems to work fine
tipaul [Mon, 10 May 2004 09:23:32 +0000 (09:23 +0000)]
adding LibraryName variable in the template
tipaul [Thu, 6 May 2004 14:56:51 +0000 (14:56 +0000)]
adding table issuingrules (previously called categoryitem
tipaul [Thu, 6 May 2004 14:54:44 +0000 (14:54 +0000)]
minor improvement
tipaul [Thu, 6 May 2004 14:53:36 +0000 (14:53 +0000)]
using itemcallnumber instead of bulk
tipaul [Thu, 6 May 2004 14:52:23 +0000 (14:52 +0000)]
minor modifs in CSS
tipaul [Thu, 6 May 2004 14:51:22 +0000 (14:51 +0000)]
issuingrules : the new script to manage issuing rules (issuing number & length by branch / itemtype / borrower type)
kb2qzv [Tue, 4 May 2004 19:30:07 +0000 (19:30 +0000)]
minor update.
tipaul [Tue, 4 May 2004 16:17:19 +0000 (16:17 +0000)]
removing unused subs
tipaul [Tue, 4 May 2004 16:15:56 +0000 (16:15 +0000)]
continuing code cleaning & reordering
tipaul [Tue, 4 May 2004 15:46:58 +0000 (15:46 +0000)]
removing Renewals2 (all circ related subs are moved to Circ2.pm)
tipaul [Tue, 4 May 2004 15:46:01 +0000 (15:46 +0000)]
removing Renewals (all circ related subs are moved to Circ2.pm)
tipaul [Tue, 4 May 2004 15:32:35 +0000 (15:32 +0000)]
(merged in issuingrules)
tipaul [Tue, 4 May 2004 15:25:28 +0000 (15:25 +0000)]
removing charges.pl and pointing to issuingrules
tipaul [Tue, 4 May 2004 15:24:34 +0000 (15:24 +0000)]
removed (replaced by issuingrules.pl, script to come)