Revisions for dimp/lib/base.php

Location: [ Horde ] / dimp / lib / base.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.33.2.6 FRAMEWORK_3 (+2 -2 lines) 07/14/2008 05:22 PM Michael M Slusarz slusarz

MFH:
1.114     +3 -3      dimp/compose.php
1.225     +2 -2      dimp/imp.php
1.117     +1 -1      dimp/js/compose.js
1.112     +26 -29    dimp/js/src/compose.js
1.145     +13 -9     dimp/lib/DIMP.php
1.31      +1 -2      dimp/lib/Views/Compose.php
1.39      +2 -2      dimp/lib/base.php

Tags: DIMP_1_0_1_RC1

1.39 (+2 -2 lines) 07/14/2008 04:15 PM Michael M Slusarz slusarz

Tweak closing compose screen and display of notification messages if there is
no base window.

1.33.2.5 FRAMEWORK_3 (+4 -2 lines) 05/09/2008 02:05 AM Michael M Slusarz slusarz

MFH: DIMP.php - 1.124; base.php - 1.38; prefs.php - 1.2

Tags: DIMP_1_0, DIMP_1_0_RC4

1.38 (+4 -2 lines) 05/09/2008 01:53 AM Michael M Slusarz slusarz

More correct fix for loading IMP's configuration while handling prefs.

1.33.2.4 FRAMEWORK_3 (+2 -4 lines) 05/06/2008 12:40 AM Michael M Slusarz slusarz

MFH: Given the change in our prefs handling in DIMP, don't need any independent
prefs files.  We only need a lib/prefs.php file that loads IMP's configuration.

1.37 (+2 -4 lines) 05/06/2008 12:36 AM Michael M Slusarz slusarz

Given the change in our prefs handling in DIMP, don't need any independent
prefs files.  We only need a lib/prefs.php file that loads IMP's configuration.

1.33.2.3 FRAMEWORK_3 (+15 -13 lines) 04/08/2008 12:30 PM Michael M Slusarz slusarz

MFH 1.36

1.36 (+15 -13 lines) 04/08/2008 02:51 AM Michael M Slusarz slusarz

Don't re-set notification handler unless we are in dimp view.

1.33.2.2 FRAMEWORK_3 (+13 -5 lines) 02/21/2008 05:47 PM Chuck Hagenbuch chuck

MFH 1.35

Tags: DIMP_1_0_RC3

1.35 (+13 -5 lines) 02/21/2008 05:46 PM Chuck Hagenbuch chuck

don't double-define

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

Happy New Year

Tags: DIMP_1_0_RC2

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

Happy New Year

1.33 (+1 -2 lines) 11/14/2007 05:29 AM Michael M Slusarz slusarz

not needed.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, DIMP_1_0_RC1

1.32 (+8 -1 lines) 11/13/2007 11:38 PM Michael M Slusarz slusarz

Rework handling of "imp views".  Store current view in the session.
Rework handling of compose links. Creates links given the last used imp
view. Automatically redirects API calls to batchCompose depending on current
imp view.

1.31 (+2 -2 lines) 11/13/2007 01:05 AM Michael M Slusarz slusarz

Make sure these are in the global scope.

1.30 (+12 -5 lines) 07/17/2007 03:28 AM Michael M Slusarz slusarz

Fix redirect to login screen on session timeout.

Tags: DIMP_1_0_ALPHA

1.29 (+16 -7 lines) 06/18/2007 07:38 PM Michael M Slusarz slusarz

Always set dimp_conf/dimp_prefs.
Correctly redirect to login page when not using JSON return.

1.28 (+1 -4 lines) 06/05/2007 06:07 AM Michael M Slusarz slusarz

Clean up javascript/css generation.

1.27 (+16 -14 lines) 05/28/2007 11:22 AM Michael M Slusarz slusarz

clarify a bit better what needs to be global and what doesn't.
clearer session_mode parsing.

1.26 (+2 -2 lines) 04/23/2007 07:53 AM Michael M Slusarz slusarz

