Revisions for imp/templates/javascript_defs.php

Location: [ Horde ] / imp / templates / javascript_defs.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
2.4.2.6 FRAMEWORK_3 (+1 -6 lines) 08/05/2008 07:16 PM Michael M Slusarz slusarz

MFH:
1.7       +0 -1      imp/js/Attic/addressesBlocks.js (dead)
1.5       +0 -21     imp/js/src/Attic/addressesBlocks.js (dead)
1.140     +8 -9      imp/lib/MIME/Headers.php
2.10      +1 -6      imp/templates/javascript_defs.php
1.93      +8 -1      imp/themes/screen.css
1.141     +3 -3      imp/lib/MIME/Headers.php
1.94      +3 -1      imp/themes/screen.css

Tags: IMP_4_3, IMP_4_3_RC2

2.10 (+1 -6 lines) 08/05/2008 06:41 PM Michael M Slusarz slusarz

Remove reliance on addressBlocks.js.

2.9 (+3 -3 lines) 07/22/2008 01:33 AM Michael M Slusarz slusarz

Remove IMP_Serialize_JSON::.

2.4.2.5 FRAMEWORK_3 (+73 -77 lines) 05/20/2008 12:33 PM Michael M Slusarz slusarz

MFH: Place all javascript configuration variables inside of the IMP namespace.

Tags: IMP_4_2_1_RC1, IMP_4_2

2.8 (+73 -77 lines) 05/20/2008 12:09 PM Michael M Slusarz slusarz

Place all javascript configuration variables inside of the IMP namespace.

2.4.2.4 FRAMEWORK_3 (+6 -7 lines) 05/12/2008 10:32 PM Michael M Slusarz slusarz

MFH: IMP.php - 1.686; redirect.php - 1.157; javascript_defs.php - 2.7

2.7 (+6 -7 lines) 05/12/2008 10:29 PM Michael M Slusarz slusarz

Add IMP::wrapInlineScript() and IMP::redirect().

2.4.2.3 FRAMEWORK_3 (+2 -1 lines) 02/29/2008 08:19 AM Michael M Slusarz slusarz

MFH:
Some cleanups before 4.2 to better integrate IMP and DIMP.
Add fckeditor to list of jseditors in IMP to match DIMP.
Integrate DIMP/IMP jseditor init code so we it only appears once.
Add local getStylesheets() to preserve BC (Ticket 6344).
Refactor stylesheet/js caching to allow DIMP to use IMP's version to
prevent still more code duplication.

Tags: IMP_4_2_RC4, IMP_4_2_RC3

2.6 (+2 -1 lines) 02/29/2008 08:07 AM Michael M Slusarz slusarz

Bug: 6344
Some cleanups before 4.2 to better integrate IMP and DIMP.
Add fckeditor to list of jseditors in IMP to match DIMP.
Integrate DIMP/IMP jseditor init code so we it only appears once.
Add local getStylesheets() to preserve BC (Ticket 6344).
Refactor stylesheet/js caching to allow DIMP to use IMP's version to
prevent still more code duplication.

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

Happy New Year

Tags: IMP_4_2_RC2

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

Happy New Year

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

Merge from HEAD.

2.4 (+4 -2 lines) 06/27/2007 06:52 PM Jan Schneider jan

This has to be an array in js.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA

2.3 (+2 -2 lines) 06/27/2007 06:18 PM Michael M Slusarz slusarz

This option is not required.

2.2 (+3 -1 lines) 06/25/2007 12:40 PM Jan Schneider jan

Add configuration for folders that may not be modified.

2.1 06/20/2007 03:33 PM Michael M Slusarz slusarz

Bug: 5307
Inline PHP-generated javascript to avoid cross-domain leaking.