koha.git
18 years agoAdding Branch Independancy.
hdl [Tue, 26 Jul 2005 07:50:27 +0000 (07:50 +0000)]
Adding Branch Independancy.
Still under development.

18 years agowe have decided that moving to Koha 3.0 requires being already in Koha 2.2.x
tipaul [Mon, 25 Jul 2005 15:35:38 +0000 (15:35 +0000)]
we have decided that moving to Koha 3.0 requires being already in Koha 2.2.x
So, the updatedatabase script can highly be cleaned (90% removed).
Let's play with the new Koha DB structure now ;-)

18 years agoNew programmer templates
oleonard [Fri, 22 Jul 2005 16:46:26 +0000 (16:46 +0000)]
New programmer templates

18 years agoNew programmer templates
oleonard [Fri, 22 Jul 2005 16:39:56 +0000 (16:39 +0000)]
New programmer templates

18 years agoNew programmer template
oleonard [Fri, 22 Jul 2005 16:31:28 +0000 (16:31 +0000)]
New programmer template

18 years agoadjustment for 2.2.3
hellen [Thu, 21 Jul 2005 15:28:59 +0000 (15:28 +0000)]
adjustment for 2.2.3

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Wed, 20 Jul 2005 21:36:24 +0000 (21:36 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Wed, 20 Jul 2005 21:23:37 +0000 (21:23 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Wed, 20 Jul 2005 18:55:20 +0000 (18:55 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoadjustments for 2.2.3
hellen [Wed, 20 Jul 2005 17:25:07 +0000 (17:25 +0000)]
adjustments for 2.2.3

18 years agoAdding page to display log views.
hdl [Wed, 20 Jul 2005 16:09:03 +0000 (16:09 +0000)]
Adding page to display log views.
can be called by admin/viewlog.pl
Works with C4/Log.pm
uses action_logs table

18 years agoAdding Borrowers count feature.
hdl [Wed, 20 Jul 2005 09:52:31 +0000 (09:52 +0000)]
Adding Borrowers count feature.
Note : This COULD be reported in 2.2 branch.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Tue, 19 Jul 2005 21:03:33 +0000 (21:03 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Tue, 19 Jul 2005 20:42:46 +0000 (20:42 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoSynch with rel_2_2: Enabling alternating table row colors in issues list, showing...
oleonard [Tue, 19 Jul 2005 19:13:19 +0000 (19:13 +0000)]
Synch with rel_2_2: Enabling alternating table row colors in issues list, showing warning about expired borrowers

18 years agoSynch with rel_2_2: Fixing section that was supposed to allow for alternating table...
oleonard [Tue, 19 Jul 2005 18:52:37 +0000 (18:52 +0000)]
Synch with rel_2_2: Fixing section that was supposed to allow for alternating table row colors

18 years agoAdding an object field to action_logs.
hdl [Tue, 19 Jul 2005 16:48:15 +0000 (16:48 +0000)]
Adding an object field to action_logs.
+ Minor Correction to updatedatabase
Changing Activate_Log from choice to YesNo Variable.

18 years agoClean up messages, fill in some blanks, add more notes, test CONFIGURE, add opac...
slef [Tue, 19 Jul 2005 02:39:45 +0000 (02:39 +0000)]
Clean up messages, fill in some blanks, add more notes, test CONFIGURE, add opac files

18 years agoNew installer helper script
slef [Tue, 19 Jul 2005 02:38:12 +0000 (02:38 +0000)]
New installer helper script

18 years agoRemove overlong PM mapping, use libscan() instead, ignore some troublemaker files...
slef [Mon, 18 Jul 2005 20:15:09 +0000 (20:15 +0000)]
Remove overlong PM mapping, use libscan() instead, ignore some troublemaker files - this one copies some files to seemingly-sane targets

18 years agoFirst listing of dist tarball fiels; removed files with spaces in names for now
slef [Mon, 18 Jul 2005 18:15:07 +0000 (18:15 +0000)]
First listing of dist tarball fiels; removed files with spaces in names for now

18 years agoPM mapping of files - first attempt
slef [Mon, 18 Jul 2005 17:59:06 +0000 (17:59 +0000)]
PM mapping of files - first attempt

18 years agoAdd start of 2.3 installer. Remove obsolete? files conflicting with 2.3 installer
slef [Mon, 18 Jul 2005 16:38:57 +0000 (16:38 +0000)]
Add start of 2.3 installer. Remove obsolete? files conflicting with 2.3 installer

18 years agoAdding Log Facility.
hdl [Fri, 15 Jul 2005 16:10:31 +0000 (16:10 +0000)]
Adding Log Facility.
Needs Two Update in database...
On more table (action_logs)
And One more syspref Activate_Log, with On|Off values.
Maintainance has been sweeped of previous Log functions
addbiblio.pl contains a sample of code using Log.pm
To be generalized to Authorities, acquisitions, members soon.

18 years agoadjustments for 2.2.3
hellen [Thu, 14 Jul 2005 19:58:56 +0000 (19:58 +0000)]
adjustments for 2.2.3

18 years agoAdding a log facility for actions watching.
hdl [Thu, 14 Jul 2005 09:53:10 +0000 (09:53 +0000)]
Adding a log facility for actions watching.
Code to be widely used in order to report data modifications.

18 years agoAdding branch specific display to budgets and selection.
hdl [Thu, 14 Jul 2005 09:13:24 +0000 (09:13 +0000)]
Adding branch specific display to budgets and selection.

Be warned that to be able to select a budget which is not from patron's Branch, you should have a '' Branch information.

18 years agoFixing bug that was preventing display of item/barcode information
oleonard [Wed, 13 Jul 2005 21:01:51 +0000 (21:01 +0000)]
Fixing bug that was preventing display of item/barcode information

18 years agoSynching with rel_2_2.
oleonard [Tue, 12 Jul 2005 21:39:40 +0000 (21:39 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Tue, 12 Jul 2005 21:27:11 +0000 (21:27 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Tue, 12 Jul 2005 20:23:15 +0000 (20:23 +0000)]
Synching with rel_2_2.

18 years agoA new page to allow patrons to view their borrowing history
oleonard [Tue, 12 Jul 2005 19:56:17 +0000 (19:56 +0000)]
A new page to allow patrons to view their borrowing history

18 years agoRemoving dead code : Bad Javascript
hdl [Tue, 12 Jul 2005 14:12:44 +0000 (14:12 +0000)]
Removing dead code : Bad Javascript
Thx Owen ;)

18 years agoModifying branch Selection : Now Superlibrarians are always able to see ALL branches...
hdl [Tue, 12 Jul 2005 13:59:38 +0000 (13:59 +0000)]
Modifying branch Selection : Now Superlibrarians are always able to see ALL branches budget, not simple librarians.

18 years agoadjustment for 2.2.3
hellen [Fri, 8 Jul 2005 16:01:39 +0000 (16:01 +0000)]
adjustment for 2.2.3

18 years agoAdding link to purchase suggestions at the bottom of search results. Also adding...
oleonard [Thu, 7 Jul 2005 20:55:53 +0000 (20:55 +0000)]
Adding link to purchase suggestions at the bottom of search results. Also adding some enhancements from the NPL catalog: Amazon cover thumbnails and alternate search links (Google Scholar and  WorldCat)

18 years agoFixing bug that would prevent deletion of suggetions; corrections to XHTML, other...
oleonard [Thu, 7 Jul 2005 20:41:15 +0000 (20:41 +0000)]
Fixing bug that would prevent deletion of suggetions; corrections to XHTML, other minor improvements

18 years agoUpdating template to match changes to opac-reserve.pl
oleonard [Wed, 6 Jul 2005 21:50:12 +0000 (21:50 +0000)]
Updating template to match changes to opac-reserve.pl

18 years agosynching with rel_2_2
joshferraro [Wed, 6 Jul 2005 21:32:02 +0000 (21:32 +0000)]
synching with rel_2_2

18 years agoAdd branch selection and filter for budgets and funds.
hdl [Wed, 6 Jul 2005 17:47:22 +0000 (17:47 +0000)]
Add branch selection and filter for budgets and funds.
May be too much... Funds could be enough....

It works provided you update your base adding branchcode both in aqbookfund AND aqbudget.
If selection in budget is not needed, I shall remove.

18 years agoSynching with rel_2_2
oleonard [Tue, 5 Jul 2005 21:25:25 +0000 (21:25 +0000)]
Synching with rel_2_2

18 years agoSynching with rel_2_2
oleonard [Tue, 5 Jul 2005 20:56:30 +0000 (20:56 +0000)]
Synching with rel_2_2

18 years agoSynching with rel_2_2.
oleonard [Tue, 5 Jul 2005 20:22:55 +0000 (20:22 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Tue, 5 Jul 2005 20:17:29 +0000 (20:17 +0000)]
Synching with rel_2_2.

18 years agoadjustments for 2.2.3
hellen [Sat, 2 Jul 2005 18:09:39 +0000 (18:09 +0000)]
adjustments for 2.2.3

18 years agoSynching with rel_2_2.
oleonard [Thu, 30 Jun 2005 20:34:09 +0000 (20:34 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Thu, 30 Jun 2005 20:26:37 +0000 (20:26 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Thu, 30 Jun 2005 20:19:15 +0000 (20:19 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Thu, 30 Jun 2005 20:09:06 +0000 (20:09 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Thu, 30 Jun 2005 20:01:15 +0000 (20:01 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Thu, 30 Jun 2005 19:54:23 +0000 (19:54 +0000)]
Synching with rel_2_2.

18 years agoFixing a bug caused by the syncing with the 2.2 branch
rangi [Wed, 29 Jun 2005 02:01:03 +0000 (02:01 +0000)]
Fixing a bug caused by the syncing with the 2.2 branch

18 years agoFormatting the creation date correctly
rangi [Wed, 29 Jun 2005 01:16:37 +0000 (01:16 +0000)]
Formatting the creation date correctly

18 years agoRemoving a line that was adding a \ in front of every ' in a suppliers name
rangi [Wed, 29 Jun 2005 01:03:06 +0000 (01:03 +0000)]
Removing a line that was adding a \ in front of every ' in a suppliers name

18 years agoSome of the values from the bookseller table werent being passed through to the templates
rangi [Wed, 29 Jun 2005 01:00:49 +0000 (01:00 +0000)]
Some of the values from the bookseller table werent being passed through to the templates

18 years agoWe dont use images as buttons in the templates anymore, fixing the code to reflect...
rangi [Wed, 29 Jun 2005 00:05:21 +0000 (00:05 +0000)]
We dont use images as buttons in the templates anymore, fixing the code to reflect that

18 years agoMoved the title words splitting, changed the authorwords routine abit. added a check...
genjimoto [Mon, 27 Jun 2005 22:26:16 +0000 (22:26 +0000)]
Moved the title words splitting, changed the authorwords routine abit. added a check for author and additionalauthors. No use having checkboxes for non-existant data.

18 years agotheres a leftbloc. Why not a rightbloc? There is now.
genjimoto [Mon, 27 Jun 2005 22:23:58 +0000 (22:23 +0000)]
theres a leftbloc. Why not a rightbloc? There is now.

18 years agoCSSed the sidebar implementation
genjimoto [Mon, 27 Jun 2005 22:22:52 +0000 (22:22 +0000)]
CSSed the sidebar implementation

18 years agoadjustments for 2.2.3
hellen [Mon, 27 Jun 2005 19:23:28 +0000 (19:23 +0000)]
adjustments for 2.2.3

18 years agosome parameter files for zebra for UNIMARC. Just for testing & sharing purposes for...
tipaul [Mon, 27 Jun 2005 13:13:17 +0000 (13:13 +0000)]
some parameter files for zebra for UNIMARC. Just for testing & sharing purposes for instance.

18 years agoadjustments for 2.2.3
hellen [Sat, 25 Jun 2005 12:55:02 +0000 (12:55 +0000)]
adjustments for 2.2.3

18 years agoFix so clicking on numbers carries over the itemtype and availaiblity search parameters
genjimoto [Sat, 25 Jun 2005 07:26:49 +0000 (07:26 +0000)]
Fix so clicking on numbers carries over the itemtype and availaiblity search parameters

18 years agominor fix
genjimoto [Sat, 25 Jun 2005 06:56:47 +0000 (06:56 +0000)]
minor fix

18 years agoNew search options bar implemented as per http://katipo.co.nz/gallery/koha2-4/search_...
genjimoto [Sat, 25 Jun 2005 05:59:08 +0000 (05:59 +0000)]
New search options bar implemented as per katipo.co.nz/gallery/koha2-4/search_ideas_details_001

18 years agoNew code making a search not needing to use tables not already used in searching...
genjimoto [Sat, 25 Jun 2005 05:35:29 +0000 (05:35 +0000)]
New code making a search not needing to use tables not already used in searching.. doesn't take longer than normal. Achieved via new parameter in Catalogsearch called $extratables.

18 years agorestored search for available books functionality while ensuring that a search not...
genjimoto [Sat, 25 Jun 2005 05:26:14 +0000 (05:26 +0000)]
restored search for available books functionality while ensuring that a search not asking about the availablity doesn't take longer than normal. Achieved via new parameter in SearchMarc::Catalogsearch called $extratables.

18 years agoAdded code to support search options sidebar ref to http://katipo.co.nz/gallery/koha2...
genjimoto [Sat, 25 Jun 2005 05:22:00 +0000 (05:22 +0000)]
Added code to support search options sidebar ref to katipo.co.nz/gallery/koha2-4/search_ideas_details_001

18 years agoperldoc and prototype updates
slef [Fri, 24 Jun 2005 12:19:34 +0000 (12:19 +0000)]
perldoc and prototype updates

18 years agoClosing suggest window after selection
hdl [Thu, 23 Jun 2005 08:58:30 +0000 (08:58 +0000)]
Closing suggest window after selection

18 years agoOnline Help on Scrolling_list building for sort1 and sort2.
hdl [Wed, 22 Jun 2005 13:14:12 +0000 (13:14 +0000)]
Online Help on Scrolling_list building for sort1 and sort2.
Minor Bug Fix for newbiblio.pl : Bsort becomes Asort

18 years agoAdding scrolling list for sort1 and sort2
hdl [Wed, 22 Jun 2005 09:36:24 +0000 (09:36 +0000)]
Adding scrolling list for sort1 and sort2

18 years agoAdding line counter
hdl [Tue, 21 Jun 2005 10:09:39 +0000 (10:09 +0000)]
Adding line counter

18 years agoAdding countlines
hdl [Tue, 21 Jun 2005 07:42:24 +0000 (07:42 +0000)]
Adding countlines

18 years agoDisplaying line counter
hdl [Tue, 21 Jun 2005 07:39:20 +0000 (07:39 +0000)]
Displaying line counter

18 years agoRemoved -s from su call after Thomas D reports it breaks FreeBSD
slef [Mon, 20 Jun 2005 17:05:17 +0000 (17:05 +0000)]
Removed -s from su call after Thomas D reports it breaks FreeBSD

18 years agosynch'ing 2.2 and head
tipaul [Mon, 20 Jun 2005 14:33:32 +0000 (14:33 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Mon, 20 Jun 2005 14:21:39 +0000 (14:21 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Mon, 20 Jun 2005 14:10:00 +0000 (14:10 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Mon, 20 Jun 2005 13:15:46 +0000 (13:15 +0000)]
synch'ing 2.2 and head

18 years agoimproving systempref selector :
tipaul [Mon, 20 Jun 2005 13:12:11 +0000 (13:12 +0000)]
improving systempref selector :
* showing active tab better
* removing useless filter form
* adding some systemprefs to their correct tab

18 years agoReordering dates with usual order and not alphabetical one
hdl [Mon, 20 Jun 2005 10:28:09 +0000 (10:28 +0000)]
Reordering dates with usual order and not alphabetical one

18 years agoDisplaying search results count
hdl [Mon, 20 Jun 2005 10:14:12 +0000 (10:14 +0000)]
Displaying search results count

18 years agoThis simply wasnt working before.
rangi [Mon, 20 Jun 2005 01:01:06 +0000 (01:01 +0000)]
This simply wasnt working before.
It is now not erroring, not sure if its actually sending mail, working on
that now

18 years agotranslated by hellen
hellen [Sat, 18 Jun 2005 10:33:29 +0000 (10:33 +0000)]
translated by hellen

18 years agoDisplaying system preferences by category
hdl [Fri, 17 Jun 2005 16:37:00 +0000 (16:37 +0000)]
Displaying system preferences by category

18 years agoDetailing the three latest issues on OPAC for serials
hdl [Fri, 17 Jun 2005 13:44:25 +0000 (13:44 +0000)]
Detailing the three latest issues on OPAC for serials

18 years agoAdding 2 status to serial issues :
hdl [Thu, 16 Jun 2005 19:10:09 +0000 (19:10 +0000)]
Adding 2 status to serial issues :
- delete : to delete the current issue
- not issued : to distinguish missing from not issued serial number.

18 years agotranslated by hellen
hellen [Thu, 16 Jun 2005 18:31:25 +0000 (18:31 +0000)]
translated by hellen

18 years agoDisplaying overdues with red font.
hdl [Wed, 15 Jun 2005 19:55:14 +0000 (19:55 +0000)]
Displaying overdues with red font.

18 years agoDisplaying dashed isbn.
hdl [Wed, 15 Jun 2005 16:09:42 +0000 (16:09 +0000)]
Displaying dashed isbn.

18 years agoDeleting joined tables without condition.
hdl [Wed, 15 Jun 2005 13:21:22 +0000 (13:21 +0000)]
Deleting joined tables without condition.
Issues, reserves, items.
Major Bug fixed : Catalogsearch would work no more.

18 years agoGetting rid of pesky favicon.ico log message
joshferraro [Tue, 14 Jun 2005 23:22:11 +0000 (23:22 +0000)]
Getting rid of pesky favicon.ico log message

18 years agoto get rid of pesky log message complaining about favicon.ico
joshferraro [Tue, 14 Jun 2005 23:18:52 +0000 (23:18 +0000)]
to get rid of pesky log message complaining about favicon.ico

18 years agoIncluding marc-editor.css for full serials display
oleonard [Thu, 9 Jun 2005 21:19:06 +0000 (21:19 +0000)]
Including marc-editor.css for full serials display

18 years agoUpdated to work with full serials display
oleonard [Thu, 9 Jun 2005 21:17:54 +0000 (21:17 +0000)]
Updated to work with full serials display

18 years agoFull view for opac-serials. Includes tabbed view ported from addbiblio in the intran...
oleonard [Thu, 9 Jun 2005 21:16:37 +0000 (21:16 +0000)]
Full view for opac-serials.  Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content

18 years agoFixing to conform with NPL template design
oleonard [Thu, 9 Jun 2005 19:41:44 +0000 (19:41 +0000)]
Fixing to conform with NPL template design

18 years agoBugfix for display problem, enabling Amazon cover images
oleonard [Thu, 9 Jun 2005 19:21:17 +0000 (19:21 +0000)]
Bugfix for display problem, enabling Amazon cover images

18 years agotranslated by hellen
hellen [Thu, 9 Jun 2005 17:54:31 +0000 (17:54 +0000)]
translated by hellen