Commit graph

1923 commits

Author SHA1 Message Date
tipaul
b71839d85c circulation cleaning continued: bufixing 2007-04-17 08:44:49 +00:00
hdl
fccd02e67b Adding Finerules script.
It tears issuingrules script into two.
+ Fixing save button that would bring back to default branch.
2007-04-16 16:54:33 +00:00
hdl
2a973a4800 Deleting link pages. 2007-04-06 14:47:12 +00:00
btoumi
35ffbe6b5b add security when u delete biblio :
u must delete linked items before delete biblio
2007-04-03 14:21:56 +00:00
tipaul
783977732f reordering template 2007-03-30 13:29:20 +00:00
tipaul
eba2552086 Code cleaning of Biblio.pm (continued)
All subs have be cleaned :
- removed useless
- merged some
- reordering Biblio.pm completly
- using only naming conventions

Seems to have broken nothing, but it still has to be heavily tested.
Note that Biblio.pm is now much more efficient than previously & probably more reliable as well.
2007-03-29 16:45:53 +00:00
tipaul
a481fad4b7 Code cleaning :
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio

== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra

== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)
2007-03-29 13:30:31 +00:00
hpassini
0be6bb6f64 adding a tmpl if on checkbox to save checkbox input 2007-03-27 15:53:40 +00:00
hdl
2fadb98a16 Bug Fixing :
- new authoritiessearch API (without $dbh)
- new search API (using ccl)
2007-03-27 14:48:39 +00:00
toins
3e764c663f - adding default value in marc_subfield_structure.
- now marc_subfields_structure displays subfields in tab view.
2007-03-19 18:35:12 +00:00
rych
3b7da07737 english language changes to tmpl 2007-03-18 03:00:40 +00:00
kados
a2ca594e7b minor language improvements 2007-03-18 02:51:25 +00:00
kados
d0abc2ee47 improving English 2007-03-18 02:46:21 +00:00
kados
b17ec53ad6 improving English on the Koha Administration screen 2007-03-18 02:39:20 +00:00
kados
1682e779d5 improvements to the language of the installer
moved borrower categories defaults for English into a separate sql file
2007-03-18 02:16:23 +00:00
kados
f4c0b2f80d improvements to the language of the installer
validation improvements for installer
improvements to descriptions of the optional sql data defaults
2007-03-17 23:29:33 +00:00
kados
56244e6efd Using my precrash CVS copy I did the following:
cvs -z3 -d:ext:kados@cvs.savannah.nongnu.org:/sources/koha co -P koha
find koha.precrash -type d -name "CVS" -exec rm -v {} \;
cp -r koha.precrash/* koha/
cd koha/
cvs commit

This should in theory put us right back where we were before the crash
2007-03-16 01:25:08 +00:00
kados
755cd6a828 reinstating members.js
minor improvements to error tmpl
minor improvements to authorities blind search
2007-03-12 01:23:03 +00:00
kados
5f4542992a This is a minor change, but affects all templates:
previously, it wasn't possible to insert anything into the <head> on
an individual template unless it was the title of the page. Now, the
structure is a bit more flexible to allow additional head elements to
be included.
2007-03-11 21:08:11 +00:00
kados
ea0f387c9c no need for a separate barcodes doc-head include, switching to the
standard one
2007-03-11 19:19:18 +00:00
kados
fe421b8dd1 only show No results found if we're searching 2007-03-11 19:02:36 +00:00
kados
86d7e35ba9 removing members-home.tmpl, everything is in members.tmpl 2007-03-11 01:19:30 +00:00
kados
52f519de25 language improvements 2007-03-10 17:56:35 +00:00
kados
0dd40fa303 language cleanups
switch from HTML::Template to HTML::Template::Pro for report plugins
2007-03-10 17:01:00 +00:00
kados
320e72608b adding calendar popup to inventory/stocktaking
improvements to english
2007-03-10 07:12:14 +00:00
kados
d126742c41 finish fixing spelling error on department 2007-03-10 06:28:06 +00:00
kados
9f4bf0d7f5 fix spelling department
improve English grammar in template
2007-03-10 06:22:52 +00:00
kados
27cd9a8d6f language cleaning for borrower module 2007-03-10 01:53:23 +00:00
kados
4be97556c2 adding calendar popup to member entry
fixing some language on circ screens
2007-03-10 01:11:22 +00:00
kados
55485dbfe4 fixing validation 2007-03-09 23:49:09 +00:00
kados
f6c92d3f01 fixing typo in Date.pm and minor English in menus.inc 2007-03-09 23:36:24 +00:00
kados
8c32ad2792 English language changes 2007-03-09 22:53:17 +00:00
kados
5c127b896a removing css templates from head 2007-03-09 21:48:50 +00:00
kados
fc01e6479e removing default templates 2007-03-09 21:45:10 +00:00
kados
f2c49c1ed3 removing npl template files from head 2007-03-09 21:39:21 +00:00
tipaul
f8e9fb6445 rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
tipaul
86e9db4e67 rel_3_0 moved to HEAD (removing useless file) 2007-03-09 15:22:00 +00:00
tipaul
2d07a40125 rel_3_0 moved to HEAD (removing useless file) 2007-03-09 15:16:32 +00:00
tipaul
a3999812e6 rel_3_0 moved to HEAD 2007-03-09 14:52:58 +00:00
tipaul
1ceaf1c3df rel_3_0 moved to HEAD (removing useless file) 2007-03-09 14:48:28 +00:00
tipaul
70501283b3 rel_3_0 moved to HEAD 2007-03-09 14:41:32 +00:00
toins
cc27713c1a now enable to manage reviews from intranet. 2006-12-08 11:24:58 +00:00
tgarip1957
f000f42e8e Missing holiday images 2006-12-04 12:39:02 +00:00
tgarip1957
2e9b046e0a Removing hardcoded default template image link 2006-09-28 14:25:22 +00:00
tgarip1957
f902901190 updated templates for new XML API 2006-09-27 21:40:47 +00:00
tgarip1957
24dfb9dd15 *** empty log message *** 2006-09-27 19:40:43 +00:00
tgarip1957
4bff4c201a Patrons may pay fines in instalments. Librarian can alter the amount to receive 2006-09-22 00:18:00 +00:00
tgarip1957
8055b3e4ae Added support for aqui management 2006-09-22 00:11:37 +00:00
tgarip1957
af3709aea8 A new acquisition to handle multiple tax values, and marc creation of biblios and items 2006-09-20 21:40:41 +00:00
tgarip1957
5b41a8e262 New XML API 2006-09-11 17:41:54 +00:00