[commits] Horde-Hatchery branch newapi updated. acc51be8a832df3a6f04bfc119e9ab9175d65b7c
Michael M Slusarz
slusarz at horde.org
Thu Aug 6 21:29:06 UTC 2009
The branch "newapi" has been updated.
The following is a summary of the commits.
from: aab5513913329472914cb27829c178ef90502655
bd46402... Properly ask NSImage for an NSImageRef that is appropriately sized for a screen resolution and let the NSImageView object worry about scaling it.
b7b162c... Support the list_users setting in Kronolith too.
890e371... Bug #8468: changelog
5d6cb42... Handle DIMP/Ajax logout stuff entirely within ajax.php
a39b0ed... Save drafts on expired session for all views
0902b24... Not needed anymore
ed6212b... Remove $services and $types vars from API interface.
6c38837... Improve session_timeout handling
73a9966... Split Api into Api and Application files
3f9c3f5... Move authentication functions into Application class
043b9d6... Handle DIMP/Ajax logout stuff entirely within ajax.php
85db222... Save drafts on expired session for all views
acc51be... Merge branch 'newapi' of dev.horde.org:/horde/git/horde-hatchery into newapi
-----------------------------------------------------------------------
commit bd46402a18f50a5f6b13d6e36a685f8342b59419
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 6 10:12:54 2009 -0400
Properly ask NSImage for an NSImageRef that is appropriately sized
for a screen resolution and let the NSImageView object worry about
scaling it.
Fixes the annoying problem of the gallery key images being really
really tiny.
iPhoto2Ansel/AnselExportController.m | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=bd10e55a66c2ff86bcd5b40d5d8a6cd40670d6ef&r2=bd46402a18f50a5f6b13d6e36a685f8342b59419
-----------------------------------------------------------------------
commit b7b162cd7dffbe8a000b23b9370163ef61b67427
Author: Jan Schneider <jan at horde.org>
Date: Thu Aug 6 18:44:21 2009 +0200
Support the list_users setting in Kronolith too.
kronolith/docs/CHANGES | 2 +
kronolith/templates/perms/perms.inc | 51 ++++++++++++++++++++++++++--------
2 files changed, 41 insertions(+), 12 deletions(-)
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-hatchery&r1=dc852b8b0b85c8329990980d62a40a024a93265b&r2=b7b162cd7dffbe8a000b23b9370163ef61b67427
http://git.horde.org/diff.php/kronolith/templates/perms/perms.inc?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=b7b162cd7dffbe8a000b23b9370163ef61b67427
-----------------------------------------------------------------------
commit 890e3714e4e703d757718d0c08c9efaa082c7122
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 11:11:08 2009 -0600
Bug #8468: changelog
imp/docs/CHANGES | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=e17b03b8b829d220cfd08745c4601c9ad9f8c4a8&r2=890e3714e4e703d757718d0c08c9efaa082c7122
-----------------------------------------------------------------------
commit 5d6cb42a44f7116d122ce53cdda6531a11ac0d7b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 12:45:14 2009 -0600
Handle DIMP/Ajax logout stuff entirely within ajax.php
imp/ajax.php | 24 +++++++++++++++++++++---
imp/js/DimpCore.js | 2 +-
imp/lib/base.php | 30 ++++--------------------------
imp/templates/javascript_defs_dimp.php | 1 -
4 files changed, 26 insertions(+), 31 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=9299b8541b7bf3722ccae5ca3f4cf01f974110fe&r2=5d6cb42a44f7116d122ce53cdda6531a11ac0d7b
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=5d6cb42a44f7116d122ce53cdda6531a11ac0d7b
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=9299b8541b7bf3722ccae5ca3f4cf01f974110fe&r2=5d6cb42a44f7116d122ce53cdda6531a11ac0d7b
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=51a035a3339b2b54461d23354290f4925bd8b226&r2=5d6cb42a44f7116d122ce53cdda6531a11ac0d7b
-----------------------------------------------------------------------
commit a39b0ed99ec7fd2d25ceaff9fb7171a3a166638f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 12:50:41 2009 -0600
Save drafts on expired session for all views
imp/compose.php | 1 -
imp/lib/base.php | 3 +--
2 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=0c276b598f6380020374d7b885761995609c05be&r2=a39b0ed99ec7fd2d25ceaff9fb7171a3a166638f
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=5d6cb42a44f7116d122ce53cdda6531a11ac0d7b&r2=a39b0ed99ec7fd2d25ceaff9fb7171a3a166638f
-----------------------------------------------------------------------
commit 0902b24c8e2d205993f791369bc3cc34dd61a63b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 14:54:40 2009 -0600
Not needed anymore
imp/lib/Notification/Listener/Status.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/imp/lib/Notification/Listener/Status.php?rt=horde-hatchery&r1=c3f9b0ac7ca215560de9cfc9e3df3581400f6975&r2=0902b24c8e2d205993f791369bc3cc34dd61a63b
-----------------------------------------------------------------------
commit ed6212b7d5c7ac5912fa8f86590a805d659a8839
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 17:02:36 2009 -0600
Remove $services and $types vars from API interface.
ansel/lib/Api.php | 203 -----------------------------------
chora/lib/Api.php | 17 ---
crumb/lib/Api.php | 7 --
fima/lib/Api.php | 15 ---
folks/lib/Api.php | 139 ++----------------------
gollem/lib/Api.php | 98 -----------------
imp/lib/Api.php | 197 +---------------------------------
ingo/lib/Api.php | 69 +-----------
jeta/lib/Api.php | 7 --
kastalia/lib/Api.php | 7 --
kronolith/lib/Api.php | 170 ++----------------------------
nag/lib/Api.php | 180 +------------------------------
news/lib/Api.php | 32 ------
skeleton/lib/Api.php | 7 --
skoli/lib/Api.php | 7 --
timeobjects/lib/Api.php | 27 +----
turba/lib/Api.php | 273 ++---------------------------------------------
17 files changed, 46 insertions(+), 1409 deletions(-)
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/chora/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/crumb/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/fima/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/folks/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/ingo/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/jeta/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/kastalia/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/news/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/skeleton/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/skoli/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/timeobjects/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-hatchery&r1=c317685e409cef2fa9f3c9307329329d328e2637&r2=ed6212b7d5c7ac5912fa8f86590a805d659a8839
-----------------------------------------------------------------------
commit 6c3883739820de67a390b039d9b7b992d7d8b7e2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 21:50:52 2009 -0600
Improve session_timeout handling
imp/lib/base.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=a39b0ed99ec7fd2d25ceaff9fb7171a3a166638f&r2=6c3883739820de67a390b039d9b7b992d7d8b7e2
-----------------------------------------------------------------------
commit 73a9966d0b2dc1e64c5e587a217eb83dddb61531
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 22:21:27 2009 -0600
Split Api into Api and Application files
ansel/lib/Api.php | 2 --
ansel/lib/Application.php | 18 ++++++++++++++++++
babel/lib/Application.php | 13 +++++++++++++
chora/lib/Api.php | 7 -------
chora/lib/Application.php | 18 ++++++++++++++++++
crumb/lib/Api.php | 2 --
crumb/lib/Application.php | 5 +++++
fima/lib/Api.php | 2 --
fima/lib/Application.php | 5 +++++
folks/lib/Api.php | 2 --
folks/lib/Application.php | 13 +++++++++++++
gollem/lib/Api.php | 7 -------
gollem/lib/Application.php | 21 +++++++++++++++++++++
imp/lib/Api.php | 14 --------------
imp/lib/Application.php | 28 ++++++++++++++++++++++++++++
ingo/lib/Api.php | 7 -------
ingo/lib/Application.php | 16 ++++++++++++++++
jeta/lib/Api.php | 2 --
jeta/lib/Application.php | 5 +++++
kastalia/lib/Api.php | 2 --
kastalia/lib/Application.php | 5 +++++
kronolith/lib/Api.php | 2 --
kronolith/lib/Application.php | 10 ++++++++++
nag/lib/Api.php | 7 -------
nag/lib/Application.php | 16 ++++++++++++++++
news/lib/Api.php | 4 +---
news/lib/Application.php | 16 ++++++++++++++++
skeleton/lib/Api.php | 2 --
skeleton/lib/Application.php | 5 +++++
skoli/lib/Api.php | 2 --
skoli/lib/Application.php | 5 +++++
timeobjects/lib/Application.php | 5 +++++
turba/lib/Api.php | 7 -------
turba/lib/Application.php | 16 ++++++++++++++++
34 files changed, 221 insertions(+), 70 deletions(-)
create mode 100644 ansel/lib/Application.php
create mode 100644 babel/lib/Application.php
create mode 100644 chora/lib/Application.php
create mode 100644 crumb/lib/Application.php
create mode 100644 fima/lib/Application.php
create mode 100644 folks/lib/Application.php
create mode 100644 gollem/lib/Application.php
create mode 100644 imp/lib/Application.php
create mode 100644 ingo/lib/Application.php
create mode 100644 jeta/lib/Application.php
create mode 100644 kastalia/lib/Application.php
mode change 100755 => 100644 kastalia/lib/Kastalia.php
mode change 100755 => 100644 kastalia/lib/base.php
create mode 100644 kronolith/lib/Application.php
create mode 100644 nag/lib/Application.php
create mode 100644 news/lib/Application.php
create mode 100644 skeleton/lib/Application.php
create mode 100644 skoli/lib/Application.php
create mode 100644 timeobjects/lib/Application.php
create mode 100644 turba/lib/Application.php
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/ansel/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/babel/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/chora/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/chora/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/crumb/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/crumb/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/fima/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/fima/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/folks/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/folks/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/gollem/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/imp/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/ingo/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/ingo/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/jeta/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/jeta/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/kastalia/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/kastalia/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/kastalia/lib/Kastalia.php?rt=horde-hatchery&r1=80821e0b4a4248a7890843ffe9c6d545ba8b81b6&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/kastalia/lib/base.php?rt=horde-hatchery&r1=f91c0d058e250c0e421c0f82a0263497ceefdab0&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/kronolith/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/nag/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/news/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/news/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/skeleton/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/skeleton/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/skoli/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/skoli/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/timeobjects/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-hatchery&r1=ed6212b7d5c7ac5912fa8f86590a805d659a8839&r2=73a9966d0b2dc1e64c5e587a217eb83dddb61531
http://git.horde.org/co.php/turba/lib/Application.php?rt=horde-hatchery&r=73a9966d0b2dc1e64c5e587a217eb83dddb61531
-----------------------------------------------------------------------
commit 3f9c3f5728e671bb85301306544a43223b844c55
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 23:17:02 2009 -0600
Move authentication functions into Application class
imp/lib/Api.php | 222 -----------------------------------------------
imp/lib/Application.php | 214 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 214 insertions(+), 222 deletions(-)
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-hatchery&r1=73a9966d0b2dc1e64c5e587a217eb83dddb61531&r2=3f9c3f5728e671bb85301306544a43223b844c55
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-hatchery&r1=73a9966d0b2dc1e64c5e587a217eb83dddb61531&r2=3f9c3f5728e671bb85301306544a43223b844c55
-----------------------------------------------------------------------
commit 043b9d67c67a7aba120a849d3d6574874c8c9f2c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 12:45:14 2009 -0600
Handle DIMP/Ajax logout stuff entirely within ajax.php
imp/js/DimpCore.js | 4 ++--
imp/lib/base.php | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=5d6cb42a44f7116d122ce53cdda6531a11ac0d7b&r2=043b9d67c67a7aba120a849d3d6574874c8c9f2c
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=6c3883739820de67a390b039d9b7b992d7d8b7e2&r2=043b9d67c67a7aba120a849d3d6574874c8c9f2c
-----------------------------------------------------------------------
commit 85db2227d8536aaf3a5d6f46f127a531bde06652
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 12:50:41 2009 -0600
Save drafts on expired session for all views
imp/lib/base.php | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=043b9d67c67a7aba120a849d3d6574874c8c9f2c&r2=85db2227d8536aaf3a5d6f46f127a531bde06652
-----------------------------------------------------------------------
commit acc51be8a832df3a6f04bfc119e9ab9175d65b7c
Merge: 85db222... aab5513...
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Aug 6 15:29:01 2009 -0600
Merge branch 'newapi' of dev.horde.org:/horde/git/horde-hatchery into newapi
commit aab5513913329472914cb27829c178ef90502655
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 23:17:02 2009 -0600
Move authentication functions into Application class
imp/lib/Api.php | 222 -----------------------------------------------
imp/lib/Application.php | 214 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 214 insertions(+), 222 deletions(-)
commit 954ef77e65d6c2c05eddb54dd803fc88f227ef45
Merge: 47d4044... 9299b85...
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 22:21:59 2009 -0600
Merge branch 'master' into newapi
commit 47d4044e0482eddc7a9e1493a2d8cbe1dcec3540
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 22:21:27 2009 -0600
Split Api into Api and Application files
ansel/lib/Api.php | 2 --
ansel/lib/Application.php | 18 ++++++++++++++++++
babel/lib/Application.php | 13 +++++++++++++
chora/lib/Api.php | 7 -------
chora/lib/Application.php | 18 ++++++++++++++++++
crumb/lib/Api.php | 2 --
crumb/lib/Application.php | 5 +++++
fima/lib/Api.php | 2 --
fima/lib/Application.php | 5 +++++
folks/lib/Api.php | 2 --
folks/lib/Application.php | 13 +++++++++++++
gollem/lib/Api.php | 7 -------
gollem/lib/Application.php | 21 +++++++++++++++++++++
imp/lib/Api.php | 14 --------------
imp/lib/Application.php | 28 ++++++++++++++++++++++++++++
ingo/lib/Api.php | 7 -------
ingo/lib/Application.php | 16 ++++++++++++++++
jeta/lib/Api.php | 2 --
jeta/lib/Application.php | 5 +++++
kastalia/lib/Api.php | 2 --
kastalia/lib/Application.php | 5 +++++
kronolith/lib/Api.php | 2 --
kronolith/lib/Application.php | 10 ++++++++++
nag/lib/Api.php | 7 -------
nag/lib/Application.php | 16 ++++++++++++++++
news/lib/Api.php | 4 +---
news/lib/Application.php | 16 ++++++++++++++++
skeleton/lib/Api.php | 2 --
skeleton/lib/Application.php | 5 +++++
skoli/lib/Api.php | 2 --
skoli/lib/Application.php | 5 +++++
timeobjects/lib/Application.php | 5 +++++
turba/lib/Api.php | 7 -------
turba/lib/Application.php | 16 ++++++++++++++++
34 files changed, 221 insertions(+), 70 deletions(-)
create mode 100644 ansel/lib/Application.php
create mode 100644 babel/lib/Application.php
create mode 100644 chora/lib/Application.php
create mode 100644 crumb/lib/Application.php
create mode 100644 fima/lib/Application.php
create mode 100644 folks/lib/Application.php
create mode 100644 gollem/lib/Application.php
create mode 100644 imp/lib/Application.php
create mode 100644 ingo/lib/Application.php
create mode 100644 jeta/lib/Application.php
create mode 100644 kastalia/lib/Application.php
mode change 100755 => 100644 kastalia/lib/Kastalia.php
mode change 100755 => 100644 kastalia/lib/base.php
create mode 100644 kronolith/lib/Application.php
create mode 100644 nag/lib/Application.php
create mode 100644 news/lib/Application.php
create mode 100644 skeleton/lib/Application.php
create mode 100644 skoli/lib/Application.php
create mode 100644 timeobjects/lib/Application.php
create mode 100644 turba/lib/Application.php
commit a12e1744d01b52fbbb0e0f51860d492223098c96
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 21:50:52 2009 -0600
Improve session_timeout handling
imp/ajax.php | 2 +-
imp/lib/base.php | 24 +++++++++---------------
2 files changed, 10 insertions(+), 16 deletions(-)
commit cb61c647fda0c74d88aa7125d252238c5d25c811
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Aug 5 17:02:36 2009 -0600
Remove $services and $types vars from API interface.
ansel/lib/Api.php | 203 -----------------------------------
chora/lib/Api.php | 17 ---
crumb/lib/Api.php | 7 --
fima/lib/Api.php | 15 ---
folks/lib/Api.php | 139 ++----------------------
gollem/lib/Api.php | 98 -----------------
imp/lib/Api.php | 197 +---------------------------------
ingo/lib/Api.php | 69 +-----------
jeta/lib/Api.php | 7 --
kastalia/lib/Api.php | 7 --
kronolith/lib/Api.php | 170 ++----------------------------
nag/lib/Api.php | 180 +------------------------------
news/lib/Api.php | 32 ------
skeleton/lib/Api.php | 7 --
skoli/lib/Api.php | 7 --
timeobjects/lib/Api.php | 27 +----
turba/lib/Api.php | 273 ++---------------------------------------------
17 files changed, 46 insertions(+), 1409 deletions(-)
More information about the commits
mailing list