]>
git.koha-community.org Git - koha.git/log
oleonard [Sat, 11 Dec 2004 17:50:12 +0000 (17:50 +0000)]
Added style for accesskey indicator, altered positioning to help Internet Explorer compatibility
oleonard [Sat, 11 Dec 2004 15:30:16 +0000 (15:30 +0000)]
Accesskeys for search form fields
tipaul [Fri, 10 Dec 2004 16:27:53 +0000 (16:27 +0000)]
limiting the number of search term to 8. There was no limit before, but 8 words seems to be the upper limit mySQL can deal with (in less than a second. tested on a DB with 13 000 items)
In 2.4, a new DB structure will highly speed things and this limit will be removed.
FindDuplicate is activated again, the perf problems were due to this problem.
tipaul [Fri, 10 Dec 2004 16:11:29 +0000 (16:11 +0000)]
Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd
oleonard [Thu, 9 Dec 2004 19:44:50 +0000 (19:44 +0000)]
Converting page number graphics to text links
oleonard [Thu, 9 Dec 2004 19:44:09 +0000 (19:44 +0000)]
New styles for results list page numbers
oleonard [Thu, 9 Dec 2004 17:33:55 +0000 (17:33 +0000)]
Making slight changes to the display of titles
oleonard [Thu, 9 Dec 2004 17:31:25 +0000 (17:31 +0000)]
Making some formatting changes to result list: Empasizing title, deliniating columns, widening table
oleonard [Thu, 9 Dec 2004 16:30:14 +0000 (16:30 +0000)]
Changes to help template validate, adding 'for' attribute to labels.
oleonard [Thu, 9 Dec 2004 16:29:22 +0000 (16:29 +0000)]
Creating alternate classes for ids which end up being used multiple times
oleonard [Thu, 9 Dec 2004 16:28:16 +0000 (16:28 +0000)]
Merged javascript blocks, encoded ampersand
oleonard [Wed, 8 Dec 2004 20:57:58 +0000 (20:57 +0000)]
Adding 'id' values to script-generated option lists (to work with <label> tag)
oleonard [Wed, 8 Dec 2004 16:12:17 +0000 (16:12 +0000)]
Removing NPL-specific link
tipaul [Wed, 8 Dec 2004 15:37:26 +0000 (15:37 +0000)]
fix following Klaus Weidenbach mail, to backup in manually entered directory.
tipaul [Wed, 8 Dec 2004 10:42:45 +0000 (10:42 +0000)]
various methods to split subjects (depending on OS)
tipaul [Wed, 8 Dec 2004 10:41:38 +0000 (10:41 +0000)]
bugfix for CVS installations of Koha & modperl
tipaul [Wed, 8 Dec 2004 10:37:19 +0000 (10:37 +0000)]
*** empty log message ***
tipaul [Wed, 8 Dec 2004 10:36:53 +0000 (10:36 +0000)]
text_extract is deprecated. Replaced by text_extract3
tipaul [Wed, 8 Dec 2004 10:36:03 +0000 (10:36 +0000)]
translations updates
tipaul [Wed, 8 Dec 2004 10:30:29 +0000 (10:30 +0000)]
*** empty log message ***
tipaul [Wed, 8 Dec 2004 10:28:42 +0000 (10:28 +0000)]
defaulting variables to avoir Perl warnings
tipaul [Wed, 8 Dec 2004 10:27:10 +0000 (10:27 +0000)]
fix to add biblio in basket when the query has only 1 result
tipaul [Wed, 8 Dec 2004 10:26:32 +0000 (10:26 +0000)]
css & html fixes
tipaul [Wed, 8 Dec 2004 10:26:03 +0000 (10:26 +0000)]
minor CSS change
tipaul [Wed, 8 Dec 2004 10:25:12 +0000 (10:25 +0000)]
itemcallnumber is not a contains but a start by
tipaul [Wed, 8 Dec 2004 10:23:04 +0000 (10:23 +0000)]
subject displaying
tipaul [Wed, 8 Dec 2004 10:21:46 +0000 (10:21 +0000)]
* fixing "start by" operator
* in biblio search, - and other signs where not properly managed. Leroy-Beaulieu could not be found
tipaul [Wed, 8 Dec 2004 10:14:42 +0000 (10:14 +0000)]
* desactivate FindDuplicate
* fix from Genji
tipaul [Wed, 8 Dec 2004 10:11:51 +0000 (10:11 +0000)]
fix for "marc upload fail silently" (from MJRay)
tipaul [Wed, 8 Dec 2004 10:08:41 +0000 (10:08 +0000)]
removing useless comment
tipaul [Tue, 7 Dec 2004 10:10:40 +0000 (10:10 +0000)]
email sent basket : the sender can give it's name, in case the basket is sent to a friend, not to itself
oleonard [Mon, 6 Dec 2004 21:07:30 +0000 (21:07 +0000)]
Moving error messages out of script and into template, fix for Bug 538
oleonard [Mon, 6 Dec 2004 17:56:56 +0000 (17:56 +0000)]
Removing non-functional "Beginning Date" and "Ending Date" form fields
oleonard [Mon, 6 Dec 2004 17:54:55 +0000 (17:54 +0000)]
Minor change to HTML
oleonard [Fri, 3 Dec 2004 21:44:04 +0000 (21:44 +0000)]
Changes to help fix Bug 834, removing some out-of-date stuff too
oleonard [Fri, 3 Dec 2004 20:47:05 +0000 (20:47 +0000)]
Adding definition for h2.help
oleonard [Fri, 3 Dec 2004 20:45:33 +0000 (20:45 +0000)]
Deleting text regarding issue limits, adding some formatting changes
tipaul [Fri, 3 Dec 2004 16:50:39 +0000 (16:50 +0000)]
fixes from A. Tarallo, for mod_perl compliance
tipaul [Fri, 3 Dec 2004 14:35:37 +0000 (14:35 +0000)]
removing bloc25 fixed size : too lazy, it's highly better without a fixed size !
tipaul [Fri, 3 Dec 2004 14:34:54 +0000 (14:34 +0000)]
adding "show me late issues" screen
tipaul [Thu, 2 Dec 2004 17:17:00 +0000 (17:17 +0000)]
adding acquisition permission
tipaul [Thu, 2 Dec 2004 16:46:48 +0000 (16:46 +0000)]
itemcallnumber search is a start by, not a contains
tipaul [Thu, 2 Dec 2004 16:45:23 +0000 (16:45 +0000)]
missed CVS commit
tipaul [Thu, 2 Dec 2004 16:44:27 +0000 (16:44 +0000)]
close the popup when a collection is choosen
tipaul [Thu, 2 Dec 2004 16:43:28 +0000 (16:43 +0000)]
minor css fixes
tipaul [Thu, 2 Dec 2004 16:43:09 +0000 (16:43 +0000)]
opening a popup in a small window
tipaul [Thu, 2 Dec 2004 16:42:15 +0000 (16:42 +0000)]
minor improvements
tipaul [Thu, 2 Dec 2004 16:39:49 +0000 (16:39 +0000)]
deleting docs (now in koha-doc CVS module)
tipaul [Thu, 2 Dec 2004 16:38:50 +0000 (16:38 +0000)]
improvement in book shelves
tipaul [Thu, 2 Dec 2004 16:38:23 +0000 (16:38 +0000)]
after an authority is added/modified, go to this fresh authority (instead of authority-home)
tipaul [Thu, 2 Dec 2004 16:37:33 +0000 (16:37 +0000)]
when deleting an itemtype, don't check issuingrules, but delete them too
tipaul [Thu, 2 Dec 2004 16:37:12 +0000 (16:37 +0000)]
cataloguing, in isbnsearch, after searching a title/ISBN, the librarian can choose the framework (+ it's a cataloguing screen, not an acquisition one)
tipaul [Thu, 2 Dec 2004 16:36:27 +0000 (16:36 +0000)]
CRITICAL bug in acquisition (another one...) : when MARC=ON, and an order line is created from an existing biblio (to buy another item), the MARC biblio is lost and replaced by the non marc one (that has a lot less informations...). To solve the problem, the biblio can no more be modified after the order has been placed. Less feature, but more reliable ! (not simple solution to solve this problem. Would imply to rewrite the MARC biblio from the non marc datas, and no API is provided for this yet)
oleonard [Wed, 1 Dec 2004 21:42:56 +0000 (21:42 +0000)]
Changes to match last update to moredetail.pl (including fix for Bug 689)
oleonard [Wed, 1 Dec 2004 21:41:02 +0000 (21:41 +0000)]
Correcting path to members scripts
oleonard [Wed, 1 Dec 2004 21:34:34 +0000 (21:34 +0000)]
Changes to match last update to moredetail.pl (including fix for Bug 689)
oleonard [Wed, 1 Dec 2004 21:31:55 +0000 (21:31 +0000)]
Fix for Bug 689, more templating
oleonard [Tue, 30 Nov 2004 21:48:26 +0000 (21:48 +0000)]
Correcting errors and typos
oleonard [Tue, 30 Nov 2004 18:01:56 +0000 (18:01 +0000)]
Adding branchname in hidden form field to allow for fix to Bug 552
oleonard [Tue, 30 Nov 2004 17:42:30 +0000 (17:42 +0000)]
Adding branchname in hidden form field to allow for fix to Bug 552
oleonard [Tue, 30 Nov 2004 17:40:46 +0000 (17:40 +0000)]
Adding branchname to output for deletion confirmation screen (Bug 552)
oleonard [Tue, 30 Nov 2004 16:14:04 +0000 (16:14 +0000)]
Adding blank to relshiploop (altrelationship) loop (Bug 657)
oleonard [Tue, 30 Nov 2004 16:11:41 +0000 (16:11 +0000)]
Removing 'mandatory' indicator from alternate contact field (Bug 657)
oleonard [Mon, 29 Nov 2004 17:29:37 +0000 (17:29 +0000)]
Fix to get returns to update "datelastseen" value with today's date
oleonard [Mon, 29 Nov 2004 16:26:56 +0000 (16:26 +0000)]
Removing NPL-specific links
tipaul [Sun, 28 Nov 2004 08:58:03 +0000 (08:58 +0000)]
removing "ISBD : " string
rangi [Sun, 28 Nov 2004 08:32:36 +0000 (08:32 +0000)]
Fix for bug 865
Allows a librarian to tell Koha you want to start issuing to a new borrower
by entering no data. Essentiall by just hitting the enter key
oleonard [Fri, 26 Nov 2004 20:47:06 +0000 (20:47 +0000)]
Correcting link to moremember.pl
oleonard [Fri, 26 Nov 2004 20:32:17 +0000 (20:32 +0000)]
Correcting link back to moremember.pl
tipaul [Fri, 26 Nov 2004 20:26:49 +0000 (20:26 +0000)]
bugfix for auth_header creation
oleonard [Fri, 26 Nov 2004 20:24:38 +0000 (20:24 +0000)]
Fix for Bug 848
oleonard [Fri, 26 Nov 2004 18:41:08 +0000 (18:41 +0000)]
Fixing link to toggle between full and limited display
oleonard [Fri, 26 Nov 2004 16:50:41 +0000 (16:50 +0000)]
Fixing check that determines value of 'limit'
oleonard [Fri, 26 Nov 2004 16:48:41 +0000 (16:48 +0000)]
Fixing link to toggle between full and limited display
tipaul [Thu, 25 Nov 2004 17:40:36 +0000 (17:40 +0000)]
adding items fields to field list in MARC list of fields to search
tipaul [Thu, 25 Nov 2004 17:39:44 +0000 (17:39 +0000)]
removing useless &branches in package declaration
tipaul [Wed, 24 Nov 2004 20:38:30 +0000 (20:38 +0000)]
modified french translation
tipaul [Wed, 24 Nov 2004 20:36:33 +0000 (20:36 +0000)]
it's a catalogue screen, not an acquisition one. Changing CSS
tipaul [Wed, 24 Nov 2004 20:35:34 +0000 (20:35 +0000)]
minor html changes
tipaul [Wed, 24 Nov 2004 20:34:44 +0000 (20:34 +0000)]
minor text change
tipaul [Wed, 24 Nov 2004 20:33:59 +0000 (20:33 +0000)]
html minor change
tipaul [Wed, 24 Nov 2004 20:31:51 +0000 (20:31 +0000)]
removing useless javascript alert
tipaul [Wed, 24 Nov 2004 20:31:13 +0000 (20:31 +0000)]
bugfix in editor chooser
and html improvement in plugin 225a
tipaul [Wed, 24 Nov 2004 20:30:06 +0000 (20:30 +0000)]
bugfix in editor chooser
tipaul [Wed, 24 Nov 2004 16:22:25 +0000 (16:22 +0000)]
french translation of librarian interface
tipaul [Wed, 24 Nov 2004 16:13:30 +0000 (16:13 +0000)]
french translation of librarian interface
tipaul [Wed, 24 Nov 2004 16:11:16 +0000 (16:11 +0000)]
french translation of librarian interface
tipaul [Wed, 24 Nov 2004 16:09:45 +0000 (16:09 +0000)]
french OPAC
tipaul [Wed, 24 Nov 2004 16:08:55 +0000 (16:08 +0000)]
minor css & html changes
tipaul [Wed, 24 Nov 2004 16:08:12 +0000 (16:08 +0000)]
adding barcode into list of on loan books
tipaul [Wed, 24 Nov 2004 16:05:33 +0000 (16:05 +0000)]
moving stopwords into sql-datas. Now, they can be accessed during install
tipaul [Wed, 24 Nov 2004 16:00:01 +0000 (16:00 +0000)]
removing sub branches (commited by chris for MARC=OFF bugfix, but sub branches is already in Acquisition.pm)
tipaul [Wed, 24 Nov 2004 15:59:15 +0000 (15:59 +0000)]
* critical fix for acquisition (see RC3 release notes)
tipaul [Wed, 24 Nov 2004 15:58:31 +0000 (15:58 +0000)]
* critical fix for acquisition (see RC3 release notes)
* critical fix for duplicate finder
tipaul [Wed, 24 Nov 2004 15:55:31 +0000 (15:55 +0000)]
commiting modif already in RC2 (bug in breeding import)
tipaul [Tue, 23 Nov 2004 16:02:32 +0000 (16:02 +0000)]
fix suggested by Slef
tipaul [Tue, 23 Nov 2004 14:46:21 +0000 (14:46 +0000)]
using preference and not preferences to see if marc=ON or OFF
tipaul [Tue, 23 Nov 2004 14:15:32 +0000 (14:15 +0000)]
rolling back to 1.1 => owen last commit was buggy : should have be in /npl/ directory, not here.
tipaul [Tue, 23 Nov 2004 12:27:39 +0000 (12:27 +0000)]
fix for #862 : Upgrade does not work (from 2.2RC1 to 2.2RC2)
tipaul [Tue, 23 Nov 2004 09:11:08 +0000 (09:11 +0000)]
adding itemcallnumber entry