]>
git.koha-community.org Git - koha.git/log
hdl [Mon, 23 Apr 2007 13:10:07 +0000 (13:10 +0000)]
Code Cleaning Members.
- checkaccount and getborraccountno => GetBorrowerAcctRecord
Many changes in names,
some changes in function signature.
Will be detailed in a mail to kohadevel.
tipaul [Wed, 18 Apr 2007 17:00:14 +0000 (17:00 +0000)]
removing all useless %env / $env
tipaul [Wed, 18 Apr 2007 14:20:54 +0000 (14:20 +0000)]
removing "department" and replacing by items.location
tipaul [Wed, 18 Apr 2007 14:19:52 +0000 (14:19 +0000)]
improving issues_stats by adding location & itemcallnumber filters
tipaul [Tue, 17 Apr 2007 16:24:59 +0000 (16:24 +0000)]
circulation cleaning continued: working on branchtransfers.pl (unfinished, but at least it compiles...
tipaul [Tue, 17 Apr 2007 08:50:33 +0000 (08:50 +0000)]
some bugfixes for this script that automatically build zebra DB from default config files
tipaul [Tue, 17 Apr 2007 08:44:49 +0000 (08:44 +0000)]
circulation cleaning continued: bufixing
hdl [Mon, 16 Apr 2007 16:54:33 +0000 (16:54 +0000)]
Adding Finerules script.
It tears issuingrules script into two.
+ Fixing save button that would bring back to default branch.
hdl [Fri, 13 Apr 2007 16:33:54 +0000 (16:33 +0000)]
Loading FrameworksLoaded for update before modifying.
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.
hdl [Fri, 13 Apr 2007 16:27:55 +0000 (16:27 +0000)]
Adding Version variable to systempreferences.
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.
hdl [Fri, 6 Apr 2007 14:49:19 +0000 (14:49 +0000)]
Code Cleaning AuthoritiesMarc
hdl [Fri, 6 Apr 2007 14:48:45 +0000 (14:48 +0000)]
Code Cleaning : AuthoritiesMARC.
hdl [Fri, 6 Apr 2007 14:47:50 +0000 (14:47 +0000)]
Deleting Link related scripts
hdl [Fri, 6 Apr 2007 14:47:12 +0000 (14:47 +0000)]
Deleting link pages.
btoumi [Thu, 5 Apr 2007 15:55:56 +0000 (15:55 +0000)]
bug fix : add another 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
btoumi [Thu, 5 Apr 2007 12:17:55 +0000 (12:17 +0000)]
add "sort by" with heading-entity in authorities search
hdl [Thu, 5 Apr 2007 08:53:31 +0000 (08:53 +0000)]
Adding Circulation and Overdues modules
btoumi [Thu, 5 Apr 2007 07:29:27 +0000 (07:29 +0000)]
add "and" condition for branch when search is built (in advanced search)
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 !
alaurin [Tue, 3 Apr 2007 15:41:36 +0000 (15:41 +0000)]
bugfixing of warnings in current transfers and waitingreservestranfers
same bugfixing as branchreserves
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
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
tipaul [Fri, 30 Mar 2007 13:30:36 +0000 (13:30 +0000)]
oups, fixing bug in EXPORT...
tipaul [Fri, 30 Mar 2007 13:29:20 +0000 (13:29 +0000)]
reordering template
tipaul [Fri, 30 Mar 2007 12:25:12 +0000 (12:25 +0000)]
removing useless package
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...
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
tipaul [Fri, 30 Mar 2007 11:58:48 +0000 (11:58 +0000)]
using C4::Date instead of C4::Circulation::Date
tipaul [Fri, 30 Mar 2007 11:58:02 +0000 (11:58 +0000)]
removing useless package (copy of C4::Date)
btoumi [Fri, 30 Mar 2007 08:38:44 +0000 (08:38 +0000)]
add security on borrowernumber,barcode for book issues
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.
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)
tipaul [Thu, 29 Mar 2007 13:29:48 +0000 (13:29 +0000)]
removing marc=off scripts
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
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')
hdl [Thu, 29 Mar 2007 08:45:19 +0000 (08:45 +0000)]
Deleting ignore_errors(1) pour MARC::Charset
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.
hpassini [Tue, 27 Mar 2007 15:53:40 +0000 (15:53 +0000)]
adding a tmpl if on checkbox to save checkbox input
hdl [Tue, 27 Mar 2007 14:48:39 +0000 (14:48 +0000)]
Bug Fixing :
- new authoritiessearch API (without $dbh)
- new search API (using ccl)
rych [Tue, 20 Mar 2007 05:05:22 +0000 (05:05 +0000)]
adding 001 tag/subfield
kados [Tue, 20 Mar 2007 01:45:18 +0000 (01:45 +0000)]
adding name for template
re-tabing
kados [Tue, 20 Mar 2007 01:27:40 +0000 (01:27 +0000)]
adding name for template
fixing tabs
kados [Tue, 20 Mar 2007 01:02:33 +0000 (01:02 +0000)]
fixing permissions on mainpage
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.
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
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
rych [Sun, 18 Mar 2007 03:00:40 +0000 (03:00 +0000)]
english language changes to tmpl
kados [Sun, 18 Mar 2007 02:51:25 +0000 (02:51 +0000)]
minor language improvements
kados [Sun, 18 Mar 2007 02:46:21 +0000 (02:46 +0000)]
improving English
kados [Sun, 18 Mar 2007 02:39:20 +0000 (02:39 +0000)]
improving English on the Koha Administration screen
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
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
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
rych [Sat, 17 Mar 2007 21:57:41 +0000 (21:57 +0000)]
*** empty log message ***
rych [Sat, 17 Mar 2007 21:47:08 +0000 (21:47 +0000)]
fix typo
rych [Sat, 17 Mar 2007 21:43:40 +0000 (21:43 +0000)]
sort frameworks
rych [Fri, 16 Mar 2007 16:56:48 +0000 (16:56 +0000)]
*** empty log message ***
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
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
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.
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
kados [Sun, 11 Mar 2007 19:02:36 +0000 (19:02 +0000)]
only show No results found if we're searching
kados [Sun, 11 Mar 2007 01:19:30 +0000 (01:19 +0000)]
removing members-home.tmpl, everything is in members.tmpl
kados [Sat, 10 Mar 2007 17:56:35 +0000 (17:56 +0000)]
language improvements
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
kados [Sat, 10 Mar 2007 07:12:14 +0000 (07:12 +0000)]
adding calendar popup to inventory/stocktaking
improvements to english
kados [Sat, 10 Mar 2007 06:37:44 +0000 (06:37 +0000)]
replaced by Languages.pm
kados [Sat, 10 Mar 2007 06:28:06 +0000 (06:28 +0000)]
finish fixing spelling error on department
kados [Sat, 10 Mar 2007 06:22:52 +0000 (06:22 +0000)]
fix spelling department
improve English grammar in template
kados [Sat, 10 Mar 2007 01:53:23 +0000 (01:53 +0000)]
language cleaning for borrower module
kados [Sat, 10 Mar 2007 01:11:22 +0000 (01:11 +0000)]
adding calendar popup to member entry
fixing some language on circ screens
kados [Sat, 10 Mar 2007 00:28:11 +0000 (00:28 +0000)]
adding back get_date_format_string_for_DHTMLcalendar
rych [Fri, 9 Mar 2007 23:53:23 +0000 (23:53 +0000)]
fix typo
kados [Fri, 9 Mar 2007 23:49:09 +0000 (23:49 +0000)]
fixing validation
kados [Fri, 9 Mar 2007 23:36:24 +0000 (23:36 +0000)]
fixing typo in Date.pm and minor English in menus.inc
kados [Fri, 9 Mar 2007 23:30:17 +0000 (23:30 +0000)]
move Accounts2.pm to Accounts.pm
kados [Fri, 9 Mar 2007 22:53:17 +0000 (22:53 +0000)]
English language changes
kados [Fri, 9 Mar 2007 22:18:35 +0000 (22:18 +0000)]
removing koha-curses dir
kados [Fri, 9 Mar 2007 22:15:55 +0000 (22:15 +0000)]
meging with dev_week, fixing spacing
rych [Fri, 9 Mar 2007 22:03:13 +0000 (22:03 +0000)]
per row inserts
kados [Fri, 9 Mar 2007 21:48:50 +0000 (21:48 +0000)]
removing css templates from head
kados [Fri, 9 Mar 2007 21:45:10 +0000 (21:45 +0000)]
removing default templates
kados [Fri, 9 Mar 2007 21:39:21 +0000 (21:39 +0000)]
removing npl template files from head
rych [Fri, 9 Mar 2007 20:33:59 +0000 (20:33 +0000)]
add mainpage
tipaul [Fri, 9 Mar 2007 15:34:17 +0000 (15:34 +0000)]
rel_3_0 moved to HEAD (introducing new files)
tipaul [Fri, 9 Mar 2007 15:26:29 +0000 (15:26 +0000)]
rel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 15:22:00 +0000 (15:22 +0000)]
rel_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)
tipaul [Fri, 9 Mar 2007 15:12:54 +0000 (15:12 +0000)]
rel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:52:58 +0000 (14:52 +0000)]
rel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:48:28 +0000 (14:48 +0000)]
rel_3_0 moved to HEAD (removing useless file)
tipaul [Fri, 9 Mar 2007 14:41:32 +0000 (14:41 +0000)]
rel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:28:54 +0000 (14:28 +0000)]
rel_3_0 moved to HEAD
tipaul [Fri, 9 Mar 2007 14:27:05 +0000 (14:27 +0000)]
1st commit for rel_3_0 => HEAD branch move (to test)
kados [Mon, 26 Feb 2007 13:34:22 +0000 (13:34 +0000)]
reverting to previous version
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
bob_lyon [Wed, 13 Dec 2006 20:02:34 +0000 (20:02 +0000)]
Adding in missing subroutine bookseller