koha.git
17 years agoLoading FrameworksLoaded for update before modifying.
hdl [Fri, 13 Apr 2007 16:33:54 +0000 (16:33 +0000)]
Loading FrameworksLoaded for update before modifying.

17 years agoAutomatically adding a new syspref called FrameworksLoaded which is updated via webin...
hdl [Fri, 13 Apr 2007 16:30:00 +0000 (16:30 +0000)]
Automatically adding a new syspref called FrameworksLoaded which is updated via webinstaller.
It stores and lists loaded frameworks for management.

17 years agoAdding Version variable to systempreferences.
hdl [Fri, 13 Apr 2007 16:27:55 +0000 (16:27 +0000)]
Adding Version variable to systempreferences.

17 years agoAdding Check for a systempreference Version Variable
hdl [Fri, 6 Apr 2007 15:53:18 +0000 (15:53 +0000)]
Adding Check for a systempreference Version Variable
skips third party software check and mysql check to go to updatedatabase.

Adding similar check to intranet and opac.

BEWARE !!!!!
You may be linked to install if you donot have Version variable set in your systempreferences table.
If so, simply updatedatabase OR add Version 3.0  record to your systempreferences table.

17 years agoCode Cleaning AuthoritiesMarc
hdl [Fri, 6 Apr 2007 14:49:19 +0000 (14:49 +0000)]
Code Cleaning AuthoritiesMarc

17 years agoCode Cleaning : AuthoritiesMARC.
hdl [Fri, 6 Apr 2007 14:48:45 +0000 (14:48 +0000)]
Code Cleaning : AuthoritiesMARC.

17 years agoDeleting Link related scripts
hdl [Fri, 6 Apr 2007 14:47:50 +0000 (14:47 +0000)]
Deleting Link related scripts

17 years agoDeleting link pages.
hdl [Fri, 6 Apr 2007 14:47:12 +0000 (14:47 +0000)]
Deleting link pages.

17 years agobug fix : add another security in check of notify_id
btoumi [Thu, 5 Apr 2007 15:55:56 +0000 (15:55 +0000)]
bug fix : add another security in check of notify_id

17 years agobug fix : add security in check of notify_id
btoumi [Thu, 5 Apr 2007 14:08:17 +0000 (14:08 +0000)]
bug fix : add security in check of notify_id

17 years agoadd "sort by" with heading-entity in authorities search
btoumi [Thu, 5 Apr 2007 12:17:55 +0000 (12:17 +0000)]
add "sort by" with heading-entity in authorities search

17 years agoAdding Circulation and Overdues modules
hdl [Thu, 5 Apr 2007 08:53:31 +0000 (08:53 +0000)]
Adding Circulation and Overdues modules

17 years agoadd "and" condition for branch when search is built (in advanced search)
btoumi [Thu, 5 Apr 2007 07:29:27 +0000 (07:29 +0000)]
add "and" condition for branch when search is built (in advanced search)

17 years agoHUGE COMMIT : code cleaning circulation.
tipaul [Wed, 4 Apr 2007 16:46:22 +0000 (16:46 +0000)]
HUGE COMMIT : code cleaning circulation.

some stuff to do, i'll write a mail on koha-devel NOW !

17 years agobugfixing of warnings in current transfers and waitingreservestranfers
alaurin [Tue, 3 Apr 2007 15:41:36 +0000 (15:41 +0000)]
bugfixing of warnings in current transfers and waitingreservestranfers
same bugfixing as branchreserves

17 years agobugfixing for displaying the maxpicking delays for reservations, now the method of...
alaurin [Tue, 3 Apr 2007 15:04:30 +0000 (15:04 +0000)]
bugfixing for displaying the maxpicking delays for reservations, now the method of date works is using
Add_Delta_Days and not delta year and month
now the system working

17 years agoadd security when u delete biblio :
btoumi [Tue, 3 Apr 2007 14:21:56 +0000 (14:21 +0000)]
add security when u delete biblio :
u must delete linked items before delete biblio

