]> git.koha-community.org Git - koha.git/log
koha.git
19 years ago* adding column branch to the result list when searching a borrower
tipaul [Fri, 9 Sep 2005 09:09:25 +0000 (09:09 +0000)]
* adding column branch to the result list when searching a borrower
* fixing a bug that prevented to add a borrower when IndependantBranches was ON

19 years agoAdding count items/Count borrowers to stats on issues for statistics.
hdl [Fri, 9 Sep 2005 08:50:21 +0000 (08:50 +0000)]
Adding count items/Count borrowers to stats on issues for statistics.

19 years agobackporting branchcode save, forgotten during head => 2.2 backport
tipaul [Fri, 9 Sep 2005 08:39:17 +0000 (08:39 +0000)]
backporting branchcode save, forgotten during head => 2.2 backport

19 years agoUndoing Logs
hdl [Fri, 9 Sep 2005 08:19:57 +0000 (08:19 +0000)]
Undoing Logs

19 years agoadding Content-Disposition to header to allow for browsers to recognize
joshferraro [Mon, 5 Sep 2005 22:18:09 +0000 (22:18 +0000)]
adding Content-Disposition to header to allow for browsers to recognize
it's a PDF by default, etc.

19 years agofix to remove "request" button if there is no item requestable
tipaul [Mon, 5 Sep 2005 16:17:37 +0000 (16:17 +0000)]
fix to remove "request" button if there is no item requestable

19 years agoOverhaul of barcodes generation interface for NPL. Not it should actually work.
oleonard [Sat, 3 Sep 2005 13:48:55 +0000 (13:48 +0000)]
Overhaul of barcodes generation interface for NPL.  Not it should actually work.

19 years agoCorrecting a couple of typos (thanks meushi!)
oleonard [Sat, 3 Sep 2005 13:38:25 +0000 (13:38 +0000)]
Correcting a couple of typos (thanks meushi!)

19 years agoRemoving what appears to be an extraneous option in the interval drop-down menu
oleonard [Thu, 1 Sep 2005 19:31:06 +0000 (19:31 +0000)]
Removing what appears to be an extraneous option in the interval drop-down menu

19 years agoFixing a bug for marcimport.
hdl [Thu, 1 Sep 2005 13:43:33 +0000 (13:43 +0000)]
Fixing a bug for marcimport.
Verifying that a record tag exists before getting its value

19 years agoFixing Bug when no user logged in
hdl [Thu, 1 Sep 2005 12:26:19 +0000 (12:26 +0000)]
Fixing Bug when no user logged in

19 years agoFixing broken link back to moremember.pl
oleonard [Wed, 31 Aug 2005 15:43:15 +0000 (15:43 +0000)]
Fixing broken link back to moremember.pl

19 years agoSynching with default template: adding branch information
oleonard [Fri, 26 Aug 2005 19:53:32 +0000 (19:53 +0000)]
Synching with default template: adding branch information

19 years agoSynching with default template: adding branch information
oleonard [Fri, 26 Aug 2005 18:56:09 +0000 (18:56 +0000)]
Synching with default template: adding branch information

19 years agoAdding a test on a temporary value before processing it in Biblio.pm
hdl [Fri, 26 Aug 2005 12:28:57 +0000 (12:28 +0000)]
Adding a test on a temporary value before processing it in Biblio.pm
Adding branchcode fields to aqbookfund and aqbasket.

19 years agoAdding Calendar facility used in viewlog.pl
hdl [Fri, 26 Aug 2005 12:25:06 +0000 (12:25 +0000)]
Adding Calendar facility used in viewlog.pl

19 years agoCommiting all that allows Branch Independancy management :
hdl [Fri, 26 Aug 2005 12:21:49 +0000 (12:21 +0000)]
Commiting all that allows Branch Independancy management :
* in acquisition module, an order can be modified/recieved/closed only by a librarian from the same branch than the librarian that created the basket.
* in catalogue module, an item can be modified/deleted/created only by a librarian from the same branch as item owner branch
* in members module, a member can be created/modified only by a librarian from the branch of the member.
Modifying Context.pm :
Adding userenv context variable.
Is set during checkauth or get_template_and_user
Modifying Auth.pm function checkauth : setting userenv context variable
Modifying Acquisition.pm:
    * histsearch
    * branches
    * bookfunds
    * getsupplierlistwithlateorders
    * getlateorders
    * getallorders
    * getorders
