koha.git
19 years agocss'ing & improving MARC search
tipaul [Mon, 3 May 2004 09:28:39 +0000 (09:28 +0000)]
css'ing & improving MARC search

19 years agoCSS'ing
tipaul [Mon, 3 May 2004 09:28:03 +0000 (09:28 +0000)]
CSS'ing

19 years agocss'ing
tipaul [Mon, 3 May 2004 09:27:48 +0000 (09:27 +0000)]
css'ing

19 years agominor fix
tipaul [Mon, 3 May 2004 09:27:04 +0000 (09:27 +0000)]
minor fix

19 years agocopying printslip from circulation.pl
tipaul [Mon, 3 May 2004 09:26:12 +0000 (09:26 +0000)]
copying printslip from circulation.pl

19 years agosome fixes for mysql prepare & execute
tipaul [Mon, 3 May 2004 09:19:22 +0000 (09:19 +0000)]
some fixes for mysql prepare & execute

19 years agoCIRCULATION : the big rewrite...
tipaul [Mon, 3 May 2004 09:10:51 +0000 (09:10 +0000)]
CIRCULATION : the big rewrite...

This 1st commit reorders deeply the circulation module.
The goal is to :
* have something 100% templated/translatable.
* have something easy to read & modify, to say to customers/users : you can define your circulation rules as you want if you accept to look in C4/Circ/Circ2.pm

The circulation now works :
1=> ask for the borrower barcode (as previously)
2=> ask for the item barcode.
3=> check "canbookbeissued". This new sub returns 2 arrays :
- IMPOSSIBLE : if something is here, then the issue is not possible and is not done.
- TOBECONFIRMED : if something is here, then the issue can be donc if the user confirms it.
4=> if TOBECONFIRMED is set : ask for confirmation, loop. if neither  are set or confirmation flag is set (2nd pass of the loop), then issue.

The IMPOSSIBLE & TOBECONFIRMED hashs contains :
* the reason of the line. always in capitals, with words separated by _ : BARCODE_UNKNOWN, DEBTS ... as key of the hash
* more information, as value of the hash ( TOBECONFIRMED{ALREADY_ISSUED} = "previous_borrower_name", for example)