17 years agooups, fixing bug in EXPORT...
tipaul [Fri, 30 Mar 2007 13:30:36 +0000 (13:30 +0000)]
oups, fixing bug in EXPORT...

17 years agoreordering template
tipaul [Fri, 30 Mar 2007 13:29:20 +0000 (13:29 +0000)]
reordering template

17 years agoremoving useless package
tipaul [Fri, 30 Mar 2007 12:25:12 +0000 (12:25 +0000)]
removing useless package

17 years agowhy the hell do we need to explicitly utf8 decode this string ? I really don't know...
tipaul [Fri, 30 Mar 2007 12:00:42 +0000 (12:00 +0000)]
why the hell do we need to explicitly utf8 decode this string ? I really don't know, but it seems it's mandatory, otherwise, tag descriptions are not properly encoded...

17 years agosome cleaning (minor, the main one will come later) : removing some unused subs
tipaul [Fri, 30 Mar 2007 11:59:16 +0000 (11:59 +0000)]
some cleaning (minor, the main one will come later) : removing some unused subs

17 years agousing C4::Date instead of C4::Circulation::Date
tipaul [Fri, 30 Mar 2007 11:58:48 +0000 (11:58 +0000)]
using C4::Date instead of C4::Circulation::Date

17 years agoremoving useless package (copy of C4::Date)
tipaul [Fri, 30 Mar 2007 11:58:02 +0000 (11:58 +0000)]
removing useless package (copy of C4::Date)

17 years agoadd security on borrowernumber,barcode for book issues
btoumi [Fri, 30 Mar 2007 08:38:44 +0000 (08:38 +0000)]
add security on borrowernumber,barcode  for book issues

17 years agoCode cleaning of Biblio.pm (continued)
tipaul [Thu, 29 Mar 2007 16:45:53 +0000 (16:45 +0000)]
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.

17 years agoCode cleaning :
tipaul [Thu, 29 Mar 2007 13:30:31 +0000 (13:30 +0000)]
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)

17 years agoremoving marc=off scripts
tipaul [Thu, 29 Mar 2007 13:29:48 +0000 (13:29 +0000)]
removing marc=off scripts

17 years agoadding default value new feature into cataloguing. The system (definition) part has...
tipaul [Thu, 29 Mar 2007 09:42:13 +0000 (09:42 +0000)]
adding default value new feature into cataloguing. The system (definition) part has already been added by toins

17 years agomodify advanced search query structure :
btoumi [Thu, 29 Mar 2007 09:28:07 +0000 (09:28 +0000)]
modify advanced search query structure :
use 'or' instead of 'and' (you  have  no result if you use  'and')

17 years agoDeleting ignore_errors(1) pour MARC::Charset
hdl [Thu, 29 Mar 2007 08:45:19 +0000 (08:45 +0000)]
Deleting ignore_errors(1) pour MARC::Charset

17 years agoremoving $dbh as a parameter in AuthoritiesMarc functions
hdl [Wed, 28 Mar 2007 10:39:16 +0000 (10:39 +0000)]
removing $dbh as a parameter in AuthoritiesMarc functions
And reporting all differences into the scripts taht relies on those functions.

17 years agoadding a tmpl if on checkbox to save checkbox input
hpassini [Tue, 27 Mar 2007 15:53:40 +0000 (15:53 +0000)]
adding a tmpl if on checkbox to save checkbox input

17 years agoBug Fixing :
hdl [Tue, 27 Mar 2007 14:48:39 +0000 (14:48 +0000)]
Bug Fixing :
- new authoritiessearch API (without $dbh)
- new search API (using ccl)

17 years agoadding 001 tag/subfield
rych [Tue, 20 Mar 2007 05:05:22 +0000 (05:05 +0000)]
adding 001 tag/subfield

17 years agoadding name for template
kados [Tue, 20 Mar 2007 01:45:18 +0000 (01:45 +0000)]
adding name for template
re-tabing

