Revisions for nag/list.php

Location: [ Horde ] / nag / list.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.
Show Branch:
  Revision Date Author Log Message
1.122 (+5 -5 lines) 09/30/2008 04:11 PM Michael M Slusarz slusarz

Update prototypejs to 1.6.0.3.  Remove all duplicative scripts in H4 apps
to make upgrading easier in the future.

1.93.8.9 FRAMEWORK_3 (+2 -2 lines) 07/02/2008 12:15 PM Jan Schneider jan

MFH: Add preference to set columns for the list view.

Tags: NAG_2_3, NAG_2_3_RC1

1.121 (+2 -2 lines) 07/02/2008 12:03 PM Jan Schneider jan

Add preference to set columns for the list view.

1.93.8.8 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:32 AM Jan Schneider jan

Happy New Year

Tags: NAG_2_2, NAG_2_2_RC3, NAG_2_2_RC2

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

Happy New Year

1.93.8.7 FRAMEWORK_3 (+76 -39 lines) 12/20/2007 09:23 AM Jan Schneider jan

Merge from HEAD.

1.119 (+8 -2 lines) 09/27/2007 11:54 AM Jan Schneider jan

No dynamic sorting if we have subtasks. Sorting tables with tree rows won't be
possible anytime soon.

Tags: BEFORE_MERGE_3_2, NAG_2_2_RC1

1.118 (+2 -2 lines) 08/01/2007 12:11 AM Chuck Hagenbuch chuck

Jon has assigned his copyrights to The Horde Project.

Tags: NAG_2_2_ALPHA

1.117 (+2 -2 lines) 06/27/2007 07:44 PM Jan Schneider jan

Don't mix classical array iterating with references and PHP5, they're simply
broken! Implement our own iterator.
Add mergeChildren(). This, together with the array fixes, make the
cloneObject() calls no longer necessary, which makes large tasklists usable
again.

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

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

1.115 (+9 -9 lines) 05/27/2007 12:45 AM Chuck Hagenbuch chuck

ws

1.114 (+27 -39 lines) 05/23/2007 10:40 AM Jan Schneider jan

Rewrite large portions of Nag to use Nag_Task objects instead of task hashes.
I didn't test every and each little bit of the code, so expect a bumpy ride
for a while.

1.113 (+19 -2 lines) 05/21/2007 01:06 PM Jan Schneider jan

Implement subtasks.
Fix obvious bugs in the Kolab driver while there, but it's still untested.
Re-add delete button to edit form.
Editing sub-sub-tasks and exporting subtasks is still missing.

1.112 (+10 -1 lines) 05/03/2007 08:18 AM Jan Schneider jan

Add start dates.

1.93.8.6 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:55 AM Jan Schneider jan

Happy New Year

Tags: NAG_2_1_4, NAG_2_1_3

