|
1.18 (+4 -2 lines) |
09/04/2008 01:03 PM |
Michael M Slusarz slusarz |
Fix address escaping - only display address needs to be run through
htmlspecialchars(). |
|
1.17 (+3 -1 lines) |
08/29/2008 02:54 AM |
Michael M Slusarz slusarz |
Don't do HTML formatting of address information - just parse the addresses
and send to browser and have the browser create the necessary DOM elements.
Reduces data payload, offloads more work from server to browser, and removes
hard-coded formatting information from the PHP library code. |
|
1.8.2.6 FRAMEWORK_3 (+2 -2 lines) |
05/19/2008 04:24 AM |
Jan Schneider jan |
MFH: 1.16 Tags: DIMP_1_1, DIMP_1_1_RC2, DIMP_1_0_1_RC1, DIMP_1_0 |
|
1.16 (+2 -2 lines) |
05/19/2008 04:00 AM |
Jan Schneider jan |
Fix function name.
Bug: 6718 |
|
1.8.2.5 FRAMEWORK_3 (+36 -7 lines) |
05/02/2008 12:30 AM |
Michael M Slusarz slusarz |
MFH: Split message template into separate preview and fullmessage templates. Tags: DIMP_1_0_RC4 |
|
1.15 (+36 -7 lines) |
04/30/2008 06:21 PM |
Michael M Slusarz slusarz |
Want to get this in before 1.0 because it changes template files so much...
Rework message display code. Preview mode vs. popup message mode are really
two different things. Hard code the message template into both views. The
major benefit is we no longer have to create the full HTML page/set
event observers every time we view a preview message - we can set it up once
on login and simply update the relevant fields with the new information.
Greatly reduces bandwith and lessens resource needs on server side. The
only drawback is the change of several templates and the addition of a new
hook for preview messages - since we are dynamically populating at load time,
we can't adopt the old template approach. But there is a net -1 gain on
template files so that's always a good thing. |
|
1.8.2.4 FRAMEWORK_3 (+2 -2 lines) |
03/10/2008 01:17 PM |
Michael M Slusarz slusarz |
MFH 1.14 Tags: DIMP_1_0_RC3 |
|
1.8.2.3 FRAMEWORK_3 (+3 -3 lines) |
03/10/2008 01:13 PM |
Michael M Slusarz slusarz |
IMP_MailboxCache -> IMP_MessageCache. |
|
1.14 (+2 -2 lines) |
03/10/2008 08:20 AM |
Jan Schneider jan |
typo |
|
1.13 (+3 -3 lines) |
03/07/2008 08:26 PM |
Michael M Slusarz slusarz |
IMP_MailboxCache -> IMP_MessageCache. |
|
1.8.2.2 FRAMEWORK_3 (+2 -2 lines) |
02/07/2008 11:35 PM |
Michael M Slusarz slusarz |
MFH 1.12 |
|
1.12 (+2 -2 lines) |
02/07/2008 11:34 PM |
Michael M Slusarz slusarz |
Submitted by: acmpires@sapo.pt
Fix typo |
|
1.8.2.1 FRAMEWORK_3 (+41 -1 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: DIMP_1_0_RC2 |
|
1.11 (+3 -3 lines) |
01/03/2008 01:53 AM |
Michael M Slusarz slusarz |
Fix library name. |
|
1.10 (+2 -2 lines) |
12/28/2007 05:55 PM |
Matt Selsky selsky |
Fix hook function name. |
|
1.9 (+41 -1 lines) |
12/26/2007 06:01 PM |
Michael M Slusarz slusarz |
[mms] Add hook for adding formatting information to a message list row. |
|
1.8 (+2 -2 lines) |
11/15/2007 10:41 AM |
Jan Schneider jan |
Add $ob parameter to example hook. Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, DIMP_1_0_RC1 |
|
1.7 (+15 -1 lines) |
11/12/2007 11:25 AM |
Jan Schneider jan |
Add hook for e-mail address formatting. |
|
1.6 (+2 -2 lines) |
10/25/2007 11:39 AM |
Jan Schneider jan |
Fix example. |
|
1.5 (+8 -5 lines) |
09/14/2007 01:41 PM |
Jan Schneider jan |
There's more necessary to get this hook working. |
|
1.4 (+2 -2 lines) |
09/14/2007 01:22 PM |
Jan Schneider jan |
Fix template name. Took me half an hour to find it again. |
|
1.3 (+21 -3 lines) |
09/10/2007 06:28 PM |
Jan Schneider jan |
Move application-specific hook examples to the application's config directories. |
|
1.2 (+1 -1 lines) |
11/24/2006 03:32 PM |
Michael M Slusarz slusarz |
Move this hook to horde's base hooks.php file. |
|
1.1 |
11/24/2006 02:15 PM |
Michael M Slusarz slusarz |
Add hook to allow admin to add elements to the array passed to the mailbox
template. |