]>
git.koha-community.org Git - koha.git/log
joshferraro [Fri, 20 May 2005 18:55:08 +0000 (18:55 +0000)]
Fix to Bug 844: renewstatus subroutine should check for reserves -- now it does.
Note that I'm assuming that all libraries don't want items reserved for others to be renewalable.
tipaul [Fri, 20 May 2005 14:32:47 +0000 (14:32 +0000)]
bugfix : checking issuing rules under certain circumstances was buggy.
tipaul [Fri, 20 May 2005 09:39:27 +0000 (09:39 +0000)]
adding "no issues since XX/XX/XXX" filter (gui part)
tipaul [Thu, 19 May 2005 22:50:29 +0000 (22:50 +0000)]
synch'ing plugin from HEAD branch (where hdl wrote this plugin)
tipaul [Thu, 19 May 2005 22:47:17 +0000 (22:47 +0000)]
1st 2.2.3 release notes
tipaul [Thu, 19 May 2005 22:46:04 +0000 (22:46 +0000)]
bugfix for acquisition date ordering
tipaul [Thu, 19 May 2005 22:43:28 +0000 (22:43 +0000)]
*** empty log message ***
tipaul [Thu, 19 May 2005 22:42:14 +0000 (22:42 +0000)]
better templating
tipaul [Thu, 19 May 2005 22:41:07 +0000 (22:41 +0000)]
adding library address
tipaul [Thu, 19 May 2005 22:21:10 +0000 (22:21 +0000)]
removing warning
tipaul [Thu, 19 May 2005 22:17:33 +0000 (22:17 +0000)]
bugfix in authority reporting & field duplicating
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 ")
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 ")
tipaul [Thu, 19 May 2005 21:26:55 +0000 (21:26 +0000)]
removing buggy string quoting
oleonard [Mon, 16 May 2005 17:49:26 +0000 (17:49 +0000)]
Adding missing URL variable to list of returned values
tipaul [Fri, 6 May 2005 08:26:28 +0000 (08:26 +0000)]
adding title & author in additem (owen suggestion)
joshferraro [Tue, 3 May 2005 19:27:19 +0000 (19:27 +0000)]
Fixes problems renewing items from issues screen.
oleonard [Tue, 3 May 2005 18:31:34 +0000 (18:31 +0000)]
Correcting edit link
tipaul [Thu, 28 Apr 2005 10:07:33 +0000 (10:07 +0000)]
bugfixes & SQL code cleaning
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
tipaul [Thu, 28 Apr 2005 08:49:40 +0000 (08:49 +0000)]
fixing bug in issn search
tipaul [Thu, 28 Apr 2005 08:48:55 +0000 (08:48 +0000)]
fixing bug in link
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.
tipaul [Thu, 28 Apr 2005 08:26:38 +0000 (08:26 +0000)]
the 2 fixes for 2.2.2b
oleonard [Wed, 27 Apr 2005 19:54:10 +0000 (19:54 +0000)]
Adding 'checkall' function for columns of checkboxes
oleonard [Wed, 27 Apr 2005 19:35:21 +0000 (19:35 +0000)]
Adding reserves links, reorganizing layout somewhat
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
oleonard [Wed, 27 Apr 2005 18:19:15 +0000 (18:19 +0000)]
Modifying alternating table row color markup to match update to script
oleonard [Wed, 27 Apr 2005 18:15:27 +0000 (18:15 +0000)]
Left out some instances in the previous update
oleonard [Wed, 27 Apr 2005 16:55:38 +0000 (16:55 +0000)]
Moving alternating row colors to the template, adding publicationyear and itemtype variables
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
oleonard [Mon, 25 Apr 2005 22:03:46 +0000 (22:03 +0000)]
Synching with default template (previous version had call for missing include file)
oleonard [Mon, 25 Apr 2005 22:03:18 +0000 (22:03 +0000)]
Adding style for 'page loading' div
oleonard [Mon, 25 Apr 2005 22:01:41 +0000 (22:01 +0000)]
New 'page loading' javascript function for body onload()
oleonard [Mon, 25 Apr 2005 20:05:43 +0000 (20:05 +0000)]
Corrections to markup, reorganization of some controls
oleonard [Mon, 25 Apr 2005 20:04:26 +0000 (20:04 +0000)]
Minor corrections
oleonard [Mon, 25 Apr 2005 16:56:08 +0000 (16:56 +0000)]
Big stupid bug fixed: misplaced <form> tag caused mayhem.
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.
oleonard [Sat, 23 Apr 2005 20:47:43 +0000 (20:47 +0000)]
marc-specific stylesheet adapted from default
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.
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)
oleonard [Thu, 21 Apr 2005 21:39:46 +0000 (21:39 +0000)]
Synching with default template
oleonard [Thu, 21 Apr 2005 20:06:55 +0000 (20:06 +0000)]
Synching with default template
oleonard [Thu, 21 Apr 2005 19:47:00 +0000 (19:47 +0000)]
Synching with default template
oleonard [Thu, 21 Apr 2005 19:38:10 +0000 (19:38 +0000)]
Synching with default template
oleonard [Wed, 20 Apr 2005 21:30:48 +0000 (21:30 +0000)]
More fine-grained control for inputs in tables, etc.
oleonard [Wed, 20 Apr 2005 21:29:05 +0000 (21:29 +0000)]
Update to formatting and styles
oleonard [Wed, 20 Apr 2005 20:22:34 +0000 (20:22 +0000)]
Adding alternating table row style declaration to fit with updated script
oleonard [Wed, 20 Apr 2005 20:13:58 +0000 (20:13 +0000)]
Moving alternating table row colors to the template
oleonard [Wed, 20 Apr 2005 18:45:11 +0000 (18:45 +0000)]
Update to formatting and styles
oleonard [Wed, 20 Apr 2005 18:36:52 +0000 (18:36 +0000)]
Formatting dates according to system preferences
oleonard [Tue, 19 Apr 2005 19:31:16 +0000 (19:31 +0000)]
Synching with default template
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.
oleonard [Tue, 19 Apr 2005 18:16:30 +0000 (18:16 +0000)]
Synching with default template
oleonard [Tue, 19 Apr 2005 17:14:24 +0000 (17:14 +0000)]
Synching with default template
oleonard [Tue, 19 Apr 2005 16:58:39 +0000 (16:58 +0000)]
Removing NPL-specific markup
oleonard [Mon, 18 Apr 2005 16:10:29 +0000 (16:10 +0000)]
Correction to branch and printer name variables (thanks Shaun!)
oleonard [Sat, 16 Apr 2005 20:29:38 +0000 (20:29 +0000)]
Updating some styles specific to the addbiblio screen
oleonard [Thu, 14 Apr 2005 21:28:27 +0000 (21:28 +0000)]
Synching with default template
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').
oleonard [Thu, 14 Apr 2005 20:41:06 +0000 (20:41 +0000)]
Making some layout and style changes to improve usability
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)
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
oleonard [Fri, 8 Apr 2005 20:42:39 +0000 (20:42 +0000)]
Updating table formatting
oleonard [Fri, 8 Apr 2005 20:08:20 +0000 (20:08 +0000)]
Minor addition
oleonard [Fri, 8 Apr 2005 20:06:06 +0000 (20:06 +0000)]
Synching with default template
oleonard [Fri, 8 Apr 2005 15:42:01 +0000 (15:42 +0000)]
Left out added stylesheet for calendar popup. Fixed now.
oleonard [Thu, 7 Apr 2005 21:15:26 +0000 (21:15 +0000)]
Additions and corrections to make javascript calendar work
oleonard [Thu, 7 Apr 2005 21:14:30 +0000 (21:14 +0000)]
Page header with calendar javascript included
oleonard [Thu, 7 Apr 2005 21:00:14 +0000 (21:00 +0000)]
Synching with default template
oleonard [Thu, 7 Apr 2005 20:38:40 +0000 (20:38 +0000)]
Synching with default template
oleonard [Thu, 7 Apr 2005 20:07:22 +0000 (20:07 +0000)]
Synching with default template
oleonard [Thu, 7 Apr 2005 19:23:37 +0000 (19:23 +0000)]
Synching with default template
oleonard [Thu, 7 Apr 2005 17:08:45 +0000 (17:08 +0000)]
Correcting variable names, adding full display of street address information
oleonard [Thu, 7 Apr 2005 17:06:16 +0000 (17:06 +0000)]
Synching with default template
oleonard [Thu, 7 Apr 2005 17:03:31 +0000 (17:03 +0000)]
Correcting edit link to reflect changes in variable name
tipaul [Thu, 7 Apr 2005 12:18:43 +0000 (12:18 +0000)]
The 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)
tipaul [Thu, 7 Apr 2005 12:02:10 +0000 (12:02 +0000)]
updated french translation
tipaul [Thu, 7 Apr 2005 12:01:23 +0000 (12:01 +0000)]
release notes updated
tipaul [Thu, 7 Apr 2005 12:00:57 +0000 (12:00 +0000)]
updating to deal with frameworkcodes.
tipaul [Thu, 7 Apr 2005 11:56:05 +0000 (11:56 +0000)]
script to rebuild COUNTRY authorised values list (like builLANG for langs)
tipaul [Thu, 7 Apr 2005 11:52:34 +0000 (11:52 +0000)]
using alternate stylesheet
tipaul [Thu, 7 Apr 2005 10:18:52 +0000 (10:18 +0000)]
jy lemaire is from chatel st germain, not st germain sur morin
tipaul [Thu, 7 Apr 2005 10:18:09 +0000 (10:18 +0000)]
unimarc 4xx management bugfixes
tipaul [Thu, 7 Apr 2005 10:17:45 +0000 (10:17 +0000)]
report module templates (port from HEAD)
tipaul [Thu, 7 Apr 2005 10:16:42 +0000 (10:16 +0000)]
changing "print" to "yes"
tipaul [Thu, 7 Apr 2005 10:15:52 +0000 (10:15 +0000)]
bugfix in authority deletion
tipaul [Thu, 7 Apr 2005 10:11:52 +0000 (10:11 +0000)]
minor graphic change
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
tipaul [Thu, 7 Apr 2005 10:08:31 +0000 (10:08 +0000)]
some bugfixes on item count & results shown on screen
tipaul [Thu, 7 Apr 2005 10:06:02 +0000 (10:06 +0000)]
*** empty log message ***
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
tipaul [Thu, 7 Apr 2005 10:04:09 +0000 (10:04 +0000)]
new CAN_user_XXX template variables
tipaul [Thu, 7 Apr 2005 10:03:24 +0000 (10:03 +0000)]
minor fix from hdl
tipaul [Thu, 7 Apr 2005 10:02:24 +0000 (10:02 +0000)]
fix for #965
oleonard [Wed, 6 Apr 2005 21:54:29 +0000 (21:54 +0000)]
Synching with default template
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)
oleonard [Wed, 6 Apr 2005 20:46:33 +0000 (20:46 +0000)]
Synching with default template
oleonard [Wed, 6 Apr 2005 19:49:05 +0000 (19:49 +0000)]
Synching with default template