koha-ffzg.git
11 years agoMicro update: 4.14.2 v4.14.02
Clay Fouts [Fri, 9 Nov 2012 23:45:39 +0000 (15:45 -0800)]
Micro update: 4.14.2

11 years agoSolr: Update sort field/order preferences
Clay Fouts [Fri, 9 Nov 2012 21:53:12 +0000 (13:53 -0800)]
Solr: Update sort field/order preferences

11 years agoMerge pull request #384 from wagnerj/PT10078233-rev
Clay Fouts [Fri, 9 Nov 2012 21:10:45 +0000 (13:10 -0800)]
Merge pull request #384 from wagnerj/PT10078233-rev

[#10078233] Relabel MARC download option in OPAC Lists

11 years agoMerge pull request #407 from wagnerj/PT37462867
Clay Fouts [Fri, 9 Nov 2012 21:07:25 +0000 (13:07 -0800)]
Merge pull request #407 from wagnerj/PT37462867

[#37462867] Fix typos

11 years agoMerge pull request #411 from frogomatic/PT27603131
Clay Fouts [Fri, 9 Nov 2012 21:05:55 +0000 (13:05 -0800)]
Merge pull request #411 from frogomatic/PT27603131

Added JSON service module for GetIt integration

11 years agoMerge remote-tracking branch 'origin/ptfs-master' into ptfs-master
Clay Fouts [Fri, 9 Nov 2012 19:52:23 +0000 (11:52 -0800)]
Merge remote-tracking branch 'origin/ptfs-master' into ptfs-master

11 years ago[#39222335] Hide inappropriate toolbar when prompting for ISBN action
Clay Fouts [Fri, 9 Nov 2012 19:50:19 +0000 (11:50 -0800)]
[#39222335] Hide inappropriate toolbar when prompting for ISBN action

Clicking the "Save" button on the toolbar would result in overwriting
the bib's MARC data with null values. It's not a valid action at that
juncture, so let's hide it and present only the "Return" and "Continue"
buttons to the user.

11 years agoMerge pull request #414 from rych/expireholds_bug
Clay Fouts [Wed, 7 Nov 2012 22:15:02 +0000 (14:15 -0800)]
Merge pull request #414 from rych/expireholds_bug

[#38662395] facets not showing all libraries.

11 years agoDo not apply focus to masthead search on page load.
Ryan Higgins [Tue, 6 Nov 2012 23:51:01 +0000 (15:51 -0800)]
Do not apply focus to masthead search on page load.

Added a temporary flag to KOHA global to prevent focus from
being set on render (show event triggers).  When moving to
jQuery-UI 1.9, tabs api changes, and this shouldn't be needed.

11 years agoEscape all spaces in callnumber as wildcard, not just first
Clay Fouts [Mon, 5 Nov 2012 23:52:28 +0000 (15:52 -0800)]
Escape all spaces in callnumber as wildcard, not just first

11 years ago[#38992085] Add better enforcement of OpacPasswordChange
Clay Fouts [Mon, 5 Nov 2012 19:29:52 +0000 (11:29 -0800)]
[#38992085] Add better enforcement of OpacPasswordChange

11 years ago[#38662395] Follow-up. Second page of on-shelf-at facet was including
Ryan Higgins [Fri, 2 Nov 2012 05:51:35 +0000 (22:51 -0700)]
[#38662395] Follow-up.  Second page of on-shelf-at facet was including
all results.

11 years ago[#38662395] facets not showing all libraries.
Ryan Higgins [Wed, 31 Oct 2012 23:37:40 +0000 (16:37 -0700)]
[#38662395] facets not showing all libraries.

11 years ago[#38675291] Restore multi-hold functionality in search results
Clay Fouts [Wed, 31 Oct 2012 23:10:55 +0000 (16:10 -0700)]
[#38675291] Restore multi-hold functionality in search results

Also redirect to a more sensible page in the case of multi-hold.

11 years agosolrsync: only update timestamp if in changelog mode
Clay Fouts [Wed, 31 Oct 2012 22:16:43 +0000 (15:16 -0700)]
solrsync: only update timestamp if in changelog mode

Also specify compatibility failures between various modes of
operation and queue formation.

11 years ago[#38767751] Add batch upload resiliency to solrsync
Clay Fouts [Wed, 31 Oct 2012 21:45:26 +0000 (14:45 -0700)]
[#38767751] Add batch upload resiliency to solrsync

The solrsync tool uploads renders documents in batches (of 100
by default). If one of those turns out to be rejected by the Solr
server for a schema violation or some such, the entire batch gets
rejected. This patch modifies the failue handling so that
solrsync splits the batch and recursively retries the upload with
smaller and smaller portions of the batch, failing only on the
documents that are specifically objected to by the Solr schema.

Secondarily, it renames the "--batch_size" command line parameter
to "--batch-size" to conform with convention.

11 years agoMicro update: 4.14.1 v4.14.01
Clay Fouts [Tue, 30 Oct 2012 22:34:56 +0000 (15:34 -0700)]
Micro update: 4.14.1

11 years agoMerge pull request #413 from rych/expireholds_bug
Clay Fouts [Tue, 30 Oct 2012 22:32:19 +0000 (15:32 -0700)]
Merge pull request #413 from rych/expireholds_bug

[#38665425] - expireholds cronjob fails due to userenv problem.

11 years agoRemove unused dependencies and vestigial code
Clay Fouts [Tue, 30 Oct 2012 22:17:27 +0000 (15:17 -0700)]
Remove unused dependencies and vestigial code

11 years agoRemove unsafe globals from C4::Tags
Clay Fouts [Tue, 30 Oct 2012 22:16:44 +0000 (15:16 -0700)]
Remove unsafe globals from C4::Tags

11 years agoKeep Solr-3.6.x config compatibility
Clay Fouts [Tue, 30 Oct 2012 22:15:46 +0000 (15:15 -0700)]
Keep Solr-3.6.x config compatibility

11 years agoRemove qf (OPACSolrQF syspref) access
Clay Fouts [Tue, 30 Oct 2012 22:14:46 +0000 (15:14 -0700)]
Remove qf (OPACSolrQF syspref) access

11 years ago[#36394129] Another effort to get the 001 into the "text" field
Clay Fouts [Tue, 30 Oct 2012 22:12:19 +0000 (15:12 -0700)]
[#36394129] Another effort to get the 001 into the "text" field

11 years ago[#38665425] - expireholds cronjob fails due to userenv problem.
Ryan Higgins [Tue, 30 Oct 2012 19:02:24 +0000 (12:02 -0700)]
[#38665425] - expireholds cronjob fails due to userenv problem.

11 years agoExclude gibberish item data from Solr "text" keyword field
Clay Fouts [Mon, 29 Oct 2012 23:48:51 +0000 (16:48 -0700)]
Exclude gibberish item data from Solr "text" keyword field

11 years agoMinor update: 4.14.0 v4.14.00
Clay Fouts [Fri, 26 Oct 2012 20:28:07 +0000 (13:28 -0700)]
Minor update: 4.14.0

11 years ago[#36394129] More Solr doc indexes for titles and subjects
Clay Fouts [Fri, 26 Oct 2012 20:13:02 +0000 (13:13 -0700)]
[#36394129] More Solr doc indexes for titles and subjects

11 years ago[#37515261] Syspref cleanup
Clay Fouts [Fri, 26 Oct 2012 20:12:38 +0000 (13:12 -0700)]
[#37515261] Syspref cleanup

11 years agoMerge remote-tracking branch 'origin/ptfs-master' into ptfs-master
Clay Fouts [Thu, 25 Oct 2012 19:45:18 +0000 (12:45 -0700)]
Merge remote-tracking branch 'origin/ptfs-master' into ptfs-master

11 years ago[#36394129] Add more Solr doc fields
Clay Fouts [Thu, 25 Oct 2012 19:41:08 +0000 (12:41 -0700)]
[#36394129] Add more Solr doc fields

11 years agoUpdate Solr schema and config for Solr-4.0 compatibility
Clay Fouts [Thu, 25 Oct 2012 19:39:46 +0000 (12:39 -0700)]
Update Solr schema and config for Solr-4.0 compatibility

11 years agoAdded JSON service module for GetIt integration
William White [Thu, 18 Oct 2012 18:06:09 +0000 (18:06 +0000)]
Added JSON service module for GetIt integration

11 years agoMerge pull request #409 from rych/jquery_bugs
Clay Fouts [Wed, 17 Oct 2012 22:20:20 +0000 (15:20 -0700)]
Merge pull request #409 from rych/jquery_bugs

[#37680309] Correct initial focus on some staff pages.

11 years ago[#37680309] Correct initial focus on some staff pages.
Ryan Higgins [Wed, 17 Oct 2012 22:08:47 +0000 (15:08 -0700)]
[#37680309] Correct initial focus on some staff pages.

11 years ago[#37462867] Fix typos
jwt01 [Tue, 16 Oct 2012 15:12:38 +0000 (15:12 +0000)]
[#37462867] Fix typos

Change reciept to receipt in various places

11 years ago[#37678007] Default to no patron group constraints if requester branch is unavailable
Clay Fouts [Mon, 15 Oct 2012 20:54:23 +0000 (13:54 -0700)]
[#37678007] Default to no patron group constraints if requester branch is unavailable

11 years ago[#37526297] Fix authid linkage in XSLT
Clay Fouts [Mon, 15 Oct 2012 19:34:53 +0000 (12:34 -0700)]
[#37526297] Fix authid linkage in XSLT

11 years agoMicro update: 4.13.7
Clay Fouts [Fri, 5 Oct 2012 19:13:38 +0000 (12:13 -0700)]
Micro update: 4.13.7

11 years ago[#37134211] Be a little pickier about what searches as a barcode
Clay Fouts [Fri, 5 Oct 2012 19:12:35 +0000 (12:12 -0700)]
[#37134211] Be a little pickier about what searches as a barcode

11 years ago[#36977063] Solr: populate owned-by field with 942$a instead of $b
Clay Fouts [Fri, 5 Oct 2012 19:04:19 +0000 (12:04 -0700)]
[#36977063] Solr: populate owned-by field with 942$a instead of $b

11 years ago[#37263471/#37260155] Write proper JSON from progress meter
Clay Fouts [Fri, 5 Oct 2012 19:02:27 +0000 (12:02 -0700)]
[#37263471/#37260155] Write proper JSON from progress meter

11 years agoMicro update: 4.13.6
Clay Fouts [Thu, 4 Oct 2012 21:29:31 +0000 (14:29 -0700)]
Micro update: 4.13.6

11 years agoMerge pull request #406 from rych/jquery_ui
Clay Fouts [Thu, 4 Oct 2012 21:24:40 +0000 (14:24 -0700)]
Merge pull request #406 from rych/jquery_ui

Fix fake tabs on fines page.

11 years agoFix fake tabs on fines page.
Ryan Higgins [Thu, 4 Oct 2012 21:20:20 +0000 (14:20 -0700)]
Fix fake tabs on fines page.

11 years agoMerge pull request #405 from rych/jquery_ui
Clay Fouts [Thu, 4 Oct 2012 21:10:10 +0000 (14:10 -0700)]
Merge pull request #405 from rych/jquery_ui

[#36851313/#36852619]] Update import tools to send proper JSON

11 years ago[#36851313/#36852619]] Update import tools to send proper JSON
Ryan Higgins [Thu, 4 Oct 2012 20:59:10 +0000 (13:59 -0700)]
[#36851313/#36852619]] Update import tools to send proper JSON

11 years ago[#37128383] By default focus on returns.pl barcode box
Clay Fouts [Thu, 4 Oct 2012 20:36:35 +0000 (13:36 -0700)]
[#37128383] By default focus on returns.pl barcode box

This is mostly a refactoring. The only functional change
is the addition of the barcode focus statement added to
line 59.

11 years agoMerge remote-tracking branch 'origin/ptfs-master' into ptfs-master
Clay Fouts [Thu, 4 Oct 2012 18:17:37 +0000 (11:17 -0700)]
Merge remote-tracking branch 'origin/ptfs-master' into ptfs-master

11 years agoFix database schema version number
Clay Fouts [Thu, 4 Oct 2012 18:14:22 +0000 (11:14 -0700)]
Fix database schema version number

11 years agoMerge pull request #404 from rych/jquery_ui
Clay Fouts [Thu, 4 Oct 2012 17:39:02 +0000 (10:39 -0700)]
Merge pull request #404 from rych/jquery_ui

Further updates to interface to accommodate jquery-ui update.

11 years agoFurther updates to interface to accommodate jquery-ui update.
Ryan Higgins [Thu, 4 Oct 2012 17:32:30 +0000 (10:32 -0700)]
Further updates to interface to accommodate jquery-ui update.

11 years agoMerge remote-tracking branch 'origin/ptfs-master' into ptfs-master
Clay Fouts [Thu, 4 Oct 2012 00:54:20 +0000 (17:54 -0700)]
Merge remote-tracking branch 'origin/ptfs-master' into ptfs-master

11 years agoAdd POD and usage message to solrsync
Clay Fouts [Thu, 4 Oct 2012 00:53:51 +0000 (17:53 -0700)]
Add POD and usage message to solrsync

11 years agoMerge pull request #403 from rych/exp_holds_bug
Clay Fouts [Wed, 3 Oct 2012 16:55:10 +0000 (09:55 -0700)]
Merge pull request #403 from rych/exp_holds_bug

[#36852303] Error in cancelling waiting reserve.

11 years ago[#36852303] Error in cancelling waiting reserve.
Ryan Higgins [Tue, 2 Oct 2012 19:47:57 +0000 (12:47 -0700)]
[#36852303] Error in cancelling waiting reserve.

11 years agoQuell unnecessary warning
Clay Fouts [Tue, 2 Oct 2012 21:37:24 +0000 (14:37 -0700)]
Quell unnecessary warning

11 years agoMicro update: 4.13.5
Clay Fouts [Tue, 2 Oct 2012 20:38:30 +0000 (13:38 -0700)]
Micro update: 4.13.5

11 years agoMerge remote-tracking branch 'origin/ptfs-master' into ptfs-master
Clay Fouts [Tue, 2 Oct 2012 18:11:48 +0000 (11:11 -0700)]
Merge remote-tracking branch 'origin/ptfs-master' into ptfs-master

11 years ago[#36966859] Sort authorities by more than just the $a
Clay Fouts [Tue, 2 Oct 2012 18:10:34 +0000 (11:10 -0700)]
[#36966859] Sort authorities by more than just the $a

11 years agoMerge pull request #402 from rych/jquery_ui
Clay Fouts [Tue, 2 Oct 2012 18:02:44 +0000 (11:02 -0700)]
Merge pull request #402 from rych/jquery_ui

Follow-up to jQuery-UI update: fix header search for admin pages.

11 years agoFollow-up to jQuery-UI update: fix header search for admin pages.
Ryan Higgins [Tue, 2 Oct 2012 17:35:29 +0000 (10:35 -0700)]
Follow-up to jQuery-UI update: fix header search for admin pages.

11 years agoQuell warnings
Clay Fouts [Tue, 2 Oct 2012 16:04:34 +0000 (09:04 -0700)]
Quell warnings

11 years ago[#36640313] (fixup) Expand branch groups into New Titles search
Clay Fouts [Tue, 2 Oct 2012 01:08:33 +0000 (18:08 -0700)]
[#36640313] (fixup) Expand branch groups into New Titles search

11 years agoMerge pull request #401 from rych/jquery_ui
Clay Fouts [Mon, 1 Oct 2012 22:21:35 +0000 (15:21 -0700)]
Merge pull request #401 from rych/jquery_ui

Update jQuery-UI in staff interface.

11 years agoUpdate jQuery-UI in staff interface.
Ryan Higgins [Mon, 1 Oct 2012 22:08:43 +0000 (15:08 -0700)]
Update jQuery-UI in staff interface.

Addresses [#36936409/#36851933/#36852191].

11 years ago[#36936345] Explicitly search the "text" field for adv keyword searches
Clay Fouts [Mon, 1 Oct 2012 16:16:36 +0000 (09:16 -0700)]
[#36936345] Explicitly search the "text" field for adv keyword searches

This is somewhat of a hack to get around the query munging where it
thinks boolean builder queries that come out looking like:
    au:smith AND holiday
should actually have the terms grouped into "au:(smith AND holiday)".
By prepending "holiday" with an explicit field name, the query munger
simply noops the whole thing, assuming that the query's writer knows
the expressed syntax better.

11 years agoAdd "isbn-a" index which includes onlyt the 020$a subfields
Clay Fouts [Fri, 28 Sep 2012 23:59:22 +0000 (16:59 -0700)]
Add "isbn-a" index which includes onlyt the 020$a subfields

11 years agoMicro update: 4.13.4
Clay Fouts [Fri, 28 Sep 2012 19:59:16 +0000 (12:59 -0700)]
Micro update: 4.13.4

11 years ago[#36640313] Constrain new titles search with any applicable branch group delimiters
Clay Fouts [Fri, 28 Sep 2012 19:58:54 +0000 (12:58 -0700)]
[#36640313] Constrain new titles search with any applicable branch group delimiters

11 years agoAlways set a last-resort search q of*:*
Clay Fouts [Fri, 28 Sep 2012 19:58:10 +0000 (12:58 -0700)]
Always set a last-resort search q of*:*

11 years agoMerge pull request #400 from rych/solr_bugs
Clay Fouts [Fri, 28 Sep 2012 19:06:26 +0000 (12:06 -0700)]
Merge pull request #400 from rych/solr_bugs

[#36850643] periodicals bib search was failing due to solr update.

11 years ago[#36850643] periodicals bib search was failing due to solr update.
Ryan Higgins [Fri, 28 Sep 2012 19:02:04 +0000 (12:02 -0700)]
[#36850643] periodicals bib search was failing due to solr update.

11 years ago[#36861965] Do a left-anchored wildcard search on callnumbers
Clay Fouts [Fri, 28 Sep 2012 17:06:02 +0000 (10:06 -0700)]
[#36861965] Do a left-anchored wildcard search on callnumbers

11 years ago[#36398635] Fix owned-by search in staff advsearch
Clay Fouts [Fri, 28 Sep 2012 16:45:10 +0000 (09:45 -0700)]
[#36398635] Fix owned-by search in staff advsearch

11 years agoRestore search pattern selection in auth-finder
Clay Fouts [Fri, 28 Sep 2012 16:32:59 +0000 (09:32 -0700)]
Restore search pattern selection in auth-finder

11 years agoFix discrepancy in Solr authority schema
Clay Fouts [Fri, 28 Sep 2012 16:01:57 +0000 (09:01 -0700)]
Fix discrepancy in Solr authority schema

11 years ago[#36647337] Properly construct tag searches
Clay Fouts [Fri, 28 Sep 2012 00:03:07 +0000 (17:03 -0700)]
[#36647337] Properly construct tag searches

11 years ago[#36821039] Authority CountUsage() querying wrong dataset
Clay Fouts [Thu, 27 Sep 2012 23:48:27 +0000 (16:48 -0700)]
[#36821039] Authority CountUsage() querying wrong dataset

11 years agoMicro update: 4.13.3
Clay Fouts [Thu, 27 Sep 2012 21:49:40 +0000 (14:49 -0700)]
Micro update: 4.13.3

11 years ago[#36811073] Dance one more angel on the head of a pin
Clay Fouts [Thu, 27 Sep 2012 21:38:47 +0000 (14:38 -0700)]
[#36811073] Dance one more angel on the head of a pin

11 years ago[#36387253] (fixup) Apply correct search field name
Clay Fouts [Thu, 27 Sep 2012 21:33:19 +0000 (14:33 -0700)]
[#36387253] (fixup) Apply correct search field name

11 years ago[#36386737] Accuracy improvements for authorities search, staff and OPAC
Clay Fouts [Thu, 27 Sep 2012 20:48:32 +0000 (13:48 -0700)]
[#36386737] Accuracy improvements for authorities search, staff and OPAC

11 years ago[#35874505/#36394263] Catch errors in ISBN translation
Clay Fouts [Thu, 27 Sep 2012 20:01:21 +0000 (13:01 -0700)]
[#35874505/#36394263] Catch errors in ISBN translation

11 years agoMicro update: 4.13.2
Clay Fouts [Wed, 26 Sep 2012 22:55:36 +0000 (15:55 -0700)]
Micro update: 4.13.2

11 years ago[#35874505/#36394263] Store both ISBN10 and ISBN13
Clay Fouts [Wed, 26 Sep 2012 22:44:52 +0000 (15:44 -0700)]
[#35874505/#36394263] Store both ISBN10 and ISBN13

11 years ago[#36387063] Remove duplicate "callnum" option in OPAC adv search
Clay Fouts [Wed, 26 Sep 2012 22:16:17 +0000 (15:16 -0700)]
[#36387063] Remove duplicate "callnum" option in OPAC adv search

11 years ago[#36018759] Restore format type grouping in advsearch
Clay Fouts [Wed, 26 Sep 2012 21:38:23 +0000 (14:38 -0700)]
[#36018759] Restore format type grouping in advsearch

11 years ago[#36387359] Wrong field name used for series adv search
Clay Fouts [Wed, 26 Sep 2012 21:33:01 +0000 (14:33 -0700)]
[#36387359] Wrong field name used for series adv search

11 years ago[#35920789] Staff search should reference AdvancedSearchLimits
Clay Fouts [Wed, 26 Sep 2012 21:22:41 +0000 (14:22 -0700)]
[#35920789] Staff search should reference AdvancedSearchLimits

11 years agoMerge pull request #398 from rych/solr_facets
Clay Fouts [Tue, 25 Sep 2012 20:29:55 +0000 (13:29 -0700)]
Merge pull request #398 from rych/solr_facets

Remove plugins/ from .gitignore, and add jquery/plugins to git.

11 years agoRemove plugins/ from .gitignore, and add jquery/plugins to git.
Ryan Higgins [Tue, 25 Sep 2012 19:48:30 +0000 (12:48 -0700)]
Remove plugins/ from .gitignore, and add jquery/plugins to git.

11 years agoSolr: add solrconfig.xml option for specifying additional libraries
Clay Fouts [Tue, 25 Sep 2012 17:36:53 +0000 (10:36 -0700)]
Solr: add solrconfig.xml option for specifying additional libraries

Use as:
java -Doptions.solrinst="/path/to/apache-solr.3.6.x" -jar start.jar

11 years agoSolr: cleanup query automatic mutating
Clay Fouts [Fri, 21 Sep 2012 21:53:22 +0000 (14:53 -0700)]
Solr: cleanup query automatic mutating

Thie consolidates the "ti:a title search" conversion
to "ti:(a title search)" into the query setter. Also
pushes a bq term onto the stack to boost title phrase
matches in title searches.

11 years agoMerge pull request #397 from rych/solr_facets
Clay Fouts [Thu, 20 Sep 2012 22:25:18 +0000 (15:25 -0700)]
Merge pull request #397 from rych/solr_facets

[#35205097] Fix some double-encoding errors in [more] links.

11 years ago[#35205097] Fix some double-encoding errors in [more] links.
Ryan Higgins [Thu, 20 Sep 2012 22:10:27 +0000 (15:10 -0700)]
[#35205097] Fix some double-encoding errors in [more] links.

Also addresses an error in branchname facet sorting and
lost limits in successive faceting links.

11 years agoAppease the critic on new modules
Clay Fouts [Thu, 20 Sep 2012 20:22:39 +0000 (13:22 -0700)]
Appease the critic on new modules

11 years agoFix merge conflicts in opac-search.pl
Clay Fouts [Thu, 20 Sep 2012 20:21:47 +0000 (13:21 -0700)]
Fix merge conflicts in opac-search.pl

11 years agoMerge pull request #396 from rych/solr_facets
Clay Fouts [Wed, 19 Sep 2012 23:51:52 +0000 (16:51 -0700)]
Merge pull request #396 from rych/solr_facets

[#35205097] Add [more] link to facets.

11 years ago[#35205097] Add [more] link to facets.
Ryan Higgins [Wed, 19 Sep 2012 20:12:23 +0000 (13:12 -0700)]
[#35205097] Add [more] link to facets.

Update staff-side jQuery to 1.7.2 in process.
jQuery-UI is NOT updated due to issues with the staff search box.

11 years agoMinor update: 4.13.1
Clay Fouts [Tue, 18 Sep 2012 18:10:35 +0000 (11:10 -0700)]
Minor update: 4.13.1