summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Adam Bowling [Tue, 2 Jan 2018 18:24:34 +0000 (13:24 -0500)]
Extends MemcachedSession class for >= PHP7.0 support.
Signed-off-by: Adam Bowling <abowling@emeralddata.net>
Chris Sharp [Fri, 1 Dec 2017 19:35:50 +0000 (14:35 -0500)]
Exclude transits for items miscataloged at the system level.
While not a common issue, if any items that are miscataloged
with an owning library of a PINES system rather than branch,
the consolidation step fails because there's more than one
row returned from a subquery expecting a single value. Explicitly
exclude any items owned by units with a parent_ou of 1 (PINES).
Chris Sharp [Wed, 12 Jul 2017 23:04:39 +0000 (19:04 -0400)]
Fix variable assignments.
Chris Sharp [Wed, 12 Jul 2017 22:46:10 +0000 (18:46 -0400)]
Adding 16.04 support to install script.
Chris Sharp [Mon, 8 May 2017 16:15:49 +0000 (12:15 -0400)]
Adding Chris DeBellis's feature additions:
- the user can now import report templates that use Year and Year-Month
dates instead of actual dates
- The user can import report templates with 'contains matching substring'.
Chris Sharp [Sun, 2 Apr 2017 13:13:30 +0000 (09:13 -0400)]
exclude git files from rsync
Chris Sharp [Sun, 2 Apr 2017 13:10:42 +0000 (09:10 -0400)]
adding check for root running the install script
Chris Sharp [Fri, 3 Mar 2017 13:05:49 +0000 (08:05 -0500)]
LP#
1586108 - Fix incorrectly formatted date.
Fix authored by Chris DeBellis.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Mon, 30 Jan 2017 19:48:17 +0000 (14:48 -0500)]
adding perl query processes
Chris Sharp [Sun, 15 Jan 2017 19:02:15 +0000 (14:02 -0500)]
Adding MS Word documentation for Executive Reports Admin
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Sun, 15 Jan 2017 18:30:39 +0000 (13:30 -0500)]
Adding Chris DeBellis's Executive Reports work
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Wed, 30 Nov 2016 12:27:35 +0000 (07:27 -0500)]
Fixing query up to make it work.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 29 Nov 2016 20:01:05 +0000 (15:01 -0500)]
Modify auth query to accommodate new-style EG auth.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 22 Nov 2016 15:41:16 +0000 (10:41 -0500)]
Fixing typo in SQL file.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 22 Nov 2016 14:49:24 +0000 (09:49 -0500)]
Change directory ownership after rsync.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 22 Nov 2016 02:00:49 +0000 (21:00 -0500)]
Adding installation script for Ubuntu 14.04
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 22 Nov 2016 01:49:13 +0000 (20:49 -0500)]
Perform the DB table creation within a transaction, for safety.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 22 Nov 2016 01:27:02 +0000 (20:27 -0500)]
Create ASCIIDoc versions of the documentation.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Michael Peters [Thu, 28 Apr 2016 13:58:10 +0000 (09:58 -0400)]
Add custom permission to permission.permission_list in Evergreen db
The quick_reports_setup.sql was missing a crucial permission required
in the permission.permission_list in the Evergreen database.
This commit adds an insert of that permission.
Thank you to Brent Mills from Hood River Library for the discovery!
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Chris DeBellis [Fri, 15 Apr 2016 18:08:15 +0000 (14:08 -0400)]
Initial public release of report-creator AKA Quick Reports
The initial public release of the report-creator tool (also known as
Quick Reports) commisioned by PINES and coded by Emerald Data Networks.
Additional credits for testing and documentation include the following:
Andrew Witter <awitter@emeralddata.net>
Darrell Rodgers <drodgers@emeralddata.net>
Joshua Lamos <jlamos@emeralddata.net>
Michael Peters <mpeters@emeralddata.net>
Terran McCanna <tmccanna@georgialibraries.org>
Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Michael Peters [Thu, 14 Apr 2016 18:57:07 +0000 (14:57 -0400)]
Initialize Git repository
Signed-off-by: Michael Peters <mpeters@emeralddata.net>