Use IMP's sendHTTPResponse(), which includes the null byte check/replace.

1.25 (+2 -2 lines) 01/07/2007 02:17 PM Michael M Slusarz slusarz

Use IMP::addInlineScript().

1.24 (+2 -2 lines) 01/02/2007 07:46 AM Jan Schneider jan

Happy New Year

1.23 (+3 -3 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.22 (+8 -9 lines) 12/23/2006 01:29 PM Michael M Slusarz slusarz

Fix redirection on session timeouts.

1.21 (+1 -6 lines) 12/17/2006 03:38 AM Michael M Slusarz slusarz

not needed anymore

1.20 (+2 -2 lines) 12/06/2006 12:32 AM Michael M Slusarz slusarz

New IMP_Tree parameters.

1.19 (+14 -5 lines) 11/27/2006 12:30 AM Michael M Slusarz slusarz

improvements in detecting whether we have valid session/login credentials
in MIMP and DIMP.

1.18 (+2 -1 lines) 11/02/2006 01:04 AM Michael M Slusarz slusarz

Clean ups when calling imp/base.php from mimp and dimp.

1.17 (+2 -10 lines) 09/20/2006 02:03 AM Michael M Slusarz slusarz

Not used in dimp.

1.16 (+2 -2 lines) 09/12/2006 12:54 PM Michael M Slusarz slusarz

We need to instantiate in imp's namespace because IMP_IMAP_Tree assumes
everything lives there.

1.15 (+2 -1 lines) 09/04/2006 09:14 PM Michael M Slusarz slusarz

Keep around dimp's prefs object - then there is no reason to push/pop on
the registry just to get one pref value.

1.14 (+3 -2 lines) 09/04/2006 03:18 AM Michael M Slusarz slusarz

Correctly merge dimp configuration information into current config array.

1.13 (+2 -2 lines) 09/04/2006 01:57 AM Michael M Slusarz slusarz

Need to recursively merge here since most entires will be arrays themselves.

1.12 (+4 -6 lines) 08/24/2006 01:30 AM Michael M Slusarz slusarz

doc tweaks.  add another global var initialization.

1.11 (+9 -2 lines) 08/23/2006 02:07 AM Michael M Slusarz slusarz

Move all generation of responses to DIMP.
Code consolidation in several places.
Remove some unneeded requires.
Do loading of IMP's base file in dimp's base.php.

1.10 (+2 -2 lines) 05/16/2006 11:54 AM Michael M Slusarz slusarz

Bug: 3937
Track IMAP_Tree/IMP_Tree changes.

1.9 (+6 -1 lines) 03/11/2006 10:32 PM Michael M Slusarz slusarz

Add copyright/license stubs.

1.8 (+4 -2 lines) 01/29/2006 10:21 PM Michael M Slusarz slusarz

use static value (instead of constant) so we don't have to load the Tree
library on every page.

1.7 (+4 -1 lines) 01/29/2006 03:38 PM Michael M Slusarz slusarz

Use the new IMP_Tree global init variable.  Ensures we catch any folder
updates performed by the IMP code.  Additionally, it allows us to use a
cached version of IMP_Tree:: rather than having to generate it every access
(yay).

1.6 (+1 -3 lines) 12/02/2005 08:24 AM Jan Schneider jan

Restrict IMP being the current application to imp.php.

1.5 (+2 -2 lines) 11/05/2005 10:02 AM Jan Schneider jan

Notifications finally work.

1.4 (+10 -2 lines) 11/04/2005 03:20 PM Jan Schneider jan

Add notification messages to JSON reponse. Doesn't work yet though.

1.3 (+5 -1 lines) 11/03/2005 03:04 PM Chuck Hagenbuch chuck

Initialize globals explicitly.

1.2 (+53 -2 lines) 11/03/2005 11:40 AM Chuck Hagenbuch chuck

More complete base.php.

1.1 11/03/2005 07:01 AM Chuck Hagenbuch chuck

Initial core file.