]>
git.koha-community.org Git - koha.git/log
Nahuel ANGELINETTI [Thu, 3 Dec 2009 12:46:33 +0000 (13:46 +0100)]
[followup](MT #2298) fix bad conditions
This patch fix bad condition that hide in all cases records without items.
Matthias Meusburger [Tue, 1 Dec 2009 11:11:11 +0000 (12:11 +0100)]
MT 2415 : tablesorter for shelves
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Nahuel ANGELINETTI [Tue, 1 Dec 2009 12:05:53 +0000 (13:05 +0100)]
(bug #3823) on hold items in opac
this fix C4::Items::GetItemsInfo for an old bug, that say all items are on hold if one is on hold.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha user [Tue, 1 Dec 2009 14:29:03 +0000 (15:29 +0100)]
MT 2360 : Adds address, city and zipcode to overdues csv export
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Nahuel ANGELINETTI [Wed, 2 Dec 2009 13:48:48 +0000 (14:48 +0100)]
(bug #3348) another order receive fix
This patch fix orderreceive.pl when there is no result, and add a link to go back to receive summary.
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Nahuel ANGELINETTI [Wed, 2 Dec 2009 10:44:43 +0000 (11:44 +0100)]
(bug #3825) improve waiting holds
This patch :
* fix indentation
* Separate waiting holds from holds over with tabs
* Select only holds for librarian library
Nahuel ANGELINETTI [Wed, 2 Dec 2009 10:57:05 +0000 (11:57 +0100)]
(bug #3826) improve modrequest.pl
This patch modify the redirect done by modrequest, to return to the referer page. It permit to go back to circ/circulation.pl.
Koha Biblibre [Wed, 2 Dec 2009 10:10:40 +0000 (11:10 +0100)]
MT 2110 : adds title, due date and issue date to csv overdues export
Chris Cormack [Thu, 3 Dec 2009 19:12:27 +0000 (08:12 +1300)]
German, Italian and Polish updates
Chris Cormack [Thu, 3 Dec 2009 03:56:52 +0000 (16:56 +1300)]
More staff po updates
Chris Cormack [Thu, 3 Dec 2009 03:47:20 +0000 (16:47 +1300)]
Staff side .po updates
Chris Cormack [Thu, 3 Dec 2009 02:39:37 +0000 (15:39 +1300)]
The last of the opac .po files
Chris Cormack [Thu, 3 Dec 2009 01:09:25 +0000 (14:09 +1300)]
More updated opac .po files
Chris Cormack [Wed, 2 Dec 2009 23:12:30 +0000 (12:12 +1300)]
Updating for 3.0.5
Chris Cormack [Wed, 2 Dec 2009 20:47:38 +0000 (09:47 +1300)]
French and polish updates
Henri-Damien LAURENT [Wed, 2 Dec 2009 08:30:12 +0000 (09:30 +0100)]
Revert "C4::Output adding getlanguagecookie + other enhancements"
This reverts commit
8014923b41d47e8121a858a1122f380e6f35b383 .
Henri-Damien LAURENT [Tue, 1 Dec 2009 11:53:09 +0000 (12:53 +0100)]
upgrade to kohaversion
Colin Campbell [Mon, 30 Nov 2009 14:06:51 +0000 (14:06 +0000)]
Bug 3818 Allow 10 characters in bookfund id input
Field is varchar(10) allow all characters to be used
Frédéric Demians [Mon, 23 Nov 2009 13:38:23 +0000 (14:38 +0100)]
Bug 3806 - Holidays improperly sorted by date
Colin Campbell [Mon, 23 Nov 2009 12:05:33 +0000 (12:05 +0000)]
Bug 3805 Suppress display of basket level invoice no
The aqbasket invoice number is not the one populated on receipt
as the order line invoice number is the field used elsewhere
suppress the unpopulated field from the basket display
Colin Campbell [Mon, 23 Nov 2009 17:14:47 +0000 (17:14 +0000)]
Bug 3805 Suppress basket invoice number display
Dont display unpopulated field
Nahuel ANGELINETTI [Mon, 23 Nov 2009 08:39:12 +0000 (09:39 +0100)]
(bug #3801) fix itemtype administration
This delete all code related to renewals allowed in itemtype administration.
Chris Cormack [Mon, 23 Nov 2009 08:01:14 +0000 (21:01 +1300)]
Bug 3800 - Misplaced IF was causing the no permission message never to be displayed
Frédéric Demians [Fri, 27 Nov 2009 08:46:06 +0000 (09:46 +0100)]
Bug 3813: SIP2, Bad Patron Information Response to Message 64
This fix returns item's barcodes in AU fields
Nahuel ANGELINETTI [Mon, 30 Nov 2009 12:37:50 +0000 (13:37 +0100)]
(bug #3816) differenciate reserved and on loan items
This change the way to show only reserved items in intranet search result.
Nahuel ANGELINETTI [Mon, 30 Nov 2009 15:37:01 +0000 (16:37 +0100)]
(bug #3819) hold policies implementation
This still backports updatedatabase from head, update kohastructure, and fix smart-rules.tmpl/.pl.
Nahuel ANGELINETTI [Mon, 30 Nov 2009 14:21:17 +0000 (15:21 +0100)]
(bug #3819) hold policies doesn't work
This patch backport code from 3.2, create the database, and update kohastructure.sql
Nahuel ANGELINETTI [Tue, 1 Dec 2009 08:55:16 +0000 (09:55 +0100)]
(bug #3822) fix returning document in transfert
This fix C4::Circulation::AddReturn, to mark as transfered items in transfert that are returned in homebranch.
Henri-Damien LAURENT [Tue, 1 Dec 2009 09:00:29 +0000 (10:00 +0100)]
C4::Output adding getlanguagecookie + other enhancements
required for language stemming management
Adding also some filters for NSB NSE characters
Now, get_template can be used even when query->cookie not set
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Fri, 20 Nov 2009 09:05:50 +0000 (10:05 +0100)]
(MT #2298) Rewrite "only available items"
This change the way to show only available items. Now we don't use anymore zebra that delete records with one non-available item, but we check only for non-available items in perl code.
Nahuel ANGELINETTI [Fri, 20 Nov 2009 14:58:43 +0000 (15:58 +0100)]
(bug #3798) fix changing request branch
a variable was wrong in template.
Chris Cormack [Sun, 22 Nov 2009 06:51:40 +0000 (19:51 +1300)]
Removing es-VE at request of translators
Chris Cormack [Thu, 19 Nov 2009 23:59:25 +0000 (12:59 +1300)]
Polish and french updates
Nahuel ANGELINETTI [Wed, 18 Nov 2009 13:44:34 +0000 (14:44 +0100)]
[3.0.x][followup](bug #3348) orderreceive problems
This fix the way to search orders, some urls, and unused variable.
Ricardo Dias Marques [Sat, 14 Nov 2009 19:43:03 +0000 (19:43 +0000)]
Bug 3754: Follow-up patch
This patch is a follow-up patch for the one submitted by
Nahuel Angelinetti for Bug 3754 (for 3.0.x).
The bug is mentioned here:
Bug 3754 - Language detection doesn't take really care of syspref
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3754
Nahuel's patch is here:
http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commitdiff;h=
df25509e8c500c0e91b9f2343ebca1c7c98238cf
I had a problem which was being uncapable of changing from
"Português" (Portuguese) to "English" and vice-versa. The problem
was solved after applying Nahuel's changes followed by this patch
of mine.
This patch is for 3.0.x (because it follows up on Nahuel's
patch that was also for 3.0x). I'll let one that can test these
two patches (Nahuel's and mine) for the "master" branch to test
them and submit it for that branch.
Nahuel ANGELINETTI [Mon, 16 Nov 2009 15:27:55 +0000 (16:27 +0100)]
(bug #3787) update unimarc leader plugin,fix xhtml and design
Nahuel ANGELINETTI [Wed, 18 Nov 2009 09:02:40 +0000 (10:02 +0100)]
(bug #3791) overduerules and numeric categorycodes
this fix overduesrules.pl when library have numeric category codes.
Nahuel ANGELINETTI [Mon, 16 Nov 2009 14:45:57 +0000 (15:45 +0100)]
(bug #3786) fix items edition menu
This re-allow the user to go back to normal/isbd/marc view when he's in items edition page
Chris Cormack [Sun, 15 Nov 2009 04:11:18 +0000 (17:11 +1300)]
Portuguese staff updates
Henri-Damien LAURENT [Fri, 13 Nov 2009 14:22:52 +0000 (15:22 +0100)]
Skipping pt-BR for release
Nahuel ANGELINETTI [Fri, 13 Nov 2009 12:43:48 +0000 (13:43 +0100)]
(MT 1970) fix javascript
This fix javascript to add a supplemental issue that was broken.
Nahuel ANGELINETTI [Thu, 12 Nov 2009 16:00:50 +0000 (17:00 +0100)]
(bug #3783) fix marcurls
this permit to have multiples urls in one field
Henri-Damien LAURENT [Mon, 9 Nov 2009 14:36:28 +0000 (15:36 +0100)]
2298 2299 : Search.pm and opac-search.pl
Removing filter available and hidelostitems at Biblio level
Nahuel ANGELINETTI [Tue, 10 Nov 2009 12:18:43 +0000 (13:18 +0100)]
MT 2298 : Fix hidelostitems
This patch fixes the opac search, and C4::Search to take care about hidelostitems for items, and not records.
Nahuel ANGELINETTI [Thu, 12 Nov 2009 15:08:47 +0000 (16:08 +0100)]
(bug #3734) Fix previous patch of isbd view
This patch fix the last patch which delete a line that mustn't be deleted.
Chris Cormack [Wed, 11 Nov 2009 09:26:49 +0000 (22:26 +1300)]
Adding Sindhi po files
Chris Cormack [Wed, 11 Nov 2009 09:26:19 +0000 (22:26 +1300)]
Urdu staff po file
Chris Cormack [Tue, 10 Nov 2009 07:11:34 +0000 (20:11 +1300)]
English (Great Britain) and Italian updates
Nahuel ANGELINETTI [Mon, 9 Nov 2009 16:04:22 +0000 (17:04 +0100)]
[followup](bug #3779) fix tmpl_if
Fix tmpl_if, else it will generate some translation problems.
Nahuel ANGELINETTI [Wed, 4 Nov 2009 15:42:32 +0000 (16:42 +0100)]
[followup](bug #3760) delete some warn
Nahuel ANGELINETTI [Wed, 4 Nov 2009 15:01:43 +0000 (16:01 +0100)]
(bug #3760) fix and improve some reports
This patch fix some problems with dates, and itemtypes level.
And it improve some sql queries.
Nahuel ANGELINETTI [Wed, 4 Nov 2009 16:31:12 +0000 (17:31 +0100)]
(bug #3761) fix virtualshelf ordering
This patch fix the way to order shelfs, and delete an useless warn
Nahuel ANGELINETTI [Wed, 4 Nov 2009 16:33:53 +0000 (17:33 +0100)]
(bug #3762) fix warnings in GetCoinsBiblio
set defaults values to delete warnings.
Nahuel ANGELINETTI [Thu, 5 Nov 2009 15:13:14 +0000 (16:13 +0100)]
(bug #3771) delete multiple holds
This delete an non-implemented feature for multiple holds in opac search results.
Nahuel ANGELINETTI [Thu, 5 Nov 2009 15:58:31 +0000 (16:58 +0100)]
(bug #3772) show place hold button in isbd view
This fix the isbd view to show the "place hold" button.
Nahuel ANGELINETTI [Fri, 6 Nov 2009 15:47:39 +0000 (16:47 +0100)]
[followup](bug #3550) fix opensearch with subtitle
Nahuel ANGELINETTI [Mon, 9 Nov 2009 08:38:25 +0000 (09:38 +0100)]
(bug #3778) GetBranchesLoop and searchMyLibraryFirst
This fix GetBranchesLoop, if searchmylibraryfirst is disabled, getbranchesloop mustn't select any branch.
Nahuel ANGELINETTI [Mon, 9 Nov 2009 15:13:11 +0000 (16:13 +0100)]
(bug #3779) overdues csv fix
This fix HTML escape in overdue list.
And fix the csv to be the same as what is shown.
Henri-Damien LAURENT [Fri, 6 Nov 2009 07:56:06 +0000 (08:56 +0100)]
Subscription add Updating Online Help file
Henri-Damien LAURENT [Fri, 6 Nov 2009 07:53:48 +0000 (08:53 +0100)]
Translation fix : opac-recentacquisitions
Henri-Damien LAURENT [Thu, 5 Nov 2009 20:47:29 +0000 (21:47 +0100)]
Adding Support for $9 and $3 on authority hierarchy
Please test and tell me if it is helpfull and does what it is meant for
Chris Cormack [Sat, 7 Nov 2009 01:54:34 +0000 (14:54 +1300)]
Dutch opac updates
Chris Cormack [Sat, 7 Nov 2009 01:52:24 +0000 (14:52 +1300)]
French opac updates
Chris Cormack [Thu, 5 Nov 2009 17:34:44 +0000 (06:34 +1300)]
German updates
Chris Cormack [Thu, 5 Nov 2009 08:41:09 +0000 (21:41 +1300)]
OPAC po files updated
Chris Cormack [Thu, 5 Nov 2009 08:06:45 +0000 (21:06 +1300)]
Last of the intranet po files
Chris Cormack [Thu, 5 Nov 2009 07:52:30 +0000 (20:52 +1300)]
Updated intranet po files
Chris Cormack [Thu, 5 Nov 2009 07:47:44 +0000 (20:47 +1300)]
Intranet po updates
Chris Cormack [Thu, 5 Nov 2009 07:44:05 +0000 (20:44 +1300)]
Intranet po updates
Chris Cormack [Thu, 5 Nov 2009 07:41:59 +0000 (20:41 +1300)]
More updates
Chris Cormack [Thu, 5 Nov 2009 07:38:37 +0000 (20:38 +1300)]
Updated po files
Henri-Damien LAURENT [Wed, 4 Nov 2009 13:48:40 +0000 (14:48 +0100)]
Followup : d31ac1 reintroducing submit buttons
this reintroduces translation of submit values
Nahuel ANGELINETTI [Mon, 26 Oct 2009 09:24:45 +0000 (10:24 +0100)]
[followup] (bug #3710) all itemtypes if none selected
Nahuel ANGELINETTI [Wed, 14 Oct 2009 13:00:54 +0000 (15:00 +0200)]
(recent acquisitions)
Nahuel ANGELINETTI [Wed, 28 Oct 2009 10:20:53 +0000 (11:20 +0100)]
(bug #3734) another isbd view for opac
This patch add a new preference system for ISBD OPAC view. It permits to have different ISBD views between opac and intranet and resolve the url problems.
Chris Cormack [Tue, 3 Nov 2009 20:00:50 +0000 (09:00 +1300)]
French updates
Nahuel ANGELINETTI [Tue, 3 Nov 2009 15:30:22 +0000 (16:30 +0100)]
(bug #3754) fix language choose
This patch fix the way to choose the translation to use, to only use translated template that have been selected by the user in sysprefs.
Henri-Damien LAURENT [Tue, 3 Nov 2009 12:51:34 +0000 (13:51 +0100)]
Fixing translation stopped on acqui-search-result.tmpl
Henri-Damien LAURENT [Tue, 3 Nov 2009 12:31:56 +0000 (13:31 +0100)]
Admin/categorie.pl _get_bref_messaging_pref missing
Nahuel ANGELINETTI [Mon, 2 Nov 2009 15:42:01 +0000 (16:42 +0100)]
(bug #3745) fix deletion of borrowers rights detection
This patch fix the rights checking for borrower deletion.
Nahuel ANGELINETTI [Tue, 3 Nov 2009 10:55:53 +0000 (11:55 +0100)]
[3.0.x](bug #3753) returning a document always needs transfert
This patch fix a bug in 3.0.4 that do, all returned documents will always need transfers.
Henri-Damien LAURENT [Mon, 2 Nov 2009 13:01:01 +0000 (14:01 +0100)]
Updating INSTALL.ubuntu
Henri-Damien LAURENT [Mon, 2 Nov 2009 11:46:11 +0000 (12:46 +0100)]
Fix 3741 : Amazon cover image not displayed
Opac detail page would not show amazon cover image any longer
Nahuel ANGELINETTI [Fri, 28 Aug 2009 21:47:50 +0000 (23:47 +0200)]
(bug #3558) fix build_browser_and_cloud
This patch, permit to take care of similar entries, if there is some diacritics or not.
(cherry picked from commit
776c177e3debedaf08fec65fbf8111675ccc93e7 )
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 2 Nov 2009 09:07:50 +0000 (10:07 +0100)]
Bug Fixing : holds management Adding GetBranchItemRule
Chris Cormack [Sun, 1 Nov 2009 08:34:11 +0000 (21:34 +1300)]
Greek updates
Henri-Damien LAURENT [Fri, 30 Oct 2009 14:54:37 +0000 (15:54 +0100)]
followup TransformhtmltoXML
Nahuel ANGELINETTI [Mon, 26 Oct 2009 15:59:08 +0000 (16:59 +0100)]
Fix normal opac view
It was missing a <!-- /TMPL_IF --> that broke the xhtml
Henri-Damien LAURENT [Mon, 26 Oct 2009 16:31:27 +0000 (17:31 +0100)]
Followup bfffa5 TransformHTMLToXML bug fix
_default_ind_to_space had problems
Henri-Damien LAURENT [Wed, 28 Oct 2009 17:37:13 +0000 (18:37 +0100)]
Reintroducing submit buttons in translations
Henri-Damien LAURENT [Tue, 27 Oct 2009 22:42:42 +0000 (23:42 +0100)]
Bug Fix MT2104 : Edit authorities problem on multiple field
When editing a field 500 linked to an authority, when duplicate
field, all the 500 fields were replaced.
Henri-Damien LAURENT [Tue, 27 Oct 2009 08:36:07 +0000 (09:36 +0100)]
Translation update on cataloguing
Chris Cormack [Mon, 26 Oct 2009 20:47:44 +0000 (09:47 +1300)]
Polish updates
Nahuel ANGELINETTI [Thu, 1 Oct 2009 11:20:55 +0000 (13:20 +0200)]
(bug #3281) change the way to parse item's summary
This patch is a "rebased" one for 3.0.x.
This change how to calculate the item's summary, and fix the issue when you have repeated fields.
Now every line is repeated, still it have values in repeated fields(see bug report).
Chris Cormack [Sat, 24 Oct 2009 08:41:58 +0000 (21:41 +1300)]
Dutch and greek updates
Nahuel ANGELINETTI [Thu, 22 Oct 2009 14:43:49 +0000 (16:43 +0200)]
(bug #3728) fix mandatory select fields
this fix marc editor for "select" mandatory fields that koha don't take care atm.
Nahuel ANGELINETTI [Thu, 22 Oct 2009 10:26:12 +0000 (12:26 +0200)]
(bug #3726) fix ISBD url translation
Henri-Damien LAURENT [Thu, 22 Oct 2009 08:29:13 +0000 (10:29 +0200)]
Fixing version number
Making it 3.0.04_final
Ricardo Dias Marques [Wed, 21 Oct 2009 16:24:21 +0000 (16:24 +0000)]
Updated references to Portuguese translation in Release Notes
Updated references to Portuguese translation in Release Notes
for the 3.0.4 Release:
- For OPAC, removed pt-PT from the list of Partial translations
(because it already correctly appears in the list of complete ones)
- For Staff client, added pt-PT to the list of Partial translations
Nahuel ANGELINETTI [Thu, 22 Oct 2009 08:13:47 +0000 (10:13 +0200)]
(bug #3725) fix unclosed tmpl_if