17 years agoadding name for template
kados [Tue, 20 Mar 2007 01:27:40 +0000 (01:27 +0000)]
adding name for template
fixing tabs

17 years agofixing permissions on mainpage
kados [Tue, 20 Mar 2007 01:02:33 +0000 (01:02 +0000)]
fixing permissions on mainpage

17 years ago - adding default value in marc_subfield_structure.
toins [Mon, 19 Mar 2007 18:35:12 +0000 (18:35 +0000)]
 - adding default value in marc_subfield_structure.
 - now marc_subfields_structure displays subfields in tab view.

17 years agofix for bug 1276: Cannot search for patron wtih apostrophe in their name
kados [Sun, 18 Mar 2007 04:13:21 +0000 (04:13 +0000)]
fix for bug 1276: Cannot search for patron wtih apostrophe in their name

17 years agoFix for bug 1308: sort by order is lost when browsing results on more than one page
kados [Sun, 18 Mar 2007 03:50:15 +0000 (03:50 +0000)]
Fix for bug 1308: sort by order is lost when browsing results on more than one page

17 years agoenglish language changes to tmpl
rych [Sun, 18 Mar 2007 03:00:40 +0000 (03:00 +0000)]
english language changes to tmpl

17 years agominor language improvements
kados [Sun, 18 Mar 2007 02:51:25 +0000 (02:51 +0000)]
minor language improvements

17 years agoimproving English
kados [Sun, 18 Mar 2007 02:46:21 +0000 (02:46 +0000)]
improving English

17 years agoimproving English on the Koha Administration screen
kados [Sun, 18 Mar 2007 02:39:20 +0000 (02:39 +0000)]
improving English on the Koha Administration screen

17 years agoimprovements to the language of the installer
kados [Sun, 18 Mar 2007 02:16:23 +0000 (02:16 +0000)]
improvements to the language of the installer
moved borrower categories defaults for English into a separate sql file

17 years agoAdding in Coded values conforming to the Z39.77-2006 Holdings Statements for Bibliogr...
kados [Sun, 18 Mar 2007 01:49:43 +0000 (01:49 +0000)]
Adding in Coded values conforming to the Z39.77-2006 Holdings Statements for Bibliographic Items
Refer to http://www.niso.org/standards/index.html

17 years agoimprovements to the language of the installer
kados [Sat, 17 Mar 2007 23:29:33 +0000 (23:29 +0000)]
improvements to the language of the installer
validation improvements for installer
improvements to descriptions of the optional sql data defaults

17 years ago*** empty log message ***
rych [Sat, 17 Mar 2007 21:57:41 +0000 (21:57 +0000)]
*** empty log message ***

17 years agofix typo
rych [Sat, 17 Mar 2007 21:47:08 +0000 (21:47 +0000)]
fix typo

17 years agosort frameworks
rych [Sat, 17 Mar 2007 21:43:40 +0000 (21:43 +0000)]
sort frameworks

17 years ago*** empty log message ***
rych [Fri, 16 Mar 2007 16:56:48 +0000 (16:56 +0000)]
*** empty log message ***

17 years agoUsing my precrash CVS copy I did the following:
kados [Fri, 16 Mar 2007 01:25:08 +0000 (01:25 +0000)]
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

17 years agoreinstating members.js
kados [Mon, 12 Mar 2007 01:23:03 +0000 (01:23 +0000)]
reinstating members.js
minor improvements to error tmpl
minor improvements to authorities blind search

17 years agoThis is a minor change, but affects all templates:
kados [Sun, 11 Mar 2007 21:08:11 +0000 (21:08 +0000)]
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.

17 years agono need for a separate barcodes doc-head include, switching to the
kados [Sun, 11 Mar 2007 19:19:18 +0000 (19:19 +0000)]
no need for a separate barcodes doc-head include, switching to the
standard one

17 years agoonly show No results found if we're searching
kados [Sun, 11 Mar 2007 19:02:36 +0000 (19:02 +0000)]
only show No results found if we're searching