1.111 (+2 -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.110 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.93.8.5 FRAMEWORK_3 (+4 -4 lines) 12/16/2006 09:31 PM Chuck Hagenbuch chuck

MFH: don't use RPC_rest backend, add local restful prefs api files for BC.

1.109 (+2 -2 lines) 12/16/2006 09:30 PM Chuck Hagenbuch chuck

Use restful prefs api instead of RPC_rest interface; include local
copies of pref_api.php for BC.

1.108 (+3 -1 lines) 11/17/2006 11:59 PM Chuck Hagenbuch chuck

[cjh] Default to a javascript quick search, if available, with options
for the full search and a direct link to full search if javascript
is unavailable.

1.107 (+2 -2 lines) 11/17/2006 06:01 PM Chuck Hagenbuch chuck

Make sure the correct tab is highlighted.

1.106 (+21 -9 lines) 11/17/2006 05:31 PM Chuck Hagenbuch chuck

[cjh] Allow explicitly searching All, Incomplete, or Completed tasks
(Request #4222).

1.105 (+1 -7 lines) 11/16/2006 05:50 PM Chuck Hagenbuch chuck

centralize checking/masking of private tasks.

1.104 (+6 -2 lines) 10/27/2006 07:19 PM Chuck Hagenbuch chuck

Move tasklist/notepad selection to panels like Kronolith's.

1.103 (+2 -2 lines) 04/19/2006 03:42 PM Chuck Hagenbuch chuck

Don't require 'private' to be initialized to false (might be empty
when using external listAs tasks).

1.102 (+8 -3 lines) 04/18/2006 09:29 AM Jan Schneider jan

Add private flag.

1.93.8.4 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:29 PM Jan Schneider jan

Happy new year

Tags: NAG_2_1_2, NAG_2_1_1, NAG_2_1, NAG_2_1_RC2, NAG_2_1_RC1

1.101 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.93.8.3 FRAMEWORK_3 (+32 -30 lines) 10/18/2005 08:56 AM Jan Schneider jan

Merged from HEAD.

1.100 (+1 -2 lines) 09/29/2005 05:33 PM Chuck Hagenbuch chuck

Remove unused variables and other little small snippets.

Tags: BEFORE_MERGE_3_1

1.99 (+2 -1 lines) 09/29/2005 01:47 PM Chuck Hagenbuch chuck

[cjh] Add support for dynamic re-sorting of the task list, including saving
the sort preferences on any changes.

1.98 (+2 -2 lines) 07/08/2005 04:02 PM Chuck Hagenbuch chuck

Stick to .js for js files that really are just js.

1.97 (+10 -20 lines) 07/08/2005 03:04 PM Chuck Hagenbuch chuck

- Add categoryCSS.php for Nag, too
- Hack to make it work for the portal by including a link tag where it's not technically legal. works in Firefox, though, so maybe it'll get us through to a BC fix for it.
- Clean up a bunch of CSS and HTML
- make the task list columns dynamically resortable. Pretty good but needs some work still to adjust the column CSS and to store the sort order permanently.

1.96 (+24 -12 lines) 04/27/2005 05:29 PM Jan Schneider jan

Add print view to task list.
Bug: 1875
Submitted by: kevin_myer@iu13.org

1.93.8.2 FRAMEWORK_3 (+3 -1 lines) 02/15/2005 03:21 PM Chuck Hagenbuch chuck

MFH: allow hiding tasklist name
category management link

Tags: NAG_2_0_4, NAG_2_0_3, NAG_2_0_2, NAG_2_0_2_RC1

1.95 (+3 -1 lines) 01/15/2005 09:25 PM Chuck Hagenbuch chuck

[cjh] Allow hiding the Task List column in the List view.

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

Happy New Year

1.93.8.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: NAG_2_0_1

1.28.2.9 RELENG_1 (+2 -2 lines) 01/03/2005 06:26 AM Jan Schneider jan

Happy New Year! :-)

Tags: NAG_1_1_3, NAG_1_1_2

1.93 (+2 -2 lines) 11/14/2004 10:28 PM Chuck Hagenbuch chuck

- Use new CSS menu
- remove SHARE_ constants

Tags: FRAMEWORK_3, NAG_2_0, NAG_2_0_RC3, NAG_2_0_RC2, NAG_2_0_RC1

1.92 (+2 -2 lines) 11/14/2004 09:11 PM Chuck Hagenbuch chuck

make sure the current tab is always shown selected.

1.91 (+5 -4 lines) 10/29/2004 11:50 AM Chuck Hagenbuch chuck

Apps using Horde_UI_Tabs should call Horde::applicationUrl() on their own. Makes javascript: urls much simpler to handle, etc.

Tags: NAG_2_0_BETA

