Revisions for trean/search.php

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

Happy New Year

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

First round of copyright assignments.

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

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

1.26 (+4 -8 lines) 02/04/2007 05:52 PM Chuck Hagenbuch chuck

Pretty big UI reorg. Reintroduce the folder tree, make most bookmark
actions work without javascript, introduce an actions panel, etc.

1.25 (+15 -36 lines) 01/02/2007 09:53 PM Chuck Hagenbuch chuck

Searching and status reports work again now.

1.24 (+5 -9 lines) 01/02/2007 03:16 PM Chuck Hagenbuch chuck

- remove click and rating reports since we can sort by them now
- fix http status overview report
- consolidate search templates

1.23 (+2 -7 lines) 06/14/2006 08:58 PM Ben Chavet ben

no need to have two templates for search results

1.22 (+20 -4 lines) 06/14/2006 08:16 PM Ben Chavet ben

use Horde_Form for search form

1.21 (+2 -1 lines) 06/14/2006 07:46 PM Ben Chavet ben

clean up some of the search CSS, use striped table instead item[0-1]

1.20 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.19 (+2 -2 lines) 05/06/2005 11:16 PM Ben Chavet ben

Use the standard search results interface for the reports drill-down
screens.

1.18 (+21 -10 lines) 05/05/2005 01:16 AM Ben Chavet ben

Include standard editing controls in the search results screen

1.17 (+1 -5 lines) 04/24/2005 02:01 AM Ben Chavet ben

Show bookmark's parent category in the search results screen

1.16 (+2 -2 lines) 03/15/2005 05:01 PM Ben Chavet ben

Add backend support for Horde_Share, though the UI doesn't reflect this yet.
Unfortunately, this breaks compatibility with Horde 3.0.x, but we're
shooting for a release with Horde 3.1.

be sure to run scripts/upgrades/2005-03-15_move_to_horde_share.php

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

Happy New Year

1.14 (+15 -16 lines) 01/02/2005 06:18 PM Chuck Hagenbuch chuck

Add & use $bookmark->getParent() instead of using $category_id in the
bookmark view templates for general cleanup and also to avoid warnings
on the search results page.

Also general HTML cleanup while I was there.

1.13 (+42 -28 lines) 12/14/2004 05:51 PM Ben Chavet ben

Restructured the bookmark storage to take better advantage of the natural
parent/child relationships that the datatree structure provides.

The most notable advantage of this is the ability to have bookmarks in
the root category (No more "You must have at least one category..."
messages).

Minor UI updates, more to come.

1.12 (+2 -2 lines) 12/07/2004 11:09 AM Chuck Hagenbuch chuck

Instead of hardcoding '-1' in tons of places, use a new constant: DATATREE_ROOT. Much more readable, etc. At the same time, make this an int (-1) instead of the string value ('-1') which was inconsistent with all other datatree ids, buggy, etc.

1.11 (+2 -2 lines) 11/14/2004 05:59 PM Chuck Hagenbuch chuck

- new bookmark and add graphics
- remove unused graphics
- use new <ul> menu

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

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

1.9 (+15 -8 lines) 05/11/2004 03:32 PM Chuck Hagenbuch chuck

- strings instead of constants
- make sure all files have a header
- fix license references to all point to the actual LICENSE file.
- cleanups

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

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

1.7 (+7 -7 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.6 (+2 -2 lines) 05/23/2003 09:21 AM Chuck Hagenbuch chuck

Another batch of menu.php -> ::menu() changes.

1.5 (+3 -4 lines) 01/14/2003 03:25 PM Chuck Hagenbuch chuck

Lots of cleanup, HTML fixes, etc. Links show up where they should again.

1.4 (+2 -2 lines) 12/19/2002 09:22 PM Chuck Hagenbuch chuck

- Fix searching
- Bookmarks in search results can now be edited or deleted
- Style cleanups

1.3 (+12 -16 lines) 10/08/2002 07:18 PM Chuck Hagenbuch chuck

More fixes, fixed searching, and started working on getting the
folders tree to just be displayed by our CategoryTree
library. Commented out for now, though.

1.2 (+1 -2 lines) 08/25/2002 11:47 PM Chuck Hagenbuch chuck

more html.php references

1.1 08/25/2002 09:37 PM mikec

Initial Commit of Trean.

Add Bookmark/Category working.
Search working.
Edit/Delete not started