Add a branch criterium if IndependantBranches is set.
Modifiying Suggestion.pm:
    * searchsuggestions Will look first for th Librarian Branch and restrict search to suggestion made by users from this branch
    * countsuggestions Will look first for th Librarian Branch and restrict search to suggestion made by users from this branch
File Modifiying :
    * admin/aqbudget.pl adding a branch selection for budget.
    * parameters/aqbudget.tmpl
    * admin/aqbookfund.pl adding a branch selection for bookfund
    * parameters/aqookfund.tmpl
And adding branch selection to members and items changes.
WARNING: bibid are still used in additem, unlike in HEAD... Shall be soon fixed.

19 years agoAdding accesskeys for search options
oleonard [Thu, 25 Aug 2005 18:28:32 +0000 (18:28 +0000)]
Adding accesskeys for search options

19 years agoEven more fixes for Bug 926 (forms lack method and/or action attributes)
oleonard [Thu, 25 Aug 2005 18:09:23 +0000 (18:09 +0000)]
Even more fixes for Bug 926 (forms lack method and/or action attributes)

19 years agoFixes for bug 585 and 926
oleonard [Thu, 25 Aug 2005 18:08:16 +0000 (18:08 +0000)]
Fixes for bug 585 and 926

19 years agoFix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on...
oleonard [Thu, 25 Aug 2005 18:07:19 +0000 (18:07 +0000)]
Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine.

19 years agoFix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on...
oleonard [Thu, 25 Aug 2005 17:59:52 +0000 (17:59 +0000)]
Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine.

19 years agoFix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on...
oleonard [Thu, 25 Aug 2005 17:34:15 +0000 (17:34 +0000)]
Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine.

19 years agoFix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on...
oleonard [Thu, 25 Aug 2005 17:27:49 +0000 (17:27 +0000)]
Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine.

19 years ago- Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms...
oleonard [Thu, 25 Aug 2005 17:19:03 +0000 (17:19 +0000)]
- Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine.
- quoting some unquoted attributes
- fixing HTML typo

19 years agoFix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on...
oleonard [Thu, 25 Aug 2005 16:36:00 +0000 (16:36 +0000)]
Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine.

19 years agoEven more fixes for Bug 926 (forms lack method and/or action attributes)
oleonard [Thu, 25 Aug 2005 16:00:53 +0000 (16:00 +0000)]
Even more fixes for Bug 926 (forms lack method and/or action attributes)

19 years agoFix for Bug 926 (forms lack method and/or action attributes), making some template...
oleonard [Wed, 24 Aug 2005 18:09:59 +0000 (18:09 +0000)]
Fix for Bug 926 (forms lack method and/or action attributes), making some template tags more translator-friendly

19 years agoAdding tr hilight class does the work of 'td class="hilight"
oleonard [Wed, 24 Aug 2005 17:58:59 +0000 (17:58 +0000)]
Adding tr hilight class does the work of 'td class="hilight"

19 years agoFixes for Bug 926 (forms lack method and/or action attributes). Also hiding 'delete...
oleonard [Wed, 24 Aug 2005 17:49:59 +0000 (17:49 +0000)]
Fixes for Bug 926 (forms lack method and/or action attributes).  Also hiding 'delete' functionality from opac-shelves.tmpl when user cannot manage shelf, other HTML cleanup

19 years agoOne more fix for Bug 926 (forms lack method and/or action attributes)
oleonard [Wed, 24 Aug 2005 16:30:17 +0000 (16:30 +0000)]
One more fix for Bug 926 (forms lack method and/or action attributes)

19 years agoAdding Log Facility for Biblio management.
hdl [Wed, 24 Aug 2005 10:44:53 +0000 (10:44 +0000)]
Adding Log Facility for Biblio management.
Note that a javascript will soon be written for action type management and that viewlog.pl is fully functionnal (tested) only for Catalogue.

19 years agoAdding a notes field into serial table.
hdl [Wed, 24 Aug 2005 09:02:25 +0000 (09:02 +0000)]
Adding a notes field into serial table.
Manage a note for a serial number...
Will allow a librarian to say "contact with supplier for this serial : Will be received on date...  " or anything else.

