]>
git.koha-community.org Git - koha.git/log
tipaul [Mon, 3 Jan 2005 12:55:22 +0000 (12:55 +0000)]
adding an index
tipaul [Mon, 3 Jan 2005 11:11:10 +0000 (11:11 +0000)]
* rolling back lock_tables_privs = 'Y' during install stage (too many problems) The option is shown in bulkmacimport instead.
tipaul [Mon, 3 Jan 2005 11:09:59 +0000 (11:09 +0000)]
*** empty log message ***
tipaul [Mon, 3 Jan 2005 11:09:33 +0000 (11:09 +0000)]
synch'ing virtual shelves management in opac with the librarian one, that has more features
tipaul [Mon, 3 Jan 2005 11:08:36 +0000 (11:08 +0000)]
merging opac.css and marc-editor.css, that is used in MARC view.
tipaul [Mon, 3 Jan 2005 10:58:46 +0000 (10:58 +0000)]
adding "opacstylesheet" systempreference.
if this parameter is defined, the url is used instead of the default one.
So, you can have your own stylesheet somewhere, and use it instead of the official Koha one.
tipaul [Mon, 3 Jan 2005 10:48:33 +0000 (10:48 +0000)]
* bugfix for the search on a MARC detail, when you clic on the magnifying glass (caused an internal server error)
* partial support of the "linkage" MARC feature : if you enter a "link" on a MARC subfield, the magnifying glass won't search on the field, but on the linked field. I agree it's a partial support. Will be improved, but I need to investigate MARC21 & UNIMARC diffs on this topic.
acli [Thu, 30 Dec 2004 10:29:28 +0000 (10:29 +0000)]
*** empty log message ***
acli [Thu, 30 Dec 2004 09:37:19 +0000 (09:37 +0000)]
*** empty log message ***
acli [Thu, 30 Dec 2004 09:20:41 +0000 (09:20 +0000)]
Preliminary, incomplete update
acli [Thu, 30 Dec 2004 08:01:43 +0000 (08:01 +0000)]
Some progress
acli [Thu, 30 Dec 2004 07:46:05 +0000 (07:46 +0000)]
Spelling correction
acli [Thu, 30 Dec 2004 07:15:53 +0000 (07:15 +0000)]
Oops, specified the wrong English template directory
The css translation file is only about 33% done.
acli [Thu, 30 Dec 2004 07:05:04 +0000 (07:05 +0000)]
Preliminary update (based on old default_opac_zh_TW.po file)
acli [Thu, 30 Dec 2004 06:58:19 +0000 (06:58 +0000)]
Recommend relative paths for English template location, to make PO files
somewhat easier to read
acli [Thu, 30 Dec 2004 06:53:13 +0000 (06:53 +0000)]
Minor documentation correction
acli [Thu, 30 Dec 2004 06:48:19 +0000 (06:48 +0000)]
Minor documentation updates
acli [Thu, 30 Dec 2004 06:17:21 +0000 (06:17 +0000)]
Moved the old po files to the new standard location
tipaul [Thu, 23 Dec 2004 09:48:11 +0000 (09:48 +0000)]
Minor changes in summary "exploding" (the 3 digits AFTER the subfield were not on the right place).
tipaul [Thu, 23 Dec 2004 08:43:43 +0000 (08:43 +0000)]
bugfix : when modifying a biblio, on a repeated field with many subfields, the test to show empty subfields in X>1 was wrong : the missing subfields of the 1st field were repeated.
Example :
606 has $a$x$z
1st is 606$a (so $x$z empty)
2nd is 606$a$x
The marc editor in the 2nd field showed before this fix :
606 $a a_value
$x another_value
$x
$z
(the 2nd $x being useless
tipaul [Wed, 22 Dec 2004 16:12:45 +0000 (16:12 +0000)]
online help for members
tipaul [Wed, 22 Dec 2004 10:14:43 +0000 (10:14 +0000)]
minor html modif : when a tag is repeated, the tag header is not repeated, but replaced by a space.
tipaul [Thu, 16 Dec 2004 11:30:57 +0000 (11:30 +0000)]
adding bookshelf features :
* create bookshelf on the fly
* modify a bookshelf name & status
oleonard [Wed, 15 Dec 2004 22:11:52 +0000 (22:11 +0000)]
Applying JYL57's patch from Bugzilla for Bug 872
oleonard [Wed, 15 Dec 2004 21:52:25 +0000 (21:52 +0000)]
Fix for Bug 831 -- Changing heading for adding an organization
tipaul [Wed, 15 Dec 2004 17:28:22 +0000 (17:28 +0000)]
adding bookshelf features :
* create bookshelf on the fly
* modify a bookshelf (this being not finished, will commit the rest soon)
tipaul [Wed, 15 Dec 2004 16:03:55 +0000 (16:03 +0000)]
fix for strange things in MARC view when label is too long
tipaul [Wed, 15 Dec 2004 14:39:21 +0000 (14:39 +0000)]
fix for http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=874
Installer Should ask for apache group
No need to ask, just use a getgrnam() ;-)
tipaul [Wed, 15 Dec 2004 13:27:48 +0000 (13:27 +0000)]
set lock_tables_privs = 'Y' during install stage
tipaul [Wed, 15 Dec 2004 10:47:09 +0000 (10:47 +0000)]
fix for :
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=858
* added a button to cancel issue
* adding checkbox to cancel reserve on the book (checked by default)
* the cancelation reserve is done on reserves done for a given item or for any item
Nelsonville, pls test & confirm it's OK
rangi [Wed, 15 Dec 2004 06:08:06 +0000 (06:08 +0000)]
Making the version number reflect the cvs version, to allow for easier
debugging.
If we can ask people what version of a module they are running it makes
error checking easier
tipaul [Tue, 14 Dec 2004 15:48:34 +0000 (15:48 +0000)]
an improvement has been done in DB calls that needs a new index. It's automatically added in fresh installs, but for updates, run the following SQL command :
ALTER TABLE `marc_subfield_structure` ADD INDEX ( `kohafield` )
oleonard [Mon, 13 Dec 2004 17:54:15 +0000 (17:54 +0000)]
Fix from Joshua for Bug 851: stripping out comma and apostrophe from search terms
tipaul [Mon, 13 Dec 2004 16:39:14 +0000 (16:39 +0000)]
authoritiy list shown in authtypetext order (so authtypetext with a space appear first, hint used everywhere else for lists)
oleonard [Sat, 11 Dec 2004 21:01:15 +0000 (21:01 +0000)]
Adding hidden fields for use if Due Date form is commented out
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