toins
1b77b07b3b
adding 'kw' to search on keyword on non zebra mod
2007-07-26 15:17:46 +00:00
toins
36d57b8f9a
using 'our' instead of 'use vars' + POD fixing.
2007-07-26 15:15:08 +00:00
toins
2ae0459df0
removing warn compilation.
2007-07-26 15:14:05 +00:00
btoumi
9395334e69
add control of 'return date' if it 's a special or repeatable holidays , and return a right return date
...
(renewal)
2007-07-25 14:09:39 +00:00
hdl
92adf782de
Bug Fixing GetMarcSubjects.
...
Links parameters were mixed.
2007-07-20 15:43:16 +00:00
hdl
2e7f9535f9
a query was not mysql5 compliant.
2007-07-20 14:31:36 +00:00
hdl
046f54eab5
Adding biblio.biblionumber to GetItemsfor Inventory
2007-07-20 14:02:57 +00:00
hdl
d3b0a44dd0
Bug FIXING:
...
One query was not mysql5 compliant.
2007-07-20 10:41:34 +00:00
hdl
fbec734d57
Adding selection by location for inventory
2007-07-19 07:40:08 +00:00
toins
a9b9f8002b
using LoginBranchnameShort instead of LoginBranchname.
2007-07-17 09:28:52 +00:00
hdl
2292d21387
Adding Summary for UNIMARC authorities
2007-07-16 15:45:28 +00:00
hdl
aea9de3bc7
FindDuplicate works for an title itemtype author key.
2007-07-16 15:44:31 +00:00
rangi
bf7eaca974
Fix for bug 1313, silent failure when entering manual invoice with invalid
...
itemnumber
2007-07-15 22:19:01 +00:00
hdl
11c686b662
In Serials-home.pl
...
librarians can now search titles with lists of words.
2007-07-12 17:38:05 +00:00
toins
6ec59c52b9
using 'our' instead of 'use vars' which is deprecated.
...
removing some compilation warns.
2007-07-12 15:22:09 +00:00
hdl
18cefded0e
Bug Fixing : Deleting an unused variable
2007-07-12 12:51:34 +00:00
hdl
a54c939f05
Bug Fixing : Reserves in OPAC or in intranet lead to an internal server error
2007-07-12 12:47:19 +00:00
hdl
896d1cd5c8
Bug Fixing : GetNextSeq did not pass through innerloop parameters.
2007-07-12 10:01:20 +00:00
hdl
7275bc3d45
Adding KohaAdminEmailAdress
...
Adding LoginBranchCode
Adding a redirect to maintenance.pl for OPAC when installer required.
2007-07-11 10:24:24 +00:00
toins
3787c329d0
bug fix : Sometime importing biblio return no breedingid.
...
+ remove warn compilation
+ remove pod error.
2007-07-10 14:34:32 +00:00
toins
335103bbd3
syspref are writed for the template in auth.pm
2007-07-10 14:21:41 +00:00
hdl
6883d37fe7
Bug Fixing : reserves in OPAC and intranet.
2007-07-09 08:29:51 +00:00
rangi
73e6be1340
Fix for bug 1295 adding a borrower with the same cardnumber
2007-07-08 23:07:31 +00:00
kados
4af7e13c70
Cleaning up perldocs for make utility that MJ wrote. I was getting a bunch
...
of warnings:
Manifying blib/man3/reports::cat_issues_top.3pm
reports/cat_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::acquisitions_stats.3pm
reports/acquisitions_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Koha.3pm
C4/Koha.pm:1227: Unmatched =back
Manifying blib/man3/reports::catalogue_stats.3pm
reports/catalogue_stats.pl:38: Unknown command paragraph "=over2"
Manifying blib/man3/opac::opac-topissues.3pm
opac/opac-topissues.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::issues_avg_stats.3pm
reports/issues_avg_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_stats.3pm
reports/borrowers_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::bor_issues_top.3pm
reports/bor_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::catalogue_out.3pm
reports/catalogue_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_out.3pm
reports/borrowers_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Languages.3pm
C4/Languages.pm:445: Unmatched =back
Manifying blib/man3/reports::issues_stats.3pm
reports/issues_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Acquisition.3pm
C4/Acquisition.pm:772: Unmatched =back
2007-07-08 15:36:59 +00:00
kados
f6126d9962
replacing SUPER with NO_LIBRARY_SET for login information
2007-07-03 18:29:37 +00:00
tipaul
8767b123c4
improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer...
2007-07-03 13:50:20 +00:00
tipaul
96386e6568
fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely
2007-07-03 13:47:44 +00:00
tipaul
83545f8449
return itemtype description properly
2007-07-03 09:40:58 +00:00
tipaul
a9403a8bba
if you just replace su by a space in subjects, you'll replace jesus by je s, which is strange for users. this fix solves the problem and introduces authoritysep systempref as separator of subfields, for a better identification of where the authority starts and end
2007-07-03 09:33:05 +00:00
kados
daa450ebbd
adding a warn to log why we're redirecting to installer
2007-07-03 04:39:03 +00:00
tipaul
f5583efd7b
minor code rewritte
2007-07-02 09:14:09 +00:00
tipaul
43e23a2ca9
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong
2007-07-02 09:13:22 +00:00
tipaul
b83f4286b2
don t display the 1 in location column if there is only 1 item : it's useless & confusing for users
2007-07-02 08:50:56 +00:00
rangi
e1353fb639
Fix for bug 1314 manual credits broken
2007-07-02 00:44:25 +00:00
rangi
c75b84fac7
Fix for bug 1365
2007-07-02 00:38:17 +00:00
rangi
ba52d15f7b
Making transferbook update the last seen date of the item transfered
2007-07-01 23:56:43 +00:00
hdl
0a9ee0c59b
Changing GetSerials2 to take more than one status in parameter.
...
status=1,3
will display all the serials late and waited.
2007-06-30 05:26:25 +00:00
hdl
7881f45fde
Removing some Warnings.
2007-06-27 22:09:15 +00:00
hdl
4bae56fcc1
Bug Fixing.
...
Problem in number calculation.
BEWARE... For old serial number calculation, the numbering_pattern should be set to None of the above, that is 7 and not 1 or 2...
2007-06-27 22:08:00 +00:00
hdl
5292b2c0fc
Bug Fixing.
...
An inconsistency in function signature caused a shift between date received and publication date.
2007-06-27 15:10:44 +00:00
hdl
aa42aa7f95
Bug Fixing.
...
IndependantBranches would lead to void information in GetSubscription because select was for "''" and not ""
2007-06-27 14:54:55 +00:00
toins
5e5619119e
removing '-' in isbn to allow amazon content.
2007-06-26 15:43:55 +00:00
tipaul
8581fe4bbd
updating web installer : going to step1 if needed and fixing sql
2007-06-26 14:30:22 +00:00
tipaul
3e87f37216
why was title ordering on 1=36 ? in ccl.properties, it s 1=4. (1=36 being for title-cover)
...
thus, the title sorting was not working. This commit fixes the problem.
LIBLIME : verify I am right in the analysis and in the fix, it is a part mostly written by joshua
2007-06-26 09:20:21 +00:00
tipaul
4843b7e49c
just reindent
2007-06-25 15:05:18 +00:00
tipaul
014350b476
bugfixes on unimarc 100 handling (the field used for encoding)
2007-06-25 15:01:45 +00:00
toins
b41c3087b6
missing comma :-/
2007-06-20 09:45:09 +00:00
toins
d4fbf8c49a
writing charset explicitly.
2007-06-19 15:14:08 +00:00
toins
dd7718af2e
enable to search on subject with nozebra
2007-06-15 16:32:44 +00:00
tipaul
23427c51b9
some fixes (and only fixes)
2007-06-15 13:44:44 +00:00