19 years agoFix for Bug 926 (forms lack method and/or action attributes)
oleonard [Mon, 22 Aug 2005 21:50:45 +0000 (21:50 +0000)]
Fix for Bug 926 (forms lack method and/or action attributes)

19 years agoFix for Bug 926 (forms lack method and/or action attributes). Also hiding 'delete...
oleonard [Mon, 22 Aug 2005 20:14:15 +0000 (20:14 +0000)]
Fix for Bug 926 (forms lack method and/or action attributes).  Also hiding 'delete' functionality from shelves.tmpl when user cannot manage shelf

19 years agoFix for Bug 926 (forms lack method and/or action attributes)
oleonard [Mon, 22 Aug 2005 19:30:04 +0000 (19:30 +0000)]
Fix for Bug 926 (forms lack method and/or action attributes)

19 years agoSeveral new item type images, corresponding to item types used by requesting library.
oleonard [Mon, 22 Aug 2005 18:48:51 +0000 (18:48 +0000)]
Several new item type images, corresponding to item types used by requesting library.

19 years agoThere's a script for this template but up to now the CSS theme didn't have a template...
oleonard [Thu, 11 Aug 2005 19:11:14 +0000 (19:11 +0000)]
There's a script for this template but up to now the CSS theme didn't have a template for it. Adding it now just in case.

19 years agoAdding error messages about borrower flags
oleonard [Thu, 11 Aug 2005 18:53:53 +0000 (18:53 +0000)]
Adding error messages about borrower flags

19 years agoSending 'flagged' variable to the template in BORROWER_INFO array to tell the templat...
oleonard [Thu, 11 Aug 2005 18:37:07 +0000 (18:37 +0000)]
Sending 'flagged' variable to the template in BORROWER_INFO array to tell the template whether or not to show errors box

19 years agonew script to rebuild authorities after a bulkmarcimport.pl
tipaul [Thu, 11 Aug 2005 13:51:32 +0000 (13:51 +0000)]
new script to rebuild authorities after a bulkmarcimport.pl

19 years ago- hiding Messages table if there are no messages
oleonard [Wed, 10 Aug 2005 21:45:24 +0000 (21:45 +0000)]
- hiding Messages table if there are no messages
- updating alternating table row colors with CSS

19 years ago- Showing more details about reserved items
oleonard [Wed, 10 Aug 2005 21:36:42 +0000 (21:36 +0000)]
- Showing more details about reserved items
- Adding alternating row colors for transfers list table

19 years ago- updating alternating table row switch to work with CSS
oleonard [Wed, 10 Aug 2005 21:36:08 +0000 (21:36 +0000)]
- updating alternating table row switch to work with CSS
- adding 'allmessages' variable to tell template whether to display error message container
- adding more borrower information details so that reserve notification matches that on returns screen

19 years agoAdding:
oleonard [Wed, 10 Aug 2005 21:10:19 +0000 (21:10 +0000)]
Adding:
 - alerting librarian about whether reserved item is at destination branch
 - displaying borrower email in reserve notification (link is active for items at their home branch)
 - displaying debarred and gonenoaddress flags (if present) in reserve notification

19 years agoreserve button wasn't showing up on the OPAC detail screen. Fixes
joshferraro [Wed, 10 Aug 2005 17:37:58 +0000 (17:37 +0000)]
reserve button wasn't showing up on the OPAC detail screen. Fixes
that problem. But note that the code is still problematic because
there doesn't seem to be a clear consistant method for determining
whether an item is notforloan in koha (especially since notforloan
is often mapped to status).

19 years agoAdding several variables to template output:
oleonard [Wed, 10 Aug 2005 17:30:12 +0000 (17:30 +0000)]
Adding several variables to template output:
 - member email
 - member flags debarred and gonenoaddress (relevant to reserves notification)
 - information about current branch and destination branch of reserves (for reserves transfers)

19 years ago- Skipping over CVS directory when compiling list of available languages
oleonard [Wed, 10 Aug 2005 16:06:45 +0000 (16:06 +0000)]
- Skipping over CVS directory when compiling list of available languages
- Won't pass languages array to template if there is only one language available