This commit :
* compiles
* works on certain situations, not on other
* does NOT issue (the line is # )
* does not check issuing rules depending of # of books allowed / already issued

The next step is :
- check issuing rule.
- extend issuing rule to have a 3D array : for each branch / itemtype / borrowertype = issuing number and issuing length.

19 years agoadded param to checkaccount API
tipaul [Mon, 3 May 2004 09:04:49 +0000 (09:04 +0000)]
added param to checkaccount API

19 years agoCIRCULATION : the big rewrite...
tipaul [Mon, 3 May 2004 09:02:12 +0000 (09:02 +0000)]
CIRCULATION : the big rewrite...

This 1st commit reorders deeply the circulation module.
The goal is to :
* have something 100% templated/translatable.
* have something easy to read & modify, to say to customers/users : you can define your circulation rules as you want if you accept to look in C4/Circ/Circ2.pm

The circulation now works :
1=> ask for the borrower barcode (as previously)
2=> ask for the item barcode.
3=> check "canbookbeissued". This new sub returns 2 arrays :
- IMPOSSIBLE : if something is here, then the issue is not possible and is not done.
- TOBECONFIRMED : if something is here, then the issue can be donc if the user confirms it.
4=> if TOBECONFIRMED is set : ask for confirmation, loop. if neither  are set or confirmation flag is set (2nd pass of the loop), then issue.

The IMPOSSIBLE & TOBECONFIRMED hashs contains :
* the reason of the line. always in capitals, with words separated by _ : BARCODE_UNKNOWN, DEBTS ... as key of the hash
* more information, as value of the hash ( TOBECONFIRMED{ALREADY_ISSUED} = "previous_borrower_name", for example)

This commit :
* compiles
* works on certain situations, not on other
* does NOT issue (the line is # )
* does not check issuing rules depending of # of books allowed / already issued

The next step is :
- check issuing rule.
- extend issuing rule to have a 3D array : for each branch / itemtype / borrowertype = issuing number and issuing length.

19 years agoREADME for how to use Biblio.pm and search.pl
kb2qzv [Sun, 2 May 2004 18:08:11 +0000 (18:08 +0000)]
README for how to use Biblio.pm and search.pl

19 years agoReplacement file to be used as a temporary fix to get properly formatted records...
kb2qzv [Sun, 2 May 2004 18:06:58 +0000 (18:06 +0000)]
Replacement file to be used as a temporary fix to get properly formatted records in UTF-8 when importing records from z39.50 server with win1250 (ISO 6937/2) charset.

19 years agominor update.
kb2qzv [Sat, 1 May 2004 14:34:54 +0000 (14:34 +0000)]
minor update.

20 years agoFix for bug 729
rangi [Wed, 28 Apr 2004 09:39:19 +0000 (09:39 +0000)]
Fix for bug 729

20 years agoFix for bug 752
rangi [Wed, 28 Apr 2004 09:09:27 +0000 (09:09 +0000)]
Fix for bug 752

20 years agoChanging version numbers to correspond with CVS
joshferraro [Fri, 23 Apr 2004 01:15:52 +0000 (01:15 +0000)]
Changing version numbers to correspond with CVS
Fixed the substitution bug (e.g., 4=100 before 4=1);
Added support for the truncation attribute (5=1 and
5=100; thanks to Tomasz M. Wolniewicz for pointing
out these improvements)

20 years agoSorry, missed another one. This should not be neuter gender either.
acli [Tue, 20 Apr 2004 04:01:38 +0000 (04:01 +0000)]
Sorry, missed another one. This should not be neuter gender either.

20 years agoOops, here, neuter gender is not right, in any case
acli [Tue, 20 Apr 2004 03:51:17 +0000 (03:51 +0000)]
Oops, here, neuter gender is not right, in any case

20 years agoCorrection of spelling mistakes
acli [Tue, 20 Apr 2004 03:46:40 +0000 (03:46 +0000)]
Correction of spelling mistakes

20 years agoAdded missing whitespace between attributes
acli [Tue, 20 Apr 2004 03:35:04 +0000 (03:35 +0000)]
Added missing whitespace between attributes

20 years agoFixed "closed start tag" problem (i.e., missing > )
acli [Tue, 20 Apr 2004 03:34:29 +0000 (03:34 +0000)]
Fixed "closed start tag" problem (i.e., missing > )

20 years agonew template files created by tmpl_process3.pl.
kb2qzv [Sat, 17 Apr 2004 17:05:56 +0000 (17:05 +0000)]
new template files created by tmpl_process3.pl.

20 years agonew template files created by tmpl_process3.pl.
kb2qzv [Sat, 17 Apr 2004 16:57:06 +0000 (16:57 +0000)]
new template files created by tmpl_process3.pl.

20 years ago*** empty log message ***
kb2qzv [Sat, 17 Apr 2004 16:53:53 +0000 (16:53 +0000)]
*** empty log message ***

20 years agominor update of translation, removal of fuzzies
kb2qzv [Sat, 17 Apr 2004 16:26:24 +0000 (16:26 +0000)]
minor update of translation, removal of fuzzies

20 years agoimproving Search :
tipaul [Fri, 16 Apr 2004 07:28:22 +0000 (07:28 +0000)]
improving Search :
* adding "suggestion", that popup a windows. The popup windows shows, for each word entered in the search form, the 10 words that sounds like the word entered, and that are used most often.
* fixes some minor bugs

Still to do :
* good support of ' and ,

20 years agoFixed some documentation; no functional changes
joshferraro [Thu, 15 Apr 2004 03:47:06 +0000 (03:47 +0000)]
Fixed some documentation; no functional changes

20 years agoseealso field set to 255 chars
tipaul [Wed, 14 Apr 2004 19:49:00 +0000 (19:49 +0000)]
seealso field set to 255 chars

20 years agoadding -w parameter to have warnings
tipaul [Wed, 14 Apr 2004 19:48:13 +0000 (19:48 +0000)]
adding -w parameter to have warnings

20 years agoCSS'ing
tipaul [Wed, 14 Apr 2004 19:46:20 +0000 (19:46 +0000)]
CSS'ing

20 years agobugfix => escaping correctly values in SQL
tipaul [Wed, 14 Apr 2004 19:45:48 +0000 (19:45 +0000)]
bugfix => escaping correctly values in SQL

20 years ago*** empty log message ***
tipaul [Wed, 14 Apr 2004 19:44:33 +0000 (19:44 +0000)]
*** empty log message ***

20 years agoDIV changed to div
tipaul [Wed, 14 Apr 2004 19:43:58 +0000 (19:43 +0000)]
DIV changed to div

20 years agoMostly cosmetic changes, including more informative page titles
oleonard [Tue, 13 Apr 2004 17:06:10 +0000 (17:06 +0000)]
Mostly cosmetic changes, including more informative page titles

20 years agoMostly cosmetic changes, including more informative page titles
oleonard [Tue, 13 Apr 2004 16:50:26 +0000 (16:50 +0000)]
Mostly cosmetic changes, including more informative page titles

20 years agoremoving unused .inc : koha uses circulation-top.inc now.
tipaul [Tue, 13 Apr 2004 14:16:12 +0000 (14:16 +0000)]
removing unused .inc : koha uses circulation-top.inc now.

20 years agoitemtype search type is =, not contains (as it ignore 2 or 1 letter searches)
tipaul [Tue, 13 Apr 2004 08:55:20 +0000 (08:55 +0000)]
itemtype search type is =, not contains (as it ignore 2 or 1 letter searches)

20 years agoUpdating some visual styles
oleonard [Fri, 9 Apr 2004 19:16:18 +0000 (19:16 +0000)]
Updating some visual styles

20 years agoFixing redirect to moremember.pl
oleonard [Thu, 8 Apr 2004 16:10:13 +0000 (16:10 +0000)]
Fixing redirect to moremember.pl

20 years agoFix for bug 217
rangi [Wed, 7 Apr 2004 22:43:04 +0000 (22:43 +0000)]
Fix for bug 217

20 years agonew default page.
tipaul [Fri, 2 Apr 2004 15:29:51 +0000 (15:29 +0000)]
new default page.

20 years agoremoving unused images.
tipaul [Fri, 2 Apr 2004 15:28:33 +0000 (15:28 +0000)]
removing unused images.
Some have been moved to /default/images/ directory

20 years agocss'ing
tipaul [Fri, 2 Apr 2004 15:22:07 +0000 (15:22 +0000)]
css'ing

20 years agorenaming items.bulk field to items.itemcallnumber.
tipaul [Fri, 2 Apr 2004 15:21:22 +0000 (15:21 +0000)]
renaming items.bulk field to items.itemcallnumber.
Will be used to store call number for libraries that don't use dewey classification.
Note it's related to ITEMS, not biblio.

20 years agorenaming items.bulk field to items.itemcallnumber.
tipaul [Fri, 2 Apr 2004 14:55:47 +0000 (14:55 +0000)]
renaming items.bulk field to items.itemcallnumber.
Will be used to store call number for libraries that don't use dewey classification.
Note it's related to ITEMS, not biblio.

20 years agoMinor correction.
oleonard [Thu, 1 Apr 2004 22:00:41 +0000 (22:00 +0000)]
Minor correction.

20 years agoUpdating to include new MARC search features
oleonard [Thu, 1 Apr 2004 21:52:26 +0000 (21:52 +0000)]
Updating to include new MARC search features

20 years agoAdding new report templates
oleonard [Thu, 1 Apr 2004 21:35:58 +0000 (21:35 +0000)]
Adding new report templates

20 years agoMoving templates to new location
oleonard [Thu, 1 Apr 2004 20:30:03 +0000 (20:30 +0000)]
Moving templates to new location

20 years agoRemoving templates which have moved
oleonard [Thu, 1 Apr 2004 20:29:07 +0000 (20:29 +0000)]
Removing templates which have moved

20 years agoCorrection from Arthur
acli [Thu, 1 Apr 2004 04:03:45 +0000 (04:03 +0000)]
Correction from Arthur

20 years ago"" added in <input> tag
tipaul [Tue, 30 Mar 2004 16:13:29 +0000 (16:13 +0000)]
"" added in <input> tag

20 years agocss'ing (continued)
tipaul [Tue, 30 Mar 2004 16:09:36 +0000 (16:09 +0000)]
css'ing (continued)

20 years agoNEW :
tipaul [Tue, 30 Mar 2004 16:09:04 +0000 (16:09 +0000)]
NEW :
template for report writing.
with 2 nice reports.
pls test.
documentation of the template syntax coming soon

20 years agoMake isbn search on existing records looser (to allow for MARC isbn data)."
joshferraro [Sun, 28 Mar 2004 16:04:47 +0000 (16:04 +0000)]
Make isbn search on existing records looser (to allow for MARC isbn data)."

20 years agoVarious corrections & updates
acli [Sun, 28 Mar 2004 08:54:32 +0000 (08:54 +0000)]
Various corrections & updates

20 years agoMake "Edit subfields" a template variable. This change should not affect
acli [Sun, 28 Mar 2004 08:42:20 +0000 (08:42 +0000)]
Make "Edit subfields" a template variable. This change should not affect
old templates.

20 years ago\n should be an actual newline
acli [Sun, 28 Mar 2004 08:01:26 +0000 (08:01 +0000)]
\n should be an actual newline

20 years agoSome corrections and new translations
acli [Sun, 28 Mar 2004 07:29:12 +0000 (07:29 +0000)]
Some corrections and new translations

20 years agoFixing redirect which points to old location of moremember.pl
oleonard [Wed, 24 Mar 2004 21:23:12 +0000 (21:23 +0000)]
Fixing redirect which points to old location of moremember.pl

20 years agoFixes Bug 763 (Location will not change) replaced:
joshferraro [Wed, 24 Mar 2004 21:06:48 +0000 (21:06 +0000)]
Fixes Bug 763 (Location will not change) replaced:
$dbh->do("UPDATE items holdingbranch = $tbr WHERE   items.itemnumbe$
        &itemseen($itm);
with:
$dbh->do("UPDATE items set holdingbranch = $tbr WHERE   items.itemnumbe$
        &itemseen($itm);

20 years agoFixes bug 749 by removing the comma on line 1488.
joshferraro [Wed, 24 Mar 2004 17:18:30 +0000 (17:18 +0000)]
Fixes bug 749 by removing the comma on line 1488.

20 years agoremoving useless
tipaul [Wed, 24 Mar 2004 15:10:18 +0000 (15:10 +0000)]
removing useless

20 years agosync'ing with rel_2_0
tipaul [Wed, 24 Mar 2004 15:09:25 +0000 (15:09 +0000)]
sync'ing with rel_2_0

20 years agocss'ing & merging members management.
tipaul [Wed, 24 Mar 2004 15:08:19 +0000 (15:08 +0000)]
css'ing & merging members management.
memberentry merges
* memberentry, moremember & insertdata (form, validation & storing)
* and the I series (Institution management)

20 years agomembers link moved to members/
tipaul [Wed, 24 Mar 2004 15:01:58 +0000 (15:01 +0000)]
members link moved to members/

20 years agocss'ing & adding test for I & C borrower category
tipaul [Wed, 24 Mar 2004 15:00:06 +0000 (15:00 +0000)]
css'ing & adding test for I &  C borrower category

20 years agocss'ing & merging members management.
tipaul [Wed, 24 Mar 2004 14:59:33 +0000 (14:59 +0000)]
css'ing & merging members management.
memberentry merges
* memberentry, moremember & insertdata (form, validation & storing)
* and the I series (Institution management)

20 years agocss'ing
tipaul [Wed, 24 Mar 2004 14:48:12 +0000 (14:48 +0000)]
css'ing

20 years agocss'ing
tipaul [Wed, 24 Mar 2004 10:46:04 +0000 (10:46 +0000)]
css'ing

20 years agobugfixes for newsearches
tipaul [Wed, 24 Mar 2004 10:44:48 +0000 (10:44 +0000)]
bugfixes for newsearches

20 years ago*** empty log message ***
tipaul [Wed, 24 Mar 2004 10:42:35 +0000 (10:42 +0000)]
*** empty log message ***

20 years agoFix for bug 761
rangi [Wed, 24 Mar 2004 00:36:07 +0000 (00:36 +0000)]
Fix for bug 761
Ill commit this to the rel-2-0 branch as well

20 years agoFixing error which prevents withdrawn status from showing correctly
oleonard [Mon, 22 Mar 2004 17:32:21 +0000 (17:32 +0000)]
Fixing error which prevents withdrawn status from showing correctly

20 years agoMinor consistency changes
acli [Sun, 21 Mar 2004 03:19:49 +0000 (03:19 +0000)]
Minor consistency changes

20 years agoNew strings
acli [Sun, 21 Mar 2004 03:06:32 +0000 (03:06 +0000)]
New strings

20 years agoFixed missing closing quotation marks in some of the new markup
acli [Sat, 20 Mar 2004 10:09:12 +0000 (10:09 +0000)]
Fixed missing closing quotation marks in some of the new markup

20 years agoVarious corrections
acli [Sat, 20 Mar 2004 08:42:27 +0000 (08:42 +0000)]
Various corrections

20 years agoOops, wrong dialect
acli [Sat, 20 Mar 2004 06:49:24 +0000 (06:49 +0000)]
Oops, wrong dialect

20 years agobugfix : a missing } was placed at a wrong place. The auth did not work anymore...
tipaul [Fri, 19 Mar 2004 15:07:29 +0000 (15:07 +0000)]
bugfix : a missing } was placed at a wrong place. The auth did not work anymore...

20 years agoremoving maxlength=80 in MARC editor : Koha can handle fields >> 255, so the marxleng...
tipaul [Wed, 17 Mar 2004 16:55:40 +0000 (16:55 +0000)]
removing maxlength=80 in MARC editor : Koha can handle fields >> 255, so the marxlength is stupid.

20 years agoreplaced by Reserves2
tipaul [Wed, 17 Mar 2004 15:59:39 +0000 (15:59 +0000)]
replaced by Reserves2

20 years agoremoved : already exist in Circ2.pm
tipaul [Wed, 17 Mar 2004 15:55:27 +0000 (15:55 +0000)]
removed : already exist in Circ2.pm

20 years agouseless : replaced by Circ2.pm it seems
tipaul [Wed, 17 Mar 2004 15:53:09 +0000 (15:53 +0000)]
useless : replaced by Circ2.pm it seems

20 years agoremoving Returns, that is useless
tipaul [Wed, 17 Mar 2004 15:48:28 +0000 (15:48 +0000)]
removing Returns, that is useless

20 years agoremoving unused package
tipaul [Wed, 17 Mar 2004 15:16:58 +0000 (15:16 +0000)]
removing unused package

20 years agofixed missing } at EOF
joshferraro [Tue, 16 Mar 2004 20:29:04 +0000 (20:29 +0000)]
fixed missing } at EOF

