Commit graph

1701 commits

Author SHA1 Message Date
wolfpac444
4cef812d06 *** empty log message *** 2003-07-02 00:29:51 +00:00
wolfpac444
2ee3977b0e *** empty log message *** 2003-07-01 17:22:17 +00:00
plugz
a0de7c08fd Added allowborrow to the template parameters to check if a borrower can borrow books or not according to the "borrow" flag. 2003-07-01 11:22:48 +00:00
plugz
d293d820c1 Itemtypes, branch, and categories are displayed using their respective description to ease reading. 2003-07-01 10:31:30 +00:00
plugz
bee78deec1 Added &getbranchname and &getborrowercategory
getbranchname : given branchcode returns branch name
getborrowercategory : given categorycode returns description
2003-07-01 10:30:05 +00:00
rangi
66df3391d5 More tweaks for the unido system 2003-06-30 22:39:14 +00:00
slef
d1a3bdbd33 File copying repair. Fixes #489 2003-06-30 11:23:06 +00:00
slef
305185d9ea Preserving old template/script dirs if they exist, ready for upgrade to use Install.pm 2003-06-30 10:06:18 +00:00
rangi
515aaa6899 Fixing a broken redirect 2003-06-29 01:27:36 +00:00
tipaul
010f15b12b small fix for biblio modif : when modifying a biblio, fields that were left 100% empty during add were no more in the editor. Thus, it was impossible to add them forever. This 1 line fix restore correct behaviour. 2003-06-26 14:11:09 +00:00
rangi
f8d250abfa Fixing the sticky due date problem reported by jerome 2003-06-26 09:31:39 +00:00
tipaul
600435d3af very stupid bug due to an unchecked copy/paste... 2003-06-25 15:06:10 +00:00
rangi
46a174f078 These were using the old deprecation C4::Acquisitions
Change to C4::Catalogue
2003-06-25 04:48:45 +00:00
tipaul
4ed42893e8 fix for #473 2003-06-24 10:26:17 +00:00
tipaul
09b6cc337a fix for #342 2003-06-24 09:02:15 +00:00
tipaul
41c9a6b2b8 fix for #477 2003-06-24 08:32:35 +00:00
tipaul
6adc093874 fix for #431 2003-06-24 08:27:04 +00:00
tipaul
890b18bfb1 fix for #375 in french 2003-06-24 07:42:52 +00:00
joshferraro
624b598e70 fixes reserve page that used to say that there was one reserve even when there wasn't bug 375 2003-06-23 23:33:33 +00:00
joshferraro
d41c54d0b9 removes MARC from the bottom default includes about-bottom, acquisitions-bottom, cat-bottom, circulation-bottom, issues-bottom, members-bottom, opac-bottom, reports-bottom 2003-06-23 21:32:32 +00:00
joshferraro
27c9971b2c removes MARC from the bottom default includes 2003-06-23 21:11:34 +00:00
tipaul
3f5bfff353 *** empty log message *** 2003-06-23 15:54:32 +00:00
tipaul
64aa971eb0 adding release notes files on my local machine 2003-06-23 11:29:38 +00:00
tipaul
a0e141c395 adding isbn/author/title support (forgot to commit those...) 2003-06-23 11:28:52 +00:00
tipaul
711c90b460 *** empty log message *** 2003-06-23 11:26:21 +00:00
tipaul
e4d3b2f6b4 *** empty log message *** 2003-06-23 11:20:28 +00:00
zifox
f778ff8548 Fix for bug #473: added arrows to 'browse' the authorised parameters results pages. 2003-06-23 08:13:45 +00:00
tipaul
eeef872737 small fix to add subtitles and subject in mappable fields. 2003-06-20 16:26:12 +00:00
wolfpac444
3fb99f7d26 *** empty log message *** 2003-06-20 16:11:43 +00:00
tipaul
2537461334 repetable field support.
The 3 problem from yesterday are fixed :
* cc the + to each tab (for instance, only in tab 0)
* doing the french template
* fixing an annoying bug : everything is stored in the same field :
200$a$b$c$a$b$c and not
200$a$b$c
200$a$b$c
as expected.

100% FUNCTIONNAL (at least I expect !)

IMPORTANT NOTE :
ALL subfields from a field MUST be in the same tab. Otherwise, Koha can't magically find how to group subfields in case of repeted fields.
I'll add a check in checkmarc immediatly.
That's not a "bug" in Koha. That's mandatory because of MARC structure.
2003-06-20 14:32:08 +00:00
plugz
f2dbb04980 Added arrows to walk through records (using offset parameter) 2003-06-20 13:01:17 +00:00
plugz
a4e5a8d358 FIX: Can offset display result 2003-06-20 12:59:19 +00:00
plugz
878b64dadd FIX: Incorrect parameters given to function Stats::UpdateStats in
issuebook and returnbook functions
2003-06-20 12:48:09 +00:00
plugz
e1e291d69b FIX: Incorrect values inserted in database. used '$a' instead of $a 2003-06-20 12:34:48 +00:00
plugz
47d135f123 Bugfix for #499
Simple search added, searching in the first letter of surnames.
Added commentary inside Search.pm for explanations
2003-06-20 08:48:16 +00:00
tipaul
28b099f89e partial work for repetable fields.
Near each field is a +
If you click on it, it's duplicated.
TODO :
* cc the + to each tab (for instance, only in tab 0)
* doing the french template
* fixing an annoying bug : everything is stored in the same field :
200$a$b$c$a$b$c and not
200$a$b$c
200$a$b$c
 as expected.
2003-06-19 16:38:49 +00:00
plugz
94ac73b0d3 bugfix for #499
The BornameSearch function now uses the $type parameter
Single and advanced search methods implemented.
Advanced is the old version.
Single only looks for $member% in surnames.
2003-06-19 16:14:30 +00:00
plugz
c41524ac2a bugfix for #499
Search modified to allow simple and advanced searches.
One character = simple search
More than one = advanced search (the old one)
2003-06-19 16:06:59 +00:00
slef
41659e0fc2 Really closes 488 after partial commit 2003-06-18 23:03:44 +00:00
slef
e6a41e7e3f Closes bug 488 re Webserver config. Also improves display a little and removes some code bloopers. 2003-06-18 23:03:00 +00:00
sergerenaux
c82cca6544 Fix for bug #496 2003-06-18 08:38:34 +00:00
rangi
63d05cf055 more unido changes 2003-06-17 19:09:14 +00:00
rangi
fd98a7cba5 rationalising fields - better lables\ 2003-06-17 18:59:46 +00:00
rangi
247e444185 --------------------------------------------------------------------- 2003-06-17 18:52:18 +00:00
rangi
473f304360 taking out unused fields 2003-06-17 18:42:26 +00:00
rangi
b49117f488 rationalising the form a bit 2003-06-17 18:41:09 +00:00
rangi
0a85086b1a adding submit button 2003-06-17 18:30:39 +00:00
rangi
d3ea9242fa cosmetic changes and a bit of help 2003-06-17 18:20:57 +00:00
rangi
1a67d952dc Fixing html error 2003-06-17 18:18:06 +00:00
rangi
4aab317ac7 fixing broken submit 2003-06-17 18:14:19 +00:00