Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Chris Nighswonger 953a46a088 kohabug 2417 Removing hardcoded query limit from reports
This patch removes a hardcoded 'LIMIT 20' which was added to all report queries
thus limiting all reports to only the first twenty rows of applicable data. In
its place this patch introduces code to paginate through all applicable data,
regardless of how many rows are available. The code will also honor any user
defined 'LIMIT' in reports based on SQL entered directly by the user.

This patch also adds column labels to 'tab' and 'csv' files generated by reports.
NOTE: Only user defined 'LIMIT's apply to 'tab,' 'csv,' and 'text' files.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-08-04 15:26:50 -05:00
..
acqui BUG 2351 : Add duplicate barcode check prior to receiving multiple items. This patch adds a javascript form check for duplicates in-form, and returns an error if there are duplicates in the catalog. 2008-07-27 06:05:18 -05:00
admin Bugfix #2414 2008-08-01 15:03:22 -05:00
authorities bug 1909: add delete field/subfield button to MARC editor 2008-07-08 12:31:30 -05:00
catalogue Display publicationdate if available, else copyrightdate. 2008-07-31 23:01:48 -05:00
cataloguing unimarc plugin fix, suggested by Zeno Tajoli 2008-08-04 08:12:28 -05:00
circ Removing Billing.pl link, will not even slightly work with InnoDB tables as there is no fast count, will work on later 2008-07-30 03:55:40 -05:00
errors
help Help file updates 2008-08-04 08:40:28 -05:00
installer Fixing some typos, including, I believe, Bug 2174 ("spelling error in web installer") 2008-05-30 10:01:07 -05:00
labels BUGFIX : wrong link 2008-07-16 18:26:26 -05:00
maint
members Fixing markup error in previous commit. 2008-08-01 15:29:08 -05:00
reports kohabug 2417 Removing hardcoded query limit from reports 2008-08-04 15:26:50 -05:00
reserve Markup corrections. You can't embed a <!-- TMPL_IF --> inside an HTML tag because it causes problems for the translation script. 2008-06-17 14:05:53 -05:00
reviews
serials Serials planning: Update subscription edit to properly deal with date changes. ( patch 3 / 3 ) 2008-08-04 08:04:49 -05:00
sms
suggestion
tags Fix for Bug 2373 ("Tags missing from the left menu"). Also doing some cleanup and reformatting on review.tmpl. Fixing some capitalization--I hope that's not a translation problem. 2008-07-22 15:43:53 -05:00
tools kohabug 2404 This patch removes Image::Magick and adds GD 2008-07-30 03:38:18 -05:00
virtualshelves Styling tabs on virtual shelves page. Did I forget this, or did it get removed at some point? 2008-07-24 14:54:04 -05:00
z3950
about.tmpl
auth.tmpl kohabug 1875 Public lists/virtualshelves are displayed and viewable whether a patron is logged in or not. 2008-06-20 12:44:27 -05:00
intranet-main.tmpl Correcting markup in intranet-main.tmpl to display "Lists" properly 2008-07-22 15:43:23 -05:00