Commit graph

5166 commits

Author SHA1 Message Date
toins
784bd215e7 this template is not used has a popup. including header to have stylesheet. 2007-06-05 08:45:18 +00:00
tipaul
e43c164395 fixing template & javascript bug on almost all plugins 2007-06-05 08:38:39 +00:00
btoumi
c5b97c4153 bug fixxing : add hidden field to allow modification of biblio framework . 2007-06-01 09:55:35 +00:00
tipaul
1e2d7c8b5a cleaning duplicate entries in top menus & fixing a bug in "branch" index (zebra) & updated french translation 2007-05-30 09:33:18 +00:00
tipaul
a0ca85b917 BugFixing CanBookBeRenewed was too strict. If a book could be renewed 1 time, it wouldnot do. 2007-05-30 09:12:36 +00:00
tipaul
78d025afe8 BUGFIX : Feature AutoMemberNum was lost 2007-05-30 08:47:57 +00:00
hdl
1a1045844e Bug Fix :
If cannot GetExpirationDate (because frequency is unknown...) Then take todays'date as startdate for the renewal.
2007-05-29 16:54:50 +00:00
hdl
183d8de0ba Bug Fix :
When no date, provide a manage tab and allow ppl to click on this tab.
2007-05-29 16:36:46 +00:00
tipaul
a04f92a30a some minor bugfixes, templates improvements & zebra default config file changes 2007-05-29 16:36:11 +00:00
hdl
4ab40c0d65 Editing old numbers is allowed when subscription expired.
WARNING : Needs HTML::Template::Expr
(should be provided with HTML::Template::Pro)
2007-05-29 16:20:54 +00:00
tipaul
c8c6012195 merging opac details only for items with the same branch+location+itemcallnumber && putting publisher before publicationyear && lowering item column size in result page && fixing a missing branch reference in ccl.properties 2007-05-28 16:28:43 +00:00
tipaul
28f3c54914 fixing bug for authorities zebraqueue reindexing 2007-05-28 16:26:44 +00:00
tipaul
4618817646 adding series title to adv search (no need to expand more) 2007-05-28 15:59:30 +00:00
hdl
a7301fdfc6 Adding startdate and enddate parameters to GetBookfundBreakdown call. 2007-05-28 15:28:28 +00:00
hdl
b81db9061d Deleting $year paramater in GetBookfundBreakdown 2007-05-28 15:26:43 +00:00
tipaul
29ac21862a updated french translation + improved & fixed default zebra config files 2007-05-25 16:27:58 +00:00
tipaul
c5999dbbbd BUG FIXING :
Serials.pm was not Mysql5 compliant.
(FROM table1, table2 changed to
FROM table1 LEFT JOIN table2 ON....
)
2007-05-25 15:14:43 +00:00
btoumi
68bcf35387 delete space in beggining of the script to accept script launch 2007-05-25 10:00:54 +00:00
tipaul
0569dccd5f some changes to default zebra config for better searches 2007-05-25 09:34:30 +00:00
tipaul
651b075197 small script to check XML parser. Remember that PurePerl Parser is buggued and can t handle utf8 correctly 2007-05-25 09:33:58 +00:00
btoumi
90dee1f3ee add security when u delete biblio :
u must delete linked items before delete biblio
2007-05-25 09:27:46 +00:00
hdl
3286b06607 Changing signature for NewIssue
(To be more unify to other subs signature)
2007-05-24 16:11:39 +00:00
hdl
c01afc83b3 Changing pattern Number to Number only.
putting | together with create Biblio link.
2007-05-23 20:00:28 +00:00
hdl
9381ad2b33 Bug Fixing.
irregular serials are now managed in HasSubscriptionExpired
and abouttoexpire.

Be WARN that Date::Calc is very picky about Date format.
So that null dates are throwing 500 Error.

But Now this should be seldom.
2007-05-23 19:57:47 +00:00
tipaul
25c1d9c35a Bug Fixing :
managing abouttoexpire function for irregular serial

Need more work.
HDL from Paul's machine
2007-05-23 17:35:59 +00:00
tipaul
e4b1cc5f42 skip move to innoDB for the 4 22 tables, that are used to store MARC records, are useless in Koha 3.0 The process is very very long, so the updatedatabase should speed up a lot (by long I mean 1 hour on my Dual core with SCSI disk, for a 50 000 biblios long table 2007-05-23 16:33:10 +00:00
tipaul
cbec15086e french translation 2007-05-23 16:25:02 +00:00
tipaul
67d1dcf1f7 various bugfixes (minor) and french translation updated 2007-05-23 16:19:40 +00:00
tipaul
c4b132e15d french translation 2007-05-23 16:16:55 +00:00
btoumi
b3e6242b34 add volume info in result of catalog search 2007-05-23 12:10:12 +00:00
tipaul
093f23bd8b french translation 2007-05-23 10:13:40 +00:00
tipaul
f868260a75 french translation 2007-05-23 10:03:53 +00:00
tipaul
47eed676e6 removing useless dir 2007-05-23 10:00:23 +00:00
tipaul
c5cdbfcad3 french translation 2007-05-23 09:51:56 +00:00
hdl
4da57090ca Using
Overdue flag
And not and expr.
And using toggle to highlight if not an overdue.
2007-05-23 09:44:15 +00:00
hdl
65ac7232d6 Adding yr for Date Of publication (would it be in 210$d or 4XX field... Unimarc) 2007-05-22 15:15:21 +00:00
hdl
753a941de6 GetMarcStructure signature change. 2007-05-22 15:13:44 +00:00
hdl
bcef017e9b Adding some indexes.
Especially date Of Publication.
To be added in advsearch.tmpl
2007-05-22 15:13:03 +00:00
btoumi
a29ba65fba bug fixing : add new check for isbn because u can find number in begenning of title 2007-05-22 13:39:26 +00:00
tipaul
5ff7fcffa4 Bugfixes & improvements (various and minor) :
- updating templates to have tmpl_process3.pl running without any errors
- adding a drupal-like css for prog templates (with 3 small images)
- fixing some bugs in circulation & other scripts
- updating french translation
- fixing some typos in templates
2007-05-22 09:13:54 +00:00
hdl
340614fb3a Adding color display for overdue book. 2007-05-22 09:08:58 +00:00
hdl
286930bdc7 Changing GetMarcStructure signature.
Deleting first parameter $dbh
2007-05-22 08:50:47 +00:00
btoumi
1e21ba6968 add security when u delete biblio :
u must delete linked items before delete biblio
2007-05-21 08:44:17 +00:00
btoumi
c73cb186f8 bug fix :
add sql condition to recover only the right record from issues table
2007-05-21 07:45:45 +00:00
btoumi
a80a0a7edc bug fix: add call of two function from Date::calc
and  correction of wrong   variable name
2007-05-18 12:30:27 +00:00
hdl
b05cb8df7b Adding redirection to serials-collection.pl if no serials selected for edition. 2007-05-18 12:00:17 +00:00
hdl
a07da32c13 Modifying display to add some links back to subscription.
+ adding see all subscription attached link to the end of subscription table.
2007-05-18 09:27:40 +00:00
hdl
827ed50aee Adding bibliotitle information to display 2007-05-18 09:25:06 +00:00
hdl
97bb46d454 Adding First tab information 2007-05-18 09:23:49 +00:00
alaurin
700fcf77a6 minor bugfixing for reservations 2007-05-11 16:22:03 +00:00