]>
git.koha-community.org Git - koha.git/log
Henri-Damien LAURENT [Tue, 13 Oct 2009 10:12:46 +0000 (12:12 +0200)]
Henri-Damien LAURENT [Fri, 9 Oct 2009 09:48:14 +0000 (11:48 +0200)]
Remove Stopwords bug fixing
in french, les is a stopword
Modèles would match because of the combining and \P{IsAlnum} would not detect that.
Henri-Damien LAURENT [Thu, 8 Oct 2009 09:44:31 +0000 (11:44 +0200)]
Bug Fixing : C4::Charset source_encoding always set to iso-8859-1
Chris Nighswonger [Mon, 12 Oct 2009 15:50:59 +0000 (11:50 -0400)]
Bug 3706 Label templates/layouts do not save properly
Two issues here:
1. No radio box was selected by default in the format section of the layout editor. This actually needs some additional attention to allow the user
to establish a default method of entering the format string. As noted in comments in the code, this would probably be best implimented by adding yet
another syspref. However, I don't have time atm.
2. On saving a new template, if no profile was assigned to the new template, the script threw an error and died.
Both issues are addressed in this patch.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Katrin Fischer [Sun, 4 Oct 2009 17:07:27 +0000 (19:07 +0200)]
BUG 3692: Untranslatable strings in shelves.tmpl
Select all
Clear all
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Nighswonger [Fri, 18 Sep 2009 16:37:26 +0000 (12:37 -0400)]
Bugfix Corrects a bug in the labels printer profile module which caused the printer name and tray to be updated incorrectly when saving changes.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Nighswonger [Sat, 19 Sep 2009 20:51:41 +0000 (16:51 -0400)]
Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums
This may not present a problem inside of Koha, but would if scanned with
software expecting mod10 or mod43.
Current code uses the 'visa' method of the Algorithm::CheckDigits module which
produces mod9 checksums.
The patch changes to using 'code_39' for mod43 and 'siret' for mod10.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Matthias Meusburger [Wed, 14 Oct 2009 15:46:23 +0000 (17:46 +0200)]
MT 2042 : Results sorting fixed
Matthias Meusburger [Wed, 14 Oct 2009 13:27:40 +0000 (15:27 +0200)]
MT 1110, Follow-up : Balance cart and lists : cart is now in the intranet
Matthias Meusburger [Wed, 14 Oct 2009 13:04:53 +0000 (15:04 +0200)]
MT 1110 : Balance cart and lists : cart is now in the intranet
Henri-Damien LAURENT [Wed, 7 Oct 2009 20:55:46 +0000 (22:55 +0200)]
MT 1716 : Followup : search by initial was broken
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Henri-Damien LAURENT [Wed, 7 Oct 2009 15:14:33 +0000 (17:14 +0200)]
Bug Fixing : New Lists Nothing in categorycode
Problem with New when PatronList categorycode
Henri-Damien LAURENT [Wed, 7 Oct 2009 09:49:01 +0000 (11:49 +0200)]
(bug #3695) allow to limit overdues by categorycode
This add two new options to overdue_notices.pl to select only overdues for few categorycodes, or to exclude few categorycodes.
Conflicts solved misc/cronjobs/overdue_notices.pl
Henri-Damien LAURENT [Tue, 6 Oct 2009 15:50:36 +0000 (17:50 +0200)]
TransformHTMLToXML bug default_ind_to_space
default_ind_to_space made the assumption that indicator string by default was a string containing 2 characters.
This was not true, causing an Internal server error.
This patch Fixes that.
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).
Henri-Damien LAURENT [Tue, 6 Oct 2009 11:34:56 +0000 (13:34 +0200)]
using SQLHelper in C4/Acquisition
Changing addorder to send orderinfo from input decoding
And using SQLHelper to filter information
Matthias Meusburger [Fri, 10 Apr 2009 16:34:28 +0000 (18:34 +0200)]
0001097 : relances par bib
Henri-Damien LAURENT [Mon, 5 Oct 2009 05:56:57 +0000 (07:56 +0200)]
Fixing : Budgetperiods was misused in GetBudgets
Henri-Damien LAURENT [Tue, 29 Sep 2009 12:57:52 +0000 (14:57 +0200)]
Code Improvement : C4/Matcher.pm
substr dans act when passed only subfield offset
Henri-Damien LAURENT [Thu, 1 Oct 2009 14:32:47 +0000 (16:32 +0200)]
SQLHelper Adding tablename to filters output
Henri-Damien LAURENT [Fri, 2 Oct 2009 14:59:39 +0000 (16:59 +0200)]
intranet-main duplicates.inc would not pass validator
Matthias Meusburger [Fri, 2 Oct 2009 15:00:59 +0000 (17:00 +0200)]
Removed unused HTML::Template tag
Matthias Meusburger [Fri, 2 Oct 2009 14:06:13 +0000 (16:06 +0200)]
Function GetRecentShelves modified so it can tell "koha" user and no user apart
Matthias Meusburger [Fri, 2 Oct 2009 09:15:16 +0000 (11:15 +0200)]
MT 1976 : Lists are directly displayed through VirtualShelves.pm
(and not through the session, like in opac)
Matthias Meusburger [Thu, 1 Oct 2009 13:21:21 +0000 (15:21 +0200)]
MT 1587 : Fixed creation bug
Paul Poulain [Thu, 1 Oct 2009 11:57:51 +0000 (13:57 +0200)]
updatedatabase opacsearchhistory feature followup
Heredoc on installer/data/mysql/atomicupdate/0007-Opac-search-history.pl
was not correctly declared
Paul Poulain [Thu, 1 Oct 2009 11:55:10 +0000 (13:55 +0200)]
ilsdi.pl : character encoding declaration update
xml declaration of charset is now set to utf8
Matthias Meusburger [Thu, 1 Oct 2009 08:17:41 +0000 (10:17 +0200)]
MT 1976 : template simplification
Henri-Damien LAURENT [Thu, 1 Oct 2009 07:54:31 +0000 (09:54 +0200)]
Adding callnumber to serials standard number search
Henri-Damien LAURENT [Thu, 1 Oct 2009 07:46:03 +0000 (09:46 +0200)]
Followup :
fb4366cdad0ad96d0427810581763dc2fc189af1
$input->{filecontent} used where never defined
Replacing with $input->param("filecontent")
Matthias Meusburger [Wed, 30 Sep 2009 08:37:11 +0000 (10:37 +0200)]
MT 1976 : Multiple add of records to a new list, intranet
(cherry picked from commit
f9867cdd975726197720613af04bddd0197f3fac )
Henri-Damien LAURENT [Mon, 28 Sep 2009 15:47:41 +0000 (17:47 +0200)]
(bug #3370) add keyword to MARC field mapping
This add the support of keyword => MARC field mapping, ton abstract the relation between human readable fields like subtitle, title, authors, location, ... and MARC fields in each framework.
This will allow to koha developper to be more flexible with each framework and don't care about the MARC flavour, just require some "keywords" to the user.
Conflicts solved :
C4/Biblio.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase30.pl
kohaversion.pl
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Henri-Damien LAURENT [Mon, 28 Sep 2009 15:04:19 +0000 (17:04 +0200)]
Membershome Improvements : adding jquery tablesorter
Matthias Meusburger [Mon, 28 Sep 2009 09:35:22 +0000 (11:35 +0200)]
MT 1975 : Adding records to a list, corrected pop-up height
Henri-Damien LAURENT [Mon, 28 Sep 2009 09:33:20 +0000 (11:33 +0200)]
1110 : Balance carts and lists, follow-up
Merge fix
Matthias Meusburger [Fri, 25 Sep 2009 13:30:12 +0000 (15:30 +0200)]
MT 1094, Following : added a test to check if we really found the item
Matthias Meusburger [Fri, 25 Sep 2009 09:23:40 +0000 (11:23 +0200)]
MT 1975 : Fixed broken MoveItemFromBiblio in Items.pm
Henri-Damien LAURENT [Mon, 28 Sep 2009 07:51:10 +0000 (09:51 +0200)]
Moving item : no need for ModOrder, as the itemnumber now stays the same
Conflicts solved cataloguing/moveitem.pl
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Matthias Meusburger [Wed, 27 May 2009 15:30:38 +0000 (17:30 +0200)]
Ticket 1110 : Balance carts and lists
In Opac :
Print lists
Carts looks more like lists
Carts "More Details" And "Brief Display" toolbar looks more alike
In Admin :
Search results toolbar now have a "Add To" button for adding to a selected list with a confirmation pop-up, like in OPAC
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Matthias Meusburger [Wed, 23 Sep 2009 09:16:34 +0000 (11:16 +0200)]
MT 1902, Follow-up
Henri-Damien LAURENT [Fri, 25 Sep 2009 08:27:47 +0000 (10:27 +0200)]
Bug Fixing : Subtitle Support Added
Henri-Damien LAURENT [Tue, 22 Sep 2009 15:25:01 +0000 (17:25 +0200)]
Merge fixes and removing warnings
Henri-Damien LAURENT [Tue, 22 Sep 2009 13:57:15 +0000 (15:57 +0200)]
Fixing page numbering in searchresultlist-auth.tmpl
a closing > was coming too fast
Matthias Meusburger [Tue, 22 Sep 2009 13:38:48 +0000 (15:38 +0200)]
Matthias Meusburger [Tue, 22 Sep 2009 12:32:20 +0000 (14:32 +0200)]
Fix unmerged routing-preview.pl
Matthias Meusburger [Tue, 22 Sep 2009 12:13:02 +0000 (14:13 +0200)]
MT 1903 : Remove "Automatically set to late" note in serials-collection.pl
Matthias Meusburger [Mon, 21 Sep 2009 15:50:16 +0000 (17:50 +0200)]
MT 1882 : ccode search in serials/subscription-bib-search.pl
Nahuel ANGELINETTI [Mon, 21 Sep 2009 13:38:15 +0000 (15:38 +0200)]
Fix translation, in javascript.
With this bug, the user have not anymore the confirm message to delete the order.
Nahuel ANGELINETTI [Mon, 21 Sep 2009 13:20:36 +0000 (15:20 +0200)]
(bug #3622) fix supplier url
Nahuel ANGELINETTI [Mon, 21 Sep 2009 11:35:35 +0000 (13:35 +0200)]
(bug #3622) rewrite a lot of basketgrouping
This patch remade a lot of basketgrouping
Nahuel ANGELINETTI [Mon, 21 Sep 2009 11:35:12 +0000 (13:35 +0200)]
Upgrade YUI Library
Nahuel ANGELINETTI [Wed, 16 Sep 2009 14:55:10 +0000 (16:55 +0200)]
Show table text on top.
Henri-Damien LAURENT [Sat, 19 Sep 2009 10:54:32 +0000 (12:54 +0200)]
Upgrading C4/Members in regards with C4/SQLHelper
Adding cardnumber as a search criteria
Henri-Damien LAURENT [Sat, 19 Sep 2009 10:52:32 +0000 (12:52 +0200)]
Improving SQLHelper
More concise and more readable
removing do local $"= using join instead
Adding Caching of queries
Adding Some tests
API between function reorganizing for more consistency
Henri-Damien LAURENT [Fri, 18 Sep 2009 16:36:46 +0000 (18:36 +0200)]
Adding selenium tests for filterMembers
Henri-Damien LAURENT [Fri, 18 Sep 2009 15:33:42 +0000 (17:33 +0200)]
Adding more feedback on filters
Henri-Damien LAURENT [Fri, 18 Sep 2009 14:34:45 +0000 (16:34 +0200)]
Synchronizing C4/Budgets With C4::SQLHelper
Henri-Damien LAURENT [Fri, 18 Sep 2009 14:33:03 +0000 (16:33 +0200)]
Improving and Bug Fixing Membersearch
Now search can take borrowertype and branchcode
search is correctly positioned in page
Henri-Damien LAURENT [Fri, 18 Sep 2009 14:31:07 +0000 (16:31 +0200)]
Adding a function in C4/Members/Attributes.pm
Adding a function to search an retrieve attributes
Henri-Damien LAURENT [Fri, 18 Sep 2009 12:19:13 +0000 (14:19 +0200)]
Improving C4::SQLHelper
Adding support for string, hash and arrayref in SearchIntable
SearchInTable now add
limits and
sortby
filter on fields to returns (enter an arrayref here)
filter on fields to limit the search on
searchtype which can be exact or wide
GetPrimaryKey now returns an array of all the fields which are primary keys
Adding Internal functions
_Process_Operands
_filter_hash
_filter_string
_filter_fields
Matthias Meusburger [Thu, 17 Sep 2009 08:56:41 +0000 (10:56 +0200)]
MT 1885 : Fixed patron notification when adding subscription
Henri-Damien LAURENT [Thu, 17 Sep 2009 08:01:07 +0000 (10:01 +0200)]
Adding Identifier-standard in UNIMARC record.abs
Henri-Damien LAURENT [Wed, 16 Sep 2009 22:31:19 +0000 (00:31 +0200)]
Reintroducing subtitles from GetRecordValues
Paul Poulain [Thu, 14 May 2009 14:08:35 +0000 (16:08 +0200)]
Ticket 1014 : Added serial collections in opac
Added a syspref to decide what should be displayed by default (holdings
or serial collections)
Added filters for full subscription history (by branchcode and by
subscription)
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Matthias Meusburger [Wed, 27 May 2009 15:12:53 +0000 (17:12 +0200)]
Prevent from Deep Recursion die bug
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Matthias Meusburger [Fri, 12 Jun 2009 12:27:06 +0000 (14:27 +0200)]
MT1109 , follow-up to
888cde546e5c62d71f312755f4a1dbc8631626eb
Missing MySQL statements to add search_history table
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Paul Poulain [Tue, 15 Sep 2009 15:54:08 +0000 (17:54 +0200)]
MT 1587, Follow-up : Added some documentation
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Paul Poulain [Fri, 11 Sep 2009 15:15:55 +0000 (17:15 +0200)]
misc/maintenance/sync_items_in_marcbibs enhance
Adding a way do select the biblios you want to update
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Matthias Meusburger [Fri, 11 Sep 2009 15:03:01 +0000 (17:03 +0200)]
1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Matthias Meusburger [Thu, 10 Sep 2009 13:18:01 +0000 (15:18 +0200)]
MT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Henri-Damien LAURENT [Wed, 16 Sep 2009 19:31:30 +0000 (21:31 +0200)]
MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Henri-Damien LAURENT [Wed, 16 Sep 2009 13:53:23 +0000 (15:53 +0200)]
Bug Fixing 3276
Henri-Damien LAURENT [Mon, 14 Sep 2009 20:01:54 +0000 (22:01 +0200)]
Adding More filters for member.pl page :
Adding Search Function on Members which is a search on all the fields in Members
Adding search.tmpl which adds a filter possiblity on Member page
Adding the management and the use of Search function in C4::Members
Paul Poulain [Wed, 16 Sep 2009 15:40:34 +0000 (17:40 +0200)]
fix for #3620: basket management
- basket.pl: updating display, formatting dates,
- neworderempty: updating display, removing useless code, using ACQ framework if it exist. The ACQ framework will be used for creating items record during acquisitions. If it does not exist, default is used instead (which has many more informations, lot of them being irrelevant during acquisition, like the barcode)
- new order from imported batch: rewrite of the workflow. Now uses neworderempty and changing status of import_record to 'imported'
- s/copyrightdate/publicationyear/ as it's what libraries uses when ordering
- fixing some warnings
-
Paul Poulain [Wed, 16 Sep 2009 08:33:47 +0000 (10:33 +0200)]
[replace previous] fix for 3612 (bookseller improvements)
- removing useless fields from aqbooksellers table: specialty, deliverydays,followupdays,followupscancel,nocalc, invoicedisc They were in the DB schema, but unused for years
- reworked bookseller and contract gui
- no warning thrown
NOTE : updatedatabase not done for field removal in aqbooksellers table. Should have:
ALTER TABLE `aqbooksellers`
DROP `deliverydays`,
DROP `followupdays`,
DROP `followupscancel`,
DROP `specialty`,
DROP `nocalc`;
Paul Poulain [Tue, 15 Sep 2009 09:40:56 +0000 (11:40 +0200)]
small 1st changes in basketgrouping (#3622)
a lot more to come.
Paul Poulain [Tue, 15 Sep 2009 09:33:52 +0000 (11:33 +0200)]
fix for #3608 : Install from scratch, file uploading errors
Matthias Meusburger [Wed, 16 Sep 2009 15:12:22 +0000 (17:12 +0200)]
MT 1883 : Subscription renewal didn't work with RenewSerialAddsSuggestion enabled
Nahuel ANGELINETTI [Wed, 16 Sep 2009 14:02:35 +0000 (16:02 +0200)]
[biblibre-newacq](bug #3611) fix user interface and others
This big patch, fix xhtml code, and user interface.
It Delete the term of budget period and use it as "Root Budget".
It add improvment on UI, adding tooltip, and table tree.
Nahuel ANGELINETTI [Tue, 15 Sep 2009 11:54:17 +0000 (13:54 +0200)]
Fix unimarc 010 field plugin
It cleans ISBN
Henri-Damien LAURENT [Tue, 15 Sep 2009 22:05:21 +0000 (00:05 +0200)]
Moving item rather than Delete/recreate
Henri-Damien LAURENT [Tue, 15 Sep 2009 22:00:28 +0000 (00:00 +0200)]
MT
0001094 , Follow-up : Enhancement : Item is moved rather than deleted and re-created
Henri-Damien LAURENT [Tue, 15 Sep 2009 09:03:45 +0000 (11:03 +0200)]
Adding some fields in GetSubscriptions
GetSubscriptions now searches string in
notes
internalnotes
callnumber
title
Henri-Damien LAURENT [Mon, 14 Sep 2009 20:19:08 +0000 (22:19 +0200)]
MT 1926 : Adding Internal notes to serials list display
Henri-Damien LAURENT [Mon, 14 Sep 2009 14:40:35 +0000 (16:40 +0200)]
Removing finish from C4/Members.pm
Henri-Damien LAURENT [Mon, 14 Sep 2009 13:13:45 +0000 (15:13 +0200)]
Bug fix : 3618
Add some error proof on BuildUnimarcHierarchies
Henri-Damien LAURENT [Mon, 14 Sep 2009 12:47:47 +0000 (14:47 +0200)]
smart-rules : clonerules enhancement
Cloning rules should be available as soon as there is one rule
Matthias Meusburger [Tue, 15 Sep 2009 14:59:37 +0000 (16:59 +0200)]
MT 1443 : better reports on items
Paul Poulain [Tue, 15 Sep 2009 14:01:31 +0000 (16:01 +0200)]
Bug Fixing 3631
Paul Poulain [Tue, 15 Sep 2009 13:32:19 +0000 (15:32 +0200)]
Re introducing missing definitions of variables
Paul Poulain [Tue, 15 Sep 2009 08:07:26 +0000 (10:07 +0200)]
Adding Export to C4::Reserves.pm
exporting CanBookbereserved
exporting CanItembeReserved
Nahuel ANGELINETTI [Mon, 14 Sep 2009 15:40:28 +0000 (17:40 +0200)]
[biblibre-newacq](bug #3611) use jquery table sorter
This patch, modify tables to use the jquery plugin to sort tables.
Nahuel ANGELINETTI [Mon, 14 Sep 2009 15:26:32 +0000 (17:26 +0200)]
(bug #3611) some UI fixes
Delete "Select budget period"
and Rename title to "Budget filters"
Nahuel ANGELINETTI [Mon, 14 Sep 2009 15:22:55 +0000 (17:22 +0200)]
[biblibre-newacq](bug #3611) fix aqbudgets.pl page
do not show total available if total is zero.
Adding a budget, does not show the available parent budgets.
Nahuel ANGELINETTI [Mon, 14 Sep 2009 14:02:49 +0000 (16:02 +0200)]
[biblibre-newacq](bug #3611) really disable buttons
Not set a disabled idea, but disable the button as YUI do.
Nahuel ANGELINETTI [Mon, 14 Sep 2009 13:56:28 +0000 (15:56 +0200)]
[biblibre-newacq] (bug #3611) improve aqbudgetperiods
Adds New Budget button periods list.
Show "Budgets" and "Budget Planning" menus only if we're in a budget period
Matthias Meusburger [Mon, 14 Sep 2009 15:18:13 +0000 (17:18 +0200)]
Fix broken guided_reports.pl
Matthias Meusburger [Mon, 14 Sep 2009 14:38:27 +0000 (16:38 +0200)]
MT 1092 : Items table is now sortable ; Not found barcodes are not displayed as empty lines anymore
Matthias Meusburger [Mon, 14 Sep 2009 13:56:13 +0000 (15:56 +0200)]
User can upload a file with barcodes or with itemnumbers
Nahuel ANGELINETTI [Mon, 14 Sep 2009 12:23:41 +0000 (14:23 +0200)]
[biblibre-newacq] fix some merge errors
This patch add some variable definition that have been deleted during merge.