Revisions for dimp/lib/api.php

Location: [ Horde ] / dimp / lib / api.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.1 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

Tags: DIMP_1_0_1_RC1, DIMP_1_0, DIMP_1_0_RC4, DIMP_1_0_RC3, DIMP_1_0_RC2

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

Happy New Year

1.17 (+3 -3 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.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, DIMP_1_0_RC1

1.16 (+2 -3 lines) 11/13/2007 01:16 AM Michael M Slusarz slusarz

At this point, this is the only way we can make sure that links generated
for dimp open up in a new window (i.e. mailto: links from HTML messages).

1.15 (+7 -7 lines) 11/06/2007 02:37 PM Michael M Slusarz slusarz

Fix batchCompose API call for DIMP.

1.14 (+1 -2 lines) 06/20/2007 02:58 PM Michael M Slusarz slusarz

Bug: 5307
Move dynamically created javascript to inline.

Tags: DIMP_1_0_ALPHA

1.13 (+2 -4 lines) 06/19/2007 12:07 PM Michael M Slusarz slusarz

Don't need global; can just use reset() here.

1.12 (+1 -2 lines) 03/13/2007 02:55 AM Michael M Slusarz slusarz

use prototype's built-in JSON functions.

1.11 (+2 -2 lines) 02/06/2007 12:00 PM Jan Schneider jan

The js/ directory should only contain static files to allow outsourcing them
to a separate server through the registry's jsuri setting. This happens at the
expense of not having a compressed version, but it's a small script anyway and
compression only gains us 1k.

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

Happy New Year

1.9 (+2 -2 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.8 (+3 -2 lines) 11/28/2006 04:52 PM Michael M Slusarz slusarz

Make DimpCore.js a true static javascript file.  All PHP processing is now done
exclusively in dimp.js.php.

1.7 (+4 -1 lines) 11/28/2006 10:28 AM Jan Schneider jan

Make sure that all required libraries are loaded.

1.6 (+1 -31 lines) 08/24/2006 12:56 AM Michael M Slusarz slusarz

IMP already defines this API function - since DIMP requires IMP, no need
to define it again.

1.5 (+2 -2 lines) 06/20/2006 04:13 PM Michael M Slusarz slusarz

Bug: 4064
Track changes to IMP::checkAuthentication().

1.4 (+3 -4 lines) 06/03/2006 12:58 PM Michael M Slusarz slusarz

track IMP changes.

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

Add copyright/license stubs.

1.2 (+31 -1 lines) 12/21/2005 09:59 AM Jan Schneider jan

We need getStream too, for the folder preferences to work.

1.1 12/21/2005 08:17 AM Jan Schneider jan

Forgot to commit this file, necessary for linked email addresses.