[commits] Horde branch ansel-map updated. 78818e922e2c229f120f74f952deea7e64315c9f
Michael J. Rubinsky
mrubinsk at horde.org
Tue Sep 13 06:26:47 UTC 2011
The branch "ansel-map" has been updated.
The following is a summary of the commits.
from: 6b64c8f4f52eea47a46bdc19ded5d428bf5b09fa
25da2ce Support fetching documentation maintened remotely.
f024c68 Throw error when no storage driver is set instead of horrible death by missing class - this broke test.php in my fresh developer setup
1e4fb50 [rla] #9343 Turba LDAP Driver now only rewrites changed attributes
b706a12 More dimp button tweaks
ae953e6 Bug #10495: Remove non-existent parent mailbox when removing last child mailbox in dynamic view
39aedc5 No longer directly use IDX_SEP in javascript code
e98ed46 Remove type hint as Horde_Core_Share_Driver does not declare that it implements Horde_Share_Base (Bug #10493).
9d5e33c If not an image, need to search/replace ALL ways of setting background
0d3f19c RFC 3834: Indicate attachment message is auto-generated
06be498 Add auto-generated message filter
5fc79b6 Fix typo
4a865f8 Make the department visible.
44bf53e Request #10256: Add ability to toggle hide deleted messages in dynamic view
d0e4994 Bug #10491: Need to output variable to page
ecbcf4b Tweaks to form handling when creating a new rule
78818e9 Merge branch 'master' into ansel-map
-----------------------------------------------------------------------
commit 25da2cee5bacc24ce695846ea42806c888631948
Author: Gunnar Wrobel <p at rdus.de>
Date: Sun Sep 11 07:33:10 2011 +0200
Support fetching documentation maintened remotely.
components/lib/Components/Component.php | 7 +
components/lib/Components/Component/Base.php | 9 +
components/lib/Components/Component/Source.php | 19 +
components/lib/Components/Dependencies.php | 9 +-
components/lib/Components/Dependencies/Bootstrap.php | 12 +-
components/lib/Components/Dependencies/Injector.php | 12 +-
components/lib/Components/Helper/DocsOrigin.php | 133 +++++
components/lib/Components/Module/Fetchdocs.php | 133 +++++
components/lib/Components/Module/Help.php | 2 +-
components/lib/Components/Runner/Document.php | 1 -
components/lib/Components/Runner/Fetchdocs.php | 95 +++
components/package.xml | 94 +++-
.../test/Components/Unit/Components/Helper/DocsOriginTest.php | 83 +++
components/test/Components/fixture/docsorigin/multiple | 13 +
components/test/Components/fixture/docsorigin/simple | 3 +
15 files changed, 617 insertions(+), 8 deletions(-)
create mode 100644 components/lib/Components/Helper/DocsOrigin.php
create mode 100644 components/lib/Components/Module/Fetchdocs.php
create mode 100644 components/lib/Components/Runner/Fetchdocs.php
create mode 100644 components/test/Components/Unit/Components/Helper/DocsOriginTest.php
create mode 100644 components/test/Components/fixture/docsorigin/empty
create mode 100644 components/test/Components/fixture/docsorigin/multiple
create mode 100644 components/test/Components/fixture/docsorigin/simple
http://git.horde.org/horde-git/-/commit/25da2cee5bacc24ce695846ea42806c888631948
-----------------------------------------------------------------------
commit f024c68d44d9abc7bbaac04abf22ec95af38ba9e
Author: Ralf Lang <lang at b1-systems.de>
Date: Sun Sep 11 11:04:22 2011 +0200
Throw error when no storage driver is set instead of horrible death by
missing class - this broke test.php in my fresh developer setup
wicked/lib/Factory/Driver.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/f024c68d44d9abc7bbaac04abf22ec95af38ba9e
-----------------------------------------------------------------------
commit 1e4fb5036ac08fdcdbc305aa1090c0f1ba2e0ef7
Author: Ralf Lang <lang at b1-systems.de>
Date: Sun Sep 11 09:47:11 2011 +0000
[rla] #9343 Turba LDAP Driver now only rewrites changed attributes
turba/docs/CHANGES | 1 +
turba/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/1e4fb5036ac08fdcdbc305aa1090c0f1ba2e0ef7
-----------------------------------------------------------------------
commit b706a122997650a402fd4a970a5f9fecb690e0d0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 18:48:59 2011 -0600
More dimp button tweaks
imp/themes/default/dimp/screen.css | 39 ++++++++++++++++++++---------------
1 files changed, 22 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/b706a122997650a402fd4a970a5f9fecb690e0d0
-----------------------------------------------------------------------
commit ae953e644e5e1a2cb9902dda4da1ca7395be2481
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 19:17:12 2011 -0600
Bug #10495: Remove non-existent parent mailbox when removing last child mailbox in dynamic view
imp/docs/CHANGES | 2 ++
imp/lib/Imap/Tree.php | 4 ++--
imp/package.xml | 12 +++++++++---
3 files changed, 13 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/ae953e644e5e1a2cb9902dda4da1ca7395be2481
-----------------------------------------------------------------------
commit 39aedc51f77effa955a94622ddf146e34244c4c3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 21:26:45 2011 -0600
No longer directly use IDX_SEP in javascript code
imp/js/dimpbase.js | 7 ++-----
imp/js/dimpcore.js | 7 +++----
imp/templates/dimp/javascript_defs.php | 1 -
3 files changed, 5 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/39aedc51f77effa955a94622ddf146e34244c4c3
-----------------------------------------------------------------------
commit e98ed4639fddbe18835cc7a98cc5a2f87caab22c
Author: Gunnar Wrobel <p at rdus.de>
Date: Mon Sep 12 06:58:34 2011 +0200
Remove type hint as Horde_Core_Share_Driver does not declare that it implements Horde_Share_Base (Bug #10493).
nag/lib/Tasklists/Base.php | 2 +-
nag/lib/Tasklists/Default.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e98ed4639fddbe18835cc7a98cc5a2f87caab22c
-----------------------------------------------------------------------
commit 9d5e33c6cc951a783eb0a955707fbf1e92f4cfd9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 21:48:48 2011 -0600
If not an image, need to search/replace ALL ways of setting background
imp/js/imp.js | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/9d5e33c6cc951a783eb0a955707fbf1e92f4cfd9
-----------------------------------------------------------------------
commit 0d3f19c83d1d0d9cdef6c046562e75939c73f546
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 23:42:10 2011 -0600
RFC 3834: Indicate attachment message is auto-generated
imp/attachment.php | 1 +
imp/docs/RFCS | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0d3f19c83d1d0d9cdef6c046562e75939c73f546
-----------------------------------------------------------------------
commit 06be49832faec3066caf8a21b45ce92c899082a8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 23:49:25 2011 -0600
Add auto-generated message filter
imp/docs/CHANGES | 1 +
imp/lib/Search/Element/Autogenerated.php | 54 ++++++++++++++++++++++++++++++
imp/lib/Search/Filter/Autogenerated.php | 27 +++++++++++++++
imp/package.xml | 10 ++++--
4 files changed, 89 insertions(+), 3 deletions(-)
create mode 100644 imp/lib/Search/Element/Autogenerated.php
create mode 100644 imp/lib/Search/Filter/Autogenerated.php
http://git.horde.org/horde-git/-/commit/06be49832faec3066caf8a21b45ce92c899082a8
-----------------------------------------------------------------------
commit 5fc79b6ca0c0bbd5d73c9d418f67637890074e65
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sun Sep 11 23:58:20 2011 -0600
Fix typo
imp/js/dimpcore.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5fc79b6ca0c0bbd5d73c9d418f67637890074e65
-----------------------------------------------------------------------
commit 4a865f802b8953bc9c8cc6a8ac87f25ff2cbc45f
Author: Gunnar Wrobel <p at rdus.de>
Date: Mon Sep 12 09:35:57 2011 +0200
Make the department visible.
bundles/kolab_webmail/turba/config/backends.d/20-kolab.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4a865f802b8953bc9c8cc6a8ac87f25ff2cbc45f
-----------------------------------------------------------------------
commit 44bf53e1ff8dbad51dada23c52328845a2803093
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 12 16:05:04 2011 -0600
Request #10256: Add ability to toggle hide deleted messages in dynamic view
Still need graphics for context display menu.
imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 14 ++++++++++++++
imp/lib/Ajax/Application.php | 9 +++++++++
imp/lib/Mailbox.php | 12 ++++++++++++
imp/lib/Views/ListMessages.php | 3 +++
imp/mailbox.php | 4 +---
imp/package.xml | 8 +++++---
imp/templates/dimp/index.inc | 4 ++++
8 files changed, 50 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/44bf53e1ff8dbad51dada23c52328845a2803093
-----------------------------------------------------------------------
commit d0e49948bfcd065c6d8a6c41d12ffbf3341e03fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 12 16:28:51 2011 -0600
Bug #10491: Need to output variable to page
gollem/templates/javascript_defs.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d0e49948bfcd065c6d8a6c41d12ffbf3341e03fb
-----------------------------------------------------------------------
commit ecbcf4bf7eb370ae10505282f28830e41c918ee3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 12 17:01:32 2011 -0600
Tweaks to form handling when creating a new rule
ingo/lib/Ingo.php | 6 +++---
ingo/rule.php | 7 ++++++-
2 files changed, 9 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ecbcf4bf7eb370ae10505282f28830e41c918ee3
-----------------------------------------------------------------------
commit 78818e922e2c229f120f74f952deea7e64315c9f
Merge: 6b64c8f ecbcf4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 02:26:35 2011 -0400
Merge branch 'master' into ansel-map
bundles/kolab_webmail/turba/config/backends.d/20-kolab.php | 1 +
components/lib/Components/Component.php | 7 +
components/lib/Components/Component/Base.php | 9 +
components/lib/Components/Component/Source.php | 19 +
components/lib/Components/Dependencies.php | 9 +-
components/lib/Components/Dependencies/Bootstrap.php | 12 +-
components/lib/Components/Dependencies/Injector.php | 12 +-
components/lib/Components/Helper/DocsOrigin.php | 133 +++++
components/lib/Components/Module/Fetchdocs.php | 133 +++++
components/lib/Components/Module/Help.php | 2 +-
components/lib/Components/Runner/Document.php | 1 -
components/lib/Components/Runner/Fetchdocs.php | 95 +++
components/package.xml | 94 +++-
.../test/Components/Unit/Components/Helper/DocsOriginTest.php | 83 +++
components/test/Components/fixture/docsorigin/multiple | 13 +
components/test/Components/fixture/docsorigin/simple | 3 +
gollem/templates/javascript_defs.php | 2 +-
imp/attachment.php | 1 +
imp/docs/CHANGES | 5 +
imp/docs/RFCS | 1 +
imp/js/dimpbase.js | 21 +-
imp/js/dimpcore.js | 9 +-
imp/js/imp.js | 19 +-
imp/lib/Ajax/Application.php | 9 +
imp/lib/Imap/Tree.php | 4 +-
imp/lib/Mailbox.php | 12 +
imp/lib/Search/Element/Autogenerated.php | 54 ++
imp/lib/Search/Filter/Autogenerated.php | 27 +
imp/lib/Views/ListMessages.php | 3 +
imp/mailbox.php | 4 +-
imp/package.xml | 18 +-
imp/templates/dimp/index.inc | 4 +
imp/templates/dimp/javascript_defs.php | 1 -
imp/themes/default/dimp/screen.css | 39 +-
ingo/lib/Ingo.php | 6 +-
ingo/rule.php | 7 +-
nag/lib/Tasklists/Base.php | 2 +-
nag/lib/Tasklists/Default.php | 2 +-
turba/docs/CHANGES | 1 +
turba/package.xml | 2 +
wicked/lib/Factory/Driver.php | 3 +
41 files changed, 823 insertions(+), 59 deletions(-)
http://git.horde.org/horde-git/-/commit/78818e922e2c229f120f74f952deea7e64315c9f
More information about the commits
mailing list