kados [Wed, 9 Aug 2006 16:39:46 +0000 (16:39 +0000)]
Context->preference can't distinguish between 0 and NULL ... so we have
to make the default 0 if any library doesn't want to show back issues.
Paul, HDL, are you ok with adding this syspref to your libraries with
the current default of 5? Otherwise, back issues won't show up ...
if it's not OK, let me know and I'll find another way.
hdl [Tue, 8 Aug 2006 10:01:41 +0000 (10:01 +0000)]
BugFixing 1124 1125.
1125 is a bug that seems to me a design error.
To manage all the serials, it may be better to display the list as in full-serial-issue.tmpl and allow to change through a click on the issue. Receiving the next one or a manual one would be in a different part of the screen, short history (missing list and receivedlist) too.
thd [Tue, 8 Aug 2006 05:06:45 +0000 (05:06 +0000)]
Added some missing and changed subfields as well as field 662 from last year's
MARC 21 update. Lack of sleep had been a problem around that point in my
previous work. Corrected some hidden values.
oleonard [Mon, 7 Aug 2006 14:48:17 +0000 (14:48 +0000)]
Re-normalizing font-sizes. This stylesheet was a mish-mash of different font sizing methods. The update removes most custom font sizes in favor of a slightly reduced BODY font-size and a few custom settings in EMs.
hdl [Fri, 4 Aug 2006 09:09:10 +0000 (09:09 +0000)]
Bug Fixing : tab browsing in full-serial-issues.tmpl wouldnot display things.
The problem was obvious when No publisheddate was provided. It generated Many null div ids. And thus would display Nothing.
------------------------
Be warned that Now, full-serial-issues are based on publication year more than receivedate.
So This can be a problem for old database which have no publisheddate up to date.
Should work in any case now though.
oleonard [Thu, 3 Aug 2006 19:14:29 +0000 (19:14 +0000)]
Swapping image source for "upSubfield" function. Not sure if the image is ideal, but then again I'm not sure what the function is supposed to do, since it's broken.
kados [Wed, 2 Aug 2006 13:11:58 +0000 (13:11 +0000)]
sync with default tmpl: BUGFIX in receive : all pending orders where grouped in getallorders, only 1 line was shown in pending orders for each
+basket, instead of X
tipaul [Wed, 2 Aug 2006 08:33:20 +0000 (08:33 +0000)]
(some changes that kados could find interesting...)
Some (minor) changes in basket behaviour
- the address is now correctly shown on basket page (change address1 to postal)
- the print stylesheet has been modified for a perfect printer invoice
- the basket header don't appear anymore until there is at least 1 line in the basket
Synching with default template: Updated search forms on auth_finder.tmpl and searchresultlist-auth.tmpl. Significantly updated javascript on blinddetail-biblio-search.tmpl.
- 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
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.
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.