[commits] Horde branch master updated. 07d614dc53bc6bfac00ba93957b3d513b6e902d6

Michael M Slusarz slusarz at horde.org
Thu Sep 9 20:57:57 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 1aec00fca19fb61b44fbd6407c91f945da334bee

118a03e Cleanup some Application file code.
c2ad34c cleanups
3888e7a phpdoc
7277728 Add Horde::menu()
da338eb phpdoc
e955dce Prevent undefined index errors.
19c61ee Horde_Menu#addArray() makes it easy to visually parse the parameter list
07d614d More complete message

-----------------------------------------------------------------------

commit 118a03eb6dfa73e5dc273f75178ba592fe4a0722
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 10:57:39 2010 -0600

    Cleanup some Application file code.

 luxor/lib/Application.php  |    1 -
 passwd/lib/Application.php |   13 +------------
 pastie/lib/Application.php |    1 -
 vilma/lib/Application.php  |    9 +++++----
 wicked/lib/Application.php |    5 -----
 5 files changed, 6 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/luxor/lib/Application.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=118a03eb6dfa73e5dc273f75178ba592fe4a0722
http://git.horde.org/diff.php/passwd/lib/Application.php?rt=horde-git&r1=1a37a6d9d1980ddcddb07fbe2dd1533f57842097&r2=118a03eb6dfa73e5dc273f75178ba592fe4a0722
http://git.horde.org/diff.php/pastie/lib/Application.php?rt=horde-git&r1=29a5f743e5cf0587b4ad4a0c8b2ac1c5a0977898&r2=118a03eb6dfa73e5dc273f75178ba592fe4a0722
http://git.horde.org/diff.php/vilma/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=118a03eb6dfa73e5dc273f75178ba592fe4a0722
http://git.horde.org/diff.php/wicked/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=118a03eb6dfa73e5dc273f75178ba592fe4a0722

-----------------------------------------------------------------------

commit c2ad34cad8e925386f5b64f2229f75d4aeb08afd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 11:00:00 2010 -0600

    cleanups

 shout/lib/Ajax/Application.php |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=c2ad34cad8e925386f5b64f2229f75d4aeb08afd

-----------------------------------------------------------------------

commit 3888e7a124ff8b45520cfd5704448cfb324926cf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 11:30:56 2010 -0600

    phpdoc

 framework/Core/lib/Horde.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=3888e7a124ff8b45520cfd5704448cfb324926cf

-----------------------------------------------------------------------