17 years agoremoving members-home.tmpl, everything is in members.tmpl
kados [Sun, 11 Mar 2007 01:19:30 +0000 (01:19 +0000)]
removing members-home.tmpl, everything is in members.tmpl

17 years agolanguage improvements
kados [Sat, 10 Mar 2007 17:56:35 +0000 (17:56 +0000)]
language improvements

17 years agolanguage cleanups
kados [Sat, 10 Mar 2007 17:01:00 +0000 (17:01 +0000)]
language cleanups
switch from HTML::Template to HTML::Template::Pro for report plugins

17 years agoadding calendar popup to inventory/stocktaking
kados [Sat, 10 Mar 2007 07:12:14 +0000 (07:12 +0000)]
adding calendar popup to inventory/stocktaking
improvements to english

17 years agoreplaced by Languages.pm
kados [Sat, 10 Mar 2007 06:37:44 +0000 (06:37 +0000)]
replaced by Languages.pm

17 years agofinish fixing spelling error on department
kados [Sat, 10 Mar 2007 06:28:06 +0000 (06:28 +0000)]
finish fixing spelling error on department

17 years agofix spelling department
kados [Sat, 10 Mar 2007 06:22:52 +0000 (06:22 +0000)]
fix spelling department
improve English grammar in template

17 years agolanguage cleaning for borrower module
kados [Sat, 10 Mar 2007 01:53:23 +0000 (01:53 +0000)]
language cleaning for borrower module

17 years agoadding calendar popup to member entry
kados [Sat, 10 Mar 2007 01:11:22 +0000 (01:11 +0000)]
adding calendar popup to member entry
fixing some language on circ screens

17 years agoadding back get_date_format_string_for_DHTMLcalendar
kados [Sat, 10 Mar 2007 00:28:11 +0000 (00:28 +0000)]
adding back get_date_format_string_for_DHTMLcalendar

17 years agofix typo
rych [Fri, 9 Mar 2007 23:53:23 +0000 (23:53 +0000)]
fix typo

17 years agofixing validation
kados [Fri, 9 Mar 2007 23:49:09 +0000 (23:49 +0000)]
fixing validation

17 years agofixing typo in Date.pm and minor English in menus.inc
kados [Fri, 9 Mar 2007 23:36:24 +0000 (23:36 +0000)]
fixing typo in Date.pm and minor English in menus.inc

17 years agomove Accounts2.pm to Accounts.pm
kados [Fri, 9 Mar 2007 23:30:17 +0000 (23:30 +0000)]
move Accounts2.pm to Accounts.pm

17 years agoEnglish language changes
kados [Fri, 9 Mar 2007 22:53:17 +0000 (22:53 +0000)]
English language changes

17 years agoremoving koha-curses dir
kados [Fri, 9 Mar 2007 22:18:35 +0000 (22:18 +0000)]
removing koha-curses dir

17 years agomeging with dev_week, fixing spacing
kados [Fri, 9 Mar 2007 22:15:55 +0000 (22:15 +0000)]
meging with dev_week, fixing spacing

17 years agoper row inserts
rych [Fri, 9 Mar 2007 22:03:13 +0000 (22:03 +0000)]
per row inserts

17 years agoremoving css templates from head
kados [Fri, 9 Mar 2007 21:48:50 +0000 (21:48 +0000)]
removing css templates from head

17 years agoremoving default templates
kados [Fri, 9 Mar 2007 21:45:10 +0000 (21:45 +0000)]
removing default templates

17 years agoremoving npl template files from head
kados [Fri, 9 Mar 2007 21:39:21 +0000 (21:39 +0000)]
removing npl template files from head

17 years agoadd mainpage
rych [Fri, 9 Mar 2007 20:33:59 +0000 (20:33 +0000)]
add mainpage

17 years agorel_3_0 moved to HEAD (introducing new files)
tipaul [Fri, 9 Mar 2007 15:34:17 +0000 (15:34 +0000)]
rel_3_0 moved to HEAD (introducing new files)

