Revisions for hermes/search.php

Location: [ Horde ] / hermes / search.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.41 (+2 -2 lines) 04/04/2008 07:42 AM Jan Schneider jan

Remove unused parameter.
Bug: 6552

Tags: HERMES_1_0_RC1

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

Happy New Year

1.39 (+2 -2 lines) 10/30/2007 10:46 PM Jan Schneider jan

Update some email addresses.

1.38 (+4 -2 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.37 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.36 (+2 -1 lines) 08/21/2006 05:15 AM Jan Schneider jan

Space

1.35 (+3 -3 lines) 06/27/2006 08:12 PM Chuck Hagenbuch chuck

- New table style
- move a few more forms into lib/Forms

1.34 (+16 -17 lines) 04/09/2006 03:21 PM Chuck Hagenbuch chuck

Remove unnecessary Horde_Form::singleton() calls and other references.

1.33 (+3 -3 lines) 02/21/2006 11:59 PM Chuck Hagenbuch chuck

Move Horde_UI_Table into Hermes which is the only app that uses it. To
be fully phased out later.

1.32 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.31 (+2 -19 lines) 12/16/2005 11:06 AM Jan Schneider jan

Add tabs to overview page too.

1.30 (+2 -5 lines) 10/29/2005 01:35 PM Chuck Hagenbuch chuck

There's no reason for the print links to require javascript. Make them
all accessible, make them use popup(this.href). Users with javascript
off will just get a blank window using the printer friendly display
styles; they can hit print themselves.

1.29 (+20 -1 lines) 09/20/2005 03:09 PM Chuck Hagenbuch chuck

[cjh] Add subtotal tabs to the time search form
(tevans@tachometry.com, Bug #2632).
[cjh] Add cost object filtering to the time search page
(tevans@tachometry.com, Bug #2631).

1.28 (+22 -6 lines) 08/04/2005 01:56 PM Chuck Hagenbuch chuck

[cjh] Print button for timesheets, and support for only showing some timesheet
elements when printing (Bug #2375).

1.27 (+2 -12 lines) 08/03/2005 04:52 PM Chuck Hagenbuch chuck

- html cleanup
- make export formats a bit more useful (include formatted dates as well as timestamps, etc.)
- allow search and export forms to be resubmitted (no need to guard against multiple submission there)

1.26 (+8 -9 lines) 07/30/2005 04:21 PM Chuck Hagenbuch chuck

Consolidate form file

1.25 (+26 -60 lines) 05/24/2005 11:43 AM Jan Schneider jan

There is no link that makes you edit a time entry in the search page, so
remove all the edit code that's duplicated from entry.php.

1.24 (+9 -2 lines) 05/24/2005 11:37 AM Jan Schneider jan

Allow to submit time entries from the search screen.

1.23 (+49 -1 lines) 02/22/2005 02:55 PM eraserhd

* Ressurect CSV/TSV/IIF export support on search screen (data is uncooked,
though).

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

Happy New Year

1.21 (+4 -4 lines) 11/21/2004 07:09 PM Chuck Hagenbuch chuck

New menu.

1.20 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.19 (+2 -2 lines) 08/31/2004 02:26 PM Chuck Hagenbuch chuck

revert change that was made debugging weird stuff.

1.18 (+3 -4 lines) 08/31/2004 02:26 PM Chuck Hagenbuch chuck

tiny tweaks

1.17 (+3 -1 lines) 08/31/2004 02:09 PM Chuck Hagenbuch chuck

More spacing.

1.16 (+3 -4 lines) 06/14/2004 11:40 AM eraserhd

Remove concept of "current" week.

* Use standard date pickers instead of drop downs with seven days for entry.
* Remove "Current Week" and "Other Weeks" from menu.
* View all unsubmitted time (instead of all time for week) on entry screen.

1.15 (+3 -2 lines) 06/10/2004 12:20 AM eraserhd

* Horde_UI_Table:: is now useful enough to use on the time entry screen, too.
* Show proper table titles on search and time entry screens.

1.14 (+2 -2 lines) 06/10/2004 12:04 AM eraserhd

* Make Horde_UI_Table:: support pseudo-type to pass through HTML.
* Allow edit/delete of timeslices on hermes' search screen again.

1.13 (+1 -2 lines) 05/20/2004 11:27 AM Jan Schneider jan

Fix package names.

1.12 (+4 -1 lines) 05/14/2004 02:08 PM eraserhd

Re-enable the export form.

1.11 (+7 -79 lines) 05/02/2004 05:25 PM eraserhd

* Implement Horde_UI_Table:: (finally).

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

No more HORDE_LIBS.

1.9 (+3 -2 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.8 (+8 -8 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.7 (+13 -5 lines) 02/06/2004 05:05 PM eraserhd

* Add support for CSV and tab-delimited exports.

1.6 (+44 -1 lines) 02/06/2004 02:57 PM eraserhd

* Add ability to export search results.
* Remove old, crusty data export screen.

1.5 (+18 -38 lines) 02/06/2004 01:20 PM eraserhd

* Store search criteria in the session so we don't loose it when we edit a
record.

1.4 (+2 -1 lines) 02/03/2004 06:16 PM Chuck Hagenbuch chuck

sort out includes a little.

1.3 (+3 -3 lines) 02/03/2004 10:24 AM eraserhd

This time, fix searching for submitted/exported time in _all_ cases.

1.2 (+3 -4 lines) 01/26/2004 12:54 PM eraserhd

* Search would ignore submitted or exported filter when set to "No".

1.1 01/20/2004 03:49 PM eraserhd

Implement a Hermes search screen