Revisions for imp/templates/search/search.html

Location: [ Horde ] / imp / templates / search / search.html 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.28.2.4 FRAMEWORK_3 (+2 -0 lines) 07/16/2008 02:32 AM Michael M Slusarz slusarz

Bug: 6921
MFH:
1.1162    +1 -0      imp/docs/CHANGES
1.116     +39 -17    imp/lib/Search.php
2.199     +21 -2     imp/search.php
1.31      +2 -0      imp/templates/search/search.html

Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1

1.31 (+2 -0 lines) 07/16/2008 02:26 AM Michael M Slusarz slusarz

Bug: 6921
Search by size now displayed in KB.
Also, doesn't make sense to have 'not' searches for Size searches.

1.28.2.3 FRAMEWORK_3 (+4 -24 lines) 06/09/2008 07:59 PM Michael M Slusarz slusarz

Bug: 6825
MFH: Improve search page by moving flags into search criteria section.

1.30 (+4 -24 lines) 06/06/2008 01:50 AM Michael M Slusarz slusarz

Bug: 6825
Merge after: 1 week
Improve search page by moving flags into search criteria section.

1.28.2.2 FRAMEWORK_3 (+1 -1 lines) 03/21/2008 05:52 PM Matt Selsky selsky

MFH: 1.29

Tags: IMP_4_2, IMP_4_2_RC4

1.29 (+1 -1 lines) 03/21/2008 05:40 PM Matt Selsky selsky

Use delete icon on search page for removing criteria.

Bug: 6515
Submitted by: Liam Hoekenga <liamr@umich.edu>

1.28.2.1 FRAMEWORK_3 (+0 -0 lines) 12/20/2007 09:00 AM Jan Schneider jan

Merge from HEAD.

Tags: IMP_4_2_RC3, IMP_4_2_RC2

1.28 (+1 -1 lines) 11/05/2007 06:51 AM Jan Schneider jan

Fix deleting search fields.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1

1.27 (+1 -1 lines) 02/07/2007 02:28 PM Michael M Slusarz slusarz

Fix recall from recent save queries.

Tags: IMP_4_2_ALPHA

1.26 (+2 -2 lines) 01/31/2007 07:13 PM Jan Schneider jan

Revert, it's not necessary.

1.25 (+2 -2 lines) 01/31/2007 07:01 PM Jan Schneider jan

We need to put this into a table for style reasons. *sigh*

1.24 (+12 -12 lines) 12/04/2006 12:11 PM Michael M Slusarz slusarz

Convert to prototype

1.23 (+1 -1 lines) 08/18/2006 08:52 AM Jan Schneider jan

New separator style.

1.22 (+1 -0 lines) 07/25/2006 03:43 PM Michael M Slusarz slusarz

Fix populating fields from drop-down saved searches.

1.21 (+0 -1 lines) 07/23/2006 06:11 PM Michael M Slusarz slusarz

Bug: 4195
Don't need to pass this parameter.

1.20 (+15 -9 lines) 07/16/2006 05:17 AM Matt Selsky selsky

Add labels to form elements.

Bug: 4080

1.19 (+3 -7 lines) 05/20/2006 12:15 AM Michael M Slusarz slusarz

No need to have a separate "Edit search query" view since this is what we
always do for non Virtual Folder editing.  Just populate the fields and act
like we are doing a regular query creation.

1.18 (+2 -2 lines) 05/19/2006 06:39 PM Michael M Slusarz slusarz

Fix submit label when editing an existing search query.

1.17 (+23 -23 lines) 03/15/2006 12:43 PM Chuck Hagenbuch chuck

Use more generic labels for date search criteria (Bug #3448).
HTML cleanup, get rid of a bunch of borders around form elements, especially in IE.

1.16 (+16 -2 lines) 03/05/2006 07:50 PM Michael M Slusarz slusarz

Bug: 3337
Initial implementation of "recent search" caching/retrieval.

1.15 (+3 -3 lines) 03/05/2006 07:02 PM Michael M Slusarz slusarz

more grammatically correct, IMHO

1.14 (+2 -2 lines) 02/27/2006 03:22 PM Michael M Slusarz slusarz

Fix display on themes w/dark backgrounds

1.13 (+2 -0 lines) 02/14/2006 08:18 PM Michael M Slusarz slusarz

There's no reason we shouldn't allow searching with POP.  Thus fix new
search code to allow us to search INBOX with POP servers.

1.12 (+4 -2 lines) 02/09/2006 12:40 AM Michael M Slusarz slusarz

Bug: 3413
just grasping for straws here - put closing tags on new line so maybe
Horde_Template:: will parse this correctly now?

1.11 (+3 -3 lines) 02/07/2006 12:09 AM Chuck Hagenbuch chuck

minor html cleanup

1.10 (+4 -4 lines) 01/23/2006 12:03 PM Michael M Slusarz slusarz

Apparently you can use gettext tags inside an HTML tag.  I don't know why I
thought otherwise.

1.9 (+12 -6 lines) 01/20/2006 01:01 AM Michael M Slusarz slusarz

MFH: 'create_vfolder' not used

1.8 (+4 -9 lines) 01/20/2006 12:49 AM Michael M Slusarz slusarz

the 'create_vfolder' case is never used.

1.7 (+7 -7 lines) 01/19/2006 04:10 PM Michael M Slusarz slusarz

Fix template error

1.6 (+8 -8 lines) 01/17/2006 02:17 AM Michael M Slusarz slusarz

Various fixes/enhancements/tweaks for the IMP_Search:: code.

1.5 (+14 -15 lines) 01/16/2006 03:36 PM Michael M Slusarz slusarz

Bug: 3255
Merge after: 1 week
Rewrite of IMP_Search:: and IMP_VFolder::.  We shouldn't need a separate
vfolder library as the vfolder stuff is simply a subset of our searching
code.
Problems with old code: It was impossible to know for sure whether we were
currently in a virtual mailbox vs. just a search mailbox since there was
no location we could reliably check for this.  Now, IMP_Search does all the
work for us - $imp_search will always be available and global if we are using
IMAP.
I realize this is a lot of changes during the RC phase, but necessary since
there were multiple bugs/issues I have found that could not be fixed without
this change (e.g. Bug 3255).  I'm going to give this a few days of testing in
HEAD before I merge so dont expect it in 4.1 immediately.

1.4 (+12 -9 lines) 01/14/2006 06:27 PM Michael M Slusarz slusarz

Clean up some html formatting.  Use IMP_Template:: to workaround
Horde_Template BC limitations (ifs in nested loops).

1.3 (+15 -3 lines) 01/04/2006 02:05 AM Michael M Slusarz slusarz

build these widgets in the template, not the script.
only load IMP_Folder:: if needed.
Fix undefined variable error.

1.2 (+99 -146 lines) 01/04/2006 01:40 AM Michael M Slusarz slusarz

start cleaning up some of this ugliness

1.1 01/01/2006 11:17 PM Michael M Slusarz slusarz

Convert search page to Horde_Template::.