]> git.koha-community.org Git - koha.git/log
koha.git
19 years agoscript a little bit less verbose...
tipaul [Tue, 1 Mar 2005 13:09:18 +0000 (13:09 +0000)]
script a little bit less verbose...

19 years agosmall tool to check MARC fields/subfields in your DB that are related to subfields...
tipaul [Tue, 1 Mar 2005 13:07:57 +0000 (13:07 +0000)]
small tool to check MARC fields/subfields in your DB that are related to subfields ignored in MARC structure (Koha >> parameters >> biblio framework)
Run without args to see more details (with export PERL5LIB=/path/to/koha as usual)

19 years agoSmall quoting fix to let fine calculation work.
slef [Tue, 1 Mar 2005 03:09:18 +0000 (03:09 +0000)]
Small quoting fix to let fine calculation work.

19 years agoRead current koha version before resetting it, then display it (fix bug 921)
slef [Mon, 28 Feb 2005 18:47:45 +0000 (18:47 +0000)]
Read current koha version before resetting it, then display it (fix bug 921)

19 years ago*** empty log message ***
tipaul [Mon, 28 Feb 2005 17:06:49 +0000 (17:06 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
tipaul [Mon, 28 Feb 2005 17:00:41 +0000 (17:00 +0000)]
*** empty log message ***

19 years agoitem status (opac & librarian interfaces) The item status has been improved : It...
tipaul [Mon, 28 Feb 2005 14:25:19 +0000 (14:25 +0000)]
item status (opac & librarian interfaces) The item status has been improved : It now can be :
- on order (= item has been ordered, but not yet arrived at the library)
- not for loan : if the "notforloan" field is mapped to an authorised value list, the right value is shown. Thus, an item can be "lost" or "being repaired", or whatever you put in the authorised values list. (reminder : the "notforloan" field, when 0 means 'ok, book can be issued', and all other values means 'nok, book can't be issued' (whatever the reason, that can be in the authorised value table)

19 years ago* adding search on "main entry" (ie $a subfield) on a given authority (the "search...
tipaul [Mon, 28 Feb 2005 14:03:12 +0000 (14:03 +0000)]
* adding search on "main entry" (ie $a subfield) on a given authority (the "search everywhere" field is still here).
* adding a select box to requet "contain" or "begin with" search.
* fixing some bug in authority search (related to "main entry" search)

19 years agosome (minor) html changes (fields size)
tipaul [Mon, 28 Feb 2005 14:00:39 +0000 (14:00 +0000)]
some (minor) html changes (fields size)

19 years agochecking for mandatory & non mandatory fields in acquisition
tipaul [Mon, 28 Feb 2005 13:59:28 +0000 (13:59 +0000)]
checking for mandatory & non mandatory fields in acquisition

19 years agoadding button to delete a line in order (was possible by putting 0 to qty, but it...
tipaul [Mon, 28 Feb 2005 13:44:02 +0000 (13:44 +0000)]
adding button to delete a line in order (was possible by putting 0 to qty, but it was not gui-friendly)

19 years agoexporting MARCdelsubfield sub. It's used in authority merging.
tipaul [Thu, 24 Feb 2005 13:54:04 +0000 (13:54 +0000)]
exporting MARCdelsubfield sub. It's used in authority merging.
Modifying it too to enable deletion of all subfields from a given tag/subfield or just one.

19 years agoremoving 2 useless lines
tipaul [Thu, 24 Feb 2005 13:52:33 +0000 (13:52 +0000)]
removing 2 useless lines

19 years agosaving authority modif in a text file. This will be used soon with another script...
tipaul [Thu, 24 Feb 2005 13:12:13 +0000 (13:12 +0000)]
saving authority modif in a text file. This will be used soon with another script (in crontab). The script in crontab will retrieve every authorityid in the directory localfile/authorities and modify every biblio using this authority. Those modifs may be long. So they can't be done through http, because we may encounter a webserver timeout, and kill the process before end of the job.
So, it will be done through a cron job.
(/me agree we need some doc for command line scripts)

19 years agoAdds subtitles to initial results (TMPL_VAR NAME=subtitle needs to be added still)
joshferraro [Wed, 23 Feb 2005 17:03:45 +0000 (17:03 +0000)]
Adds subtitles to initial results (TMPL_VAR NAME=subtitle needs to be added still)

19 years agoNominal update - Added "it_IT"
acli [Wed, 23 Feb 2005 14:19:44 +0000 (14:19 +0000)]
Nominal update - Added "it_IT"

19 years agodeleting subtitles before rebuilding the non-marc db
tipaul [Wed, 23 Feb 2005 10:37:27 +0000 (10:37 +0000)]
deleting subtitles before rebuilding the non-marc db

19 years agotool to merge 2 authorities. Run ./merge_authority.pl to get syntax & help
tipaul [Wed, 23 Feb 2005 10:35:28 +0000 (10:35 +0000)]
tool to merge 2 authorities. Run ./merge_authority.pl to get syntax & help

19 years agoFix for bug 937.
joshferraro [Tue, 22 Feb 2005 22:41:24 +0000 (22:41 +0000)]
Fix for bug 937.

19 years agoFixes bug 920: The problem was that getMARCnotes had the variable set to be the same...
joshferraro [Tue, 22 Feb 2005 22:32:00 +0000 (22:32 +0000)]
Fixes bug 920: The problem was that getMARCnotes had the variable set to be the same as the loop name.

19 years agoChanging barcode search type to 'start' instead of '=' (barcode search fails otherwise)
oleonard [Thu, 17 Feb 2005 21:31:18 +0000 (21:31 +0000)]
Changing barcode search type to 'start' instead of '=' (barcode search fails otherwise)

19 years agoSynching with default template
oleonard [Thu, 17 Feb 2005 21:28:49 +0000 (21:28 +0000)]
Synching with default template

19 years agoAdding sort-by option to template
oleonard [Thu, 17 Feb 2005 21:27:00 +0000 (21:27 +0000)]
Adding sort-by option to template

19 years agoSynching with default template
oleonard [Thu, 17 Feb 2005 21:22:27 +0000 (21:22 +0000)]
Synching with default template

19 years agoMarkup correction
oleonard [Thu, 17 Feb 2005 21:19:30 +0000 (21:19 +0000)]
Markup correction

19 years agoPutting reserve link back into search results
oleonard [Thu, 17 Feb 2005 21:08:24 +0000 (21:08 +0000)]
Putting reserve link back into search results

19 years agoAdding access key to issue confirmation buttons
oleonard [Thu, 17 Feb 2005 21:02:14 +0000 (21:02 +0000)]
Adding access key to issue confirmation buttons

19 years agoFixing javascript error and correcting broken link to member screen
oleonard [Thu, 17 Feb 2005 20:56:59 +0000 (20:56 +0000)]
Fixing javascript error and correcting broken link to member screen

19 years agoMarkup correction and addition of 'opac login' and 'opac password' information
oleonard [Thu, 17 Feb 2005 18:02:49 +0000 (18:02 +0000)]
Markup correction and addition of 'opac login' and 'opac password' information

19 years agoSynching with default template
oleonard [Thu, 17 Feb 2005 18:01:01 +0000 (18:01 +0000)]
Synching with default template

19 years ago- formatting currency values
oleonard [Thu, 17 Feb 2005 17:55:56 +0000 (17:55 +0000)]
- formatting currency values
- fixing table row color toggle, and moving color values to the template (requires update to template)

19 years agoadded the price in order history
oleonard [Thu, 17 Feb 2005 17:49:40 +0000 (17:49 +0000)]
added the price in order history

19 years agoMinor correction
oleonard [Thu, 17 Feb 2005 17:47:48 +0000 (17:47 +0000)]
Minor correction

19 years agoopac in italian
tipaul [Thu, 17 Feb 2005 13:33:49 +0000 (13:33 +0000)]
opac in italian

19 years agoopac in chinese
tipaul [Thu, 17 Feb 2005 13:18:42 +0000 (13:18 +0000)]
opac in chinese

19 years agoitalian OPAC
tipaul [Thu, 17 Feb 2005 13:11:24 +0000 (13:11 +0000)]
italian OPAC

19 years agofrench templates
tipaul [Thu, 17 Feb 2005 13:08:34 +0000 (13:08 +0000)]
french templates

19 years agofrench translation
tipaul [Thu, 17 Feb 2005 13:06:26 +0000 (13:06 +0000)]
french translation

19 years ago*** empty log message ***
tipaul [Thu, 17 Feb 2005 12:58:32 +0000 (12:58 +0000)]
*** empty log message ***

19 years agoin unimarc_field_225a plugin (collection chooser), ordering the list alphabetically
tipaul [Thu, 17 Feb 2005 12:58:10 +0000 (12:58 +0000)]
in unimarc_field_225a plugin (collection chooser), ordering the list alphabetically

19 years agofrench opac
tipaul [Thu, 17 Feb 2005 12:57:35 +0000 (12:57 +0000)]
french opac

19 years agolook (css) changes
tipaul [Thu, 17 Feb 2005 12:56:38 +0000 (12:56 +0000)]
look (css) changes

19 years agomoving start search
tipaul [Thu, 17 Feb 2005 12:53:19 +0000 (12:53 +0000)]
moving start search

19 years ago*** empty log message ***
tipaul [Thu, 17 Feb 2005 12:50:42 +0000 (12:50 +0000)]
*** empty log message ***

19 years agoadding notforloan column in admin/itemtypes list
tipaul [Thu, 17 Feb 2005 12:50:01 +0000 (12:50 +0000)]
adding notforloan column in admin/itemtypes list

19 years agocss'ing & some minor changes
tipaul [Thu, 17 Feb 2005 12:49:08 +0000 (12:49 +0000)]
css'ing & some minor changes

19 years agocss'ing
tipaul [Thu, 17 Feb 2005 12:48:31 +0000 (12:48 +0000)]
css'ing

19 years agolook (css) changes
tipaul [Thu, 17 Feb 2005 12:48:04 +0000 (12:48 +0000)]
look (css) changes

19 years agoin member search, adding an option to order result by name or cardnumber
tipaul [Thu, 17 Feb 2005 12:46:41 +0000 (12:46 +0000)]
in member search, adding an option to order result by name or cardnumber

19 years agobug in acquisition : the title was also stored as subtitle.
tipaul [Thu, 17 Feb 2005 12:44:25 +0000 (12:44 +0000)]
bug in acquisition : the title was also stored as subtitle.

19 years agoadded the price in order history
tipaul [Thu, 17 Feb 2005 12:43:26 +0000 (12:43 +0000)]
added the price in order history

19 years agoadding notforloan column in admin/itemtypes list
tipaul [Thu, 17 Feb 2005 12:41:52 +0000 (12:41 +0000)]
adding notforloan column in admin/itemtypes list

19 years agofixing bug in acquisition : the title was also stored as subtitle.
tipaul [Thu, 17 Feb 2005 12:41:28 +0000 (12:41 +0000)]
fixing bug in acquisition : the title was also stored as subtitle.

19 years agoInclude file required for member information printout (receipt/slip format)
oleonard [Wed, 16 Feb 2005 22:40:10 +0000 (22:40 +0000)]
Include file required for member information printout (receipt/slip format)

19 years agoMore and more style updates
oleonard [Wed, 16 Feb 2005 22:35:33 +0000 (22:35 +0000)]
More and more style updates

19 years agoModifying display based on 'flagged' variable
oleonard [Wed, 16 Feb 2005 22:27:40 +0000 (22:27 +0000)]
Modifying display based on 'flagged' variable

19 years agoAdding 'flagged' variable to help control display in the template
oleonard [Wed, 16 Feb 2005 22:23:52 +0000 (22:23 +0000)]
Adding 'flagged' variable to help control display in the template

19 years agoFix to display waiting status only if item has arrived at pickup branch. Setting...
oleonard [Wed, 16 Feb 2005 21:26:02 +0000 (21:26 +0000)]
Fix to display waiting status only if item has arrived at pickup branch.  Setting 'atdestination' variable if so.  Changes are required in the template to take advantage of this.

19 years agoUsing destination parameter to return users to circulation if they clicked the 'edit...
oleonard [Wed, 16 Feb 2005 20:23:19 +0000 (20:23 +0000)]
Using destination parameter to return users to circulation if they clicked the 'edit' link from the circulation screen

19 years agoAdding 'destination' hidden field to tell the script where to send the user upon...
oleonard [Wed, 16 Feb 2005 20:20:09 +0000 (20:20 +0000)]
Adding 'destination' hidden field to tell the script where to send the user upon completion

19 years agoAdding 'destination' parameter to link to memberentry.pl so that saving changes will...
oleonard [Wed, 16 Feb 2005 20:17:36 +0000 (20:17 +0000)]
Adding 'destination' parameter to link to memberentry.pl so that saving changes will return the user to circ instead of moremember

19 years agoMinor markup and style changes
oleonard [Wed, 16 Feb 2005 19:30:55 +0000 (19:30 +0000)]
Minor markup and style changes

19 years agoUpdating styles, modifying form to use select menu rather than radio buttons
oleonard [Wed, 16 Feb 2005 19:29:04 +0000 (19:29 +0000)]
Updating styles, modifying form to use select menu rather than radio buttons

19 years ago- adding table row color toggle
oleonard [Wed, 16 Feb 2005 19:25:37 +0000 (19:25 +0000)]
- adding table row color toggle
- formatting credit and debit values accordingly
- styling table footer

19 years agoMinor markup changes
oleonard [Wed, 16 Feb 2005 19:22:10 +0000 (19:22 +0000)]
Minor markup changes

19 years agoFormatting currency values
oleonard [Wed, 16 Feb 2005 19:16:35 +0000 (19:16 +0000)]
Formatting currency values

19 years ago- formatting date according to system preference
oleonard [Wed, 16 Feb 2005 19:11:45 +0000 (19:11 +0000)]
- formatting date according to system preference
- formatting currency values
- adding toggle for alternating table row colors
- adding 'credit' variables to determine whether amounts should be displayed as debits or credits (add corresponding styles to stylesheet to take advantage of these)

19 years agoCorrecting styles on input buttons
oleonard [Wed, 16 Feb 2005 17:31:37 +0000 (17:31 +0000)]
Correcting styles on input buttons

19 years agoUpdating for 2.2
oleonard [Tue, 15 Feb 2005 21:51:40 +0000 (21:51 +0000)]
Updating for 2.2

19 years agoMinor spelling corrections
oleonard [Tue, 15 Feb 2005 21:46:38 +0000 (21:46 +0000)]
Minor spelling corrections

19 years agoUpdates and improvements to interface appearance
oleonard [Tue, 15 Feb 2005 20:48:31 +0000 (20:48 +0000)]
Updates and improvements to interface appearance

19 years agoUpdating table row color toggle to match update to script
oleonard [Tue, 15 Feb 2005 20:41:10 +0000 (20:41 +0000)]
Updating table row color toggle to match update to script

19 years ago- Adding classification to list of returned variables
oleonard [Tue, 15 Feb 2005 20:33:08 +0000 (20:33 +0000)]
- Adding classification to list of returned variables
- Updating table row color toggle to move HTML markup out of the script (requires update to the template)

19 years agoUpdating for 2.2
oleonard [Tue, 15 Feb 2005 20:22:22 +0000 (20:22 +0000)]
Updating for 2.2

19 years agoFixing location column output for 2.2
oleonard [Tue, 15 Feb 2005 16:34:20 +0000 (16:34 +0000)]
Fixing location column output for 2.2

19 years agoVisual and structural changes to help complete upgrade of template to 2.2
oleonard [Mon, 14 Feb 2005 22:11:42 +0000 (22:11 +0000)]
Visual and structural changes to help complete upgrade of template to 2.2

19 years agoAdding id attributes to script-generated form fields to allow more flexible interface...
oleonard [Mon, 14 Feb 2005 22:07:41 +0000 (22:07 +0000)]
Adding id attributes to script-generated form fields to allow more flexible interface (tying label for attribute to input's id allows label to be clicked to transfer focus to the form field)

19 years agofixing bug when searching a plugin location
tipaul [Mon, 14 Feb 2005 17:26:24 +0000 (17:26 +0000)]
fixing bug when searching a plugin location

19 years agoSynching with default template
oleonard [Fri, 11 Feb 2005 21:32:32 +0000 (21:32 +0000)]
Synching with default template

19 years agoMinor corrections
oleonard [Fri, 11 Feb 2005 20:47:23 +0000 (20:47 +0000)]
Minor corrections

19 years agoAll-around update to keep up with changes in 2.2
oleonard [Fri, 11 Feb 2005 20:16:46 +0000 (20:16 +0000)]
All-around update to keep up with changes in 2.2

19 years ago- Adding id attributes to CGI-generated form inputs so that HTML labels can transfer...
oleonard [Fri, 11 Feb 2005 20:01:09 +0000 (20:01 +0000)]
- Adding id attributes to CGI-generated form inputs so that HTML labels can transfer focus to the appropriate field.
- Modifying table row color toggle so that HTML value can be moved out of the script

19 years agoCorrection to keep translator tool happy
oleonard [Fri, 11 Feb 2005 16:48:13 +0000 (16:48 +0000)]
Correction to keep translator tool happy

19 years agoUpdating appearance of deletion form and correcting markup for table row toggle
oleonard [Fri, 11 Feb 2005 16:30:42 +0000 (16:30 +0000)]
Updating appearance of deletion form and correcting markup for table row toggle

19 years agoUpdating table row color toggle to pass variable to the template instead of HTML...
oleonard [Fri, 11 Feb 2005 16:23:31 +0000 (16:23 +0000)]
Updating table row color toggle to pass variable to the template instead of HTML value.  Works now with CSS.

19 years agoUpdating table row color toggle to work properly with script change
oleonard [Fri, 11 Feb 2005 16:20:06 +0000 (16:20 +0000)]
Updating table row color toggle to work properly with script change

19 years agohint spelling modif
tipaul [Fri, 11 Feb 2005 14:32:35 +0000 (14:32 +0000)]
hint spelling modif

19 years agobackground color fix : was black on black (hard to read !!!)
tipaul [Fri, 11 Feb 2005 14:31:45 +0000 (14:31 +0000)]
background color fix : was black on black (hard to read !!!)

19 years agocredits screen update
tipaul [Fri, 11 Feb 2005 14:29:25 +0000 (14:29 +0000)]
credits screen update

19 years ago* adding a link to member page to jump to issues page directly (ported from nelsonvil...
tipaul [Fri, 11 Feb 2005 14:28:52 +0000 (14:28 +0000)]
* adding a link to member page to jump to issues page directly (ported from nelsonville templates)
* Adding two print versions of the member details screen (ported from nelsonville templates)
- moremember-print.tmpl is a full-page view with information about the patron, issues, and reserves
- moremember-receipt.tmpl is a brief view with information about issues, designed to be appropriate for a slip printer.

19 years ago* adding a "un-debar" button in circulation screen, to unset "debarred" flag for...
tipaul [Fri, 11 Feb 2005 13:57:02 +0000 (13:57 +0000)]
* adding a "un-debar" button in circulation screen, to unset "debarred" flag for a borrower (ported from nelsonville templates)

19 years agoremoving unido templates from 2.2 (still in head, even if outdated
tipaul [Fri, 11 Feb 2005 13:33:21 +0000 (13:33 +0000)]
removing unido templates from 2.2 (still in head, even if outdated

19 years agoSwitching from building 'edit' link in the script to building it in the template...
oleonard [Thu, 10 Feb 2005 22:40:24 +0000 (22:40 +0000)]
Switching from building 'edit' link in the script to building it in the template itself by creating edit_tagfield and edit_frameworkcode variables to pass to the template.

This change to the template is required if the link is to work

19 years agoSwitching from building 'edit' link in the script to building it in the template...
oleonard [Thu, 10 Feb 2005 22:38:17 +0000 (22:38 +0000)]
Switching from building 'edit' link in the script to building it in the template itself by creating edit_tagfield and edit_frameworkcode variables to pass to the template.

19 years ago- Adding email address to patron information section
oleonard [Thu, 10 Feb 2005 19:41:36 +0000 (19:41 +0000)]
- Adding email address to patron information section
- Updating links to printable versions of patron information screen

19 years agoAdding option to switch templates based in URL parameter.
oleonard [Thu, 10 Feb 2005 19:36:32 +0000 (19:36 +0000)]
Adding option to switch templates based in URL parameter.
- print=page uses members/moremember-print.tmpl
- print=slip uses members/moremember-receipt.tmpl
- no print parameter uses default members/moremember.tmpl

19 years agoAdding two print versions of the member details screen, and links to those version...
oleonard [Thu, 10 Feb 2005 19:27:16 +0000 (19:27 +0000)]
Adding two print versions of the member details screen, and links to those version in moremember
- moremember-print.tmpl is a full-page view with information about the patron, issues, and reserves
- moremember-receipt.tmpl is a brief view with information about issues, designed to be appropriate for a slip printer.

Each version is accessed by passing a new parameter to moremember.pl, print=page or print=slip.

19 years agoAdding email address to list of returned variables
oleonard [Thu, 10 Feb 2005 17:27:11 +0000 (17:27 +0000)]
Adding email address to list of returned variables

19 years agoadd reset button
tipaul [Thu, 10 Feb 2005 13:19:19 +0000 (13:19 +0000)]
add reset button

19 years agoshow complete basket
tipaul [Thu, 10 Feb 2005 13:18:51 +0000 (13:18 +0000)]
show complete basket