Revisions for dimp/dimple.php

Location: [ Horde ] / dimp / dimple.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.16.2.2 FRAMEWORK_3 (+6 -5 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: DIMP_1_1, DIMP_1_1_RC2, DIMP_1_0_1_RC1, DIMP_1_0, DIMP_1_0_RC4

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

Use Util::getPathInfo() to always get PATH_INFO.

1.18 (+6 -5 lines) 05/06/2008 01:00 PM Michael M Slusarz slusarz

Don't make PATH_INFO mandatory.

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

Happy New Year

Tags: DIMP_1_0_RC3, DIMP_1_0_RC2

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

Happy New Year

1.16 (+2 -1 lines) 07/17/2007 03:28 AM Michael M Slusarz slusarz

Fix redirect to login screen on session timeout.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, DIMP_1_0_RC1, DIMP_1_0_ALPHA

1.15 (+2 -1 lines) 06/27/2007 04:00 PM Michael M Slusarz slusarz

Bug: 5498
Submitted by: adrieder@sbox.tugraz.at
Fix undefined class error.

1.14 (+4 -1 lines) 04/30/2007 07:37 AM Michael M Slusarz slusarz

Several more scripts that shouldn't need read/write session access.

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

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

1.12 (+4 -5 lines) 02/01/2007 09:30 PM Michael M Slusarz slusarz

tweaks

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

Happy New Year

1.10 (+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.9 (+2 -22 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.8 (+2 -4 lines) 08/23/2006 12:51 AM Michael M Slusarz slusarz

Add DIMP::sendJSONData().

1.7 (+2 -2 lines) 04/03/2006 05:12 PM Matt Selsky selsky

Using curly braces for string offsets is deprecated.

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

Add copyright/license stubs.

1.5 (+4 -1 lines) 11/20/2005 01:17 AM Chuck Hagenbuch chuck

Fix this to work with IMP on the app stack.

1.4 (+7 -3 lines) 11/03/2005 02:54 PM Jan Schneider jan

Allow to pass arguments as boolean flags.

1.3 (+2 -2 lines) 11/03/2005 12:19 PM Chuck Hagenbuch chuck

Only include Horde_Serialize if we need it.

1.2 (+58 -0 lines) 11/03/2005 11:34 AM Chuck Hagenbuch chuck

Generic Dimple endpoint.

1.1 11/03/2005 06:56 AM Chuck Hagenbuch chuck

Stub; this will be the standard endpoint for dimples to communicate
back to the server.