Revisions for whups/config/templates.php.dist

Location: [ Horde ] / whups / config / templates.php.dist View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.12 (+11 -1 lines) 04/12/2005 05:17 PM Chuck Hagenbuch chuck

[cjh] Allow export templates to define a callback function for filtering
data. Includes an example for properly quoting CSV data (Bug #1774).

Tags: WHUPS_1_0_RC1

1.11 (+2 -2 lines) 02/11/2005 10:58 AM Chuck Hagenbuch chuck

Fix some broken html

1.10 (+6 -6 lines) 09/17/2004 12:04 AM Chuck Hagenbuch chuck

avoid starting property names/sql aliases with '_' characters.

Bug: 595

1.9 (+2 -2 lines) 04/05/2004 11:10 PM Chuck Hagenbuch chuck

This *should* finish off the Module -> Queue conversion, including in
the SQL. Needs to be tested and ironed out before being ported to
dev.horde.org and marked done, though.

1.8 (+2 -2 lines) 03/11/2004 04:01 PM Chuck Hagenbuch chuck

Use Queue instead of Module. Database fields have not been
touched. I've tested this, but it's also possible that some forms may
need to be tweaked to work, and that the UI may still say "module" in
some places.

1.7 (+1 -17 lines) 06/25/2003 09:38 PM Chuck Hagenbuch chuck

fix data export problems with new multiple owners code.

1.6 (+3 -3 lines) 06/19/2003 12:02 AM Chuck Hagenbuch chuck

[cjh] Allow assignment of a ticket to multiple users.

- probably still some kinks to work out, but seems pretty solid here
- need a migration script (volunteers?)
- still to come: assigning to groups

1.5 (+5 -1 lines) 12/14/2002 10:53 PM Chuck Hagenbuch chuck

[cjh] Allow multiple levels of sorting (first by date, then type, etc).

- added examples of this to the sample report templates.
- not currently possible to set this as your sorting prefs; need a ui for that.

1.4 (+15 -1 lines) 12/12/2002 12:56 PM Chuck Hagenbuch chuck

- show number of results in search results
- email address are now available to report templates.

1.3 (+2 -2 lines) 11/26/2002 10:24 AM Chuck Hagenbuch chuck

- Add a link back to the ticket as one of the available template fields
- make the current date available in the template
- don't show tickets twice on the My Bugs page; if a ticket is assigned to
  you, you only see it on the assigned tickets, not the requested tickets,
  section.
- clean up My Bugs interface to not show empty sections.

1.2 (+13 -2 lines) 11/21/2002 04:53 PM Chuck Hagenbuch chuck

- Better consistency in the data fields for templates
- Add a CSV template from Mike Baptiste <mike@msbnetworks.net>
- Templates can now specify their filename.

1.1 11/17/2002 10:49 PM Chuck Hagenbuch chuck

Use Horde_Template to generate configurable reports from search result
sets.