]> git.koha-community.org Git - koha.git/log
koha.git
19 years ago* better management of joining & expiry dates :
tipaul [Thu, 19 May 2005 22:12:00 +0000 (22:12 +0000)]
* better management of joining & expiry dates :
- dates can be manually typed when adding a borrower.
- Empty fields are automatically calculated (joining = today & expiry date calculated from borrower category)
- Expiry date can be modified
* checking expiry date when trying to issue a book & forbidding issuing when expiry date reached. ** IMPORTANT ** This check was not done before. Thus, you may be unable to issue books where you could before. You can update your database borrower by borrower or with the following SQL command on the server : "update borrowers set expiry='2005-31-12'". You can limit the update to a borrower category with "update borrowers set expiry='2005-31-12' where categorycode='A'" (all SQL commands must be typed without any ")

19 years ago* better management of joining & expiry dates :
tipaul [Thu, 19 May 2005 21:52:45 +0000 (21:52 +0000)]
* better management of joining & expiry dates :
- dates can be manually typed when adding a borrower.
- Empty fields are automatically calculated (joining = today & expiry date calculated from borrower category)
- Expiry date can be modified
* checking expiry date when trying to issue a book & forbidding issuing when expiry date reached. ** IMPORTANT ** This check was not done before. Thus, you may be unable to issue books where you could before. You can update your database borrower by borrower or with the following SQL command on the server : "update borrowers set expiry='2005-31-12'". You can limit the update to a borrower category with "update borrowers set expiry='2005-31-12' where categorycode='A'" (all SQL commands must be typed without any ")

19 years agoremoving buggy string quoting
tipaul [Thu, 19 May 2005 21:26:55 +0000 (21:26 +0000)]
removing buggy string quoting

19 years agoAdding missing URL variable to list of returned values
oleonard [Mon, 16 May 2005 17:49:26 +0000 (17:49 +0000)]
Adding missing URL variable to list of returned values

19 years agoadding title & author in additem (owen suggestion)
tipaul [Fri, 6 May 2005 08:26:28 +0000 (08:26 +0000)]
adding title & author in additem (owen suggestion)

19 years agoFixes problems renewing items from issues screen.
joshferraro [Tue, 3 May 2005 19:27:19 +0000 (19:27 +0000)]
Fixes problems renewing items from issues screen.

19 years agoCorrecting edit link
oleonard [Tue, 3 May 2005 18:31:34 +0000 (18:31 +0000)]
Correcting edit link

19 years agobugfixes & SQL code cleaning
tipaul [Thu, 28 Apr 2005 10:07:33 +0000 (10:07 +0000)]
bugfixes & SQL code cleaning

19 years agoin marctagstructure, next & previous button no more loose frameworkcode & link to...
tipaul [Thu, 28 Apr 2005 08:50:21 +0000 (08:50 +0000)]
in marctagstructure, next & previous button no more loose frameworkcode & link to default framework

19 years agofixing bug in issn search
tipaul [Thu, 28 Apr 2005 08:49:40 +0000 (08:49 +0000)]
fixing bug in issn search

19 years agofixing bug in link
tipaul [Thu, 28 Apr 2005 08:48:55 +0000 (08:48 +0000)]
fixing bug in link

19 years agoporting FindDuplicate feature for authorities from HEAD to rel_2_2, works correctly...
tipaul [Thu, 28 Apr 2005 08:45:33 +0000 (08:45 +0000)]
porting FindDuplicate feature for authorities from HEAD to rel_2_2, works correctly now.

19 years agothe 2 fixes for 2.2.2b
tipaul [Thu, 28 Apr 2005 08:26:38 +0000 (08:26 +0000)]
the 2 fixes for 2.2.2b

19 years agoAdding 'checkall' function for columns of checkboxes
oleonard [Wed, 27 Apr 2005 19:54:10 +0000 (19:54 +0000)]
Adding 'checkall' function for columns of checkboxes

19 years agoAdding reserves links, reorganizing layout somewhat
oleonard [Wed, 27 Apr 2005 19:35:21 +0000 (19:35 +0000)]
Adding reserves links, reorganizing layout somewhat

19 years agoAdding 'check all' graphic for use with javascript functions to check whole columns...
oleonard [Wed, 27 Apr 2005 19:05:32 +0000 (19:05 +0000)]
Adding 'check all' graphic for use with javascript functions to check whole columns of checkboxes

19 years agoModifying alternating table row color markup to match update to script
oleonard [Wed, 27 Apr 2005 18:19:15 +0000 (18:19 +0000)]
Modifying alternating table row color markup to match update to script

19 years agoLeft out some instances in the previous update
oleonard [Wed, 27 Apr 2005 18:15:27 +0000 (18:15 +0000)]
Left out some instances in the previous update

19 years agoMoving alternating row colors to the template, adding publicationyear and itemtype...
oleonard [Wed, 27 Apr 2005 16:55:38 +0000 (16:55 +0000)]
Moving alternating row colors to the template, adding publicationyear and itemtype variables

19 years agoAdding:
oleonard [Mon, 25 Apr 2005 22:08:39 +0000 (22:08 +0000)]
Adding:
 - 'page loading' div which is hidden on body onload();
 - error-checking in z39.50 function to warn that required fields must be filled in for z39.50 search
 - improvements to duplicate-check interface to allow for single-click confirmation of non-duplicate record

19 years agoSynching with default template (previous version had call for missing include file)
oleonard [Mon, 25 Apr 2005 22:03:46 +0000 (22:03 +0000)]
Synching with default template (previous version had call for missing include file)

19 years agoAdding style for 'page loading' div
oleonard [Mon, 25 Apr 2005 22:03:18 +0000 (22:03 +0000)]
Adding style for 'page loading' div

19 years agoNew 'page loading' javascript function for body onload()
oleonard [Mon, 25 Apr 2005 22:01:41 +0000 (22:01 +0000)]
New 'page loading' javascript function for body onload()

19 years agoCorrections to markup, reorganization of some controls
oleonard [Mon, 25 Apr 2005 20:05:43 +0000 (20:05 +0000)]
Corrections to markup, reorganization of some controls

19 years agoMinor corrections
oleonard [Mon, 25 Apr 2005 20:04:26 +0000 (20:04 +0000)]
Minor corrections

19 years agoBig stupid bug fixed: misplaced <form> tag caused mayhem.
oleonard [Mon, 25 Apr 2005 16:56:08 +0000 (16:56 +0000)]
Big stupid bug fixed: misplaced <form> tag caused mayhem.

19 years agoAdding link to marc-editor.css and removing body onload() function left over from...
oleonard [Mon, 25 Apr 2005 16:36:29 +0000 (16:36 +0000)]
Adding link to marc-editor.css and removing body onload() function left over from previous version.  Forgot to commit this change with other addbiblio updates on Saturday.

19 years agomarc-specific stylesheet adapted from default
oleonard [Sat, 23 Apr 2005 20:47:43 +0000 (20:47 +0000)]
marc-specific stylesheet adapted from default

19 years agoComplete re-write of NPL's addbiblio template, using default template as a strict...
oleonard [Sat, 23 Apr 2005 20:42:08 +0000 (20:42 +0000)]
Complete re-write of NPL's addbiblio template, using default template as a strict model.  Most changes are in the CSS, hopefully making maintenance easier.  Should fix bug 978.  Update requires additional marc-editor.css file.

19 years agoFix for bug 979 as well as other corrections and updates (to sync with default)
oleonard [Sat, 23 Apr 2005 14:03:56 +0000 (14:03 +0000)]
Fix for bug 979 as well as other corrections and updates (to sync with default)

19 years agoSynching with default template
oleonard [Thu, 21 Apr 2005 21:39:46 +0000 (21:39 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 21 Apr 2005 20:06:55 +0000 (20:06 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 21 Apr 2005 19:47:00 +0000 (19:47 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 21 Apr 2005 19:38:10 +0000 (19:38 +0000)]
Synching with default template

19 years agoMore fine-grained control for inputs in tables, etc.
oleonard [Wed, 20 Apr 2005 21:30:48 +0000 (21:30 +0000)]
More fine-grained control for inputs in tables, etc.

19 years agoUpdate to formatting and styles
oleonard [Wed, 20 Apr 2005 21:29:05 +0000 (21:29 +0000)]
Update to formatting and styles

19 years agoAdding alternating table row style declaration to fit with updated script
oleonard [Wed, 20 Apr 2005 20:22:34 +0000 (20:22 +0000)]
Adding alternating table row style declaration to fit with updated script

19 years agoMoving alternating table row colors to the template
oleonard [Wed, 20 Apr 2005 20:13:58 +0000 (20:13 +0000)]
Moving alternating table row colors to the template

19 years agoUpdate to formatting and styles
oleonard [Wed, 20 Apr 2005 18:45:11 +0000 (18:45 +0000)]
Update to formatting and styles

19 years agoFormatting dates according to system preferences
oleonard [Wed, 20 Apr 2005 18:36:52 +0000 (18:36 +0000)]
Formatting dates according to system preferences

19 years agoSynching with default template
oleonard [Tue, 19 Apr 2005 19:31:16 +0000 (19:31 +0000)]
Synching with default template

19 years agoSynching with default template. Incomplete update, since I don't have authorities...
oleonard [Tue, 19 Apr 2005 19:13:34 +0000 (19:13 +0000)]
Synching with default template.  Incomplete update, since I don't have authorities working on our system.

19 years agoSynching with default template
oleonard [Tue, 19 Apr 2005 18:16:30 +0000 (18:16 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Tue, 19 Apr 2005 17:14:24 +0000 (17:14 +0000)]
Synching with default template

19 years agoRemoving NPL-specific markup
oleonard [Tue, 19 Apr 2005 16:58:39 +0000 (16:58 +0000)]
Removing NPL-specific markup

19 years agoCorrection to branch and printer name variables (thanks Shaun!)
oleonard [Mon, 18 Apr 2005 16:10:29 +0000 (16:10 +0000)]
Correction to branch and printer name variables (thanks Shaun!)

19 years agoUpdating some styles specific to the addbiblio screen
oleonard [Sat, 16 Apr 2005 20:29:38 +0000 (20:29 +0000)]
Updating some styles specific to the addbiblio screen

19 years agoSynching with default template
oleonard [Thu, 14 Apr 2005 21:28:27 +0000 (21:28 +0000)]
Synching with default template

19 years agoThe link back to the supplier comes up with no supplier id in the URL, so I'm guessin...
oleonard [Thu, 14 Apr 2005 21:21:08 +0000 (21:21 +0000)]
The link back to the supplier comes up with no supplier id in the URL, so I'm guessing $input->param('supplierid') needs to be changed to $input->param('id').

19 years agoMaking some layout and style changes to improve usability
oleonard [Thu, 14 Apr 2005 20:41:06 +0000 (20:41 +0000)]
Making some layout and style changes to improve usability

19 years agoFixing switch for alternating table row colors (using 'highlight' variable in the...
oleonard [Thu, 14 Apr 2005 20:31:38 +0000 (20:31 +0000)]
Fixing switch for alternating table row colors (using 'highlight' variable in the template)

19 years agoCorrecting title link and adding link to jump directly to edit items screen
oleonard [Tue, 12 Apr 2005 19:58:51 +0000 (19:58 +0000)]
Correcting title link and adding link to jump directly to edit items screen

19 years agoUpdating table formatting
oleonard [Fri, 8 Apr 2005 20:42:39 +0000 (20:42 +0000)]
Updating table formatting

19 years agoMinor addition
oleonard [Fri, 8 Apr 2005 20:08:20 +0000 (20:08 +0000)]
Minor addition

19 years agoSynching with default template
oleonard [Fri, 8 Apr 2005 20:06:06 +0000 (20:06 +0000)]
Synching with default template

19 years agoLeft out added stylesheet for calendar popup. Fixed now.
oleonard [Fri, 8 Apr 2005 15:42:01 +0000 (15:42 +0000)]
Left out added stylesheet for calendar popup.  Fixed now.

19 years agoAdditions and corrections to make javascript calendar work
oleonard [Thu, 7 Apr 2005 21:15:26 +0000 (21:15 +0000)]
Additions and corrections to make javascript calendar work

19 years agoPage header with calendar javascript included
oleonard [Thu, 7 Apr 2005 21:14:30 +0000 (21:14 +0000)]
Page header with calendar javascript included

19 years agoSynching with default template
oleonard [Thu, 7 Apr 2005 21:00:14 +0000 (21:00 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 7 Apr 2005 20:38:40 +0000 (20:38 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 7 Apr 2005 20:07:22 +0000 (20:07 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 7 Apr 2005 19:23:37 +0000 (19:23 +0000)]
Synching with default template

19 years agoCorrecting variable names, adding full display of street address information
oleonard [Thu, 7 Apr 2005 17:08:45 +0000 (17:08 +0000)]
Correcting variable names, adding full display of street address information

19 years agoSynching with default template
oleonard [Thu, 7 Apr 2005 17:06:16 +0000 (17:06 +0000)]
Synching with default template

19 years agoCorrecting edit link to reflect changes in variable name
oleonard [Thu, 7 Apr 2005 17:03:31 +0000 (17:03 +0000)]
Correcting edit link to reflect changes in variable name

19 years agoThe stat module (last version before official 2.2.2)
tipaul [Thu, 7 Apr 2005 12:18:43 +0000 (12:18 +0000)]
The stat module (last version before official 2.2.2)

19 years agoThe stat module (last version before official 2.2.2)
tipaul [Thu, 7 Apr 2005 12:06:05 +0000 (12:06 +0000)]
The stat module (last version before official 2.2.2)

19 years agoupdated french translation
tipaul [Thu, 7 Apr 2005 12:02:10 +0000 (12:02 +0000)]
updated french translation

19 years agorelease notes updated
tipaul [Thu, 7 Apr 2005 12:01:23 +0000 (12:01 +0000)]
release notes updated

19 years agoupdating to deal with frameworkcodes.
tipaul [Thu, 7 Apr 2005 12:00:57 +0000 (12:00 +0000)]
updating to deal with frameworkcodes.

19 years agoscript to rebuild COUNTRY authorised values list (like builLANG for langs)
tipaul [Thu, 7 Apr 2005 11:56:05 +0000 (11:56 +0000)]
script to rebuild COUNTRY authorised values list (like builLANG for langs)

19 years agousing alternate stylesheet
tipaul [Thu, 7 Apr 2005 11:52:34 +0000 (11:52 +0000)]
using alternate stylesheet

19 years agojy lemaire is from chatel st germain, not st germain sur morin
tipaul [Thu, 7 Apr 2005 10:18:52 +0000 (10:18 +0000)]
jy lemaire is from chatel st germain, not st germain sur morin

19 years agounimarc 4xx management bugfixes
tipaul [Thu, 7 Apr 2005 10:18:09 +0000 (10:18 +0000)]
unimarc 4xx management bugfixes

19 years agoreport module templates (port from HEAD)
tipaul [Thu, 7 Apr 2005 10:17:45 +0000 (10:17 +0000)]
report module templates (port from HEAD)

19 years agochanging "print" to "yes"
tipaul [Thu, 7 Apr 2005 10:16:42 +0000 (10:16 +0000)]
changing "print" to "yes"

19 years agobugfix in authority deletion
tipaul [Thu, 7 Apr 2005 10:15:52 +0000 (10:15 +0000)]
bugfix in authority deletion

19 years agominor graphic change
tipaul [Thu, 7 Apr 2005 10:11:52 +0000 (10:11 +0000)]
minor graphic change

19 years agocopying processz3950queue from 2.0 branch. The 2.2 version misses an important fix
tipaul [Thu, 7 Apr 2005 10:10:52 +0000 (10:10 +0000)]
copying processz3950queue from 2.0 branch. The 2.2 version misses an important fix

19 years agosome bugfixes on item count & results shown on screen
tipaul [Thu, 7 Apr 2005 10:08:31 +0000 (10:08 +0000)]
some bugfixes on item count & results shown on screen

19 years ago*** empty log message ***
tipaul [Thu, 7 Apr 2005 10:06:02 +0000 (10:06 +0000)]
*** empty log message ***

19 years agoadding / to the list of symbols that are replace by spaces for searches
tipaul [Thu, 7 Apr 2005 10:05:25 +0000 (10:05 +0000)]
adding / to the list of symbols that are replace by spaces for searches

19 years agonew CAN_user_XXX template variables
tipaul [Thu, 7 Apr 2005 10:04:09 +0000 (10:04 +0000)]
new CAN_user_XXX template variables

19 years agominor fix from hdl
tipaul [Thu, 7 Apr 2005 10:03:24 +0000 (10:03 +0000)]
minor fix from hdl

19 years agofix for #965
tipaul [Thu, 7 Apr 2005 10:02:24 +0000 (10:02 +0000)]
fix for #965

19 years agoSynching with default template
oleonard [Wed, 6 Apr 2005 21:54:29 +0000 (21:54 +0000)]
Synching with default template

19 years agoAdding unique id's to select lists for use in coordination with form labels (ids...
oleonard [Wed, 6 Apr 2005 21:54:21 +0000 (21:54 +0000)]
Adding unique id's to select lists for use in coordination with form labels (ids must also be unique in order for HTML to validate)

19 years agoSynching with default template
oleonard [Wed, 6 Apr 2005 20:46:33 +0000 (20:46 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Wed, 6 Apr 2005 19:49:05 +0000 (19:49 +0000)]
Synching with default template

19 years agoAdding toggle for alternating row colors
oleonard [Wed, 6 Apr 2005 19:49:05 +0000 (19:49 +0000)]
Adding toggle for alternating row colors

19 years agoSynching with default template
oleonard [Wed, 6 Apr 2005 18:29:28 +0000 (18:29 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Wed, 6 Apr 2005 17:29:13 +0000 (17:29 +0000)]
Synching with default template

19 years agofix for #756
tipaul [Wed, 6 Apr 2005 13:55:30 +0000 (13:55 +0000)]
fix for #756

19 years agoSynching with default template
oleonard [Tue, 5 Apr 2005 21:24:29 +0000 (21:24 +0000)]
Synching with default template

19 years agoremoving useless HELP line
tipaul [Tue, 5 Apr 2005 09:45:14 +0000 (09:45 +0000)]
removing useless HELP line

19 years agobugfix : when a supplier is inactive, the librarian can't modify an order (just recie...
tipaul [Tue, 5 Apr 2005 09:38:08 +0000 (09:38 +0000)]
bugfix : when a supplier is inactive, the librarian can't modify an order (just recieve books)

19 years agoSynching with default template
oleonard [Thu, 31 Mar 2005 20:22:11 +0000 (20:22 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 31 Mar 2005 20:13:56 +0000 (20:13 +0000)]
Synching with default template

19 years agoSynching with default template
oleonard [Thu, 31 Mar 2005 20:06:35 +0000 (20:06 +0000)]
Synching with default template

19 years agoPutting message variable back into the script to handle cases where a patron search...
oleonard [Thu, 31 Mar 2005 16:42:43 +0000 (16:42 +0000)]
Putting message variable back into the script to handle cases where a patron search from the circulation prompt returns zero results.  This was removed in a previous update.