20 years agotranslated, after having run "update".
kb2qzv [Tue, 16 Mar 2004 19:24:49 +0000 (19:24 +0000)]
translated, after having run "update".

20 years agosynch'ing with 2.0 branch
tipaul [Tue, 16 Mar 2004 13:39:50 +0000 (13:39 +0000)]
synch'ing with 2.0 branch

20 years agoWorkaround for strange label. Didn't realize this happens in the OPAC too.
acli [Tue, 16 Mar 2004 06:42:18 +0000 (06:42 +0000)]
Workaround for strange label. Didn't realize this happens in the OPAC too.

20 years agoForgot about this change from Arthur
acli [Tue, 16 Mar 2004 06:32:02 +0000 (06:32 +0000)]
Forgot about this change from Arthur

20 years agoMinor updates
acli [Tue, 16 Mar 2004 06:00:00 +0000 (06:00 +0000)]
Minor updates

20 years agoSome more corrections, some from Arthur
acli [Tue, 16 Mar 2004 05:53:44 +0000 (05:53 +0000)]
Some more corrections, some from Arthur

20 years agoPassing thru the borrowernumber with the charges data, so can create a link
rangi [Mon, 15 Mar 2004 23:41:20 +0000 (23:41 +0000)]
Passing thru the borrowernumber with the charges data, so can create a link
to the payment window

