tipaul
4510951cfc
Minor changes in summary "exploding" (the 3 digits AFTER the subfield were not on the right place).
2004-12-23 09:48:11 +00:00
tipaul
230e6759ba
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
2004-12-23 08:43:43 +00:00
tipaul
51326d1011
online help for members
2004-12-22 16:12:45 +00:00
tipaul
7f84ccebfb
minor html modif : when a tag is repeated, the tag header is not repeated, but replaced by a space.
2004-12-22 10:14:43 +00:00
tipaul
f72a2ceb5f
adding bookshelf features :
...
* create bookshelf on the fly
* modify a bookshelf name & status
2004-12-16 11:30:57 +00:00
oleonard
958c5ca910
Applying JYL57's patch from Bugzilla for Bug 872
2004-12-15 22:11:52 +00:00
oleonard
c7e41eda1b
Fix for Bug 831 -- Changing heading for adding an organization
2004-12-15 21:52:25 +00:00
tipaul
0d8e203523
adding bookshelf features :
...
* create bookshelf on the fly
* modify a bookshelf (this being not finished, will commit the rest soon)
2004-12-15 17:28:22 +00:00
tipaul
60db5889fb
fix for strange things in MARC view when label is too long
2004-12-15 16:03:55 +00:00
tipaul
35d533a7f0
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() ;-)
2004-12-15 14:39:21 +00:00
tipaul
ad32053d26
set lock_tables_privs = 'Y' during install stage
2004-12-15 13:27:48 +00:00
tipaul
52a123a1a4
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
2004-12-15 10:47:09 +00:00
rangi
9cd423cbb4
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
2004-12-15 06:08:06 +00:00
tipaul
e54459b763
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` )
2004-12-14 15:48:34 +00:00
oleonard
000a96fb4b
Fix from Joshua for Bug 851: stripping out comma and apostrophe from search terms
2004-12-13 17:54:15 +00:00
tipaul
712dc1f9f6
authoritiy list shown in authtypetext order (so authtypetext with a space appear first, hint used everywhere else for lists)
2004-12-13 16:39:14 +00:00
oleonard
e353fb78ae
Adding hidden fields for use if Due Date form is commented out
2004-12-11 21:01:15 +00:00
oleonard
4cbcfc0931
Added style for accesskey indicator, altered positioning to help Internet Explorer compatibility
2004-12-11 17:50:12 +00:00
oleonard
b15fe35e33
Accesskeys for search form fields
2004-12-11 15:30:16 +00:00
tipaul
7de6ee8e75
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.
2004-12-10 16:27:53 +00:00
tipaul
e2914a4499
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
2004-12-10 16:11:29 +00:00
oleonard
2bf0cd561e
Converting page number graphics to text links
2004-12-09 19:44:50 +00:00
oleonard
928c77d368
New styles for results list page numbers
2004-12-09 19:44:09 +00:00
oleonard
0ed6ea0358
Making slight changes to the display of titles
2004-12-09 17:33:55 +00:00
oleonard
93ffb76203
Making some formatting changes to result list: Empasizing title, deliniating columns, widening table
2004-12-09 17:31:25 +00:00
oleonard
8a4e266e08
Changes to help template validate, adding 'for' attribute to labels.
2004-12-09 16:30:14 +00:00
oleonard
c22c20d0a4
Creating alternate classes for ids which end up being used multiple times
2004-12-09 16:29:22 +00:00
oleonard
0dae333ab4
Merged javascript blocks, encoded ampersand
2004-12-09 16:28:16 +00:00
oleonard
fdaafc82fa
Adding 'id' values to script-generated option lists (to work with <label> tag)
2004-12-08 20:57:58 +00:00
oleonard
1ca847571f
Removing NPL-specific link
2004-12-08 16:12:17 +00:00
tipaul
1b576fae1c
fix following Klaus Weidenbach mail, to backup in manually entered directory.
2004-12-08 15:37:26 +00:00
tipaul
aad055090a
various methods to split subjects (depending on OS)
2004-12-08 10:42:45 +00:00
tipaul
a6ce64229e
bugfix for CVS installations of Koha & modperl
2004-12-08 10:41:38 +00:00
tipaul
cef8798f7c
*** empty log message ***
2004-12-08 10:37:19 +00:00
tipaul
ee11fc4616
text_extract is deprecated. Replaced by text_extract3
2004-12-08 10:36:53 +00:00
tipaul
eb25e7e691
translations updates
2004-12-08 10:36:03 +00:00
tipaul
7c392f426d
*** empty log message ***
2004-12-08 10:30:29 +00:00
tipaul
3f0d06fbcd
defaulting variables to avoir Perl warnings
2004-12-08 10:28:42 +00:00
tipaul
62bf07de80
fix to add biblio in basket when the query has only 1 result
2004-12-08 10:27:10 +00:00
tipaul
53c7b55826
css & html fixes
2004-12-08 10:26:32 +00:00
tipaul
f3e076ad71
minor CSS change
2004-12-08 10:26:03 +00:00
tipaul
4adca96503
itemcallnumber is not a contains but a start by
2004-12-08 10:25:12 +00:00
tipaul
40b4da6773
subject displaying
2004-12-08 10:23:04 +00:00
tipaul
013ae858cd
* fixing "start by" operator
...
* in biblio search, - and other signs where not properly managed. Leroy-Beaulieu could not be found
2004-12-08 10:21:46 +00:00
tipaul
b49f397528
* desactivate FindDuplicate
...
* fix from Genji
2004-12-08 10:14:42 +00:00
tipaul
93e3f0411f
fix for "marc upload fail silently" (from MJRay)
2004-12-08 10:11:51 +00:00
tipaul
e89e322f6b
removing useless comment
2004-12-08 10:08:41 +00:00
tipaul
a3bc9cdf82
email sent basket : the sender can give it's name, in case the basket is sent to a friend, not to itself
2004-12-07 10:10:40 +00:00
oleonard
5541ec1e99
Moving error messages out of script and into template, fix for Bug 538
2004-12-06 21:07:30 +00:00
oleonard
1d7e6ef66e
Removing non-functional "Beginning Date" and "Ending Date" form fields
2004-12-06 17:56:56 +00:00