]>
git.koha-community.org Git - koha.git/log
hdl [Tue, 2 Aug 2005 16:31:53 +0000 (16:31 +0000)]
Adding Confirm_Deletion javascript.
hdl [Tue, 2 Aug 2005 15:53:40 +0000 (15:53 +0000)]
Bug Fixing :
Using items.location where items.holdingbranch should have been used.
tipaul [Tue, 2 Aug 2005 15:03:33 +0000 (15:03 +0000)]
* changing order on detailled subscription history : ordering by subscriptionid before date (to see all issues for a given subscription at once)
* when building lists, don't put title twice on multiple subscriptions to a title (replace it by "")
tipaul [Tue, 2 Aug 2005 15:00:36 +0000 (15:00 +0000)]
introducing history list as in OPAC
+ adding some links & renaming some link not clear enough.
tipaul [Tue, 2 Aug 2005 09:01:52 +0000 (09:01 +0000)]
adding an empty word if there is none (to avoid a internal server error)
tipaul [Tue, 2 Aug 2005 08:59:28 +0000 (08:59 +0000)]
formating currency values
tipaul [Tue, 2 Aug 2005 07:45:44 +0000 (07:45 +0000)]
fix for bug http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1009
(Not all items fields mapped to MARC)
joshferraro [Tue, 2 Aug 2005 01:39:02 +0000 (01:39 +0000)]
Lets patrons change their password from their account. Needs translation
and template help: Owen, could you take care of that (should only be a few
lines to translate) and also add it to the default and programmer templates?.
tipaul [Mon, 1 Aug 2005 15:34:49 +0000 (15:34 +0000)]
adding a warning to librarian if there is no stopwords
tipaul [Mon, 1 Aug 2005 15:28:58 +0000 (15:28 +0000)]
removing useless search box
tipaul [Mon, 1 Aug 2005 15:17:35 +0000 (15:17 +0000)]
managing ReturnBeforeExpiry flag.
If set in preferences, the return date can't be after the borrower expiry date.
tipaul [Mon, 1 Aug 2005 15:15:43 +0000 (15:15 +0000)]
adding decoder for Ä string
tipaul [Mon, 1 Aug 2005 15:14:50 +0000 (15:14 +0000)]
minor change in summary handling (accepting 4 digits before the field)
tipaul [Mon, 1 Aug 2005 15:13:11 +0000 (15:13 +0000)]
adding ReturnBeforeExpiry flag to circ tab.
tipaul [Mon, 1 Aug 2005 15:11:59 +0000 (15:11 +0000)]
some changes in field size handling :
* changing length to 80, as it fits on a 1024 screen
* going to a textarea when the field is more than 100 chars and not 200 as previously
tipaul [Mon, 1 Aug 2005 14:49:20 +0000 (14:49 +0000)]
copying leader to the new record, for leader management
tipaul [Mon, 1 Aug 2005 14:48:50 +0000 (14:48 +0000)]
adding some languages (french)
tipaul [Mon, 1 Aug 2005 13:18:50 +0000 (13:18 +0000)]
fix for :
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=996
Can't delete a biblio - javascript error
tipaul [Mon, 1 Aug 2005 12:50:52 +0000 (12:50 +0000)]
fix for
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=758
(Move error messages out of branches.pl)
tipaul [Mon, 1 Aug 2005 12:02:51 +0000 (12:02 +0000)]
fixing leader plugin for MARC21. Seems to work fine.
tipaul [Fri, 29 Jul 2005 09:57:28 +0000 (09:57 +0000)]
pugins to manage leader in MARC21 and in UNIMARC.
UNIMARC needs some tweaking but works, MARC21 still buggy, i'll fix it on monday, dont try it yet pls ;-)
tipaul [Thu, 28 Jul 2005 19:56:15 +0000 (19:56 +0000)]
* removing a useless & CPU consuming call to MARCgetbiblio
* Leader management.
If you create a MARC tag "000", with a subfield '@', it will be managed as the leader.
Seems to work correctly.
Now going to create a plugin for leader()
tipaul [Thu, 28 Jul 2005 15:34:10 +0000 (15:34 +0000)]
oops... missed the user login css rule
tipaul [Thu, 28 Jul 2005 15:28:56 +0000 (15:28 +0000)]
adding dynamic submenus to the main menu. Changing some CSS rules to have Koha more nice.
hdl [Thu, 28 Jul 2005 09:55:17 +0000 (09:55 +0000)]
Fixing bug : change in page lost search parameters.
tipaul [Tue, 26 Jul 2005 09:25:06 +0000 (09:25 +0000)]
adding link to see borrower reading history in css templates (Owen commited the templates & perl script, bug forgot to add the link to main page ;-) )
tipaul [Tue, 26 Jul 2005 08:38:25 +0000 (08:38 +0000)]
<IMPORTANT NOTES for NPL>
Some cleaning :
- removing dirty hack getMARCurl in SearchMarc.pm & replacing it by some Perl in Search.pm : if repeated, urls are stored in biblioitems.url, separated by a |. Now, the urls are splitted in an array. WARNING : the template has been modified & NPL MUST modify their templates as well, should be really trivial (open http://bureau.paulpoulain.com:9010/cgi-bin/koha/opac-detail.pl?bib=1 to see the result)
- using getMARCsubjcts and getMARCnotes in css templates as well. WARNING (specially for NPL) : the MARC notes & subjects were outside from BIBLIO_RESULTS array. As notes & subjects were in this <!-- TMPL_LOOP --> i had to add them IN the loop. I think it's better, so I commented (line 73 and 74 of opac-detail) 2 lines that are useless for me but useful for you. My opinion is that it would be better to modify your template to put notes & subjects in the <TMPL_LOOP> (should be trivial) than uncommenting those lines (= create duplicate code)
However, my real opinion is that we have no good reason to use <!-- TMPL_LOOP name="BIBLIO_RESULTS" --> as we always have only 1 biblio here. But that's something we should fix in HEAD, not in 2.2
hdl [Wed, 20 Jul 2005 16:09:03 +0000 (16:09 +0000)]
file viewlog.pl was added on branch rel_2_2 on 2005-08-24 10:44:53 +0000
oleonard [Tue, 19 Jul 2005 18:59:35 +0000 (18:59 +0000)]
Adding alternate row color for 'problem' table cells inside 'hilighted' table row
oleonard [Tue, 19 Jul 2005 18:57:04 +0000 (18:57 +0000)]
Enabling alternating table row colors in issues list
oleonard [Tue, 19 Jul 2005 18:50:49 +0000 (18:50 +0000)]
Fixing section that was supposed to allow for alternating table row colors
tipaul [Tue, 19 Jul 2005 15:25:40 +0000 (15:25 +0000)]
* fixing a bug in subfield order when MARCgetbiblio
* getting rid with the limit "biblionumber & biblioitemnumber must be in the same tag". So, we can put biblionumber in 001 (field that has no subfields, so we can't put biblioitemnumber in this field), and use biblionumber as identifier in the MARC biblio too. Still to be deeply tested.
* adding some diacritic decoding (Ä, Ü...)
tipaul [Mon, 18 Jul 2005 15:11:06 +0000 (15:11 +0000)]
changing dewey to varchar(30)
oleonard [Fri, 15 Jul 2005 20:12:04 +0000 (20:12 +0000)]
Adding replacement costs and total to moremember print view
oleonard [Fri, 15 Jul 2005 20:11:22 +0000 (20:11 +0000)]
Correcting invalid HTML
oleonard [Fri, 15 Jul 2005 20:09:19 +0000 (20:09 +0000)]
Formatting fine amount to two decimal places
oleonard [Fri, 15 Jul 2005 20:07:59 +0000 (20:07 +0000)]
Updating for moremember print screen
oleonard [Fri, 15 Jul 2005 18:22:36 +0000 (18:22 +0000)]
Adding suggestions and virtual shelves preference, previously missing from this script
oleonard [Fri, 15 Jul 2005 18:17:36 +0000 (18:17 +0000)]
Updating to match new features in opac-account.pl
oleonard [Fri, 15 Jul 2005 18:16:14 +0000 (18:16 +0000)]
-- formatting currency amounts to two decimals
-- formatting dates according to system preference
-- adding variables to indicate positive or negative currency amounts (for use in styling output)
oleonard [Wed, 13 Jul 2005 21:00:29 +0000 (21:00 +0000)]
Fixing bug that was preventing display of item/barcode information
oleonard [Tue, 12 Jul 2005 21:56:34 +0000 (21:56 +0000)]
Synching with rel_2_2, some formatting changes, and corrections to XHTML
oleonard [Tue, 12 Jul 2005 21:23:21 +0000 (21:23 +0000)]
adding style for th scope="row"
oleonard [Tue, 12 Jul 2005 21:21:50 +0000 (21:21 +0000)]
Adding more links for logged-in user in left-hand nav
oleonard [Tue, 12 Jul 2005 21:19:06 +0000 (21:19 +0000)]
Trying to solve a layout problem by adding a clearing span
oleonard [Tue, 12 Jul 2005 21:17:56 +0000 (21:17 +0000)]
Updates to add opacstylesheet system preferences functionality
oleonard [Tue, 12 Jul 2005 21:04:54 +0000 (21:04 +0000)]
Minor HTML changes affecting appearance
oleonard [Tue, 12 Jul 2005 20:49:44 +0000 (20:49 +0000)]
Adding link to reading history page
oleonard [Tue, 12 Jul 2005 20:48:46 +0000 (20:48 +0000)]
Moving some information around on the page, correcting some unencoded ampersands
oleonard [Tue, 12 Jul 2005 20:39:37 +0000 (20:39 +0000)]
Fixing bug that caused template to always want to display waiting items, adding itemtype to reserves list output
oleonard [Tue, 12 Jul 2005 20:18:38 +0000 (20:18 +0000)]
Updating template to go with improvements to script
oleonard [Tue, 12 Jul 2005 20:12:14 +0000 (20:12 +0000)]
Transferring some of the functionality from intranet's reading record script, improving column-ordering links
oleonard [Tue, 12 Jul 2005 19:54:12 +0000 (19:54 +0000)]
A new page to allow patrons to view their borrowing history
hdl [Tue, 12 Jul 2005 14:15:02 +0000 (14:15 +0000)]
Removing Dead javascript code.
Thx Owen ;)
joshferraro [Sat, 9 Jul 2005 17:01:14 +0000 (17:01 +0000)]
Allows patrons to view their reading record from their account.
oleonard [Thu, 7 Jul 2005 20:53:58 +0000 (20:53 +0000)]
Adding link to purchase suggestions at the bottom of search results
oleonard [Thu, 7 Jul 2005 20:40:37 +0000 (20:40 +0000)]
Fixing bug that would prevent deletion of suggetions; corrections to XHTML, other minor improvements
oleonard [Thu, 7 Jul 2005 19:27:19 +0000 (19:27 +0000)]
Fixing bug that was putting wrong biblio numbers into biblio basket
oleonard [Wed, 6 Jul 2005 21:48:56 +0000 (21:48 +0000)]
Updating template to match changes to opac-reserve.pl
joshferraro [Wed, 6 Jul 2005 21:28:49 +0000 (21:28 +0000)]
sort the branches alphebetically.
joshferraro [Wed, 6 Jul 2005 19:54:44 +0000 (19:54 +0000)]
Instead of using CGI::scrolling_list, moved the list of branches and
branchcodes into a TMPL_LOOP (the same one actually); gives the template
designer more flexiblity with how to display the list, etc.
oleonard [Tue, 5 Jul 2005 21:29:08 +0000 (21:29 +0000)]
Minor link change
oleonard [Tue, 5 Jul 2005 21:25:08 +0000 (21:25 +0000)]
Minor margin change
oleonard [Tue, 5 Jul 2005 20:58:57 +0000 (20:58 +0000)]
Synching with default template
oleonard [Tue, 5 Jul 2005 20:09:41 +0000 (20:09 +0000)]
New styles to go with updates from default template
oleonard [Tue, 5 Jul 2005 20:08:26 +0000 (20:08 +0000)]
Synching with rel_2_2.
oleonard [Tue, 5 Jul 2005 18:48:42 +0000 (18:48 +0000)]
Synching with rel_2_2.
oleonard [Tue, 5 Jul 2005 18:38:49 +0000 (18:38 +0000)]
Corrections to fix javascript errors in /search.marc/search.tmpl
joshferraro [Fri, 1 Jul 2005 18:38:59 +0000 (18:38 +0000)]
Allows opac-detail.pl to display Table of Contents and Descriptions
when they exist in the MARC record (in 856u).
joshferraro [Fri, 1 Jul 2005 18:26:10 +0000 (18:26 +0000)]
Adds new sub getMARCurls which allows opac-detail.pl to display
Table of Contents and Descriptions when they exist in the MARC
record (in 856u).
oleonard [Fri, 1 Jul 2005 14:59:22 +0000 (14:59 +0000)]
Synching with default template
oleonard [Fri, 1 Jul 2005 14:18:37 +0000 (14:18 +0000)]
Synching with default template
oleonard [Thu, 30 Jun 2005 20:34:09 +0000 (20:34 +0000)]
Synching with default template
oleonard [Thu, 30 Jun 2005 20:27:07 +0000 (20:27 +0000)]
Synching with default template
oleonard [Thu, 30 Jun 2005 20:17:20 +0000 (20:17 +0000)]
Synching with default template
oleonard [Thu, 30 Jun 2005 20:11:41 +0000 (20:11 +0000)]
Synching with default template
oleonard [Thu, 30 Jun 2005 20:02:40 +0000 (20:02 +0000)]
Synching with default template
oleonard [Thu, 30 Jun 2005 19:53:20 +0000 (19:53 +0000)]
Synching with default template
hdl [Thu, 30 Jun 2005 08:56:32 +0000 (08:56 +0000)]
Adding TAG Input Field to MARCtagstructure When adding a field.
hdl [Tue, 28 Jun 2005 11:51:57 +0000 (11:51 +0000)]
Adding choice lists for sort1/Sort2 For biblios and patrons management.
Commiting along Help Modifications
hdl [Tue, 28 Jun 2005 10:21:29 +0000 (10:21 +0000)]
Adding Result counts and line counters to
- histsearch (search order)
- members search
hdl [Tue, 28 Jun 2005 10:17:55 +0000 (10:17 +0000)]
Closing Suggest Window choice made
hdl [Tue, 28 Jun 2005 10:15:11 +0000 (10:15 +0000)]
Minor bug Fix: Displaying Months and day in usual order.
hdl [Tue, 28 Jun 2005 09:37:17 +0000 (09:37 +0000)]
Adding system preference category.
Managing them in tabs.
Taking Paul's first improvements on Head Version into account.
hdl [Tue, 28 Jun 2005 07:35:48 +0000 (07:35 +0000)]
Adding not issued and delete state to state collection
And display the three latest numbers of every subscription received or lacked in opac.
hdl [Tue, 28 Jun 2005 00:08:20 +0000 (00:08 +0000)]
Displaying overdue items with red color... English version
hdl [Mon, 27 Jun 2005 23:24:06 +0000 (23:24 +0000)]
Display dashed ISBN
hdl [Mon, 27 Jun 2005 23:10:55 +0000 (23:10 +0000)]
Removing -s from su call after Thomas D reports it breaks FreeBSD
hdl [Mon, 27 Jun 2005 23:06:42 +0000 (23:06 +0000)]
Reporting Doxulting Fix on a french template.
hdl [Mon, 27 Jun 2005 23:03:09 +0000 (23:03 +0000)]
Adding favicon.ico to default en... Getting rid of favicon.ico warning in logs
hdl [Mon, 27 Jun 2005 22:58:41 +0000 (22:58 +0000)]
Adding favicon.ico
hdl [Wed, 22 Jun 2005 13:14:12 +0000 (13:14 +0000)]
file newbiblio.tmpl was added on branch rel_2_2 on 2005-06-28 11:51:58 +0000
tipaul [Wed, 22 Jun 2005 12:51:10 +0000 (12:51 +0000)]
bugfix (in repeated subfield separator position)
tipaul [Wed, 22 Jun 2005 12:49:51 +0000 (12:49 +0000)]
polish translation for OPAC
tipaul [Wed, 22 Jun 2005 12:49:22 +0000 (12:49 +0000)]
updated french translation
tipaul [Wed, 22 Jun 2005 12:48:08 +0000 (12:48 +0000)]
minor css changes
tipaul [Wed, 22 Jun 2005 12:46:52 +0000 (12:46 +0000)]
small changes in template look
tipaul [Wed, 22 Jun 2005 12:45:37 +0000 (12:45 +0000)]
changing image size (on top-left)
oleonard [Tue, 21 Jun 2005 22:05:30 +0000 (22:05 +0000)]
Removing extra junk from WorldCat query string
tipaul [Tue, 21 Jun 2005 14:50:26 +0000 (14:50 +0000)]
bugfix for next/previous and number links on result list, when long list of results