]>
git.koha-community.org Git - koha.git/log
kados [Mon, 31 Jul 2006 14:05:28 +0000 (14:05 +0000)]
synch with default:
fix for #1110 : Created by isn't ever filled for baskets
tipaul [Mon, 31 Jul 2006 14:01:50 +0000 (14:01 +0000)]
minor fix to avoid errors in javascript console
tipaul [Mon, 31 Jul 2006 13:55:32 +0000 (13:55 +0000)]
fix for #1110 : Created by isn't ever filled for baskets
kados [Mon, 31 Jul 2006 13:48:54 +0000 (13:48 +0000)]
change 'Callnumber' to 'Item Callnumber' for label.
kados [Mon, 31 Jul 2006 13:31:27 +0000 (13:31 +0000)]
slight bug fix for adding publisheddate field to serial table
tipaul [Mon, 31 Jul 2006 13:29:36 +0000 (13:29 +0000)]
minor graphic change for "renew" link
tipaul [Mon, 31 Jul 2006 13:29:14 +0000 (13:29 +0000)]
- adding a 3rd option to authority search (search on $a of on all subfields of main entry)
- removing automatic % add at the end of a search & adding a warning for the user
tipaul [Mon, 31 Jul 2006 13:28:18 +0000 (13:28 +0000)]
removing link to letters (a 3.0 script)
tipaul [Mon, 31 Jul 2006 13:28:03 +0000 (13:28 +0000)]
minor style modif
tipaul [Mon, 31 Jul 2006 13:27:31 +0000 (13:27 +0000)]
support for opacbookbag systempref in css templates
kados [Mon, 31 Jul 2006 13:25:47 +0000 (13:25 +0000)]
labels_conf section changed itemcallno to itemcallnumber to be
consistent.
hdl [Mon, 31 Jul 2006 13:10:39 +0000 (13:10 +0000)]
adding publisheddate column to serial table.
hdl [Mon, 31 Jul 2006 13:02:37 +0000 (13:02 +0000)]
Adding Authorities tress display facility.
Should have been included in the previous commit.
hdl [Mon, 31 Jul 2006 12:51:56 +0000 (12:51 +0000)]
Bug Fixing : displaying holdingbranch list
hdl [Mon, 31 Jul 2006 10:15:42 +0000 (10:15 +0000)]
BugFixing : MARCdetail : displayin field values with ESCAPE=HTML (in order to manage '<''>' characters)
Adding Hierarchy display for authorities.
Please Note That it relies on the fact that authorities id are stored in $3 of authorities notice.
And Broader terms is supposed to be indicated by a g for 550$5 subfield, narrower term : an h for the same subfield.
It CAN SURELY be generalised but only with a bunch of sytem preferences.
I added the ability to do a search on ANY authtypecode.
sushi [Fri, 28 Jul 2006 02:02:01 +0000 (02:02 +0000)]
added info-msg for text::wrap, and typo fix.
sushi [Fri, 28 Jul 2006 01:25:29 +0000 (01:25 +0000)]
added Text::Wrap module too, for spine labels.
sushi [Fri, 28 Jul 2006 01:13:41 +0000 (01:13 +0000)]
updated 'labels_conf' table.
sushi [Thu, 27 Jul 2006 23:55:41 +0000 (23:55 +0000)]
the script is now using the clever Text::Wrap module, this does seem to be working a treat. text-wrapping is attempting to wrap on spaces where possible, then a 13 character forced wrap. script now has a regex to remove nl/cr before formatting too.
oleonard [Thu, 27 Jul 2006 16:49:46 +0000 (16:49 +0000)]
Synching with default template
hdl [Thu, 27 Jul 2006 09:00:40 +0000 (09:00 +0000)]
Bug Fixing : full serial issues tab would not show up.
sushi [Wed, 26 Jul 2006 23:52:14 +0000 (23:52 +0000)]
tmpl now takes sticky 'papertype' from perl script.
sushi [Wed, 26 Jul 2006 23:33:26 +0000 (23:33 +0000)]
now passing sticky paper type to tmpl.
oleonard [Wed, 26 Jul 2006 18:56:41 +0000 (18:56 +0000)]
Adding error message for deletion of items on loan
slef [Wed, 26 Jul 2006 16:04:48 +0000 (16:04 +0000)]
Bugfix for Nothing Found on servers with fast z3950 links
kados [Wed, 26 Jul 2006 13:02:26 +0000 (13:02 +0000)]
adds subclass and itemcallnumber
sushi [Wed, 26 Jul 2006 12:16:18 +0000 (12:16 +0000)]
added comments.
sushi [Wed, 26 Jul 2006 12:06:23 +0000 (12:06 +0000)]
rewrite and tidy-up, replaced manually hardcoded display fields with a single loop. now using fixed-width font and fixed 12 char wordwrap.
sushi [Wed, 26 Jul 2006 11:33:03 +0000 (11:33 +0000)]
added biblio link.
sushi [Wed, 26 Jul 2006 00:10:06 +0000 (00:10 +0000)]
adding back in subclass and itemcallnumber fields.
sushi [Wed, 26 Jul 2006 00:03:35 +0000 (00:03 +0000)]
added back existing text wrap, using fixed width font, still working on this...
oleonard [Tue, 25 Jul 2006 18:49:23 +0000 (18:49 +0000)]
Re-synching with default template
oleonard [Tue, 25 Jul 2006 18:42:18 +0000 (18:42 +0000)]
Copying changes from default: "some html changes (synch'ing with marc_subfield_structure)"
oleonard [Tue, 25 Jul 2006 18:37:02 +0000 (18:37 +0000)]
Copying fix from default: "bugfixing for acquisitions : In parcels management, the "primary key" is parcel code + datereceived. the datereceived was sometimes lost during navigation, causing problems. this fix solves the problem"
tipaul [Tue, 25 Jul 2006 16:22:13 +0000 (16:22 +0000)]
reverting kados changes
tipaul [Tue, 25 Jul 2006 12:40:19 +0000 (12:40 +0000)]
getting MARC from either xml or old html, depending on template encoding (in france, my libraries use iso8859-1 templates, and html2xml has problem with non utf-8 values)
tipaul [Tue, 25 Jul 2006 12:39:14 +0000 (12:39 +0000)]
checking for new mandatory Perl packages
tipaul [Tue, 25 Jul 2006 12:38:26 +0000 (12:38 +0000)]
french tranlation update
tipaul [Tue, 25 Jul 2006 12:37:20 +0000 (12:37 +0000)]
removing login/logout, as it's in left menu now
tipaul [Tue, 25 Jul 2006 12:36:58 +0000 (12:36 +0000)]
encoding depends on systempref even for basket...
tipaul [Tue, 25 Jul 2006 12:36:24 +0000 (12:36 +0000)]
fixing html display bug
tipaul [Tue, 25 Jul 2006 12:35:58 +0000 (12:35 +0000)]
just changing border style
tipaul [Tue, 25 Jul 2006 12:35:34 +0000 (12:35 +0000)]
some html changes (synch'ing with marc_subfield_structure)
tipaul [Tue, 25 Jul 2006 12:34:57 +0000 (12:34 +0000)]
adding borrowernotes to be warned if the borrower has some specific information
tipaul [Tue, 25 Jul 2006 12:34:24 +0000 (12:34 +0000)]
adding renew columns (as in npl templates)
tipaul [Tue, 25 Jul 2006 12:33:45 +0000 (12:33 +0000)]
changing cursor when mouse under upSubfield()
tipaul [Tue, 25 Jul 2006 12:33:04 +0000 (12:33 +0000)]
add - to isbn only if there is an isbn !
tipaul [Tue, 25 Jul 2006 12:32:38 +0000 (12:32 +0000)]
- fixing a minor problem in item counter
- quoting correctly some datas
tipaul [Tue, 25 Jul 2006 12:30:51 +0000 (12:30 +0000)]
adding some informations to the array that is passed as result to an authority search : mainly, the tag_to_report & the $3 information (unimarc specific)
tipaul [Tue, 25 Jul 2006 12:27:55 +0000 (12:27 +0000)]
bugfixing for acquisitions :
In parcels management, the "primary key" is parcel code + datereceived. the datereceived was sometimes lost during navigation, causing problems. this fix solves the problem
+ in Acquisitions.pm, rewritting of a SQL query to LEFT JOIN instead of WHERE
kados [Sun, 23 Jul 2006 15:28:55 +0000 (15:28 +0000)]
merging with dev-week (bugfix for opacbookbag)
sushi [Thu, 20 Jul 2006 22:14:37 +0000 (22:14 +0000)]
removed unused 'web preview' link.
sushi [Thu, 20 Jul 2006 22:11:23 +0000 (22:11 +0000)]
oops, forgot to commit to rel.2.2
kados [Thu, 20 Jul 2006 18:32:24 +0000 (18:32 +0000)]
adding itemcallnumber and subclass
kados [Thu, 20 Jul 2006 15:48:40 +0000 (15:48 +0000)]
re-moving label-home.pl to the right spot ...
kados [Thu, 20 Jul 2006 15:31:00 +0000 (15:31 +0000)]
fixing a bug in generation of the input boxes (no closing >). Also,
adding support for subclass and itemcallnumber.
kados [Thu, 20 Jul 2006 15:30:16 +0000 (15:30 +0000)]
adding support for subclass and itemcallnumber
kados [Thu, 20 Jul 2006 14:57:59 +0000 (14:57 +0000)]
adding support for subclass and itemcallnumber
kados [Thu, 20 Jul 2006 14:54:43 +0000 (14:54 +0000)]
adding itemcallnumber and subclass support
sushi [Wed, 19 Jul 2006 01:58:04 +0000 (01:58 +0000)]
sql to create labels tables.
sushi [Wed, 19 Jul 2006 01:43:11 +0000 (01:43 +0000)]
updated , as location of label-home.pl was moved to ./barcodes/
sushi [Wed, 19 Jul 2006 01:41:09 +0000 (01:41 +0000)]
tidyup from mason.
sushi [Wed, 19 Jul 2006 01:37:23 +0000 (01:37 +0000)]
tidyup by mason.
kados [Sat, 15 Jul 2006 18:53:24 +0000 (18:53 +0000)]
OpacNav should be a textarea, now it is.
kados [Thu, 13 Jul 2006 19:08:03 +0000 (19:08 +0000)]
adding intranetstylesheet, etc. to checkauth so they are available to
all scripts.
kados [Tue, 11 Jul 2006 17:58:23 +0000 (17:58 +0000)]
fix for 1106: MARC 21 008 record editor plugin deletes first six 008 positions
kados [Tue, 11 Jul 2006 12:53:14 +0000 (12:53 +0000)]
syncing with rel_2_2 before rel_2_2 was broken (meaning that
dev-week MARC editor works now)
thd [Tue, 11 Jul 2006 01:14:03 +0000 (01:14 +0000)]
Added missing OPAC text for canceled barcode. Fixed typo for 006 not hidden
value.
thd [Tue, 11 Jul 2006 00:16:10 +0000 (00:16 +0000)]
Fixed a typo for the not hidden value for 006.
thd [Mon, 10 Jul 2006 23:43:30 +0000 (23:43 +0000)]
Fixed misspelt example mysqldump option. Example is in a comment and was not
part of running code. Added missing OPAC text for canceled barcode.
kados [Mon, 10 Jul 2006 17:21:34 +0000 (17:21 +0000)]
just cleaning up tabs in the script, no code changes
kados [Fri, 7 Jul 2006 21:29:18 +0000 (21:29 +0000)]
allow reserves on items with notforloan < 0
kados [Fri, 7 Jul 2006 21:26:24 +0000 (21:26 +0000)]
don't hide items that have notforloan < 0
kados [Fri, 7 Jul 2006 21:10:13 +0000 (21:10 +0000)]
several code cleanups. Adds support for hiding lost items in OPAC and
also hide notforloan items from the OPAC.
kados [Fri, 7 Jul 2006 20:39:50 +0000 (20:39 +0000)]
fix to show statuses
kados [Fri, 7 Jul 2006 20:37:28 +0000 (20:37 +0000)]
fix to itemissues sub to show item statuses
kados [Fri, 7 Jul 2006 20:08:29 +0000 (20:08 +0000)]
rolling back ... bad idea on the date due :-)
kados [Fri, 7 Jul 2006 20:06:56 +0000 (20:06 +0000)]
don't show the date due column unless the item is checked out
kados [Fri, 7 Jul 2006 19:34:11 +0000 (19:34 +0000)]
missing <!-- /TMPL_IF -->
kados [Fri, 7 Jul 2006 19:29:49 +0000 (19:29 +0000)]
adding item status to moredetail.tmpl
oleonard [Fri, 7 Jul 2006 19:28:58 +0000 (19:28 +0000)]
Fix for Bug 1115. Missing hidden form field in left-hand nav quick search
kados [Fri, 7 Jul 2006 19:25:36 +0000 (19:25 +0000)]
adding item statuses to opac detail page
oleonard [Fri, 7 Jul 2006 15:47:55 +0000 (15:47 +0000)]
Correcting incorrect 'receive' link
oleonard [Fri, 7 Jul 2006 15:39:19 +0000 (15:39 +0000)]
Removing branch entry field as per changes in default template
oleonard [Fri, 7 Jul 2006 14:56:12 +0000 (14:56 +0000)]
Fixing javascript error -- wrong header file was included
oleonard [Fri, 7 Jul 2006 14:45:47 +0000 (14:45 +0000)]
Copying a couple of changes from the default template
thd [Thu, 6 Jul 2006 17:17:42 +0000 (17:17 +0000)]
Corrected some subfield visibility settings, mostly for hiding local holdings
subfields in the 09o or 999 placeholer for 090 Locally Assigned LC-Type Call
Call Number found in copy catalogued records. The locally assinged original
090 call number remains visible in tab 0 for informational purposes as often
the only place to find what an LC Call number for the material might be.
kados [Thu, 6 Jul 2006 16:16:43 +0000 (16:16 +0000)]
fix broken link.
oleonard [Thu, 29 Jun 2006 19:17:02 +0000 (19:17 +0000)]
- converting hard-coded color values in z3950/search.pl to generic toggle for use with css
- adding missing stylesheet and templateencoding markup to npl template
kylemhall [Mon, 26 Jun 2006 18:11:14 +0000 (18:11 +0000)]
*** empty log message ***
kylemhall [Mon, 26 Jun 2006 16:16:34 +0000 (16:16 +0000)]
*** empty log message ***
kylemhall [Mon, 26 Jun 2006 15:39:32 +0000 (15:39 +0000)]
*** empty log message ***
kylemhall [Mon, 26 Jun 2006 15:38:14 +0000 (15:38 +0000)]
*** empty log message ***
kylemhall [Mon, 26 Jun 2006 15:30:02 +0000 (15:30 +0000)]
*** empty log message ***
kylemhall [Mon, 26 Jun 2006 14:56:44 +0000 (14:56 +0000)]
*** empty log message ***
kylemhall [Mon, 26 Jun 2006 14:55:09 +0000 (14:55 +0000)]
*** empty log message ***
hdl [Mon, 26 Jun 2006 00:17:11 +0000 (00:17 +0000)]
Bug FIX : subscription renewal would renew ANY subscription and not the only one selected.
oleonard [Tue, 20 Jun 2006 18:22:23 +0000 (18:22 +0000)]
Adding "tabindex=''" to CGI:scrolling_list to prevent incorrect tabbing. See Bug 1098
oleonard [Tue, 20 Jun 2006 18:15:23 +0000 (18:15 +0000)]
Typo corrections. See Bug 1074.
oleonard [Tue, 20 Jun 2006 18:09:58 +0000 (18:09 +0000)]
Typo corrections. See Bug 1073.