koha.git
18 years agonew stylesheet for OPAC for 2.2.5 R_2_2_4
tipaul [Fri, 30 Dec 2005 10:56:31 +0000]
new stylesheet for OPAC for 2.2.5

18 years agoadding pending reserve option in circulation
tipaul [Fri, 30 Dec 2005 10:55:47 +0000]
adding pending reserve option in circulation

18 years agoimproving pending reserve list
tipaul [Fri, 30 Dec 2005 10:55:23 +0000]
improving pending reserve list

18 years agofixing wrong parameters in button
tipaul [Fri, 30 Dec 2005 10:55:05 +0000]
fixing wrong parameters in button

18 years agominor changes in reserve pending list
tipaul [Fri, 30 Dec 2005 10:54:02 +0000]
minor changes in reserve pending list

18 years agoexcluding images and stylesheets from language list
tipaul [Fri, 30 Dec 2005 10:53:42 +0000]
excluding images and stylesheets from language list

18 years agoBug Fixing.
hdl [Mon, 19 Dec 2005 13:33:04 +0000]
Bug Fixing.
Displaying more precise description, barcodes and not itemnumbers, titles and authors...
......
Maybe could be good to group items on biblios, so that multiple items for one biblio would not come out.... AND... not get a biblio that is not issuable... Should we use biblios more than items ?????

18 years agoAdding selection list for bor cat.
hdl [Mon, 19 Dec 2005 10:27:48 +0000]
Adding selection list for bor cat.

18 years agoAdding selection combos for branches, borcat, itemtypes, days and months.
hdl [Mon, 19 Dec 2005 09:23:39 +0000]
Adding selection combos for branches, borcat, itemtypes, days and months.

18 years agoBug Fixing on acquisition stats.
hdl [Fri, 16 Dec 2005 15:58:25 +0000]
Bug Fixing on acquisition stats.
Adding selection to bor_issues_top report.
Doing soon the same for any other top or out reports....

18 years agoAdding some export features :
hdl [Fri, 16 Dec 2005 13:04:03 +0000]
Adding some export features :
Itemtypes
Itemcallnumber
branch
And biblionumber and not bibid selection

18 years agothere was a bug in most plugins : when a value is sent to the template, we often...
tipaul [Thu, 15 Dec 2005 10:05:53 +0000]
there was a bug in most plugins : when a value is sent to the template, we often use "$X" => 1 to select a value in a list.
That was coded "$X" => $X
when $X=0 or ' ', that meaned $X set to 0, thus not selected.

reported a long time ago, but i never take time to fix it.

18 years agoAdding quantityreceived to histsearch.tmpl
hdl [Wed, 14 Dec 2005 19:55:33 +0000]
Adding quantityreceived to histsearch.tmpl
Bug Fixing lateorders.pl

18 years agoremoving warning
tipaul [Wed, 14 Dec 2005 15:58:23 +0000]
removing warning

18 years agosmall bug, large effects.
tipaul [Wed, 14 Dec 2005 15:58:03 +0000]
small bug, large effects.
there was a SQL statement added when 2 search term were separated by 2 empty char (spaces, comma, dot...) or more.