commit 7277728730e6ab11d05f3a5f0c7133315a350917
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 11:59:33 2010 -0600

    Add Horde::menu()
    
    Add Horde_Registry_Application#menu(), which replaces
    Horde_Registry_Application#prefsMenu(), and can now be used by any
    application call, not just prefs.
    
    If an application does not extend the menubar, all that is needed for
    menu creation is to define app-specific menu elements in menu() and then
    call 'echo Horde::menu()' within the app.

 agora/ban.php                                     |    2 +-
 agora/deleteforum.php                             |    2 +-
 agora/editforum.php                               |    2 +-
 agora/forums.php                                  |    2 +-
 agora/lib/Agora.php                               |   42 ---------
 agora/lib/Application.php                         |   51 +++++++++--
 agora/messages/abuse.php                          |    2 +-
 agora/messages/delete.php                         |    2 +-
 agora/messages/edit.php                           |    2 +-
 agora/messages/index.php                          |    2 +-
 agora/messages/lock.php                           |    2 +-
 agora/messages/merge.php                          |    2 +-
 agora/messages/move.php                           |    2 +-
 agora/messages/split.php                          |    2 +-
 agora/moderate.php                                |    2 +-
 agora/moderators.php                              |    2 +-
 agora/owner.php                                   |    2 +-
 agora/search.php                                  |    2 +-
 agora/templates/ban.html.php                      |    2 +-
 agora/templates/forums.html.php                   |    2 +-
 agora/templates/main.html.php                     |    2 +-
 agora/templates/messages/edit.html.php            |    2 +-
 agora/templates/messages/form.html.php            |    2 +-
 agora/templates/messages/index.html.php           |    4 +-
 agora/templates/messages/message.html.php         |    2 +-
 agora/templates/moderate.html.php                 |    2 +-
 agora/templates/moderators.html.php               |    2 +-
 agora/templates/search.html.php                   |    2 +-
 agora/templates/threads.html.php                  |    2 +-
 agora/threads.php                                 |    2 +-
 ansel/browse.php                                  |    3 +-
 ansel/browse_edit.php                             |    2 +-
 ansel/disclamer.php                               |    3 +-
 ansel/faces/claim.php                             |    3 +-
 ansel/faces/custom.php                            |    3 +-
 ansel/faces/face.php                              |    3 +-
 ansel/faces/gallery.php                           |    3 +-
 ansel/faces/report.php                            |    5 +-
 ansel/faces/search/all.php                        |    3 +-
 ansel/faces/search/image.php                      |    4 +-
 ansel/faces/search/image_define.php               |    3 +-
 ansel/faces/search/image_search.php               |    3 +-
 ansel/faces/search/name.php                       |    4 +-
 ansel/faces/search/named.php                      |    3 +-
 ansel/faces/search/owner.php                      |    3 +-
 ansel/gallery.php                                 |    6 +-
 ansel/gallery/captions.php                        |    3 +-
 ansel/gallery/sort.php                            |    3 +-
 ansel/group.php                                   |    3 +-
 ansel/image.php                                   |    3 +-
 ansel/img/upload.php                              |    3 +-
 ansel/lib/Ansel.php                               |   65 --------------
 ansel/lib/Application.php                         |   73 ++++++++++++++--
 ansel/protect.php                                 |    3 +-
 ansel/report.php                                  |    3 +-
 ansel/templates/menu.inc                          |    7 --
 ansel/view.php                                    |    6 +-
 beatnik/lib/Application.php                       |    7 +-
 chora/lib/Application.php                         |    8 +-
 chora/lib/Chora.php                               |   12 ---
 chora/templates/menu.inc                          |    2 +-
 crumb/lib/Application.php                         |    6 +-
 fima/lib/Application.php                          |   20 ++--
 folks/lib/Application.php                         |    6 +-
 framework/Core/lib/Horde.php                      |   48 +++++++++++
 framework/Core/lib/Horde/Core/Prefs/Ui.php        |   19 ++---
 framework/Core/lib/Horde/Registry/Application.php |   18 ++--
 gollem/clipboard.php                              |    4 +-
 gollem/lib/Application.php                        |   24 +++++-
 gollem/lib/Gollem.php                             |   60 ++------------
 gollem/manager.php                                |    4 +-
 gollem/permissions.php                            |    4 +-
 horde/services/portal/edit.php                    |    2 +-
 horde/services/portal/index.php                   |    2 +-
 horde/services/problem.php                        |    2 +-
 horde/templates/menu/menu.inc                     |    9 --
 imp/compose.php                                   |    4 +-
 imp/folders.php                                   |   16 ++--
 imp/lib/Application.php                           |   74 ++++++++++++++---
 imp/lib/IMP.php                                   |   94 ++-------------------
 imp/lib/Prefs/Ui.php                              |   12 ---
 imp/mailbox.php                                   |    4 +-
 imp/message.php                                   |    4 +-
 imp/search-basic.php                              |    4 +-
 imp/search.php                                    |    4 +-
 imp/thread.php                                    |    4 +-
 ingo/blacklist.php                                |    4 +-
 ingo/filters.php                                  |    4 +-
 ingo/forward.php                                  |    4 +-
 ingo/lib/Application.php                          |   48 ++++++++--
 ingo/lib/Ingo.php                                 |   67 ++-------------
 ingo/rule.php                                     |    4 +-
 ingo/script.php                                   |    4 +-
 ingo/spam.php                                     |    4 +-
 ingo/vacation.php                                 |    4 +-
 ingo/whitelist.php                                |    4 +-
 jeta/index.php                                    |    2 +-
 jeta/lib/Application.php                          |   13 ++-
 jeta/lib/Jeta.php                                 |   26 ------
 jeta/templates/main.html                          |    5 +-
 jonah/channels/aggregate.php                      |    2 +-
 jonah/channels/delete.php                         |    3 +-
 jonah/channels/edit.php                           |    2 +-
 jonah/channels/index.php                          |    2 +-
 jonah/delivery/html.php                           |    2 +-
 jonah/feed.php                                    |    2 +-
 jonah/lib/Application.php                         |   37 +++++++-
 jonah/lib/Jonah.php                               |   35 --------
 jonah/stories/delete.php                          |    3 +-
 jonah/stories/edit.php                            |    3 +-
 jonah/stories/index.php                           |    2 +-
 jonah/stories/results.php                         |    2 +-
 jonah/stories/view.php                            |    2 +-
 jonah/templates/channels/index.html               |    5 +-
 jonah/templates/delivery/html.html                |    5 +-
 jonah/templates/main/main.html                    |    5 +-
 jonah/templates/stories/index.html                |    5 +-
 jonah/templates/stories/view.html                 |    6 +-
 kastalia/lib/Application.php                      |    6 +-
 kronolith/calendars/create.php                    |    4 +-
 kronolith/calendars/delete.php                    |    4 +-
 kronolith/calendars/edit.php                      |    4 +-
 kronolith/calendars/index.php                     |    4 +-
 kronolith/calendars/remote_edit.php               |    4 +-
 kronolith/calendars/remote_subscribe.php          |    4 +-
 kronolith/calendars/remote_unsubscribe.php        |    4 +-
 kronolith/data.php                                |    4 +-
 kronolith/day.php                                 |    4 +-
 kronolith/event.php                               |    4 +-
 kronolith/lib/Application.php                     |   59 ++++++++++---
 kronolith/lib/Kronolith.php                       |   49 -----------
 kronolith/month.php                               |    4 +-
 kronolith/new.php                                 |    5 +-
 kronolith/resources/create.php                    |    4 +-
 kronolith/resources/delete.php                    |    4 +-
 kronolith/resources/edit.php                      |    4 +-
 kronolith/resources/groups/create.php             |    4 +-
 kronolith/resources/groups/delete.php             |    4 +-
 kronolith/resources/groups/edit.php               |    4 +-
 kronolith/resources/groups/index.php              |   13 ++-
 kronolith/resources/index.php                     |   13 ++-
 kronolith/search.php                              |    4 +-
 kronolith/templates/menu.inc                      |    5 -
 kronolith/week.php                                |    4 +-
 kronolith/workweek.php                            |    4 +-
 kronolith/year.php                                |    4 +-
 luxor/lib/Application.php                         |    7 +-
 mnemo/data.php                                    |    2 +-
 mnemo/lib/Application.php                         |   42 +++++++--
 mnemo/lib/Mnemo.php                               |   36 --------
 mnemo/list.php                                    |    2 +-
 mnemo/memo.php                                    |    2 +-
 mnemo/notepads/create.php                         |    2 +-
 mnemo/notepads/delete.php                         |    2 +-
 mnemo/notepads/edit.php                           |    2 +-
 mnemo/notepads/index.php                          |    2 +-
 mnemo/notes/index.php                             |    2 +-
 mnemo/search.php                                  |    2 +-
 mnemo/templates/menu.inc                          |    4 -
 mnemo/view.php                                    |    2 +-
 nag/data.php                                      |    3 +-
 nag/lib/Application.php                           |   40 +++++++--
 nag/lib/Nag.php                                   |   29 +------
 nag/list.php                                      |    3 +-
 nag/search.php                                    |    3 +-
 nag/task.php                                      |    3 +-
 nag/tasklists/create.php                          |    3 +-
 nag/tasklists/delete.php                          |    3 +-
 nag/tasklists/edit.php                            |    3 +-
 nag/tasklists/index.php                           |    3 +-
 nag/tasks/index.php                               |    3 +-
 nag/templates/menu.inc                            |    5 -
 nag/view.php                                      |    3 +-
 news/lib/Application.php                          |    6 +-
 pastie/lib/Application.php                        |    6 +-
 skeleton/lib/Application.php                      |    8 +-
 skeleton/lib/Skeleton.php                         |   26 ------
 skeleton/list.php                                 |    3 +-
 skeleton/templates/menu.inc                       |    5 -
 skoli/lib/Application.php                         |    6 +-
 trean/add.php                                     |    3 +-
 trean/browse.php                                  |    3 +-
 trean/data.php                                    |    3 +-
 trean/edit.php                                    |    6 +-
 trean/lib/Application.php                         |   15 +++-
 trean/lib/Trean.php                               |   24 -----
 trean/reports.php                                 |    3 +-
 trean/search.php                                  |    3 +-
 trean/templates/menu.inc                          |    5 -
 turba/lib/Application.php                         |   39 ++++++---
 turba/lib/Turba.php                               |   26 ------
 turba/templates/menu.inc                          |    2 +-
 192 files changed, 816 insertions(+), 993 deletions(-)
 delete mode 100644 ansel/templates/menu.inc
 delete mode 100644 jeta/lib/Jeta.php
 delete mode 100644 kronolith/templates/menu.inc
 delete mode 100644 mnemo/templates/menu.inc
 delete mode 100644 nag/templates/menu.inc
 delete mode 100644 skeleton/lib/Skeleton.php
 delete mode 100644 skeleton/templates/menu.inc
 delete mode 100644 trean/templates/menu.inc