1.90 (+2 -2 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.89 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

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

1.88 (+3 -1 lines) 09/17/2004 10:08 AM Jan Schneider jan

Use category foreground colors.

1.87 (+3 -3 lines) 09/01/2004 03:54 PM Chuck Hagenbuch chuck

Make sure row styles show consistently.

1.86 (+3 -2 lines) 08/16/2004 10:32 PM Chuck Hagenbuch chuck

Users can now specify a secondary sort column.

Submitted by: Andrew Coleman <mercury@appisolutions.net>

1.85 (+15 -5 lines) 07/27/2004 09:40 PM Chuck Hagenbuch chuck

Preserve searches while re-sorting.

Bug: Francois Marier <francois@nit.ca>

1.84 (+2 -2 lines) 07/24/2004 08:34 PM Chuck Hagenbuch chuck

Use the linedRow css class like in Mnemo.

1.83 (+6 -1 lines) 07/24/2004 08:24 PM Chuck Hagenbuch chuck

Show category with color background in Nag, too.

1.82 (+1 -3 lines) 06/25/2004 05:38 PM Chuck Hagenbuch chuck

- Remove a few unnecessary files
- Clean up HTML, de-nest tables where possible
- Clean up styles/themes

Not quite all the way where Whups and IMP currently are, but cleaner.

1.81 (+1 -2 lines) 06/22/2004 12:33 PM Jan Schneider jan

Not needed anymore.

1.80 (+4 -4 lines) 05/22/2004 08:25 AM Jan Schneider jan

Access keys

1.79 (+3 -7 lines) 05/18/2004 03:16 PM Chuck Hagenbuch chuck

search task categories directly

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

No more HORDE_LIBS.

1.28.2.8 RELENG_1 (+1 -1 lines) 03/26/2004 05:43 PM Jan Schneider jan

Lots and lots of copyright and license updates and fixes. Someone will have to that for the HEAD branches too.

Tags: NAG_1_1_2_RC1

1.77 (+4 -4 lines) 03/19/2004 12:20 PM Chuck Hagenbuch chuck

Clean up the Links stuff in nag a lot - use fewer templates, etc. I'd
really like to rip the Links API apart completely, but I got a bit
lost trying to figure out how I'd do it, so for now I'm just going
these cleanups.

Tags: NAG_2_0_ALPHA

1.76 (+5 -3 lines) 03/18/2004 08:02 PM Chuck Hagenbuch chuck

A few changes to make these templates more reuseable (for things like links).

1.75 (+2 -2 lines) 03/11/2004 06:11 PM Michael M Slusarz slusarz

Remove defines() for actionIDs -> use static strings instead.

1.74 (+9 -6 lines) 02/25/2004 02:12 PM eraserhd

* Use Variables:: instead of Horde_Form_Vars:: in UI widgets.

1.73 (+2 -1 lines) 02/22/2004 09:00 PM jon

This files uses Horde_Form but wasn't require'ing Horde/Form.php.

1.72 (+3 -2 lines) 02/22/2004 12:12 AM eraserhd

* Add $vars and $config parameters to widget constructor.
* Update Horde_UI_Widget:: and derived classes to use a Horde_Form_Vars:: to
access the variable space.

1.71 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

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

1.70 (+4 -3 lines) 01/14/2004 06:49 AM Jan Schneider jan

Fix Share:: method names.

1.69 (+2 -2 lines) 01/01/2004 10:16 AM Jan Schneider jan

Happy new year everyone.

1.68 (+13 -23 lines) 11/23/2003 01:57 PM Chuck Hagenbuch chuck

Use tabs for all/incomplete/complete; remove unnecessary js file.

1.67 (+2 -2 lines) 10/22/2003 11:39 PM Chuck Hagenbuch chuck

fix weirdness with row highlights for overdue tasks.

1.66 (+3 -1 lines) 10/22/2003 03:42 PM Chuck Hagenbuch chuck

Genie-style highlighting of the column that we're currently sorting by.

1.65 (+2 -2 lines) 10/22/2003 10:28 AM Chuck Hagenbuch chuck

tweak title

1.64 (+3 -4 lines) 10/21/2003 10:31 AM Chuck Hagenbuch chuck

- We're showing the name of the task list, not the task list's owner
- Show the name for task lists you own, as well.

1.63 (+2 -6 lines) 09/26/2003 10:16 AM Chuck Hagenbuch chuck

not needed anymore

1.62 (+4 -4 lines) 09/24/2003 05:19 PM Chuck Hagenbuch chuck

typos/inconsistencies

1.61 (+12 -12 lines) 09/16/2003 07:07 PM Jan Schneider jan

Use the new Util:: class.

1.60 (+1 -2 lines) 09/15/2003 03:28 AM mdjukic

the div tag is printed by the javascript file

1.59 (+14 -12 lines) 09/14/2003 05:49 PM Chuck Hagenbuch chuck

- use tooltips for task descriptions in Nag
- try and make use Horde::linkTooltip() a bit more consistent,
and move a few things (htmlspecialcars, Text::toHTML) into
the class method from within IMP/other apps.
- remove a few of the trim() calls on the preview text in IMP -
if any of these were really needed, put them back, but there
seemed to be far too many.

1.58 (+2 -2 lines) 07/04/2003 12:52 PM Chuck Hagenbuch chuck

Quote regular expression metacharacters.

1.57 (+4 -1 lines) 07/04/2003 11:17 AM Chuck Hagenbuch chuck

- tweak the overdue styles a bit
- make it harder to accidentally complete a task while trying to edit.

1.56 (+4 -4 lines) 07/01/2003 11:59 AM Chuck Hagenbuch chuck

I've been meaning to take a shot at cleaning up this UI for a while now.

- nix the priority colors. I know I put them in in the first place, but I've been
finding them very distracting and hard to read for a while now.

- consolidate graphics a bit - make the completed/not completed column
functional with a checkbox graphic to complete uncompleted tasks

- nicer style for completed tasks

- remove a few bits of unnecessary html

- only show the sorting direction graphic on the current sort column.

Whatcha think?

1.55 (+11 -6 lines) 06/11/2003 10:24 AM Chuck Hagenbuch chuck

- Implement searching by category (Christoph Schindler <e9525429@student.tuwien.ac.at>).
- Other search cleanups.

1.54 (+13 -8 lines) 06/03/2003 11:18 PM Chuck Hagenbuch chuck

Commit an API for listing data from other apps - in this case Whups -
as tasks.

There's definitely stuff to improve here; checking all of the APIs is
suboptimal. But it's neat functionality, and we can use this to clean
up Kronolith's display of lots of kinds of items, too.

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

1.53 (+2 -2 lines) 05/22/2003 11:56 PM Chuck Hagenbuch chuck

Another set of menu.php files gone.

1.52 (+1 -2 lines) 05/08/2003 01:19 PM Chuck Hagenbuch chuck

- consolidate status.php files in apps that just include them directly
from menu.php, so no need for a seperate file

- consolidate $notification->notify() calls into menu.php files

- fix checks for available shares to guests to check all available,
not just whether or not one is selected to display.

1.51 (+2 -2 lines) 02/24/2003 04:47 PM Chuck Hagenbuch chuck

- Clean up a bunch of the links ui
- add getLinkSummary() methods for use in status messages.
- Use redirects and notification calls instead of intermediate pages when
adding/deleting links.

1.28.2.7 RELENG_1 (+2 -2 lines) 01/03/2003 07:48 AM Jan Schneider jan

Bump year.

Tags: NAG_1_1_1, NAG_1_1_1_RC1

1.50 (+2 -2 lines) 01/03/2003 07:44 AM Jan Schneider jan

Bump year.

1.28.2.6 RELENG_1 (+3 -6 lines) 12/16/2002 11:51 PM jon

MFH: Style and don't require lib/Driver.php here.

Tags: NAG_1_1, NAG_1_1_RC2, NAG_1_1_RC1

1.49 (+2 -2 lines) 12/12/2002 03:01 PM Chuck Hagenbuch chuck

[cjh] Much more comprehensive permissions checking, and support for
      guest access.

1.48 (+7 -7 lines) 11/29/2002 10:48 AM Chuck Hagenbuch chuck

this works better.

1.47 (+8 -8 lines) 11/29/2002 10:46 AM Chuck Hagenbuch chuck

Use italics instead of the selected class; selected doesn't show up
well with some themes.

1.46 (+2 -2 lines) 11/22/2002 06:52 PM Chuck Hagenbuch chuck

Start converting some redirects to just require statements where we
can. This saves some loading of libraries and variable setup, and
saves an HTTP redirect as well.

Comments on this? I'm thinking of trying to do it in more places, to
streamline our app flow a bit.

1.45 (+6 -1 lines) 11/12/2002 05:59 PM Marcus I. Ryan marcus

Fix owner display so it displays the task list name, not the internal
share name in the owner column.  User ID is still displayed if it is a
default/personal task list.

1.28.2.5 RELENG_1 (+10 -10 lines) 10/09/2002 09:39 AM Jan Schneider jan

MFH some typo/html/style fixes.

1.44 (+28 -7 lines) 09/28/2002 11:18 PM Chuck Hagenbuch chuck

Add an option to show only complete tasks, and add links on the task
view to switch between all, complete, and incomplete.

1.43 (+8 -4 lines) 09/22/2002 12:06 AM Chuck Hagenbuch chuck

- use &Share::singleton()
- move logic out of template

1.42 (+25 -112 lines) 09/20/2002 11:57 AM mikec

Add shared task lists to Nag.

Will post known issues to the dev list.

1.41 (+3 -3 lines) 08/06/2002 11:54 AM Chuck Hagenbuch chuck

no more NOOP

1.40 (+2 -9 lines) 07/30/2002 12:56 PM Michael M Slusarz slusarz

Add getThemeConfig().

1.39 (+1 -3 lines) 07/18/2002 03:20 PM Michael M Slusarz slusarz

Prefs:: automatically saves dirty prefs at the end of a request.

1.38 (+11 -1 lines) 07/07/2002 10:12 PM Eric Rostetter ericr

* Add theme support to nag -- Can those who know please check this code
to make sure it is ok and the proper fix to add theme support to nag?

1.28.2.4 RELENG_1 (+3 -3 lines) 07/07/2002 06:53 PM Chuck Hagenbuch chuck

MFH: fix changing of sorting options.

1.37 (+3 -3 lines) 07/07/2002 06:53 PM Chuck Hagenbuch chuck

more flexible fix.

1.36 (+3 -3 lines) 07/07/2002 06:50 PM Chuck Hagenbuch chuck

fix changing of sort order/criteria

Submitted by: Eric Rechlin <eric@hpcalc.org>

Only showing the 100 latest revisions. Show all revisions? (may take a while).