]>
git.koha-community.org Git - koha.git/log
Paul POULAIN [Wed, 31 Oct 2007 18:37:53 +0000 (13:37 -0500)]
updating install dependancies
HTML::Template is not necessary anymore (replaced by H::T::Pro)
Net::Z3950, Net::Z3950 and ZOOM are the same. ZOOM being the preffered package name
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Wed, 31 Oct 2007 18:37:52 +0000 (13:37 -0500)]
BugFixing: Suivi.paulpoulain.com Bug 275
Miscalculation of innerloop bounds
caused a numbering pattern error.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Wed, 31 Oct 2007 18:12:14 +0000 (13:12 -0500)]
Adding titles to claimissues letter.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:12:13 +0000 (13:12 -0500)]
dealing with empty XML : return an empty string, and not an empty MARC::Record
(Useful for zebraque_start)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:12:12 +0000 (13:12 -0500)]
removing a forgotten js alert
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:12:11 +0000 (13:12 -0500)]
adding missing dependancies (needed by scheduler & patron import)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 31 Oct 2007 18:11:32 +0000 (13:11 -0500)]
#1490 : Subscription add, seasonal numbering: no years displayed
Note sure this fix is functionnaly correct : see http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1490
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 31 Oct 2007 13:03:49 +0000 (08:03 -0500)]
escaping @a to avoid updatedatabase failure
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Wed, 31 Oct 2007 08:44:46 +0000 (03:44 -0500)]
fix for 1521, boolean test for 'autobarcode' syspref fixed, and test for non-existant $marc->field before barcode subfield add
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Wed, 31 Oct 2007 02:09:28 +0000 (21:09 -0500)]
bug-1490, fixed seasonal-year drop-box
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 31 Oct 2007 00:18:07 +0000 (19:18 -0500)]
fixing fielded truncation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:18:06 +0000 (19:18 -0500)]
batch import rework: added suport for loading and dropping items
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:18:05 +0000 (19:18 -0500)]
quelled perl -w variable masking warnings
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:16:48 +0000 (19:16 -0500)]
correct to prior action_logs patch
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:16:47 +0000 (19:16 -0500)]
added auto_number column as PK for action_logs
* prevents PK warnings when logging actions that occur
faster than once a second (e.g., batch MARC loads) --
the original PK of timestamp + user not granular enough
* timestamp + user still indexed for log viewing
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:07:27 +0000 (19:07 -0500)]
Biblio.pm - restored after duplicate application of
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:07:26 +0000 (19:07 -0500)]
added missing upgrade message
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 31 Oct 2007 00:07:25 +0000 (19:07 -0500)]
removed references to import.pl and breeding.pl, which no longer exist
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:52 +0000 (13:02 -0500)]
fixes in NoZebra search & indexing
- the quotemeta was wrong (and introduced some bugs in diacritics)
- fixing some bugs that appear only sometimes : the union was done including weight, which is wrong & resulted in missing some results (when various weighting)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:51 +0000 (13:02 -0500)]
reintroducing facets and sorting on OPAC
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:50 +0000 (13:02 -0500)]
setting UNIMARC parameter at the right place
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:49 +0000 (13:02 -0500)]
#1498 Template variable missing from koha2marclinks.pl
solved by removing the "action" parameter which was useless and hardcoding a text
+ reindenting
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:48 +0000 (13:02 -0500)]
bugfix in MARC editor to deal with clonefield (+) that is an authority
the ... were not pointing to the duplicated entry but to the 1st one
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:47 +0000 (13:02 -0500)]
revert kw,wrdl search (part 2)
kados should commit something better, this is a quick hack.
if I send it mistakenly chris/kados, pls don't validate
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:46 +0000 (13:02 -0500)]
Show images only if there is one
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:45 +0000 (13:02 -0500)]
adding a fixed width to MARC editor label
to have <input> aligned vertically. The subfield description can be long, so the font is lowered
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:43 +0000 (13:02 -0500)]
reintroducing Add button in case of authority add
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:42 +0000 (13:02 -0500)]
authority ordering in cataloguing / search authority
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:41 +0000 (13:02 -0500)]
#1492 MARC subfields structure: can't switch to tab with label "@"
replacing the @ by _ in the template, wich is valid.
I also have changed a little the behaviour : the New button appears only
for >010 fields (<10 have only the data, no real subfield)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Wed, 31 Oct 2007 10:39:42 +0000 (05:39 -0500)]
nomenclature improvements
Paul POULAIN [Tue, 30 Oct 2007 18:02:40 +0000 (13:02 -0500)]
#1491: Subscription add does not check for all required fields
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:39 +0000 (13:02 -0500)]
specific plugin for Frantiq cnrs network
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:38 +0000 (13:02 -0500)]
DO NOT return if SimpleSearch give no result, we need to check reservoir too
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 18:47:19 +0000 (13:47 -0500)]
Fix for bug 1528, template not translatable
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 18:47:18 +0000 (13:47 -0500)]
Fix to make the template translatable, bug 1528, and fix for 1529
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 18:20:20 +0000 (13:20 -0500)]
Adding reports_dictionary table
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:44 +0000 (13:02 -0500)]
#1505 Primary Key on borrowernumber
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Tue, 30 Oct 2007 18:02:36 +0000 (13:02 -0500)]
fix related #1340 (z3950 search for quick cataloguing)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Tue, 30 Oct 2007 18:02:35 +0000 (13:02 -0500)]
Minor changes to keep behaviour unchanged if no marcflavour directory.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 30 Oct 2007 17:53:29 +0000 (12:53 -0500)]
Fix for bug 1527, removing Smart::Comments
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Sat, 20 Oct 2007 19:06:29 +0000 (21:06 +0200)]
french translation, updated
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 23 Oct 2007 19:03:26 +0000 (14:03 -0500)]
Getting rid of windows chars
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 23 Oct 2007 18:42:03 +0000 (13:42 -0500)]
Removing windows linefeeds \r
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:49 +0000 (21:13 -0500)]
adding SMS stuff so we don't forget about it
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:48 +0000 (21:13 -0500)]
removing TMPL_ELSE
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:47 +0000 (21:13 -0500)]
fixing conflict in updatedatabase
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Tue, 30 Oct 2007 02:13:46 +0000 (21:13 -0500)]
patch to sysprefs and minor fix to Search.pm that
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:32 +0000 (17:42 -0500)]
fixes to enable truncation to play nicely with
field weighting, stemming, fuzzy, etc.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:31 +0000 (17:42 -0500)]
major cleanup of buildQuery, creating some internal functions
to handle stemming, field weighting, truncation
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:30 +0000 (17:42 -0500)]
moving unimarc subtypes to an include, adding UNIMARC flag
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:29 +0000 (17:42 -0500)]
fixing re-sorting in staff client
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:28 +0000 (17:42 -0500)]
fixing branch limits and searchdomain limits
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:27 +0000 (17:42 -0500)]
fixes to searching:
* bringing back facets
* bringing back stemming (syspref controlled)
* bringing back field weighting (syspref controlled)
* bringing back language limits
* bringing back year limits
* fixing 'expanded view'
* improvements to template
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:42:26 +0000 (17:42 -0500)]
Searching Patch 1: fixing searching in 3.0
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Henri-Damien LAURENT [Mon, 29 Oct 2007 22:15:40 +0000 (17:15 -0500)]
Changes to install.pl
Changing structure :
adding a marcflavour directory to data/language/
This directory shall have the same subdirectory structure as /data/language
This allows for instance adding optionals CD-Framework or Serials Frameworks
keeping default frameworks mandatory.
install.pl was changed in order to manage those changes.
Could be changed in order to skip marcflavour selection if marcflavour directory is not found.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:13:10 +0000 (17:13 -0500)]
adding manage reviews to tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:13:09 +0000 (17:13 -0500)]
improvements to links in tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 22:13:08 +0000 (17:13 -0500)]
fixing breadcrumbs in the tools module
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Mon, 29 Oct 2007 22:13:07 +0000 (17:13 -0500)]
fixes for auth_val interface:
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 22:10:58 +0000 (17:10 -0500)]
Fix for broken Biblio.pm
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 21:56:36 +0000 (16:56 -0500)]
Updating updatedatabase and kohaversion.pl for new reports tables
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 29 Oct 2007 21:45:14 +0000 (16:45 -0500)]
batch import rework -- implement stage-commit-undo for batch import
Revamps the import options on the tools menu to have two parts:
[1] Staging (load file into reservoir)
[2] Managing (review the list of staged batches, then
choose to commit or undo a given batch.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 29 Oct 2007 21:45:13 +0000 (16:45 -0500)]
more work on batch import
* Completely removed old marc_breeding table
* Started updated Tools import function to stage records
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 29 Oct 2007 21:45:12 +0000 (16:45 -0500)]
more work on the import changes; introduced C4::Matcher
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:11 +0000 (16:45 -0500)]
adding sample data
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:10 +0000 (16:45 -0500)]
fixing itemtype image, sample data, improving
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:09 +0000 (16:45 -0500)]
improvements to links in tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:08 +0000 (16:45 -0500)]
adding sample data and improving nomenclature
Budgets
Holidays
News
Notices
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:07 +0000 (16:45 -0500)]
nomenclature changes
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:06 +0000 (16:45 -0500)]
fixing breadcrumbs in the tools module
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:05 +0000 (16:45 -0500)]
changing the filter on import borrowers to patron search
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:04 +0000 (16:45 -0500)]
removing nonsensical op=opac-search from hidden inputs
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:03 +0000 (16:45 -0500)]
adding itemtype images to sample data
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:02 +0000 (16:45 -0500)]
bringing back facets to the staff client search
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:01 +0000 (16:45 -0500)]
improve notes for borrower import
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Mon, 29 Oct 2007 21:45:00 +0000 (16:45 -0500)]
adding new Query system preferences
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 29 Oct 2007 21:44:59 +0000 (16:44 -0500)]
Re-working virtual shelves interface to try to make it cleaner and make the steps more clear. Still a couple of bugs: some redirects need to change in the script (after adds, deletes, and edits), to match the changes in what displays at each step. Also, the toolbar delete button needs troubleshooting.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 19:09:35 +0000 (14:09 -0500)]
Fix for bug 1518
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 29 Oct 2007 18:54:10 +0000 (13:54 -0500)]
Finishing circ page layout changes. Still need to iron out standards for warning/message styles. Also renaming a couple of includes and correcting the relevant files.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 29 Oct 2007 18:54:09 +0000 (13:54 -0500)]
Working on new layout, with messages in right column
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 29 Oct 2007 18:54:08 +0000 (13:54 -0500)]
Improving the formatting of the "add to shelf" pop-up. Changing the way the list of existing shelves is passed to the template so that the "existing shelves" option can be hidden if there are no existing shelves.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:59 +0000 (13:22 -0500)]
Updating kohastructure.sql with tables needed for reports, updatedatabase
still to come, but there are outstanding patches that need to be applied
before I can do that.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:58 +0000 (13:22 -0500)]
Catching up changes in reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:57 +0000 (13:22 -0500)]
Updating guided_reports.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:22:56 +0000 (13:22 -0500)]
Tidying up save report confirmation page
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:22:47 +0000 (13:22 -0500)]
Removing download report for saved reports and fixing a typo
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:22:46 +0000 (13:22 -0500)]
Attempting to add Notes field to Create from SQL for reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:22:45 +0000 (13:22 -0500)]
Adding formatting to Saved Results for Reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:22:44 +0000 (13:22 -0500)]
Fixing breadcrumb links on Scheduler page
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:22:43 +0000 (13:22 -0500)]
Adding save successful page for guided reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:42 +0000 (13:22 -0500)]
Can now view sql, and reports run page shows name
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:41 +0000 (13:22 -0500)]
catching changes
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:40 +0000 (13:22 -0500)]
Fix for setting datetime columns to date
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:39 +0000 (13:22 -0500)]
Getting stored results working
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:22:38 +0000 (13:22 -0500)]
Storing xml now
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:21:47 +0000 (13:21 -0500)]
Can now delete reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:21:46 +0000 (13:21 -0500)]
Tweaks to the scheduler
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Mon, 29 Oct 2007 18:21:45 +0000 (13:21 -0500)]
Fix to match the changed templates
For Reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:21:44 +0000 (13:21 -0500)]
Fixing links in breadcrumb
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Russel Garlick [Mon, 29 Oct 2007 18:21:43 +0000 (13:21 -0500)]
Adding heading to create report from SQL page in Guided Reports
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>