20 years agoFixing some bogus sql
rangi [Mon, 15 Mar 2004 20:24:13 +0000 (20:24 +0000)]
Fixing some bogus sql

20 years agointroducing new features :
tipaul [Mon, 15 Mar 2004 15:03:35 +0000 (15:03 +0000)]
introducing new features :
* search on non marc fields : the marc field is found by a sub in Biblio.pm
* ordering a search

This commit shows the sql in log. Pls test it's correctly indexed (using : explain <sql_in_log>)

20 years agoadding virtual shelves to opac
tipaul [Mon, 15 Mar 2004 15:01:49 +0000 (15:01 +0000)]
adding virtual shelves to opac

20 years agoadding searches on non marc fields ( like quick search) in MARC.
tipaul [Mon, 15 Mar 2004 14:43:05 +0000 (14:43 +0000)]
adding searches on non marc fields ( like quick search) in MARC.
quick search should be removable soon, to keep only 1 search (marc & non marc)

20 years agointroducing a little bit more css in default theme
tipaul [Mon, 15 Mar 2004 14:42:02 +0000 (14:42 +0000)]
introducing a little bit more css in default theme

20 years agoadding " into a link
tipaul [Mon, 15 Mar 2004 14:35:37 +0000 (14:35 +0000)]
adding " into a link

20 years agointroducing new features :
tipaul [Mon, 15 Mar 2004 14:34:18 +0000 (14:34 +0000)]
introducing new features :
* search on non marc fields : the marc field is found by a sub in Biblio.pm
* ordering a search

This commit shows the sql in log. Pls test it's correctly indexed (using : explain <sql_in_log>)