19 years agoRefining error message styles
oleonard [Wed, 10 Aug 2005 16:05:07 +0000 (16:05 +0000)]
Refining error message styles

19 years agoAdding error messages to deal with instances where member is debarred, lost, or gonen...
oleonard [Wed, 10 Aug 2005 16:03:10 +0000 (16:03 +0000)]
Adding error messages to deal with instances where member is debarred, lost, or gonenoaddress

19 years agoShowing flag information (debarred, lost, gonenoaddress) on member screen
oleonard [Wed, 10 Aug 2005 16:01:34 +0000 (16:01 +0000)]
Showing flag information (debarred, lost, gonenoaddress) on member screen

19 years agominor change in default values
tipaul [Tue, 9 Aug 2005 09:01:05 +0000 (09:01 +0000)]
minor change in default values

19 years agoMinor display changes
oleonard [Mon, 8 Aug 2005 16:57:34 +0000 (16:57 +0000)]
Minor display changes

19 years agofix for duplicate scrolling lists (from Ernesto)
tipaul [Mon, 8 Aug 2005 09:18:57 +0000 (09:18 +0000)]
fix for duplicate scrolling lists (from Ernesto)

19 years agofile viewlog.tmpl was added on branch rel_2_2 on 2005-08-24 10:44:53 +0000
hdl [Mon, 8 Aug 2005 09:11:54 +0000 (09:11 +0000)]
file viewlog.tmpl was added on branch rel_2_2 on 2005-08-24 10:44:53 +0000

19 years agofile Log.pm was added on branch rel_2_2 on 2005-08-24 10:44:53 +0000
hdl [Mon, 8 Aug 2005 09:11:54 +0000 (09:11 +0000)]
file Log.pm was added on branch rel_2_2 on 2005-08-24 10:44:53 +0000

19 years agoFixing bug: missing hidden field 'marclist' in search form
oleonard [Thu, 4 Aug 2005 20:51:44 +0000 (20:51 +0000)]
Fixing bug: missing hidden field 'marclist' in search form

19 years agoAdded styles for "sticky due date" form in circ
oleonard [Thu, 4 Aug 2005 15:50:30 +0000 (15:50 +0000)]
Added styles for "sticky due date" form in circ

19 years agoAdding style to "sticky due date" form fields
oleonard [Thu, 4 Aug 2005 15:47:55 +0000 (15:47 +0000)]
Adding style to "sticky due date" form fields

19 years agoSynching with default template
oleonard [Wed, 3 Aug 2005 19:36:07 +0000 (19:36 +0000)]
Synching with default template

19 years ago- synching with default template
oleonard [Wed, 3 Aug 2005 19:20:20 +0000 (19:20 +0000)]
- synching with default template
- improving usability of forms (adding labels)
- adding alternating row colors to branch and branch category tables
- correcting and clarifying error messages

19 years ago- Fixing a bug that was preventing error messages from appearing
oleonard [Wed, 3 Aug 2005 19:17:51 +0000 (19:17 +0000)]
- Fixing a bug that was preventing error messages from appearing
- Adding option for alternating row colors in branch and branch categories listings

19 years agoSynching with default template
oleonard [Wed, 3 Aug 2005 17:19:05 +0000 (17:19 +0000)]
Synching with default template

19 years agoAdding link to change password screen
oleonard [Tue, 2 Aug 2005 21:38:07 +0000 (21:38 +0000)]
Adding link to change password screen

19 years agoTranslating and cleaning up opac password update screen
oleonard [Tue, 2 Aug 2005 20:59:55 +0000 (20:59 +0000)]
Translating and cleaning up opac password update screen

19 years agoAdding css template for opac password update script
oleonard [Tue, 2 Aug 2005 20:58:46 +0000 (20:58 +0000)]
Adding css template for opac password update script

19 years ago- Translating a template variable into English
oleonard [Tue, 2 Aug 2005 20:57:19 +0000 (20:57 +0000)]
- Translating a template variable into English
- Adding borrowernumber to the confirmation screen so that user can be returned to his user page
- Removing warn

19 years agoAdding Confirm_Deletion javascript.
hdl [Tue, 2 Aug 2005 16:31:53 +0000 (16:31 +0000)]
Adding Confirm_Deletion javascript.

