Revisions for agora/search.php

Location: [ Horde ] / agora / 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.
Show Branch:
  Revision Date Author Log Message
1.24 (+2 -2 lines) 04/15/2008 03:23 PM Chuck Hagenbuch chuck

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

1.23 (+2 -2 lines) 01/05/2008 06:37 AM Duck duck

- Do not silence define().
- Get the cache prefix entry only once

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

Happy New Year

1.15.2.1 FRAMEWORK_3 (+2 -2 lines) 01/01/2008 11:10 PM Chuck Hagenbuch chuck

[cjh] Merge Horde_Template_Compiling to stable Agora branch as Agora_Template.

1.21 (+2 -1 lines) 11/26/2007 12:20 AM Michael Rubinsky mrubinsk

Rest of the fixes for improper Horde_Loader usage.
Fairly certain this is all of them for Agora.
Duck, there are still loads of them in the incubator apps.

1.20 (+1 -3 lines) 11/23/2007 03:38 PM Duck duck

Move getForumId() into subclass to avoid scope check when we already know it.
As having autoload loaded, use it.

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

Update some email addresses.

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

First round of copyright assignments.

1.17 (+9 -10 lines) 09/23/2007 05:53 AM Duck duck

Replace Horde_Template with Horde_View

1.16 (+2 -2 lines) 09/23/2007 05:16 AM Duck duck

Replace deprecated is_a with instanceof

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

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

Tags: FRAMEWORK_3

1.14 (+2 -2 lines) 04/08/2007 02:15 PM Duck duck

Fix object name

1.13 (+4 -5 lines) 03/29/2007 04:52 AM Duck duck

Always search in the current scope

1.12 (+7 -4 lines) 02/04/2007 12:36 PM Duck duck

Fix searching by author and pagination.

1.11 (+2 -2 lines) 01/11/2007 06:34 AM Duck duck

Remove agora_template and use the new template code from framework directly.
Show use enum type if adding a moderator and the forums list is not too long.

1.10 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.9 (+2 -2 lines) 12/21/2006 03:22 AM Duck duck

Agora is a big loop. So use the new template code like in gollem, imp etc.

1.8 (+2 -2 lines) 12/20/2006 07:02 AM Duck duck

Star working on morerators.
Add report as abuse action.
Display moderators under the description in forum list.
No need to check if messages exists since getMessage already does.
Standarize the error cheking in modearators actions scripts.

1.7 (+8 -5 lines) 12/18/2006 08:21 AM Duck duck

Don't search if the form is not submitted.
Fix formating of the quoted messages.
Small clean-ups.

1.6 (+24 -7 lines) 12/16/2006 11:30 AM Duck duck

Add search result pagination

1.5 (+15 -26 lines) 12/16/2006 10:26 AM Duck duck

Merged Agora_Forums to agora_Mesasges. For all my test seems to work even with comments in turba.

Move all forums sorting to sql.

Get all last messages in one SQL query instead of each counting.

Clean the mess with naming message_author/message_from. Now every where use message_author like is named the SQL column.

Search is performed by only one query. Instead of performing a query pear each search. I must still implement pagination and result sorting.

1.4 (+8 -2 lines) 10/26/2006 01:10 PM Chuck Hagenbuch chuck

[cjh] Migrate from DataTree to local SQL usage (Duck <duck@obala.net>).

1.3 (+7 -10 lines) 03/10/2006 05:35 PM Chuck Hagenbuch chuck

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

1.2 (+2 -2 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.1 05/19/2005 07:41 PM eraserhd

Implement agora search.