18 years agoremoving warn + fixing a small bug, in branch selection (branchcode to be used, not...
tipaul [Wed, 14 Dec 2005 15:35:40 +0000]
removing warn + fixing a small bug, in branch selection (branchcode to be used, not issuingbranch)

18 years agominor changes in the list : address under name & added sort1 / sort2, as it's useful...
tipaul [Wed, 14 Dec 2005 15:11:41 +0000]
minor changes in the list : address under name & added sort1 / sort2, as it's useful for some libraries.

18 years agosome tweakings for MARC editor (better look for 1024x768 screens)
tipaul [Wed, 14 Dec 2005 15:01:36 +0000]
some tweakings for MARC editor (better look for 1024x768 screens)

18 years agoadding a "up" button for the MARC editor (to reorder 2 fields)
tipaul [Wed, 14 Dec 2005 14:36:46 +0000]
adding a "up" button for the MARC editor (to reorder 2 fields)

18 years agoadding a "flat" style for edited field that are rarely modified (subfieldcode). The...
tipaul [Wed, 14 Dec 2005 14:28:41 +0000]
adding a "flat" style for edited field that are rarely modified (subfieldcode). The screen is more clean with this

18 years agobugfix : if the last field is an authority, the authority report generates a javascri...
tipaul [Wed, 14 Dec 2005 13:56:39 +0000]
bugfix : if the last field is an authority, the authority report generates a javascript error (going after array size)

18 years agoshowing duedate in correct format
tipaul [Wed, 14 Dec 2005 13:15:41 +0000]
showing duedate in correct format

18 years agoremoving "used in X biblios" for EDITORS category, as it's not a true authority
tipaul [Wed, 14 Dec 2005 13:15:03 +0000]
removing "used in X biblios" for EDITORS category, as it's not a true authority

18 years agobugfix for branch transfert
tipaul [Wed, 14 Dec 2005 13:14:02 +0000]
bugfix for branch transfert

18 years agoadding lateorder link to menus
tipaul [Wed, 14 Dec 2005 13:12:51 +0000]
adding lateorder link to menus

18 years ago* reordering a query to have correct values in a hash.
tipaul [Wed, 14 Dec 2005 13:09:42 +0000]
* reordering a query to have correct values in a hash.
* formatting a date for output

18 years ago* fix for items.notes that is not correctly handled in the non-MARC part of the DB
tipaul [Wed, 14 Dec 2005 13:08:47 +0000]
* fix for items.notes that is not correctly handled in the non-MARC part of the DB
* for an unknown reason, mysql fetchrow_hashref returns author BEFORE the title, even if you want it after that makes a problem for UNIMARC where we have 200 $atitle $fauthor => the record appears $f $a.
* handling better biblio/biblioitems creation from an acquisition : the biblio is deleted & recreated to avoid strange things like a repeated 200 field in UNIMARC.

18 years agoppl can "cancel" (remove) a command line after a basket is closed.
hdl [Wed, 14 Dec 2005 10:59:24 +0000]
ppl can "cancel" (remove) a command line after a basket is closed.
ppl can now edit command notes after a basket is closed.
I added a "close" parameter to newbiblio in order to protect qty and price data from a modification after a basket is closed.

18 years agoadding leader to MARC view if applicable
tipaul [Tue, 13 Dec 2005 17:34:21 +0000]
adding leader to MARC view if applicable

18 years agoAdding lateorders view for 2.2 release.
hdl [Tue, 13 Dec 2005 10:44:42 +0000]
Adding lateorders view for 2.2 release.
getting it from HEAD.
ADDING doNotPrint features for columns that shouldnot be printed.

18 years agoAdding Catalogue stats online help
hdl [Tue, 13 Dec 2005 08:46:36 +0000]
Adding Catalogue stats online help

18 years agoAdds a function to autogenerate the date for dateaccessioned for usmarc (would
kados [Fri, 9 Dec 2005 16:53:45 +0000]
Adds a function to autogenerate the date for dateaccessioned for usmarc (would
be easy to adjust for unimarc too).

18 years agobugfix : all plugins used "parameters" as permission flag, they should use "editcatal...
tipaul [Thu, 8 Dec 2005 09:35:50 +0000]
bugfix : all plugins used "parameters" as permission flag, they should use "editcatalogue"

18 years agoDisplay branch, location and status information
hdl [Mon, 5 Dec 2005 16:07:54 +0000]
Display branch, location and status information

18 years agobugfix : printing stylesheet dropped ALL <p> (hiding too many things in order printing)
tipaul [Mon, 5 Dec 2005 10:46:24 +0000]
bugfix : printing stylesheet dropped ALL <p> (hiding too many things in order printing)

18 years agoNew systempreference : OpacPasswordChange if set to Yes (default) the user can change...
tipaul [Mon, 5 Dec 2005 09:50:35 +0000]
New systempreference : OpacPasswordChange if set to Yes (default) the user can change it's password. If set to No, he can't. Useful for libraries with LDAP auth, where the password is checked in LDAP, not in Koha, thus Koha can't change it

18 years agotypo fix : NofifyBorrowerDeparture instead of NotifiyBorrowerDeparture
tipaul [Mon, 5 Dec 2005 09:41:35 +0000]
typo fix : NofifyBorrowerDeparture instead of NotifiyBorrowerDeparture

18 years agoadding subscription information on ISBDdetail.pl
tipaul [Fri, 2 Dec 2005 17:15:47 +0000]
adding subscription information on ISBDdetail.pl

18 years agoAdding online help for issues-stats
hdl [Thu, 1 Dec 2005 18:50:57 +0000]
Adding online help for issues-stats

18 years agoFirst onlinehelp for wizard reports.
hdl [Thu, 1 Dec 2005 18:31:13 +0000]
First onlinehelp for wizard reports.
Any comment/suggestion are welcome, since English is not my mother tongue.

18 years agono need to do a search on an authority when the authority has no MARC field (like...
tipaul [Thu, 1 Dec 2005 17:30:26 +0000]
no need to do a search on an authority when the authority has no MARC field (like EDITORS pseudo authority)

18 years agosuggestion/acquisition bugfixes :
tipaul [Thu, 1 Dec 2005 17:27:55 +0000]
suggestion/acquisition bugfixes :
- 200 field is no more splitted in 2 parts
- author is after title in UNIMARC (dirty solution, but mySQL has a strange behaviour)
- when the book is recieved, the suggestion is marked "available" and a mail is sent

18 years agoadding filter on itemtype when searching a biblio when adding a subscription
tipaul [Thu, 1 Dec 2005 15:31:57 +0000]
adding filter on itemtype when searching a biblio when adding a subscription

18 years agodashes ISBN
tipaul [Thu, 1 Dec 2005 15:31:27 +0000]
dashes ISBN

18 years agosmall fix for recent acq
tipaul [Thu, 1 Dec 2005 15:30:53 +0000]
small fix for recent acq

18 years agoimproving look when a biblio has X subscriptions
tipaul [Thu, 1 Dec 2005 15:05:59 +0000]
improving look when a biblio has X subscriptions

18 years agotranslation fix
tipaul [Thu, 1 Dec 2005 14:58:01 +0000]
translation fix

18 years agoremoving "0 biblios" for editors + fixing deletion link bug
tipaul [Thu, 1 Dec 2005 14:39:13 +0000]
removing "0 biblios" for editors + fixing deletion link bug

18 years ago*** empty log message ***
tipaul [Thu, 1 Dec 2005 14:01:17 +0000]
*** empty log message ***

18 years agosome fixes for acquisition date search
tipaul [Thu, 1 Dec 2005 13:59:11 +0000]
some fixes for acquisition date search

18 years agominor graphic change
tipaul [Thu, 1 Dec 2005 13:58:02 +0000]
minor graphic change

18 years agobooks acquired in the last 30 days by default
tipaul [Thu, 1 Dec 2005 13:56:07 +0000]
books acquired in the last 30 days by default

18 years agoShowing "available" in opac-detail if notforloan text is empty
tipaul [Thu, 1 Dec 2005 13:55:37 +0000]
Showing "available" in opac-detail if notforloan text is empty

18 years agoAdding some filter feature :
hdl [Wed, 30 Nov 2005 18:14:38 +0000]
Adding some filter feature :
--filter on borrower firstname, surname or cardnumber. **This can be discussed and changed**
-- filter on borrowercategory
-- filter on itemtype
--filter on branch
-- show all current issues.

18 years agoAdding a reserve management page in circulation module.
hdl [Wed, 30 Nov 2005 16:18:02 +0000]
Adding a reserve management page in circulation module.
Should add a link to it into the menu.
It basically displays all the reservations not cancelled.

18 years agoAdding a notice before departure of a borrower
hdl [Tue, 29 Nov 2005 14:50:29 +0000]
Adding a notice before departure of a borrower

18 years agoBug Fixes :
hdl [Mon, 28 Nov 2005 10:49:24 +0000]
Bug Fixes :
issues table was added and calculation was not good any longer (itemnumber was ambiguous)
Selection on the criterium issues.itemnumber

18 years agoBug Fixes : Managing null values and filling some collumns that were left empty owed...
hdl [Mon, 28 Nov 2005 10:40:32 +0000]
Bug Fixes : Managing null values and filling some collumns that were left empty owed to the LIMIT in SQL statements.

18 years agoBug Fixing : Edit Borrower didnot worked :
hdl [Mon, 28 Nov 2005 08:51:34 +0000]
Bug Fixing : Edit Borrower didnot worked :
memberentry uses borrowernumber
where moremember uses bornum...
Unification in codenames could help.

18 years agoordering lists by title + adding odd/even mechanism
tipaul [Fri, 25 Nov 2005 17:09:03 +0000]
ordering lists by title + adding odd/even mechanism

18 years agoAdding sorting by name or duedate
hdl [Fri, 25 Nov 2005 16:50:19 +0000]
Adding sorting by name or duedate

18 years agoupdating auth_with_ldap to have something like auth.pm (with env management)
tipaul [Fri, 25 Nov 2005 16:45:35 +0000]
updating auth_with_ldap to have something like auth.pm (with env management)

Note : 1st commit on savannah for me

18 years agoUsing authorities field for authors if exists
hdl [Mon, 21 Nov 2005 17:13:40 +0000]
Using authorities field for authors if exists

18 years agoBug Fix in issues_stats calculation
hdl [Mon, 21 Nov 2005 17:12:04 +0000]
Bug Fix in issues_stats calculation

18 years agoAdding getallbranches function which is not sensitive to IndependantBranches value
hdl [Mon, 21 Nov 2005 17:10:37 +0000]
Adding getallbranches function which is not sensitive to IndependantBranches value

18 years agoAdding information display for opac.
hdl [Wed, 2 Nov 2005 15:33:57 +0000]
Adding information display for opac.

18 years agoThere was a bug : Even if you erased the marc field linked to additionalauthors.autho...
doxulting [Fri, 28 Oct 2005 13:46:50 +0000]
There was a bug : Even if you erased the marc field linked to additionalauthors.authors the additionalauthors stayed in database. Now : delete before recreating

18 years agoIt was impossible to add a subfield with value : 0. Was a problem for loan status.
doxulting [Wed, 26 Oct 2005 16:37:24 +0000]
It was impossible to add a subfield with value : 0. Was a problem for loan status.

18 years ago* adding a feature to enable reordering of subfields in MARC editor (can be considere...
tipaul [Tue, 25 Oct 2005 13:10:29 +0000]
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
(authority MARC editor)

18 years ago* adding a feature to enable reordering of subfields in MARC editor (can be considere...
tipaul [Tue, 25 Oct 2005 13:09:52 +0000]
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
(authority MARC editor)

18 years agousing hide_marc systempreference to hide/show tag/subfields code
tipaul [Tue, 25 Oct 2005 12:41:13 +0000]
using hide_marc systempreference to hide/show tag/subfields code

18 years agominor bugfix : showing date in format from systempreferences
tipaul [Tue, 25 Oct 2005 12:39:52 +0000]
minor bugfix : showing date in format from systempreferences

18 years ago* fixing bug in summary (separator before subfield was in fact after)
tipaul [Tue, 25 Oct 2005 12:38:59 +0000]
* fixing bug in summary (separator before subfield was in fact after)
* fixing bug in authority order : authorities are not ordered alphabetically instead of no order. Requires all the dataset to be retrieved, but the benefits is important !

18 years agoadding hide_marc systempref category
tipaul [Tue, 25 Oct 2005 12:37:18 +0000]
adding hide_marc systempref category

18 years ago* adding a feature to enable reordering of subfields in MARC editor (can be considere...
tipaul [Tue, 25 Oct 2005 12:36:21 +0000]
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
* as the MARC editor begins to be really heavy, i've also added a marc_hide systempref. It hides all marc features not requested by libraries that want MARC but not too much. It hides MARC tag & subfield code, reordering buttons as well as indicators. by default, hide_marc is off

18 years agofixing a bug : when Autobarcode=ON and MARC=ON, the barcode was not calculated automa...
tipaul [Tue, 25 Oct 2005 12:17:02 +0000]
fixing a bug : when Autobarcode=ON and MARC=ON, the barcode was not calculated automatically.

18 years agobugfix : reporting a repeated subfield did not work
tipaul [Tue, 25 Oct 2005 12:14:32 +0000]
bugfix : reporting a repeated subfield did not work

18 years agoBug Fixing : unimarc_field_210c.pl getting page search work and adding scrolbars.
hdl [Sat, 15 Oct 2005 16:45:42 +0000]
Bug Fixing : unimarc_field_210c.pl getting page search work and adding scrolbars.
Bug Fixing: labtheses.pl HTML escaping authvalues.
Bug Fixing : request.pl making IndependantBranches work.

18 years agoAdding borrowers branchcode management
hdl [Fri, 14 Oct 2005 09:34:16 +0000]
Adding borrowers branchcode management

18 years agochanging reading rec page to have the same biblio summary as in search
tipaul [Mon, 10 Oct 2005 09:04:52 +0000]
changing reading rec page to have the same biblio summary as in search

18 years agodo not fix cardnumber if it is already defined !
tipaul [Mon, 10 Oct 2005 09:04:06 +0000]
do not fix cardnumber if it is already defined !

18 years agominor change in columns shown (removing notes, adding volume info)
tipaul [Mon, 10 Oct 2005 09:03:40 +0000]
minor change in columns shown (removing notes, adding volume info)

18 years agominor change in table size
tipaul [Mon, 10 Oct 2005 09:02:56 +0000]
minor change in table size

18 years agotemplate syntax (moving html::template tags)
tipaul [Mon, 10 Oct 2005 09:00:47 +0000]
template syntax (moving html::template tags)

18 years agochanging reading rec page to have the same biblio summary as in search
tipaul [Mon, 10 Oct 2005 08:59:21 +0000]
changing reading rec page to have the same biblio summary as in search

18 years agofixing bug in a test loop
tipaul [Mon, 10 Oct 2005 08:57:15 +0000]
fixing bug in a test loop

18 years agoupdating translations before 2.2.4 release
tipaul [Mon, 10 Oct 2005 08:53:52 +0000]
updating translations before 2.2.4 release

18 years agoFixing a display bug for items in Marc detail view.
hdl [Thu, 6 Oct 2005 12:24:31 +0000]
Fixing a display bug for items in Marc detail view.

18 years agoremoving a useless systempreference
tipaul [Thu, 6 Oct 2005 12:16:46 +0000]
removing a useless systempreference

18 years agoGetting back. Two lines added by mistake.
hdl [Wed, 5 Oct 2005 21:04:18 +0000]
Getting back. Two lines added by mistake.

18 years agoManaging Independant Branches Adding an unvalidlibrarian field
hdl [Wed, 5 Oct 2005 21:01:31 +0000]
Managing Independant  Branches Adding an unvalidlibrarian field

18 years agoFixing a bug in independant Branches management.
hdl [Wed, 5 Oct 2005 18:15:40 +0000]
Fixing a bug in independant Branches management.

18 years agofixing bug caused by sort{} added by hdl 2 days ago : when items were reordered,...
tipaul [Wed, 5 Oct 2005 12:41:41 +0000]
fixing bug caused by sort{} added by hdl 2 days ago : when items were reordered, itemnum were not. Thus, sometimes, items were not pointing to the right itemnumber & modif/deletion was buggy !

18 years agofixing a bug : moving a test at a place where it works ;-)
tipaul [Wed, 5 Oct 2005 10:11:46 +0000]
fixing a bug : moving a test at a place where it works ;-)

18 years agofixing bug : categorytable instead of issuing rules that is the new table name (thx...
tipaul [Wed, 5 Oct 2005 09:46:36 +0000]
fixing bug : categorytable instead of issuing rules that is the new table name (thx to chris)

18 years agoupdating english original po files
tipaul [Tue, 4 Oct 2005 16:19:37 +0000]
updating english original po files

18 years agofixing bug in perm (needs reserveforothers, not parameters)
tipaul [Tue, 4 Oct 2005 15:51:44 +0000]
fixing bug in perm (needs reserveforothers, not parameters)

18 years agofixing a bug in basket sending (there was only the iso2709 file)
tipaul [Tue, 4 Oct 2005 15:26:59 +0000]
fixing a bug in basket sending (there was only the iso2709 file)

18 years ago- adding volume desc
tipaul [Tue, 4 Oct 2005 14:49:21 +0000]
- adding volume desc
- removing 'vol' in detail

18 years agofixing a bug in getMARCsubject
tipaul [Tue, 4 Oct 2005 14:48:23 +0000]
fixing a bug in getMARCsubject