Revisions for whups/data.php

Location: [ Horde ] / whups / data.php 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.29 (+2 -2 lines) 02/28/2008 12:01 AM Chuck Hagenbuch chuck

[cjh] Use pretty URLs if Horde is configured for them (Request #5922).

Tags: WHUPS_1_0_RC1

1.28 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.27 (+2 -2 lines) 06/15/2007 11:22 AM Chuck Hagenbuch chuck

Rename $whups to $whups_driver

1.26 (+2 -2 lines) 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

1.25 (+4 -2 lines) 01/01/2007 07:42 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.24 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.23 (+8 -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).

1.22 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

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

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

Bug: 595

1.20 (+2 -2 lines) 06/22/2004 10:09 AM Chuck Hagenbuch chuck

More work on re-organizing Whups and moving towards the new whups_logs
format. This still isn't complete, but I'm trying to get myself to
finish it so I'm getting it to another machine.

1.19 (+2 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.18 (+2 -2 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.17 (+2 -2 lines) 12/13/2003 02:10 PM Michael M Slusarz slusarz

Move Horde_Template to framework

1.16 (+4 -4 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.15 (+4 -4 lines) 06/25/2003 09:38 PM Chuck Hagenbuch chuck

fix data export problems with new multiple owners code.

1.14 (+2 -2 lines) 04/26/2003 08:28 PM Chuck Hagenbuch chuck

Fix license URL.

1.13 (+2 -2 lines) 01/29/2003 12:29 PM Chuck Hagenbuch chuck

Use $whups instead of $backend to avoid potential naming clashes
between apps (at least, make them much less likely).

1.12 (+2 -2 lines) 01/02/2003 09:23 PM Jan Schneider jan

Bump year.

1.11 (+4 -5 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.10 (+4 -2 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.9 (+4 -1 lines) 11/26/2002 01:32 PM Chuck Hagenbuch chuck

You can now override sortby/sortdir in report templates.

1.8 (+4 -3 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.7 (+3 -1 lines) 11/21/2002 05:06 PM Chuck Hagenbuch chuck

add a '#' member to the array for 1-based indexing of results in templates.

1.6 (+9 -3 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.5 (+2 -2 lines) 11/18/2002 02:11 PM Chuck Hagenbuch chuck

don't export email addresses.

1.4 (+2 -14 lines) 11/18/2002 12:13 PM Chuck Hagenbuch chuck

- make some comment fields not required in Whups
- fix some problems in Hermes
- change how multienums are handled - don't need [] in the name anymore
  ([] now is ONLY used for the row renderer)
- add category to the whups search form.
- add the ability to assign tickets to someone on ticket creation.

1.3 (+2 -1 lines) 11/18/2002 11:08 AM Jan Schneider jan

Don't show but download the report.

1.2 (+7 -1 lines) 11/17/2002 11:30 PM Chuck Hagenbuch chuck

- fix missing end tags
- only let authenticated users export data

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

Use Horde_Template to generate configurable reports from search result
sets.