Katrin Fischer
5d5c9b3277
BUG 3692: Untranslatable strings in shelves.tmpl
...
Select all
Clear all
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-10-14 18:19:08 +02:00
Chris Nighswonger
70ea502ac6
Bugfix Corrects a bug in the labels printer profile module which caused the printer name and tray to be updated incorrectly when saving changes.
...
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-10-14 18:19:08 +02:00
Chris Nighswonger
963586b45b
Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums
...
This may not present a problem inside of Koha, but would if scanned with
software expecting mod10 or mod43.
Current code uses the 'visa' method of the Algorithm::CheckDigits module which
produces mod9 checksums.
The patch changes to using 'code_39' for mod43 and 'siret' for mod10.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-10-14 18:19:08 +02:00
Matthias Meusburger
e4400c12cc
MT 2042 : Results sorting fixed
2009-10-14 17:46:23 +02:00
Matthias Meusburger
38b3a375b4
MT 1110, Follow-up : Balance cart and lists : cart is now in the intranet
2009-10-14 15:27:40 +02:00
Matthias Meusburger
1bed30a2a8
MT 1110 : Balance cart and lists : cart is now in the intranet
2009-10-14 15:04:53 +02:00
Henri-Damien LAURENT
3c8607b0e1
MT 1716 : Followup : search by initial was broken
...
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-10-07 23:27:54 +02:00
Henri-Damien LAURENT
cf4ad3ba64
Bug Fixing : New Lists Nothing in categorycode
...
Problem with New when PatronList categorycode
2009-10-07 17:14:33 +02:00
Henri-Damien LAURENT
213b78174b
(bug #3695 ) allow to limit overdues by categorycode
...
This add two new options to overdue_notices.pl to select only overdues for few categorycodes, or to exclude few categorycodes.
Conflicts solved misc/cronjobs/overdue_notices.pl
2009-10-07 11:49:01 +02:00
Henri-Damien LAURENT
bfffa5361b
TransformHTMLToXML bug default_ind_to_space
...
default_ind_to_space made the assumption that indicator string by default was a string containing 2 characters.
This was not true, causing an Internal server error.
This patch Fixes that.
2009-10-07 10:58:25 +02:00
Nahuel ANGELINETTI
d09145090a
(bug #3281 ) change the way to parse item's summary
...
This patch is a "rebased" one for 3.0.x.
This change how to calculate the item's summary, and fix the issue when you have repeated fields.
Now every line is repeated, still it have values in repeated fields(see bug report).
2009-10-07 10:05:17 +02:00
Henri-Damien LAURENT
3ba54d73c9
using SQLHelper in C4/Acquisition
...
Changing addorder to send orderinfo from input decoding
And using SQLHelper to filter information
2009-10-06 13:34:56 +02:00
Matthias Meusburger
daae4090e3
0001097: relances par bib
2009-10-06 11:36:21 +02:00
Henri-Damien LAURENT
234826429e
Fixing : Budgetperiods was misused in GetBudgets
2009-10-05 07:56:57 +02:00
Henri-Damien LAURENT
bf91bce7d7
Code Improvement : C4/Matcher.pm
...
substr dans act when passed only subfield offset
2009-10-05 07:48:52 +02:00
Henri-Damien LAURENT
300bd572d3
SQLHelper Adding tablename to filters output
2009-10-05 07:47:56 +02:00
Henri-Damien LAURENT
9da06d5a81
intranet-main duplicates.inc would not pass validator
2009-10-02 17:05:45 +02:00
Matthias Meusburger
3eb448d04a
Removed unused HTML::Template tag
2009-10-02 17:00:59 +02:00
Matthias Meusburger
5b754c1927
Function GetRecentShelves modified so it can tell "koha" user and no user apart
2009-10-02 16:06:13 +02:00
Matthias Meusburger
f00a4a7cfb
MT 1976 : Lists are directly displayed through VirtualShelves.pm
...
(and not through the session, like in opac)
2009-10-02 11:15:16 +02:00
Matthias Meusburger
19a8d922b9
MT 1587 : Fixed creation bug
2009-10-01 15:21:21 +02:00
Paul Poulain
22fab9c957
updatedatabase opacsearchhistory feature followup
...
Heredoc on installer/data/mysql/atomicupdate/0007-Opac-search-history.pl
was not correctly declared
2009-10-01 13:57:51 +02:00
Paul Poulain
b7435fbe6e
ilsdi.pl : character encoding declaration update
...
xml declaration of charset is now set to utf8
2009-10-01 13:55:10 +02:00
Matthias Meusburger
48a7e871b9
MT 1976 : template simplification
2009-10-01 10:50:40 +02:00
Henri-Damien LAURENT
e1ccd07e71
Adding callnumber to serials standard number search
2009-10-01 10:50:40 +02:00
Henri-Damien LAURENT
472a4cf11f
Followup : fb4366cdad
...
$input->{filecontent} used where never defined
Replacing with $input->param("filecontent")
2009-10-01 10:48:26 +02:00
Matthias Meusburger
b18661529f
MT 1976 : Multiple add of records to a new list, intranet
...
(cherry picked from commit f9867cdd975726197720613af04bddd0197f3fac)
2009-09-30 11:40:37 +02:00
Henri-Damien LAURENT
fd75507a55
(bug #3370 ) add keyword to MARC field mapping
...
This add the support of keyword => MARC field mapping, ton abstract the relation between human readable fields like subtitle, title, authors, location, ... and MARC fields in each framework.
This will allow to koha developper to be more flexible with each framework and don't care about the MARC flavour, just require some "keywords" to the user.
Conflicts solved :
C4/Biblio.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase30.pl
kohaversion.pl
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:42 +02:00
Henri-Damien LAURENT
af99b35e06
Membershome Improvements : adding jquery tablesorter
2009-09-30 11:30:42 +02:00
Matthias Meusburger
49156ef423
MT 1975 : Adding records to a list, corrected pop-up height
2009-09-30 11:30:42 +02:00
Henri-Damien LAURENT
3b5beba492
1110 : Balance carts and lists, follow-up
...
Merge fix
2009-09-30 11:30:41 +02:00
Matthias Meusburger
d4f06e5023
MT 1094, Following : added a test to check if we really found the item
2009-09-30 11:30:41 +02:00
Matthias Meusburger
56750eebba
MT 1975 : Fixed broken MoveItemFromBiblio in Items.pm
2009-09-30 11:30:41 +02:00
Henri-Damien LAURENT
9eba7dc594
Moving item : no need for ModOrder, as the itemnumber now stays the same
...
Conflicts solved cataloguing/moveitem.pl
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:41 +02:00
Matthias Meusburger
2a81f0778e
Ticket 1110 : Balance carts and lists
...
In Opac :
Print lists
Carts looks more like lists
Carts "More Details" And "Brief Display" toolbar looks more alike
In Admin :
Search results toolbar now have a "Add To" button for adding to a selected list with a confirmation pop-up, like in OPAC
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:41 +02:00
Matthias Meusburger
aaa8d0c80c
MT 1902, Follow-up
2009-09-30 11:30:41 +02:00
Henri-Damien LAURENT
26f1b2c533
Bug Fixing : Subtitle Support Added
2009-09-30 11:30:40 +02:00
Henri-Damien LAURENT
d948e8ba42
Merge fixes and removing warnings
2009-09-30 11:30:40 +02:00
Henri-Damien LAURENT
ecd99dc57e
Fixing page numbering in searchresultlist-auth.tmpl
...
a closing > was coming too fast
2009-09-30 11:30:40 +02:00
Matthias Meusburger
cc2ca67ca0
Follow-up to 103e97c400a64a33fb12bea3b34d525251564b57
2009-09-30 11:30:40 +02:00
Matthias Meusburger
5ec00f6a55
Fix unmerged routing-preview.pl
2009-09-30 11:30:40 +02:00
Matthias Meusburger
d208a5593a
MT 1903 : Remove "Automatically set to late" note in serials-collection.pl
2009-09-30 11:30:40 +02:00
Matthias Meusburger
2054864883
MT 1882 : ccode search in serials/subscription-bib-search.pl
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
566868070a
Fix translation, in javascript.
...
With this bug, the user have not anymore the confirm message to delete the order.
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
6fc455f4b6
(bug #3622 ) fix supplier url
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
263961312c
(bug #3622 ) rewrite a lot of basketgrouping
...
This patch remade a lot of basketgrouping
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
4f12bf4bbc
Upgrade YUI Library
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
c9b4e53ed3
Show table text on top.
2009-09-30 11:30:37 +02:00
Henri-Damien LAURENT
6a6f65c41c
Upgrading C4/Members in regards with C4/SQLHelper
...
Adding cardnumber as a search criteria
2009-09-30 11:30:37 +02:00
Henri-Damien LAURENT
70a6b86c74
Improving SQLHelper
...
More concise and more readable
removing do local $"= using join instead
Adding Caching of queries
Adding Some tests
API between function reorganizing for more consistency
2009-09-30 11:30:37 +02:00