19 years agoBug Fixing :
hdl [Tue, 2 Aug 2005 15:53:40 +0000 (15:53 +0000)]
Bug Fixing :
Using items.location where items.holdingbranch should have been used.

19 years ago* changing order on detailled subscription history : ordering by subscriptionid befor...
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 "")

19 years agointroducing history list as in OPAC
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.

19 years agoadding an empty word if there is none (to avoid a internal server error)
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)

19 years agoformating currency values
tipaul [Tue, 2 Aug 2005 08:59:28 +0000 (08:59 +0000)]
formating currency values

19 years agofix for bug http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1009
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)

19 years agoLets patrons change their password from their account. Needs translation
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?.

19 years agoadding a warning to librarian if there is no stopwords
tipaul [Mon, 1 Aug 2005 15:34:49 +0000 (15:34 +0000)]
adding a warning to librarian if there is no stopwords

19 years agoremoving useless search box
tipaul [Mon, 1 Aug 2005 15:28:58 +0000 (15:28 +0000)]
removing useless search box

19 years agomanaging ReturnBeforeExpiry flag.
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.

19 years agoadding decoder for Ä string
tipaul [Mon, 1 Aug 2005 15:15:43 +0000 (15:15 +0000)]
adding decoder for Ä string

19 years agominor change in summary handling (accepting 4 digits before the field)
tipaul [Mon, 1 Aug 2005 15:14:50 +0000 (15:14 +0000)]
minor change in summary handling (accepting 4 digits before the field)

19 years agoadding ReturnBeforeExpiry flag to circ tab.
tipaul [Mon, 1 Aug 2005 15:13:11 +0000 (15:13 +0000)]
adding ReturnBeforeExpiry flag to circ tab.

19 years agosome changes in field size handling :
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

19 years agocopying leader to the new record, for leader management
tipaul [Mon, 1 Aug 2005 14:49:20 +0000 (14:49 +0000)]
copying leader to the new record, for leader management

19 years agoadding some languages (french)
tipaul [Mon, 1 Aug 2005 14:48:50 +0000 (14:48 +0000)]
adding some languages (french)

19 years agofix for :
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

19 years agofix for
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)

19 years agofixing leader plugin for MARC21. Seems to work fine.
tipaul [Mon, 1 Aug 2005 12:02:51 +0000 (12:02 +0000)]
fixing leader plugin for MARC21. Seems to work fine.

19 years agopugins to manage leader in MARC21 and in UNIMARC.
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 ;-)

19 years ago* removing a useless & CPU consuming call to MARCgetbiblio
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()

19 years agooops... missed the user login css rule
tipaul [Thu, 28 Jul 2005 15:34:10 +0000 (15:34 +0000)]
oops... missed the user login css rule

19 years agoadding dynamic submenus to the main menu. Changing some CSS rules to have Koha more...
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.

19 years agoFixing bug : change in page lost search parameters.
hdl [Thu, 28 Jul 2005 09:55:17 +0000 (09:55 +0000)]
Fixing bug : change in page lost search parameters.

19 years agoadding link to see borrower reading history in css templates (Owen commited the templ...
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 ;-) )

19 years ago<IMPORTANT NOTES for NPL>
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

19 years agofile viewlog.pl was added on branch rel_2_2 on 2005-08-24 10:44:53 +0000
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

19 years agoAdding alternate row color for 'problem' table cells inside 'hilighted' table row
oleonard [Tue, 19 Jul 2005 18:59:35 +0000 (18:59 +0000)]
Adding alternate row color for 'problem' table cells inside 'hilighted' table row

19 years agoEnabling alternating table row colors in issues list
oleonard [Tue, 19 Jul 2005 18:57:04 +0000 (18:57 +0000)]
Enabling alternating table row colors in issues list

19 years agoFixing section that was supposed to allow for alternating table row colors
oleonard [Tue, 19 Jul 2005 18:50:49 +0000 (18:50 +0000)]
Fixing section that was supposed to allow for alternating table row colors

19 years ago* fixing a bug in subfield order when MARCgetbiblio
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 (Ä, Ü...)

19 years agochanging dewey to varchar(30)
tipaul [Mon, 18 Jul 2005 15:11:06 +0000 (15:11 +0000)]
changing dewey to varchar(30)