17 years agorel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 15:26:29 +0000 (15:26 +0000)]
rel_3_0 moved to HEAD

17 years agorel_3_0 moved to HEAD (removing useless file)
tipaul [Fri, 9 Mar 2007 15:22:00 +0000 (15:22 +0000)]
rel_3_0 moved to HEAD (removing useless file)

17 years agorel_3_0 moved to HEAD (removing useless file)
tipaul [Fri, 9 Mar 2007 15:16:32 +0000 (15:16 +0000)]
rel_3_0 moved to HEAD (removing useless file)

17 years agorel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 15:12:54 +0000 (15:12 +0000)]
rel_3_0 moved to HEAD

17 years agorel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:52:58 +0000 (14:52 +0000)]
rel_3_0 moved to HEAD

17 years agorel_3_0 moved to HEAD (removing useless file)
tipaul [Fri, 9 Mar 2007 14:48:28 +0000 (14:48 +0000)]
rel_3_0 moved to HEAD (removing useless file)

17 years agorel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:41:32 +0000 (14:41 +0000)]
rel_3_0 moved to HEAD

17 years agorel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:28:54 +0000 (14:28 +0000)]
rel_3_0 moved to HEAD

17 years ago1st commit for rel_3_0 => HEAD branch move (to test)
tipaul [Fri, 9 Mar 2007 14:27:05 +0000 (14:27 +0000)]
1st commit for rel_3_0 => HEAD branch move (to test)

17 years agoreverting to previous version
kados [Mon, 26 Feb 2007 13:34:22 +0000 (13:34 +0000)]
reverting to previous version

17 years agoUpdating claims - commenting out the bits of code that were not implemented in the end
bob_lyon [Wed, 13 Dec 2006 20:07:22 +0000 (20:07 +0000)]
Updating claims - commenting out the bits of code that were not implemented in the end
- was planning on having ability to choose style of claim letter but wasn't taken up in the end

17 years agoAdding in missing subroutine bookseller
bob_lyon [Wed, 13 Dec 2006 20:02:34 +0000 (20:02 +0000)]
Adding in missing subroutine bookseller

17 years agonow enable to manage reviews from intranet.
toins [Fri, 8 Dec 2006 11:24:58 +0000 (11:24 +0000)]
now enable to manage reviews from intranet.

17 years agoMissing holiday images
tgarip1957 [Mon, 4 Dec 2006 12:39:02 +0000 (12:39 +0000)]
Missing holiday images

17 years agoResynching Savannah
tgarip1957 [Wed, 15 Nov 2006 01:41:51 +0000 (01:41 +0000)]
Resynching Savannah

17 years agoSavannah seems out of synch.Code cleaning removal of Date::Manip
tgarip1957 [Wed, 15 Nov 2006 01:38:26 +0000 (01:38 +0000)]
Savannah seems out of synch.Code cleaning removal of Date::Manip

17 years agoSavannah seems out of sync. reloading.Mainly code cleaning and removing of Date:...
tgarip1957 [Wed, 15 Nov 2006 01:36:00 +0000 (01:36 +0000)]
Savannah seems out of sync. reloading.Mainly code cleaning and removing of Date::Manip

17 years agoBug fixing and complete removal of Date::Manip
tgarip1957 [Mon, 6 Nov 2006 21:01:43 +0000 (21:01 +0000)]
Bug fixing and complete removal of Date::Manip

17 years agoAll necessary date functions for koha using the fast DateTime module
tgarip1957 [Mon, 6 Nov 2006 20:25:43 +0000 (20:25 +0000)]
All necessary date functions for koha using the fast DateTime module

17 years agoA new Date.pm to use for all date calculations. Mysql date calculations removed from...
tgarip1957 [Fri, 20 Oct 2006 01:20:56 +0000 (01:20 +0000)]
A new Date.pm to use for all date calculations. Mysql date calculations removed from Circ2.pm, all modules free of DateManip, a new get_today function to call in allscripts, and some bug cleaning in authorities.pm