Commit graph

66 commits

Author SHA1 Message Date
Colin Kuskie
8dab87a83b Forward porting definition changes to the SQL Report. definition property
fields must have label keys to show up in the Shortcut overrides tab.
2008-12-15 23:52:45 +00:00
Colin Kuskie
1e820b9458 Forward port WGBP SQLReport definition sub. 2008-12-15 23:20:42 +00:00
Kaleb Murphy
b65c907040 SQLReport now replaces field name spaces with hyphens for the direct access template params. 2008-11-11 17:53:54 +00:00
Doug Bell
810c8247cc added: "EditArea" code highlighter and editing tool for WebGUI::Form::Codearea, used
in Template, Snippet, SQLReport, and more
2008-10-14 00:06:08 +00:00
Graham Knop
f7b02c0407 fixed: some default assets have ids shorter than 22 characters 2008-10-02 15:12:20 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Graham Knop
c16224f6a2 added: Better error messages when SQL Report lacks a query 2008-03-31 08:22:37 +00:00
Graham Knop
ee59ef42e9 fixed: Bad message if database link for SQL Report doesn't exist 2008-03-24 09:43:47 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Graham Knop
29f2018b6f include form parameters in sql report download link 2007-09-07 21:38:31 +00:00
Doug Bell
a9d637199c fix: SQLReport templatable download now allows nested queries 2007-09-07 21:04:39 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
92151cdf7b documentation for new macro 2007-06-15 21:29:12 +00:00
JT Smith
1e92bfa386 - fix: SQLReport SubQuery Pagination (William McKee / Knowmad Technologies)
- fix: SQL Report: Paginate After (Still) (William McKee / Knowmad
   Technologies)
2007-03-15 03:26:40 +00:00
JT Smith
6e451a2b5c fix: SQL Report: Paginate After 2007-02-15 02:54:28 +00:00
JT Smith
bc4125204a - fix: Bug in "Article with Files"
- fix: SQLReport pagination retains op= parameter
 - fix: Invalid MIME type set for images
2006-11-15 22:30:50 +00:00
Colin Kuskie
7c8fde9aa6 forward port of placeholder parameter fix 2006-11-04 16:24:46 +00:00
Doug Bell
3ab139e6cc fix: SQLReport no longer paginates or runs nested queries when downloading.Stow's warning when cache is disabled is now a debug message, since that's what debug messages are for. 2006-11-02 18:08:39 +00:00
Doug Bell
50e7645322 fix: SQLReport now throws fatal if can't find DatabaseLink
DatabaseLink now warns if can't find DatabaseLink
2006-10-27 20:42:59 +00:00
Doug Bell
d0ef4e92db Fixed default value for download type 2006-10-12 23:51:29 +00:00
Doug Bell
6d56df1362 Added SQLReport download and Product AddToGroup handler 2006-10-10 18:14:31 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Roy Johnson
3fd656a651 fix - SQL Report w/ pagination and nested queries (pagination is now over-ridden as intended when nested queries are defined) 2006-06-30 16:58:13 +00:00
JT Smith
e8c073b9df some http header changes 2006-04-18 14:22:42 +00:00
JT Smith
e45084eafb 2006-04-07 01:07:16 +00:00
JT Smith
e4392f7449 new caching system to replace old page cache 2006-04-05 20:46:57 +00:00
Martin Kamerbeek
72b999b0ea Added prequery statements to SQLReport and per-dbLink allowed keywords. 2006-02-02 13:23:32 +00:00
JT Smith
bb263b4777 finished converting view() methods to have a prepareView() companion. 2006-01-30 23:54:45 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
f64ec77d8a fixing the ->param ->body distinction issue. 2006-01-23 05:18:54 +00:00
Matthew Wilson
150087f703 lots of operation and auth fixes. 2006-01-19 03:07:34 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Matthew Wilson
f2cccdff9f more oodles of changes. 2006-01-15 18:19:44 +00:00
Colin Kuskie
edfaa153b9 end of test program sweeps for dictionary lookups via subroutine instead
of object method.
2006-01-15 02:34:50 +00:00
JT Smith
a6e5450b64 more bug fixes 2006-01-13 19:32:26 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
877bf082a0 migrating paginator api to new session system
fixed a few old style session vars
2006-01-12 17:24:06 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4 more session related changes 2006-01-09 20:43:02 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
JT Smith
2866a2c873 converting assets to new session system 2006-01-02 03:12:54 +00:00
Colin Kuskie
cc88ecada8 bugfix sf#1381305, SQLReports broken 2005-12-16 00:32:57 +00:00
JT Smith
ea868a8c0e moved uploadsAccessHandler into the main webgui handler mechanism
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
Colin Kuskie
38345690f3 internationalize query label for multiple queries 2005-10-14 22:22:11 +00:00
Matthew Wilson
5144b65842 commented out www_edit method so that the generalized, internationalized one in Wobject.pm will be used. 2005-10-14 18:53:59 +00:00
Colin Kuskie
56e5b7ef2b table of contents with internationalization 2005-10-10 05:22:37 +00:00
Wouter van Oijen
8243d36d3b XHTML bugfixes 2005-09-21 21:57:01 +00:00
Colin Kuskie
1ca2a2718b fix namespaces for add/edit form help 2005-09-10 04:45:52 +00:00