Revisions for imp/rss.php

Location: [ Horde ] / imp / rss.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.17 (+2 -2 lines) 07/22/2008 02:03 AM Michael M Slusarz slusarz

More cleanups to remove BC stuff.

1.11.2.5 FRAMEWORK_3 (+2 -9 lines) 05/06/2008 01:54 PM Michael M Slusarz slusarz

MFH: IMP.php - 1.679-1.682; rss.php - 1.15-1.16; Util.php - 1.426-1.428;
imp/docs/INSTALL - 1.94; dimp/docs/INSTALL - 1.18; dimple.php - 1.18-1.19;
imp.php - 1.213-1.214; cache.php - 1.9; conf.xml - 1.126

Tags: IMP_4_2, IMP_4_2_RC4

1.16 (+2 -2 lines) 05/06/2008 01:28 PM Michael M Slusarz slusarz

Parameter no longer needed.

1.15 (+2 -9 lines) 05/06/2008 12:45 PM Michael M Slusarz slusarz

Add IMP::getPathInfo().

1.11.2.4 FRAMEWORK_3 (+4 -4 lines) 03/10/2008 01:13 PM Michael M Slusarz slusarz

IMP_MailboxCache -> IMP_MessageCache.

Tags: IMP_4_2_RC3

1.14 (+4 -4 lines) 03/07/2008 08:23 PM Michael M Slusarz slusarz

This has bothered me for the longest time - we are storing messages in this
cache, not mailboxes.  Change the library name now and corresponding config
options so we don't need to change them after 4.2 is released.

1.11.2.3 FRAMEWORK_3 (+2 -2 lines) 01/03/2008 02:07 AM Michael M Slusarz slusarz

Bug: 5234
MFH: Add hook for adding formatting information to a message list row.

Tags: IMP_4_2_RC2

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

Happy New Year

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

Happy New Year

1.12 (+2 -2 lines) 12/26/2007 05:27 PM Michael M Slusarz slusarz

Bug: 5234
Merge after: 3 days
Add hook for adding formatting information to a message list row.

1.11.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

1.11 (+2 -2 lines) 11/14/2007 05:28 AM Michael M Slusarz slusarz

Do a smarter job of loading some libraries - we pretty much will always need
IMAP.php, while Template/Help is only needed when viewing via imp (they
are not needed when using dimp/mimp).

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1

1.10 (+3 -3 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.9 (+19 -26 lines) 05/23/2007 11:34 AM Michael M Slusarz slusarz

Better performing RSS feed, doesn't need to use tricks to get around
current search sort, and won't blow away the current mailbox cache.

Tags: IMP_4_2_ALPHA

1.8 (+2 -2 lines) 05/08/2007 10:06 AM Michael M Slusarz slusarz

messagenumbers now start at 1 rather than 0.

1.7 (+2 -2 lines) 05/07/2007 09:53 AM Michael M Slusarz slusarz

Rename buildMailboxArray() to getMailboxArray() to more clearly indicate that
we are not necessarily generating a "page" of information.  Furthermore,
change parameters to allow a defined set of message numbers we want information
about.

1.6 (+2 -2 lines) 02/25/2007 09:20 AM Matt Selsky selsky

Fix variable name.

1.5 (+4 -2 lines) 02/25/2007 02:37 AM Michael M Slusarz slusarz

Bug: 5038
Submitted by: Eric Garrido <ekg2002@columbia.edu>
RSS formatting tweaks.

1.4 (+7 -6 lines) 02/24/2007 01:34 AM Michael M Slusarz slusarz

tweaks

1.3 (+13 -1 lines) 02/24/2007 01:22 AM Michael M Slusarz slusarz

Allow HTTP auth to access RSS info.

1.2 (+6 -10 lines) 01/12/2007 06:55 AM Jan Schneider jan

Several encoding, escaping and style fixes.

1.1 01/12/2007 03:14 AM Michael M Slusarz slusarz

Bug: 2733
Submitted by: Eric Garrido <ekg2002@columbia.edu>
Add RSS/Atom feed for mailboxes.