[commits] Horde branch imp_6_2 updated. 1c7832c4acd4ab968e8bdf04e3774c07ae2fe48c
Michael M Slusarz
slusarz at horde.org
Tue Oct 29 21:47:32 UTC 2013
The branch "imp_6_2" has been updated.
The following is a summary of the commits.
from: 363aa324809dae205572bcd1d46e26b1d8e84b77
dbb0c9c Token protect download/view actions.
30bc1d0 Fix several XSS in delete forms.
ad21226 Fix class name.
323cb63 Throw NotFound exceptions.
34d5a09 Add ticket number.
74f9add Token-protect vbook form (Bug #12803).
b79114d [jan] SECURITY: Protect against CSRF attacks on share permissions form (Bug #12804).
dcd8090 Tweak
08303d7 Sonar error: Unexpected token: ;, line: 391, col: 29
ba5ef85 Update de translation.
3adc970 Updated
5a70f8a Prepare releases.
e5eed12 Merge branch 'for_upstream' of git://github.com/sathieu/horde into sathieu-for_upstream
e9daed8 Prepare releases.
b146cfa Use longer timeout for bugs.horde.org.
b0ba486 Released horde-5.1.5
47ebfa1 Development mode for horde-5.1.6
0a2296f Released imp-6.1.5
8e96739 Development mode for imp-6.1.6
24e3f7c Released ingo-3.1.3
44738be Development mode for ingo-3.1.4
6965844 Released turba-4.1.3
c927432 Development mode for turba-4.1.4
40cde4e Released kronolith-4.1.4
e2d44de Development mode for kronolith-4.1.5
dba2684 Released nag-4.1.3
5fd8688 Development mode for nag-4.1.4
bdfbe54 Released mnemo-4.1.2
01ea756 Development mode for mnemo-4.1.3
39c1761 Released ansel-3.0.1
d295883 Development mode for ansel-3.0.2
7dad21b Released wicked-2.0.1
1de76f4 Development mode for wicked-2.0.2
6489a8b Released groupware-5.1.3
72fdc40 Development mode for groupware-5.1.4
18ee07c Released webmail-5.1.3
4ea486a Development mode for webmail-5.1.4
ecd18ac [jan] Fix fatal error if recurrence exceptions have timezones set (Bug #12801).
5208da3 Fix resetting attachment upload on non-attach event
3a263b8 [mms] Fix deauthenticating when a system-level logout event occurs.
0038663 [mms] Add 'fallback' option for the Horde_Registry#appInit() 'authentication' parameter.
dd995a5 [mms] Fix regression where AJAX actions were not correctly checking permissions and potential authentication expiration actions.
1c7832c Merge branch 'master' into imp_6_2
Summary: http://github.com/horde/horde/compare/363aa324809dae205572bcd1d46e26b1d8e84b77...1c7832c4acd4ab968e8bdf04e3774c07ae2fe48c
-----------------------------------------------------------------------
commit dbb0c9c1e70eac14a094ff4cc7a8879899c706bf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 28 23:41:42 2013 -0600
Token protect download/view actions.
This is as much a security risk as a weak password, since an attacker
has to know the mailbox/UID of the message. But doesn't hurt to protect.
imp/lib/Ajax/Application/ShowMessage.php | 8 ++++-
imp/lib/Application.php | 3 ++
imp/lib/Basic/Folders.php | 2 +-
imp/lib/Basic/Message.php | 2 +-
imp/lib/Contents.php | 4 +-
imp/lib/Contents/View.php | 58 ++++++++++++++++++++++++++++++
imp/lib/Dynamic/Base.php | 3 +-
imp/view.php | 2 +
8 files changed, 75 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/dbb0c9c1e70eac14a094ff4cc7a8879899c706bf
http://git.horde.org/horde-git/-/commit/dbb0c9c1e70eac14a094ff4cc7a8879899c706bf
-----------------------------------------------------------------------
commit 30bc1d0aba361fb03aab3d75c7ccc328ddcc1d0d
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 11:45:08 2013 +0100
Fix several XSS in delete forms.
horde/docs/CHANGES | 1 +
horde/js/topbar.js | 4 ++--
horde/lib/View/Sidebar.php | 7 ++++---
horde/package.xml | 2 ++
kronolith/docs/CHANGES | 1 +
kronolith/lib/Form/DeleteCalendar.php | 2 +-
kronolith/lib/Form/DeleteResource.php | 2 +-
kronolith/lib/Form/DeleteResourceGroup.php | 2 +-
kronolith/lib/Form/UnsubscribeRemoteCalendar.php | 2 +-
kronolith/package.xml | 2 ++
mnemo/docs/CHANGES | 1 +
mnemo/lib/Form/DeleteNotepad.php | 2 +-
mnemo/package.xml | 2 ++
nag/docs/CHANGES | 1 +
nag/lib/Form/DeleteTaskList.php | 2 +-
nag/package.xml | 2 ++
turba/docs/CHANGES | 1 +
turba/lib/Form/DeleteAddressBook.php | 2 +-
turba/package.xml | 2 ++
19 files changed, 28 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/30bc1d0aba361fb03aab3d75c7ccc328ddcc1d0d
http://git.horde.org/horde-git/-/commit/30bc1d0aba361fb03aab3d75c7ccc328ddcc1d0d
-----------------------------------------------------------------------
commit ad21226f77a1ad3e93a827a8f10e6b9d480a0108
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 11:45:44 2013 +0100
Fix class name.
framework/Core/lib/Horde/Core/Topbar.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/ad21226f77a1ad3e93a827a8f10e6b9d480a0108
http://git.horde.org/horde-git/-/commit/ad21226f77a1ad3e93a827a8f10e6b9d480a0108
-----------------------------------------------------------------------
commit 323cb63326fed147df57a35c115348a0956bc006
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 11:46:27 2013 +0100
Throw NotFound exceptions.
kronolith/lib/Driver/Resource/Sql.php | 4 ++--
kronolith/lib/Kronolith.php | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/323cb63326fed147df57a35c115348a0956bc006
http://git.horde.org/horde-git/-/commit/323cb63326fed147df57a35c115348a0956bc006
-----------------------------------------------------------------------
commit 34d5a09d72c7bed1ec50ff708c8863d32f606179
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 11:59:06 2013 +0100
Add ticket number.
horde/docs/CHANGES | 2 +-
horde/package.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/34d5a09d72c7bed1ec50ff708c8863d32f606179
http://git.horde.org/horde-git/-/commit/34d5a09d72c7bed1ec50ff708c8863d32f606179
-----------------------------------------------------------------------
commit 74f9add4ad86c29b608270e33b17426163b3c8cf
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 12:19:06 2013 +0100
Token-protect vbook form (Bug #12803).
turba/search.php | 67 +++++++++++++++++++--------------
turba/templates/search/vbook.html.php | 1 +
2 files changed, 40 insertions(+), 28 deletions(-)
http://github.com/horde/horde/commit/74f9add4ad86c29b608270e33b17426163b3c8cf
http://git.horde.org/horde-git/-/commit/74f9add4ad86c29b608270e33b17426163b3c8cf
-----------------------------------------------------------------------
commit b79114d08ee8c8e43e74a179741749529f6d885c
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 12:32:30 2013 +0100
[jan] SECURITY: Protect against CSRF attacks on share permissions form (Bug #12804).
horde/docs/CHANGES | 2 ++
horde/package.xml | 4 +++-
horde/services/shares/edit.php | 5 +++++
horde/templates/shares/edit.inc | 1 +
kronolith/docs/CHANGES | 2 ++
kronolith/package.xml | 2 ++
kronolith/perms.php | 5 +++++
kronolith/templates/perms/perms.inc | 1 +
8 files changed, 21 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/b79114d08ee8c8e43e74a179741749529f6d885c
http://git.horde.org/horde-git/-/commit/b79114d08ee8c8e43e74a179741749529f6d885c
-----------------------------------------------------------------------
commit dcd80902db5320890dcbb2476ea2160c03ba8510
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 12:35:51 2013 +0100
Tweak
ingo/docs/CHANGES | 2 +-
ingo/package.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/dcd80902db5320890dcbb2476ea2160c03ba8510
http://git.horde.org/horde-git/-/commit/dcd80902db5320890dcbb2476ea2160c03ba8510
-----------------------------------------------------------------------
commit 08303d71b9e0c36323a1fe31ee3377258a75f5ba
Author: Mathieu Parent <mathieu.parent at nantesmetropole.fr>
Date: Tue Dec 18 15:45:04 2012 +0100
Sonar error: Unexpected token: ;, line: 391, col: 29
framework/Image/lib/Horde/Image/Exif.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/08303d71b9e0c36323a1fe31ee3377258a75f5ba
http://git.horde.org/horde-git/-/commit/08303d71b9e0c36323a1fe31ee3377258a75f5ba
-----------------------------------------------------------------------
commit ba5ef85f458dd77ceda6ab4f4628018664dcc7f9
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 10:19:02 2013 +0100
Update de translation.
agora/locale/de/LC_MESSAGES/agora.mo | Bin 82118 -> 82292 bytes
ansel/locale/de/LC_MESSAGES/ansel.mo | Bin 107152 -> 107342 bytes
chora/locale/de/LC_MESSAGES/chora.mo | Bin 71952 -> 72126 bytes
framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.mo | Bin 1432 -> 1432 bytes
framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.po | 36 +-
framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo | Bin 20259 -> 20259 bytes
framework/Core/locale/de/LC_MESSAGES/Horde_Core.po | 4 +-
framework/Date/locale/de/LC_MESSAGES/Horde_Date.mo | Bin 1126 -> 1126 bytes
framework/Date/locale/de/LC_MESSAGES/Horde_Date.po | 4 +-
framework/Form/locale/de/LC_MESSAGES/Horde_Form.mo | Bin 10966 -> 10966 bytes
framework/Form/locale/de/LC_MESSAGES/Horde_Form.po | 10 +-
framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo | Bin 7202 -> 7202 bytes
framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po | 99 +++---
framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.mo | Bin 1309 -> 1309 bytes
framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.po | 16 +-
gollem/locale/de/LC_MESSAGES/gollem.mo | Bin 74332 -> 74506 bytes
hermes/locale/de/LC_MESSAGES/hermes.mo | Bin 82494 -> 82668 bytes
hermes/locale/de/LC_MESSAGES/hermes.po | 4 +-
horde/locale/de/LC_MESSAGES/horde.mo | Bin 66215 -> 66389 bytes
horde/locale/de/LC_MESSAGES/horde.po | 112 +++---
imp/locale/de/LC_MESSAGES/imp.mo | Bin 184945 -> 185133 bytes
imp/locale/de/LC_MESSAGES/imp.po | 34 +-
ingo/locale/de/LC_MESSAGES/ingo.mo | Bin 85776 -> 85974 bytes
ingo/locale/de/LC_MESSAGES/ingo.po | 88 ++--
jonah/locale/de/LC_MESSAGES/jonah.mo | Bin 76125 -> 76299 bytes
klutz/locale/de/LC_MESSAGES/klutz.mo | Bin 70947 -> 71121 bytes
kronolith/locale/de/LC_MESSAGES/kronolith.mo | Bin 128131 -> 128300 bytes
kronolith/locale/de/LC_MESSAGES/kronolith.po | 94 +++---
luxor/locale/de/LC_MESSAGES/luxor.mo | Bin 68224 -> 68398 bytes
mnemo/locale/de/LC_MESSAGES/mnemo.mo | Bin 75773 -> 75947 bytes
mnemo/locale/de/LC_MESSAGES/mnemo.po | 4 +-
nag/locale/de/LC_MESSAGES/nag.mo | Bin 92459 -> 92633 bytes
nag/locale/de/LC_MESSAGES/nag.po | 4 +-
passwd/locale/de/LC_MESSAGES/passwd.mo | Bin 72170 -> 72344 bytes
sam/locale/de/LC_MESSAGES/sam.mo | Bin 70273 -> 70447 bytes
sesha/locale/de/LC_MESSAGES/sesha.mo | Bin 75018 -> 75192 bytes
timeobjects/locale/de/LC_MESSAGES/timeobjects.mo | Bin 66752 -> 66950 bytes
trean/locale/de/LC_MESSAGES/trean.mo | Bin 70632 -> 70806 bytes
turba/locale/de/LC_MESSAGES/turba.mo | Bin 99010 -> 99184 bytes
ulaform/locale/de/LC_MESSAGES/ulaform.mo | Bin 71984 -> 72206 bytes
vilma/locale/de/LC_MESSAGES/vilma.mo | Bin 77599 -> 77773 bytes
whups/locale/de/LC_MESSAGES/whups.mo | Bin 108201 -> 108375 bytes
whups/locale/de/LC_MESSAGES/whups.po | 12 +-
wicked/locale/de/LC_MESSAGES/wicked.mo | Bin 78398 -> 78572 bytes
44 files changed, 265 insertions(+), 256 deletions(-)
http://github.com/horde/horde/commit/ba5ef85f458dd77ceda6ab4f4628018664dcc7f9
http://git.horde.org/horde-git/-/commit/ba5ef85f458dd77ceda6ab4f4628018664dcc7f9
-----------------------------------------------------------------------
commit 3adc970e43eb134c1242ee767c88ddca8b257cd9
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 10:19:09 2013 +0100
Updated
framework/ActiveSync/locale/Horde_ActiveSync.pot | 36 +++---
framework/Core/locale/Horde_Core.pot | 4 +-
framework/Date/locale/Horde_Date.pot | 4 +-
framework/Form/locale/Horde_Form.pot | 10 +-
framework/Imap_Client/locale/Horde_Imap_Client.pot | 99 +++++++++---------
framework/Mime/locale/Horde_Mime.pot | 16 ++--
framework/Smtp/locale/Horde_Smtp.pot | 14 ++--
hermes/locale/hermes.pot | 4 +-
horde/locale/horde.pot | 110 +++++++++++---------
imp/locale/imp.pot | 34 +++---
ingo/locale/ingo.pot | 88 ++++++++--------
kronolith/locale/kronolith.pot | 94 +++++++++---------
mnemo/locale/mnemo.pot | 4 +-
nag/locale/nag.pot | 4 +-
whups/locale/whups.pot | 12 +-
15 files changed, 271 insertions(+), 262 deletions(-)
http://github.com/horde/horde/commit/3adc970e43eb134c1242ee767c88ddca8b257cd9
http://git.horde.org/horde-git/-/commit/3adc970e43eb134c1242ee767c88ddca8b257cd9
-----------------------------------------------------------------------
commit 5a70f8a490ecffaf140d768c8ebf0152f5d7ae12
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 14:02:56 2013 +0100
Prepare releases.
ansel/docs/RELEASE_NOTES | 12 +++++-------
horde/docs/RELEASE_NOTES | 14 +++++++++-----
imp/docs/RELEASE_NOTES | 16 +++++++---------
ingo/docs/RELEASE_NOTES | 12 +++++-------
kronolith/docs/RELEASE_NOTES | 16 +++++++++-------
mnemo/docs/RELEASE_NOTES | 12 +++++++-----
nag/docs/RELEASE_NOTES | 10 +++++++---
turba/docs/RELEASE_NOTES | 12 +++++++-----
wicked/docs/RELEASE_NOTES | 10 +++-------
9 files changed, 59 insertions(+), 55 deletions(-)
http://github.com/horde/horde/commit/5a70f8a490ecffaf140d768c8ebf0152f5d7ae12
http://git.horde.org/horde-git/-/commit/5a70f8a490ecffaf140d768c8ebf0152f5d7ae12
-----------------------------------------------------------------------
commit e5eed127cfaabeaea6e11f3332a85486a37ae9c0
Merge: 5a70f8a 08303d7
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 14:30:27 2013 +0100
Merge branch 'for_upstream' of git://github.com/sathieu/horde into sathieu-for_upstream
framework/Image/lib/Horde/Image/Exif.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/e5eed127cfaabeaea6e11f3332a85486a37ae9c0
http://git.horde.org/horde-git/-/commit/e5eed127cfaabeaea6e11f3332a85486a37ae9c0
-----------------------------------------------------------------------
commit e9daed8e007a48047bbd7b08ef2fb439daa7bc40
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:17:53 2013 +0100
Prepare releases.
bundles/groupware/docs/CHANGES | 236 ++++++++++++++++++++++++++++++
bundles/groupware/docs/RELEASE_NOTES | 22 ++-
bundles/groupware/package.xml | 12 +-
bundles/webmail/docs/CHANGES | 268 ++++++++++++++++++++++++++++++++++
bundles/webmail/docs/RELEASE_NOTES | 30 ++--
bundles/webmail/package.xml | 16 +-
framework/Auth/package.xml | 2 +-
horde/docs/RELEASE_NOTES | 4 +-
imp/docs/RELEASE_NOTES | 4 +-
ingo/docs/RELEASE_NOTES | 4 +-
kronolith/docs/RELEASE_NOTES | 4 +-
mnemo/docs/RELEASE_NOTES | 4 +-
nag/docs/RELEASE_NOTES | 4 +-
turba/docs/RELEASE_NOTES | 4 +-
14 files changed, 561 insertions(+), 53 deletions(-)
http://github.com/horde/horde/commit/e9daed8e007a48047bbd7b08ef2fb439daa7bc40
http://git.horde.org/horde-git/-/commit/e9daed8e007a48047bbd7b08ef2fb439daa7bc40
-----------------------------------------------------------------------
commit b146cfa0ca2a9103924444bc8104837e075e43d8
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:29:49 2013 +0100
Use longer timeout for bugs.horde.org.
components/lib/Components/Release/Task/Bugs.php | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/b146cfa0ca2a9103924444bc8104837e075e43d8
http://git.horde.org/horde-git/-/commit/b146cfa0ca2a9103924444bc8104837e075e43d8
-----------------------------------------------------------------------
commit b0ba48653aea6d7762a45df5f6098bce43e921e9
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:32:53 2013 +0100
Released horde-5.1.5
horde/docs/CHANGES | 6 +++---
horde/lib/Application.php | 2 +-
horde/package.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/b0ba48653aea6d7762a45df5f6098bce43e921e9
http://git.horde.org/horde-git/-/commit/b0ba48653aea6d7762a45df5f6098bce43e921e9
-----------------------------------------------------------------------
commit 47ebfa1bd9e5d48c877bd0734801786215d69382
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:33:06 2013 +0100
Development mode for horde-5.1.6
horde/docs/CHANGES | 6 ++++++
horde/lib/Application.php | 2 +-
horde/package.xml | 22 +++++++++++++++-------
3 files changed, 22 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/47ebfa1bd9e5d48c877bd0734801786215d69382
http://git.horde.org/horde-git/-/commit/47ebfa1bd9e5d48c877bd0734801786215d69382
-----------------------------------------------------------------------
commit 0a2296f6768a2b75d95bcf55105eb99e3abdd01a
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:37:23 2013 +0100
Released imp-6.1.5
imp/docs/CHANGES | 6 +++---
imp/lib/Application.php | 2 +-
imp/package.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/0a2296f6768a2b75d95bcf55105eb99e3abdd01a
http://git.horde.org/horde-git/-/commit/0a2296f6768a2b75d95bcf55105eb99e3abdd01a
-----------------------------------------------------------------------
commit 8e9673930ea36cf5caba91ae8979bd35b370d519
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:37:39 2013 +0100
Development mode for imp-6.1.6
imp/docs/CHANGES | 6 ++++++
imp/lib/Application.php | 2 +-
imp/package.xml | 31 +++++++++++++++----------------
3 files changed, 22 insertions(+), 17 deletions(-)
http://github.com/horde/horde/commit/8e9673930ea36cf5caba91ae8979bd35b370d519
http://git.horde.org/horde-git/-/commit/8e9673930ea36cf5caba91ae8979bd35b370d519
-----------------------------------------------------------------------
commit 24e3f7cebc3d594f3831fdcfb541af113e8b1837
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:39:28 2013 +0100
Released ingo-3.1.3
ingo/docs/CHANGES | 6 +++---
ingo/lib/Application.php | 2 +-
ingo/package.xml | 7 +++----
3 files changed, 7 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/24e3f7cebc3d594f3831fdcfb541af113e8b1837
http://git.horde.org/horde-git/-/commit/24e3f7cebc3d594f3831fdcfb541af113e8b1837
-----------------------------------------------------------------------
commit 44738be576f987dd728cabb16673cd57972dea6d
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:39:37 2013 +0100
Development mode for ingo-3.1.4
ingo/docs/CHANGES | 6 ++++++
ingo/lib/Application.php | 2 +-
ingo/package.xml | 17 +++++++++++++++--
3 files changed, 22 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/44738be576f987dd728cabb16673cd57972dea6d
http://git.horde.org/horde-git/-/commit/44738be576f987dd728cabb16673cd57972dea6d
-----------------------------------------------------------------------
commit 6965844f15d5f11d891b3930e8bbb050beb2c965
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:45:03 2013 +0100
Released turba-4.1.3
turba/docs/CHANGES | 6 +++---
turba/lib/Application.php | 2 +-
turba/package.xml | 5 ++---
3 files changed, 6 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/6965844f15d5f11d891b3930e8bbb050beb2c965
http://git.horde.org/horde-git/-/commit/6965844f15d5f11d891b3930e8bbb050beb2c965
-----------------------------------------------------------------------
commit c927432ed32809a54f77709760fb3cd0f8449790
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:45:09 2013 +0100
Development mode for turba-4.1.4
turba/docs/CHANGES | 6 ++++++
turba/lib/Application.php | 2 +-
turba/package.xml | 22 +++++++++++++++-------
3 files changed, 22 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/c927432ed32809a54f77709760fb3cd0f8449790
http://git.horde.org/horde-git/-/commit/c927432ed32809a54f77709760fb3cd0f8449790
-----------------------------------------------------------------------
commit 40cde4e19c12b867acb71696133da9692dcc63b5
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:47:11 2013 +0100
Released kronolith-4.1.4
kronolith/docs/CHANGES | 6 +++---
kronolith/lib/Application.php | 2 +-
kronolith/package.xml | 5 ++---
3 files changed, 6 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/40cde4e19c12b867acb71696133da9692dcc63b5
http://git.horde.org/horde-git/-/commit/40cde4e19c12b867acb71696133da9692dcc63b5
-----------------------------------------------------------------------
commit e2d44defdc0e801f5b830416aaded416753e5568
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:47:21 2013 +0100
Development mode for kronolith-4.1.5
kronolith/docs/CHANGES | 6 ++++++
kronolith/lib/Application.php | 2 +-
kronolith/package.xml | 23 +++++++++++++++--------
3 files changed, 22 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/e2d44defdc0e801f5b830416aaded416753e5568
http://git.horde.org/horde-git/-/commit/e2d44defdc0e801f5b830416aaded416753e5568
-----------------------------------------------------------------------
commit dba2684dcd4bf369bbde56a0599e6b4cda591177
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:50:03 2013 +0100
Released nag-4.1.3
nag/docs/CHANGES | 6 +++---
nag/lib/Application.php | 2 +-
nag/package.xml | 5 ++---
3 files changed, 6 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/dba2684dcd4bf369bbde56a0599e6b4cda591177
http://git.horde.org/horde-git/-/commit/dba2684dcd4bf369bbde56a0599e6b4cda591177
-----------------------------------------------------------------------
commit 5fd8688a2f872eab06b4232b558f7c31bc098284
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:50:13 2013 +0100
Development mode for nag-4.1.4
nag/docs/CHANGES | 6 ++++++
nag/lib/Application.php | 2 +-
nag/package.xml | 19 +++++++++++++++----
3 files changed, 22 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/5fd8688a2f872eab06b4232b558f7c31bc098284
http://git.horde.org/horde-git/-/commit/5fd8688a2f872eab06b4232b558f7c31bc098284
-----------------------------------------------------------------------
commit bdfbe5484cc1dd6aa13c3d5e2401a1f107e81965
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:51:56 2013 +0100
Released mnemo-4.1.2
mnemo/docs/CHANGES | 6 +++---
mnemo/lib/Application.php | 2 +-
mnemo/package.xml | 5 ++---
3 files changed, 6 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/bdfbe5484cc1dd6aa13c3d5e2401a1f107e81965
http://git.horde.org/horde-git/-/commit/bdfbe5484cc1dd6aa13c3d5e2401a1f107e81965
-----------------------------------------------------------------------
commit 01ea756200f47a3cb164082559933a9ca468139a
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:52:05 2013 +0100
Development mode for mnemo-4.1.3
mnemo/docs/CHANGES | 6 ++++++
mnemo/lib/Application.php | 2 +-
mnemo/package.xml | 19 +++++++++++++++----
3 files changed, 22 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/01ea756200f47a3cb164082559933a9ca468139a
http://git.horde.org/horde-git/-/commit/01ea756200f47a3cb164082559933a9ca468139a
-----------------------------------------------------------------------
commit 39c1761ef71feda8e4e02ace807ab48cd0555939
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:55:45 2013 +0100
Released ansel-3.0.1
ansel/docs/CHANGES | 6 +++---
ansel/lib/Application.php | 2 +-
ansel/package.xml | 7 ++++---
3 files changed, 8 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/39c1761ef71feda8e4e02ace807ab48cd0555939
http://git.horde.org/horde-git/-/commit/39c1761ef71feda8e4e02ace807ab48cd0555939
-----------------------------------------------------------------------
commit d295883dd697646515833fb5d7e854db4dd5673a
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:55:54 2013 +0100
Development mode for ansel-3.0.2
ansel/docs/CHANGES | 6 ++++++
ansel/lib/Application.php | 2 +-
ansel/package.xml | 20 +++++++++++++++-----
3 files changed, 22 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/d295883dd697646515833fb5d7e854db4dd5673a
http://git.horde.org/horde-git/-/commit/d295883dd697646515833fb5d7e854db4dd5673a
-----------------------------------------------------------------------
commit 7dad21b17363135fb35ba013040ed2070b21ea46
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:57:16 2013 +0100
Released wicked-2.0.1
wicked/docs/CHANGES | 6 +++---
wicked/lib/Application.php | 2 +-
wicked/package.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/7dad21b17363135fb35ba013040ed2070b21ea46
http://git.horde.org/horde-git/-/commit/7dad21b17363135fb35ba013040ed2070b21ea46
-----------------------------------------------------------------------
commit 1de76f4d64287d145dcf3af50572d135a6e010cc
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:57:27 2013 +0100
Development mode for wicked-2.0.2
wicked/docs/CHANGES | 6 ++++++
wicked/lib/Application.php | 2 +-
wicked/package.xml | 19 +++++++++++++++----
3 files changed, 22 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/1de76f4d64287d145dcf3af50572d135a6e010cc
http://git.horde.org/horde-git/-/commit/1de76f4d64287d145dcf3af50572d135a6e010cc
-----------------------------------------------------------------------
commit 6489a8b3f871cf1752e1469edd85a24f84b54cb5
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:59:08 2013 +0100
Released groupware-5.1.3
bundles/groupware/docs/CHANGES | 6 +++---
bundles/groupware/lib/Bundle.php | 2 +-
bundles/groupware/package.xml | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/6489a8b3f871cf1752e1469edd85a24f84b54cb5
http://git.horde.org/horde-git/-/commit/6489a8b3f871cf1752e1469edd85a24f84b54cb5
-----------------------------------------------------------------------
commit 72fdc4042754906a3584fd67ce34af4b7257707e
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 17:59:17 2013 +0100
Development mode for groupware-5.1.4
bundles/groupware/docs/CHANGES | 6 ++++++
bundles/groupware/lib/Bundle.php | 2 +-
bundles/groupware/package.xml | 17 +++++++++++++++--
3 files changed, 22 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/72fdc4042754906a3584fd67ce34af4b7257707e
http://git.horde.org/horde-git/-/commit/72fdc4042754906a3584fd67ce34af4b7257707e
-----------------------------------------------------------------------
commit 18ee07c9b8d57497e5bf6994ff1b493fec35bf02
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 18:00:27 2013 +0100
Released webmail-5.1.3
bundles/webmail/docs/CHANGES | 6 +++---
bundles/webmail/lib/Bundle.php | 2 +-
bundles/webmail/package.xml | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/18ee07c9b8d57497e5bf6994ff1b493fec35bf02
http://git.horde.org/horde-git/-/commit/18ee07c9b8d57497e5bf6994ff1b493fec35bf02
-----------------------------------------------------------------------
commit 4ea486a9955566c6b505e4640b08ea7b267b4d95
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 18:00:37 2013 +0100
Development mode for webmail-5.1.4
bundles/webmail/docs/CHANGES | 6 ++++++
bundles/webmail/lib/Bundle.php | 2 +-
bundles/webmail/package.xml | 17 +++++++++++++++--
3 files changed, 22 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/4ea486a9955566c6b505e4640b08ea7b267b4d95
http://git.horde.org/horde-git/-/commit/4ea486a9955566c6b505e4640b08ea7b267b4d95
-----------------------------------------------------------------------
commit ecd18ac4f04036cf6cede10be1c30c5d901edc5c
Author: Jan Schneider <jan at horde.org>
Date: Tue Oct 29 18:44:02 2013 +0100
[jan] Fix fatal error if recurrence exceptions have timezones set (Bug #12801).
kronolith/docs/CHANGES | 1 +
kronolith/lib/Event.php | 5 ++++-
kronolith/package.xml | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/ecd18ac4f04036cf6cede10be1c30c5d901edc5c
http://git.horde.org/horde-git/-/commit/ecd18ac4f04036cf6cede10be1c30c5d901edc5c
-----------------------------------------------------------------------
commit 5208da3301ee46eabdd1abbdc7a79fbd4fa2ce47
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 29 12:06:37 2013 -0600
Fix resetting attachment upload on non-attach event
imp/js/compose-dimp.js | 20 ++++++++++++--------
imp/lib/Ajax/Application/Handler/Dynamic.php | 1 +
2 files changed, 13 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/5208da3301ee46eabdd1abbdc7a79fbd4fa2ce47
http://git.horde.org/horde-git/-/commit/5208da3301ee46eabdd1abbdc7a79fbd4fa2ce47
-----------------------------------------------------------------------
commit 3a263b8c6199fc1264eca343fcdcc8439ca8b3e6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 29 13:06:07 2013 -0600
[mms] Fix deauthenticating when a system-level logout event occurs.
Changes made re: token checking for logouts broken displaying logout
messages for certain logout types, and caused infinite loops in certain
other siutations.
The login(/logout) page must only handle destroying the session for USER
initiated logout requests. All other logout actions need the calling
code to do the session destruction - since these actions cannot be token
protected -- since the session no longer exists to do the token
checking.
framework/Core/lib/Horde/ErrorHandler.php | 17 ++++++++++++-----
framework/Core/package.xml | 4 ++--
horde/login.php | 15 ---------------
horde/package.xml | 2 +-
4 files changed, 15 insertions(+), 23 deletions(-)
http://github.com/horde/horde/commit/3a263b8c6199fc1264eca343fcdcc8439ca8b3e6
http://git.horde.org/horde-git/-/commit/3a263b8c6199fc1264eca343fcdcc8439ca8b3e6
-----------------------------------------------------------------------
commit 00386636c5cd5c824eb4f44447be09817faab079
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 29 14:49:05 2013 -0600
[mms] Add 'fallback' option for the Horde_Registry#appInit() 'authentication' parameter.
framework/Core/lib/Horde/Core/Ajax/Application.php | 9 +++--
framework/Core/lib/Horde/Registry.php | 39 ++++++++++++++++++--
framework/Core/package.xml | 10 +++--
3 files changed, 47 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/00386636c5cd5c824eb4f44447be09817faab079
http://git.horde.org/horde-git/-/commit/00386636c5cd5c824eb4f44447be09817faab079
-----------------------------------------------------------------------
commit dd995a56d8dc46ff98f21cacdd5bb3833c24aaa3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 29 14:49:39 2013 -0600
[mms] Fix regression where AJAX actions were not correctly checking permissions and potential authentication expiration actions.
horde/docs/CHANGES | 2 ++
horde/package.xml | 6 +++---
horde/services/ajax.php | 3 +--
3 files changed, 6 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/dd995a56d8dc46ff98f21cacdd5bb3833c24aaa3
http://git.horde.org/horde-git/-/commit/dd995a56d8dc46ff98f21cacdd5bb3833c24aaa3
-----------------------------------------------------------------------
commit 1c7832c4acd4ab968e8bdf04e3774c07ae2fe48c
Merge: 363aa32 dd995a5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 29 15:46:13 2013 -0600
Merge branch 'master' into imp_6_2
Conflicts:
imp/docs/CHANGES
imp/js/compose-dimp.js
imp/lib/Application.php
imp/package.xml
ingo/docs/CHANGES
ingo/package.xml
agora/locale/de/LC_MESSAGES/agora.mo | Bin 82118 -> 82292 bytes
ansel/docs/CHANGES | 8 +-
ansel/docs/RELEASE_NOTES | 12 +-
ansel/lib/Application.php | 2 +-
ansel/locale/de/LC_MESSAGES/ansel.mo | Bin 107152 -> 107342 bytes
ansel/package.xml | 27 +-
bundles/groupware/docs/CHANGES | 244 +++++-
bundles/groupware/docs/RELEASE_NOTES | 22 +-
bundles/groupware/lib/Bundle.php | 2 +-
bundles/groupware/package.xml | 29 +-
bundles/webmail/docs/CHANGES | 276 +++++-
bundles/webmail/docs/RELEASE_NOTES | 30 +-
bundles/webmail/lib/Bundle.php | 2 +-
bundles/webmail/package.xml | 33 +-
chora/locale/de/LC_MESSAGES/chora.mo | Bin 71952 -> 72126 bytes
components/lib/Components/Release/Task/Bugs.php | 9 +-
framework/ActiveSync/locale/Horde_ActiveSync.pot | 36 +-
framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.mo | Bin 1432 -> 1432 bytes
framework/ActiveSync/locale/de/LC_MESSAGES/Horde_ActiveSync.po | 36 +-
framework/Auth/package.xml | 2 +-
framework/Core/lib/Horde/Core/Ajax/Application.php | 9 +-
framework/Core/lib/Horde/Core/Topbar.php | 2 +-
framework/Core/lib/Horde/ErrorHandler.php | 17 +-
framework/Core/lib/Horde/Registry.php | 39 +-
framework/Core/locale/Horde_Core.pot | 4 +-
framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo | Bin 20259 -> 20259 bytes
framework/Core/locale/de/LC_MESSAGES/Horde_Core.po | 4 +-
framework/Core/package.xml | 14 +-
framework/Date/locale/Horde_Date.pot | 4 +-
framework/Date/locale/de/LC_MESSAGES/Horde_Date.mo | Bin 1126 -> 1126 bytes
framework/Date/locale/de/LC_MESSAGES/Horde_Date.po | 4 +-
framework/Form/locale/Horde_Form.pot | 10 +-
framework/Form/locale/de/LC_MESSAGES/Horde_Form.mo | Bin 10966 -> 10966 bytes
framework/Form/locale/de/LC_MESSAGES/Horde_Form.po | 10 +-
framework/Image/lib/Horde/Image/Exif.php | 2 +-
framework/Imap_Client/locale/Horde_Imap_Client.pot | 99 +-
framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo | Bin 7202 -> 7202 bytes
framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po | 99 +-
framework/Mime/locale/Horde_Mime.pot | 16 +-
framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.mo | Bin 1309 -> 1309 bytes
framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.po | 16 +-
framework/Smtp/locale/Horde_Smtp.pot | 14 +-
gollem/locale/de/LC_MESSAGES/gollem.mo | Bin 74332 -> 74506 bytes
hermes/locale/de/LC_MESSAGES/hermes.mo | Bin 82494 -> 82668 bytes
hermes/locale/de/LC_MESSAGES/hermes.po | 4 +-
hermes/locale/hermes.pot | 4 +-
horde/docs/CHANGES | 13 +-
horde/docs/RELEASE_NOTES | 14 +-
horde/js/topbar.js | 4 +-
horde/lib/Application.php | 2 +-
horde/lib/View/Sidebar.php | 7 +-
horde/locale/de/LC_MESSAGES/horde.mo | Bin 66215 -> 66389 bytes
horde/locale/de/LC_MESSAGES/horde.po | 112 ++-
horde/locale/horde.pot | 110 ++-
horde/login.php | 15 -
horde/package.xml | 28 +-
horde/services/ajax.php | 3 +-
horde/services/shares/edit.php | 5 +
horde/templates/shares/edit.inc | 1 +
imp/docs/CHANGES | 10 +
imp/docs/RELEASE_NOTES | 16 +-
imp/js/compose-dimp.js | 19 +-
imp/lib/Ajax/Application/Handler/Dynamic.php | 1 +
imp/lib/Ajax/Application/ShowMessage.php | 8 +-
imp/lib/Application.php | 3 +
imp/lib/Basic/Folders.php | 2 +-
imp/lib/Basic/Message.php | 2 +-
imp/lib/Contents.php | 4 +-
imp/lib/Contents/View.php | 58 ++
imp/lib/Dynamic/Base.php | 2 +-
imp/locale/de/LC_MESSAGES/imp.mo | Bin 184945 -> 185133 bytes
imp/locale/de/LC_MESSAGES/imp.po | 34 +-
imp/locale/imp.pot | 34 +-
imp/package.xml | 15 +-
imp/view.php | 2 +
ingo/docs/CHANGES | 2 +-
ingo/docs/RELEASE_NOTES | 12 +-
ingo/lib/Application.php | 2 +-
ingo/locale/de/LC_MESSAGES/ingo.mo | Bin 85776 -> 85974 bytes
ingo/locale/de/LC_MESSAGES/ingo.po | 88 +-
ingo/locale/ingo.pot | 88 +-
ingo/package.xml | 12 +-
jonah/locale/de/LC_MESSAGES/jonah.mo | Bin 76125 -> 76299 bytes
klutz/locale/de/LC_MESSAGES/klutz.mo | Bin 70947 -> 71121 bytes
kronolith/docs/CHANGES | 12 +-
kronolith/docs/RELEASE_NOTES | 16 +-
kronolith/lib/Application.php | 2 +-
kronolith/lib/Driver/Resource/Sql.php | 4 +-
kronolith/lib/Event.php | 5 +-
kronolith/lib/Form/DeleteCalendar.php | 2 +-
kronolith/lib/Form/DeleteResource.php | 2 +-
kronolith/lib/Form/DeleteResourceGroup.php | 2 +-
kronolith/lib/Form/UnsubscribeRemoteCalendar.php | 2 +-
kronolith/lib/Kronolith.php | 7 +-
kronolith/locale/de/LC_MESSAGES/kronolith.mo | Bin 128131 -> 128300 bytes
kronolith/locale/de/LC_MESSAGES/kronolith.po | 94 +-
kronolith/locale/kronolith.pot | 94 +-
kronolith/package.xml | 28 +-
kronolith/perms.php | 5 +
kronolith/templates/perms/perms.inc | 1 +
luxor/locale/de/LC_MESSAGES/luxor.mo | Bin 68224 -> 68398 bytes
mnemo/docs/CHANGES | 9 +-
mnemo/docs/RELEASE_NOTES | 12 +-
mnemo/lib/Application.php | 2 +-
mnemo/lib/Form/DeleteNotepad.php | 2 +-
mnemo/locale/de/LC_MESSAGES/mnemo.mo | Bin 75773 -> 75947 bytes
mnemo/locale/de/LC_MESSAGES/mnemo.po | 4 +-
mnemo/locale/mnemo.pot | 4 +-
mnemo/package.xml | 24 +-
nag/docs/CHANGES | 9 +-
nag/docs/RELEASE_NOTES | 10 +-
nag/lib/Application.php | 2 +-
nag/lib/Form/DeleteTaskList.php | 2 +-
nag/locale/de/LC_MESSAGES/nag.mo | Bin 92459 -> 92633 bytes
nag/locale/de/LC_MESSAGES/nag.po | 4 +-
nag/locale/nag.pot | 4 +-
nag/package.xml | 24 +-
passwd/locale/de/LC_MESSAGES/passwd.mo | Bin 72170 -> 72344 bytes
sam/locale/de/LC_MESSAGES/sam.mo | Bin 70273 -> 70447 bytes
sesha/locale/de/LC_MESSAGES/sesha.mo | Bin 75018 -> 75192 bytes
timeobjects/locale/de/LC_MESSAGES/timeobjects.mo | Bin 66752 -> 66950 bytes
trean/locale/de/LC_MESSAGES/trean.mo | Bin 70632 -> 70806 bytes
turba/docs/CHANGES | 9 +-
turba/docs/RELEASE_NOTES | 12 +-
turba/lib/Application.php | 2 +-
turba/lib/Form/DeleteAddressBook.php | 2 +-
turba/locale/de/LC_MESSAGES/turba.mo | Bin 99010 -> 99184 bytes
turba/package.xml | 27 +-
turba/search.php | 67 +-
turba/templates/search/vbook.html.php | 1 +
ulaform/locale/de/LC_MESSAGES/ulaform.mo | Bin 71984 -> 72206 bytes
vilma/locale/de/LC_MESSAGES/vilma.mo | Bin 77599 -> 77773 bytes
whups/locale/de/LC_MESSAGES/whups.mo | Bin 108201 -> 108375 bytes
whups/locale/de/LC_MESSAGES/whups.po | 12 +-
whups/locale/whups.pot | 12 +-
wicked/docs/CHANGES | 8 +-
wicked/docs/RELEASE_NOTES | 10 +-
wicked/lib/Application.php | 2 +-
wicked/locale/de/LC_MESSAGES/wicked.mo | Bin 78398 -> 78572 bytes
wicked/package.xml | 23 +-
140 files changed, 1651 insertions(+), 793 deletions(-)
http://github.com/horde/horde/commit/1c7832c4acd4ab968e8bdf04e3774c07ae2fe48c
http://git.horde.org/horde-git/-/commit/1c7832c4acd4ab968e8bdf04e3774c07ae2fe48c
More information about the commits
mailing list