Revisions for hermes/time.php

Location: [ Horde ] / hermes / time.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.49 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

Tags: HERMES_1_0_RC1

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

Happy New Year

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

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

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

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

1.45 (+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.44 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.43 (+3 -1 lines) 12/16/2005 11:06 AM Jan Schneider jan

Add tabs to overview page too.

1.42 (+2 -4 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.41 (+19 -21 lines) 07/30/2005 04:21 PM Chuck Hagenbuch chuck

Consolidate form file

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

Happy New Year

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

New menu.

1.38 (+6 -5 lines) 10/19/2004 03:02 PM Chuck Hagenbuch chuck

Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
Also, remove several scripts that were basically duplicates of popup.js and
just use popup.js.

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

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

1.36 (+2 -1 lines) 10/11/2004 09:15 PM Chuck Hagenbuch chuck

Preserve sessionId in this form.

1.35 (+5 -79 lines) 09/28/2004 05:23 PM Chuck Hagenbuch chuck

- Move time entry to a seperate page
- Remove (now) unused files
- Access keys

1.34 (+4 -6 lines) 09/13/2004 05:33 PM Chuck Hagenbuch chuck

Small cleanup, ws trim

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

We don't want to have $template globals; API calls tend to screw them
up. Define in each file instead.

1.32 (+5 -3 lines) 07/09/2004 10:22 AM eraserhd

* Oops, search icon was not ready for commit.

1.31 (+12 -3 lines) 07/06/2004 01:17 PM eraserhd

* Use separate "new timeslice" icon.

1.30 (+34 -3 lines) 06/21/2004 03:18 PM eraserhd

Merge time submit form into time entry form

1.29 (+45 -25 lines) 06/21/2004 03:09 PM eraserhd

Make time entry form "float".

1.28 (+7 -15 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.27 (+15 -32 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.26 (+2 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.25 (+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.24 (+9 -9 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.23 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.22 (+2 -2 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.21 (+59 -38 lines) 11/05/2003 01:28 PM Chuck Hagenbuch chuck

Attached is a patch which merges the entry and edit screens and makes
nag-style UI improvements to hermes.  If you have a lot of clients, the
old edit screen can take a long time to load (as it includes the html
for the client drop down for every line item).

("Jason M. Felice" <jfelice@cronosys.com>)

1.20 (+3 -7 lines) 09/23/2003 02:21 PM Chuck Hagenbuch chuck

"Jason M. Felice" <jfelice@cronosys.com>:

We have some clients and some categories with long names, so the entry form on
the entry screen is very wide.  Some users miss the description and
additional notes fields because they are off to the right side of the
screen.

This uses the standard renderer so the field layout is vertical instead of
horizontal.  There is also a small fix for conditional_setvalue.php.

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

Use the new Util:: class.

1.18 (+23 -2 lines) 08/13/2003 09:04 PM Chuck Hagenbuch chuck

Show total hours, total non-billable hours, total billable hours, and
percents on entry screen.

Submitted by: Jason M. Felice" <jfelice@cronosys.com>

1.17 (+2 -2 lines) 07/11/2003 04:23 PM Chuck Hagenbuch chuck

Creates Hermes::getDayOfWeek() and Hermes::getEndOfWeekStamp(), fixes date
calculation logic.

Submitted by: "Jason M. Felice" <jfelice@cronosys.com>

1.16 (+2 -2 lines) 06/19/2003 02:47 PM Chuck Hagenbuch chuck

LOG_* constants -> PEAR_LOG_*

1.15 (+2 -2 lines) 06/02/2003 02:47 PM Chuck Hagenbuch chuck

Make the config file checking sane here.

1.14 (+2 -2 lines) 05/23/2003 10:44 AM Chuck Hagenbuch chuck

Last menu.php files.

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

Fix license URL.

1.12 (+3 -6 lines) 04/04/2003 09:17 PM mdjukic

new horde_form syntax

1.11 (+2 -2 lines) 03/20/2003 11:01 AM Chuck Hagenbuch chuck

is_a()

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

Bump year.

1.9 (+2 -2 lines) 11/14/2002 03:56 PM Chuck Hagenbuch chuck

Fix a problem with Horde_Form_Renderer_rows and checkboxes.

1.8 (+22 -8 lines) 10/06/2002 12:26 AM Chuck Hagenbuch chuck

Add basic printing functionality.

1.7 (+5 -5 lines) 09/24/2002 06:58 PM Chuck Hagenbuch chuck

phase 2: complete the renaming of FormSprocket:: to Horde_Form:: and
GraphSprocket:: to Horde_Graph::

1.6 (+13 -18 lines) 08/21/2002 01:21 AM Chuck Hagenbuch chuck

Herre's a metric ton of new code for Hermes, including submission of time,
editing of entries, browsing to arbitrary weeks, etc.

THERE ARE DATABASE CHANGES NECESSARY.

This should round out the initial implementation of Hermes pretty nicely.

1.5 (+2 -2 lines) 07/29/2002 01:28 AM Chuck Hagenbuch chuck

Tweak wording - not storing a whole timesheet here.

1.4 (+2 -2 lines) 07/29/2002 01:26 AM Chuck Hagenbuch chuck

Fix typo.

1.3 (+4 -2 lines) 07/28/2002 02:39 AM Chuck Hagenbuch chuck

don't show validation errors in top form

1.2 (+9 -3 lines) 07/22/2002 01:48 PM Chuck Hagenbuch chuck

Updates/cleanups/fix date range handling; add beginning of an admin interface
(just copied from Whups for now - won't work)

1.1 07/19/2002 06:21 PM Chuck Hagenbuch chuck

Very alpha Hermes version. Lets you enter time. :)