http://git.horde.org/diff.php/agora/ban.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/deleteforum.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/editforum.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/forums.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/lib/Agora.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/abuse.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/lock.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/merge.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/move.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/messages/split.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/moderate.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/moderators.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/owner.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/ban.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/forums.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/main.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/messages/edit.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/messages/form.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/messages/index.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/messages/message.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/moderate.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/moderators.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/search.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/templates/threads.html.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/agora/threads.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/browse.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/browse_edit.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/disclamer.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/claim.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/custom.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/face.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/gallery.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/report.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/all.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/image.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/image_define.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/image_search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/name.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/named.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/faces/search/owner.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/gallery.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/gallery/captions.php?rt=horde-git&r1=52c9a8d7a0c7c68432cdae2dde4f54199397ef10&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/gallery/sort.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/group.php?rt=horde-git&r1=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=98ed03542df709a6bc37f19cbe04dc2c889e051d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/protect.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/report.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ansel/view.php?rt=horde-git&r1=97da818fc5b35251a510c42bffeda996821b072d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/beatnik/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/chora/lib/Application.php?rt=horde-git&r1=f936ec44d0a4fce5b5a5b999abeed841957d14d3&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/chora/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/crumb/lib/Application.php?rt=horde-git&r1=7f318402de6c8655757013e8f323f1e4b903dc71&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/fima/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/folks/lib/Application.php?rt=horde-git&r1=6ec7d614c26d88f25c2d2cf49e2d0263a1322106&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=3888e7a124ff8b45520cfd5704448cfb324926cf&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/gollem/clipboard.php?rt=horde-git&r1=81f7516340d82b919b1420ca49f09b73a8ce4b1f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/gollem/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=81f7516340d82b919b1420ca49f09b73a8ce4b1f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=81f7516340d82b919b1420ca49f09b73a8ce4b1f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/gollem/permissions.php?rt=horde-git&r1=81f7516340d82b919b1420ca49f09b73a8ce4b1f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/horde/services/portal/edit.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/horde/services/portal/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=b005b542c04e6bac2a9fd3deebcb53302af4607f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/horde/templates/menu/menu.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=f3bb6ffc2fb80c426b55d7528f92a54a27e860ea&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=503b956ea22f571f60b362ac5c1565af84d25ba0&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=5722b11748c0d4a57f1fa0a542d4fccea5cac2c0&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=7980771d0684f78a9f996512a6c38b6df3f3491b&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=d1b477c104edb2c52b95f5e3097beeefd48b3bd3&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=a5fc25ac47ede9d08e683a5cd6112f5e00925e03&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/blacklist.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/forward.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=d4e9ea07e815dbcc962144180415f42bbb3d94c7&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/rule.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/script.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/spam.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/vacation.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/ingo/whitelist.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jeta/index.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jeta/lib/Application.php?rt=horde-git&r1=b128a5ea7bcb6fba57e449cc18ed85676259864a&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jeta/lib/Jeta.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jeta/templates/main.html?rt=horde-git&r1=e505eea958fab18af0db600ae904bfbe04c7cd54&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/channels/aggregate.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/channels/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/channels/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/channels/index.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/delivery/html.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/feed.php?rt=horde-git&r1=6573179c4dd65c8761d383737758d30926ec09f6&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/lib/Application.php?rt=horde-git&r1=3b84d04919accf91428a760b2ba7921a543d3909&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/lib/Jonah.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/stories/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/stories/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/stories/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/stories/results.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/stories/view.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/templates/channels/index.html?rt=horde-git&r1=d80e67854208b7bc13b1002103a7104c4d83c7c5&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/templates/delivery/html.html?rt=horde-git&r1=d80e67854208b7bc13b1002103a7104c4d83c7c5&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/templates/main/main.html?rt=horde-git&r1=d80e67854208b7bc13b1002103a7104c4d83c7c5&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/templates/stories/index.html?rt=horde-git&r1=d80e67854208b7bc13b1002103a7104c4d83c7c5&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/jonah/templates/stories/view.html?rt=horde-git&r1=d80e67854208b7bc13b1002103a7104c4d83c7c5&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kastalia/lib/Application.php?rt=horde-git&r1=7f318402de6c8655757013e8f323f1e4b903dc71&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/groups/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/groups/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/luxor/lib/Application.php?rt=horde-git&r1=118a03eb6dfa73e5dc273f75178ba592fe4a0722&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/data.php?rt=horde-git&r1=5b3a4dfc24b44c7216fcbba791cfa7596c809d27&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/list.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/memo.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/notepads/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/notepads/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/notepads/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/notepads/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/notes/index.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/search.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/mnemo/view.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/data.php?rt=horde-git&r1=12246a1c9768abbb852713c0385b5dcb083e4af7&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/list.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/search.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/task.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/tasklists/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/tasklists/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-git&r1=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/nag/view.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/news/lib/Application.php?rt=horde-git&r1=9c0f33973a80a215c92c6d6e3d1c6be5616f3a47&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/pastie/lib/Application.php?rt=horde-git&r1=118a03eb6dfa73e5dc273f75178ba592fe4a0722&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/skeleton/lib/Application.php?rt=horde-git&r1=b128a5ea7bcb6fba57e449cc18ed85676259864a&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/skeleton/lib/Skeleton.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/skeleton/list.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/skeleton/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/skoli/lib/Application.php?rt=horde-git&r1=7f318402de6c8655757013e8f323f1e4b903dc71&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/add.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/browse.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/data.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/lib/Application.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/lib/Trean.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/reports.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/search.php?rt=horde-git&r1=ecd882c3a0d488f156209a707b1b4c423d1ff65c&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/trean/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=f936ec44d0a4fce5b5a5b999abeed841957d14d3&r2=7277728730e6ab11d05f3a5f0c7133315a350917
http://git.horde.org/diff.php/turba/templates/menu.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7277728730e6ab11d05f3a5f0c7133315a350917

-----------------------------------------------------------------------

commit da338eb8a8bcb5768b57676d020fed78a6c2a6e8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 14:15:31 2010 -0600

    phpdoc

 framework/Core/lib/Horde/Menu.php |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=da338eb8a8bcb5768b57676d020fed78a6c2a6e8

-----------------------------------------------------------------------

commit e955dce1a85124ba839f1f75d1eb498fc33d2799
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 14:19:50 2010 -0600

    Prevent undefined index errors.

 framework/Core/lib/Horde/Menu.php |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=da338eb8a8bcb5768b57676d020fed78a6c2a6e8&r2=e955dce1a85124ba839f1f75d1eb498fc33d2799

-----------------------------------------------------------------------

commit 19c61eeaf516ba4587907dfe512d98977a1751d7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 14:24:10 2010 -0600

    Horde_Menu#addArray() makes it easy to visually parse the parameter list

 imp/lib/Application.php |   46 +++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 39 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=19c61eeaf516ba4587907dfe512d98977a1751d7

-----------------------------------------------------------------------

commit 07d614dc53bc6bfac00ba93957b3d513b6e902d6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 9 14:50:05 2010 -0600

    More complete message

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=07d614dc53bc6bfac00ba93957b3d513b6e902d6




More information about the commits mailing list