[commits] Horde branch master updated. 73604323ff9a2d1414b4f5c0722024811e08ecdf
Jan Schneider
jan at horde.org
Mon May 17 12:49:13 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 13c38bb3dc67e17371559315153f0f2b93cf5e98
a348a83 Use singular "migration/". Install migration scripts using data role and full package path.
fa09484 If we have to check for permissions, and if the user is supposed to be logged in, call checkExistingAuth() to make sure that the authentication really hasn't expired yet.
7360432 Specify application, there is no app on the stack at this point.
-----------------------------------------------------------------------
commit a348a83b40a5653c565640fce45976a7c8d41cac
Author: Jan Schneider <jan at horde.org>
Date: Mon May 17 14:05:03 2010 +0200
Use singular "migration/".
Install migration scripts using data role and full package path.
content/migration/1_rampage_base_tables.php | 37 ++++++
content/migration/2_rampage_tag_tables.php | 50 ++++++++
content/migrations/1_rampage_base_tables.php | 37 ------
content/migrations/2_rampage_tag_tables.php | 50 --------
framework/Alarm/migration/Horde/Alarm/1_horde_alarms_table.php | 32 +++++
framework/Alarm/migrations/1_horde_alarms_table.php | 32 -----
framework/Alarm/package.xml | 19 ++-
framework/Packaging/script/horde-pear-release.php | 18 ++-
horde/bin/db_migrate | 2 +-
9 files changed, 146 insertions(+), 131 deletions(-)
create mode 100644 content/migration/1_rampage_base_tables.php
create mode 100644 content/migration/2_rampage_tag_tables.php
delete mode 100644 content/migrations/1_rampage_base_tables.php
delete mode 100644 content/migrations/2_rampage_tag_tables.php
create mode 100644 framework/Alarm/migration/Horde/Alarm/1_horde_alarms_table.php
delete mode 100644 framework/Alarm/migrations/1_horde_alarms_table.php
http://git.horde.org/co.php/content/migration/1_rampage_base_tables.php?rt=horde-git&r=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/co.php/content/migration/2_rampage_tag_tables.php?rt=horde-git&r=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/diff.php/content/migrations/1_rampage_base_tables.php?rt=horde-git&r1=89f7061a8cf84761a473d10b96ebfad9816483df&r2=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/diff.php/content/migrations/2_rampage_tag_tables.php?rt=horde-git&r1=837c74318b1ac336ea857e0f97f364ef949f73e7&r2=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/co.php/framework/Alarm/migration/Horde/Alarm/1_horde_alarms_table.php?rt=horde-git&r=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/diff.php/framework/Alarm/migrations/1_horde_alarms_table.php?rt=horde-git&r1=ec20a8aeafdd6b9d32d3ad84033116906d26fc7f&r2=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/diff.php/framework/Alarm/package.xml?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/diff.php/framework/Packaging/script/horde-pear-release.php?rt=horde-git&r1=71938ca4b62dfe78bc6df8ebcc679d048b3e2177&r2=a348a83b40a5653c565640fce45976a7c8d41cac
http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=a348a83b40a5653c565640fce45976a7c8d41cac
-----------------------------------------------------------------------
commit fa09484302a1c29c1b44d0cb34e348a909fc2081
Author: Jan Schneider <jan at horde.org>
Date: Mon May 17 14:42:49 2010 +0200
If we have to check for permissions, and if the user is supposed to be logged
in, call checkExistingAuth() to make sure that the authentication really
hasn't expired yet.
framework/Core/lib/Horde/Registry.php | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=13c38bb3dc67e17371559315153f0f2b93cf5e98&r2=fa09484302a1c29c1b44d0cb34e348a909fc2081
-----------------------------------------------------------------------
commit 73604323ff9a2d1414b4f5c0722024811e08ecdf
Author: Jan Schneider <jan at horde.org>
Date: Mon May 17 14:46:50 2010 +0200
Specify application, there is no app on the stack at this point.
horde/login.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=30f273fcad30eefd9b474cf53c2c851997302767&r2=73604323ff9a2d1414b4f5c0722024811e08ecdf
More information about the commits
mailing list