Revisions for agora/lib/View.php

Location: [ Horde ] / agora / lib / View.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.13 (+3 -2 lines) 04/15/2008 03:23 PM Chuck Hagenbuch chuck

View naming - .html.php, some flattening of directories

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

Happy New Year

1.11 (+1 -8 lines) 11/02/2007 02:11 PM Chuck Hagenbuch chuck

this code should be using autoloading if it's going to use Horde_View, etc.

1.10 (+3 -3 lines) 09/24/2007 04:31 AM Duck duck

Require once

1.9 (+19 -120 lines) 09/23/2007 05:53 AM Duck duck

Replace Horde_Template with Horde_View

1.8 (+1 -1 lines) 09/23/2007 05:19 AM Duck duck

Rename this file to leave place for Horde_View

1.7 (+4 -4 lines) 09/23/2007 05:16 AM Duck duck

Replace deprecated is_a with instanceof

1.6 (+3 -3 lines) 09/08/2007 12:23 PM Jan Schneider jan

typos

1.5 (+3 -1 lines) 08/23/2007 01:06 PM Duck duck

Use scope for cache keys, to avid overlaping in different scopes

1.4 (+5 -1 lines) 06/09/2007 01:26 PM Duck duck

Split even the forums per scope.

Don't show the forums list selection in search form for scopes other than agora ? having thousends of forms for comments is not usefull.

Use getBareForums for forms for search forum selection.

1.3 (+23 -21 lines) 06/07/2007 10:18 AM Michael Rubinsky mrubinsk

Don't show thread/flat form if pref is locked.

1.2 (+11 -8 lines) 06/01/2007 04:53 PM Duck duck

Stop if the forum does not exists

1.1 06/01/2007 12:26 PM Duck duck

Extend doComments to allow user to switch threaded/flat view. Flat view has pagination and the ability to resort comments directly from the comments. I will try to find some time this weekend to combine this  code from the classic thread listing.