[commits] Horde branch develop updated. 73d5b82c6e1fb45917c1617204ba260b5bd63e3d

Michael M Slusarz slusarz at horde.org
Thu Mar 15 04:50:36 UTC 2012


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

from: 37cb08817731e7a0ebb44a98996bae37764e7cec

7f6b52e Fix object/string usage error
73d5b82 [mms] Added Horde_PageOutput.

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

commit 7f6b52ee34a92f9b0af94f49442e3507729388bd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 14 21:25:57 2012 -0600

    Fix object/string usage error

 turba/lib/Api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7f6b52ee34a92f9b0af94f49442e3507729388bd

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

commit 73d5b82c6e1fb45917c1617204ba260b5bd63e3d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 9 02:58:46 2012 -0700

    [mms] Added Horde_PageOutput.
    
    Move page output related methods from Horde:: (a static class) to a true
    OO-oriented class.
    
    Also, move CSS stylesheet additions, and link tag generation, to this
    class.
    
    Next step: A single common-header.inc, output via a PageOutput#header()
    command.

 agora/forums.php                                                  |    5 +-
 agora/lib/Application.php                                         |    2 +-
 ansel/faces/custom.php                                            |   15 +-
 ansel/faces/gallery.php                                           |    5 +-
 ansel/faces/search/image_define.php                               |    9 +-
 ansel/gallery/sort.php                                            |    4 +-
 ansel/image.php                                                   |   24 +-
 ansel/lib/Ajax/Imple/EditCaption.php                              |   35 +-
 ansel/lib/Ajax/Imple/EditFaces.php                                |   12 +-
 ansel/lib/Ajax/Imple/EditGalleryFaces.php                         |    9 +-
 ansel/lib/Ajax/Imple/GallerySlugCheck.php                         |   13 +-
 ansel/lib/Ajax/Imple/TagActions.php                               |   12 +-
 ansel/lib/Ajax/Imple/ToggleGalleryActions.php                     |   13 +-
 ansel/lib/Ajax/Imple/ToggleOtherGalleries.php                     |   12 +-
 ansel/lib/Ansel.php                                               |   17 +-
 ansel/lib/Application.php                                         |    7 +-
 ansel/lib/Block/MyGalleries.php                                   |    2 +-
 ansel/lib/Block/RecentlyAdded.php                                 |    3 +-
 ansel/lib/Block/RecentlyAddedGeodata.php                          |    3 +-
 ansel/lib/View/EmbeddedRenderer/GalleryLink.php                   |    8 +-
 ansel/lib/View/EmbeddedRenderer/Mini.php                          |    9 +-
 ansel/lib/View/GalleryProperties.php                              |    8 +-
 ansel/lib/View/GalleryRenderer/Gallery.php                        |    2 +-
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |   19 +-
 ansel/lib/View/Image.php                                          |    6 +-
 ansel/lib/View/Slideshow.php                                      |    3 +-
 ansel/lib/View/Upload.php                                         |   25 +-
 ansel/lib/Widget/Geotag.php                                       |    6 +-
 ansel/lib/Widget/ImageFaces.php                                   |    3 +-
 ansel/map_edit.php                                                |    3 +-
 ansel/templates/mobile/javascript_defs.php                        |    4 +-
 beatnik/listzones.php                                             |    5 +-
 beatnik/viewzone.php                                              |    2 +-
 chora/annotate.php                                                |   13 +-
 chora/browsedir.php                                               |    2 +-
 chora/browsefile.php                                              |    2 +-
 chora/co.php                                                      |    2 +-
 chora/commit.php                                                  |    2 +-
 chora/diff.php                                                    |    2 +-
 chora/patchsets.php                                               |    5 +-
 chora/stats.php                                                   |    2 +-
 folks/activity.php                                                |    2 +-
 folks/birthday.php                                                |    2 +-
 folks/edit/activity.php                                           |    2 +-
 folks/edit/comments.php                                           |    2 +-
 folks/edit/friends/add.php                                        |    2 +-
 folks/edit/tabs.php                                               |    2 +-
 folks/friends.php                                                 |    2 +-
 folks/lib/Application.php                                         |    9 +-
 folks/lib/Block/Activities.php                                    |    2 +-
 folks/lib/Block/Friends.php                                       |    2 +-
 folks/lib/Block/Know.php                                          |    2 +-
 folks/lib/Block/MyComments.php                                    |    2 +-
 folks/lib/Block/New.php                                           |    2 +-
 folks/lib/Block/Random.php                                        |    2 +-
 folks/lib/Block/Recent.php                                        |    2 +-
 folks/list.php                                                    |    2 +-
 folks/new.php                                                     |    2 +-
 folks/online.php                                                  |    2 +-
 folks/popularity.php                                              |    2 +-
 folks/search.php                                                  |    9 +-
 folks/user.php                                                    |    2 +-
 framework/Core/lib/Horde.php                                      |  402 +----
 framework/Core/lib/Horde/Core/Ajax.php                            |   35 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter.php        |   14 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |   11 +-
 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |    4 +-
 framework/Core/lib/Horde/Core/Auth/Application.php                |    6 +-
 framework/Core/lib/Horde/Core/Block/Layout/View.php               |   30 +-
 framework/Core/lib/Horde/Core/Factory/Alarm.php                   |    2 +-
 framework/Core/lib/Horde/Core/Mime/Viewer/Syntaxhighlighter.php   |   15 +-
 .../Core/lib/Horde/Core/Notification/Listener/DynamicStatus.php   |    4 +-
 .../lib/Horde/Core/Notification/Listener/SmartmobileStatus.php    |    2 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    7 +-
 framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php                |   12 +-
 framework/Core/lib/Horde/Core/Text/Filter/Highlightquotes.php     |    5 +-
 framework/Core/lib/Horde/Core/Tree/Javascript.php                 |    6 +-
 framework/Core/lib/Horde/Core/Ui/JsCalendar.php                   |    5 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php             |   68 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/TablesetHtml.php     |    4 +-
 framework/Core/lib/Horde/PageOutput.php                           |  480 +++++
 framework/Core/lib/Horde/Script/Files.php                         |    8 +-
 framework/Core/package.xml                                        |    7 +-
 framework/Editor/lib/Horde/Editor/Ckeditor.php                    |    5 +-
 framework/Form/lib/Horde/Form/Action/ConditionalEnable.php        |    2 +-
 framework/Form/lib/Horde/Form/Action/conditional_enable.php       |    2 +-
 framework/Form/lib/Horde/Form/Action/reload.php                   |    5 +-
 framework/Form/lib/Horde/Form/Action/setcursorpos.php             |    2 +-
 framework/Form/lib/Horde/Form/Action/submit.php                   |    5 +-
 framework/Form/lib/Horde/Form/Action/sum_fields.php               |    2 +-
 framework/Form/lib/Horde/Form/Renderer.php                        |    4 +-
 framework/Model/lib/Horde/Core/Form/Renderer/Html.php             |    4 +-
 framework/Model/lib/Horde/Core/Form/daterendererchanges.php       |   17 +-
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php              |   11 +-
 gollem/clipboard.php                                              |    8 +-
 gollem/edit.php                                                   |    2 +-
 gollem/manager.php                                                |   13 +-
 gollem/quota.php                                                  |    4 +-
 gollem/selectlist.php                                             |    2 +-
 gollem/templates/javascript_defs.php                              |    2 +-
 hermes/index.php                                                  |    5 +-
 hermes/lib/Ajax.php                                               |   21 +-
 hermes/lib/Table.php                                              |    2 +-
 horde/admin/activesync.php                                        |    5 +-
 horde/admin/config/index.php                                      |    2 +-
 horde/admin/groups.php                                            |    4 +-
 horde/admin/locks.php                                             |    2 +-
 horde/admin/phpshell.php                                          |    2 +-
 horde/admin/sessions.php                                          |    6 +-
 horde/admin/sqlshell.php                                          |    2 +-
 horde/admin/user.php                                              |    9 +-
 horde/lib/Block/FbStream.php                                      |    7 +-
 horde/lib/Block/TwitterTimeline.php                               |    7 +-
 horde/lib/Block/Vatid.php                                         |   10 +-
 horde/lib/Prefs/Ui.php                                            |   23 +-
 horde/login.php                                                   |    8 +-
 horde/services/logintasks.php                                     |    2 +-
 horde/services/obrowser/index.php                                 |    2 +-
 horde/services/portal/index.php                                   |   12 +-
 horde/services/sidebar.php                                        |    5 +-
 horde/templates/common-header-mobile.inc                          |   23 +-
 horde/templates/common-header.inc                                 |   14 +-
 hylax/lib/Hylax.php                                               |    2 +-
 imp/compose-dimp.php                                              |   11 +-
 imp/compose.php                                                   |   14 +-
 imp/contacts.php                                                  |    5 +-
 imp/folders.php                                                   |   13 +-
 imp/index-dimp.php                                                |    2 +-
 imp/lib/Ajax.php                                                  |   76 +-
 imp/lib/Ajax/Application.php                                      |    2 +-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |    6 +-
 imp/lib/Ajax/Imple/ImageUnblock.php                               |   13 +-
 imp/lib/Ajax/Imple/ImportEncryptKey.php                           |   13 +-
 imp/lib/Ajax/Imple/ItipRequest.php                                |    8 +-
 imp/lib/Ajax/Imple/PassphraseDialog.php                           |   10 +-
 imp/lib/Application.php                                           |    6 +-
 imp/lib/IMP.php                                                   |    2 +-
 imp/lib/Menu/Dimp.php                                             |    2 +-
 imp/lib/Mime/Viewer/Html.php                                      |    2 +-
 imp/lib/Mime/Viewer/Plain.php                                     |    2 +-
 imp/lib/Prefs/Ui.php                                              |   85 +-
 imp/lib/Ui/Compose.php                                            |    4 +-
 imp/lib/Ui/Editor.php                                             |    2 +-
 imp/lib/Views/Compose.php                                         |    4 +-
 imp/lib/Views/ShowMessage.php                                     |    2 +-
 imp/mailbox.php                                                   |   18 +-
 imp/message-dimp.php                                              |   13 +-
 imp/message-mimp.php                                              |    2 +-
 imp/message.php                                                   |   19 +-
 imp/search.php                                                    |    9 +-
 imp/templates/common-header.inc                                   |   14 +-
 imp/templates/dimp/index.inc                                      |    5 +-
 imp/templates/imp/javascript_defs.php                             |    2 +-
 imp/templates/mobile/javascript_defs.php                          |    2 +-
 imp/thread.php                                                    |    9 +-
 imp/view.php                                                      |    2 +-
 ingo/blacklist.php                                                |    2 +-
 ingo/filters.php                                                  |    5 +-
 ingo/lib/Ingo.php                                                 |    5 +-
 ingo/rule.php                                                     |    8 +-
 jonah/lib/Application.php                                         |    8 +-
 jonah/lib/View/ChannelList.php                                    |    7 +-
 jonah/lib/View/StoryEdit.php                                      |    2 +-
 jonah/lib/View/StoryView.php                                      |   14 +-
 klutz/comics.php                                                  |    4 +-
 koward/lib/Koward/View/shared/_header.html.php                    |    7 +-
 kronolith/calendars/index.php                                     |    2 +-
 kronolith/data.php                                                |   10 +-
 kronolith/day.php                                                 |    5 +-
 kronolith/index.php                                               |    6 +-
 kronolith/lib/Ajax.php                                            |   17 +-
 kronolith/lib/Ajax/Imple/Embed.php                                |    6 +-
 kronolith/lib/Ajax/Imple/TagActions.php                           |    6 +-
 kronolith/lib/Application.php                                     |   21 +-
 kronolith/lib/Block/Monthlist.php                                 |    2 +-
 kronolith/lib/Block/Prevmonthlist.php                             |    2 +-
 kronolith/lib/Block/Summary.php                                   |    2 +-
 kronolith/lib/Kronolith.php                                       |    6 +-
 kronolith/lib/View/EditEvent.php                                  |    5 +-
 kronolith/month.php                                               |    5 +-
 kronolith/new.php                                                 |    6 +-
 kronolith/search.php                                              |   14 +-
 kronolith/templates/javascript_defs.php                           |    2 +-
 kronolith/templates/mobile/javascript_defs.php                    |    2 +-
 kronolith/templates/panel.inc                                     |    9 +-
 kronolith/week.php                                                |    5 +-
 kronolith/workweek.php                                            |    5 +-
 kronolith/year.php                                                |    5 +-
 luxor/source.php                                                  |    5 +-
 mnemo/lib/Ajax/Imple/EditNote.php                                 |   13 +-
 mnemo/list.php                                                    |    5 +-
 mnemo/notepads/index.php                                          |    5 +-
 mnemo/notes/index.php                                             |    5 +-
 mnemo/search.php                                                  |    4 +-
 mnemo/view.php                                                    |    2 +-
 nag/lib/Application.php                                           |    5 +-
 nag/lib/Ui/VarRenderer/Nag.php                                    |    4 +-
 nag/list.php                                                      |    7 +-
 nag/mobile.php                                                    |    2 +-
 nag/search.php                                                    |    4 +-
 nag/task.php                                                      |   10 +-
 nag/tasklists/index.php                                           |    2 +-
 nag/tasks/index.php                                               |    7 +-
 nag/templates/javascript_defs.php                                 |    2 +-
 nag/templates/list.html.php                                       |    2 +-
 nag/templates/panel.inc                                           |    5 +-
 nag/view.php                                                      |    2 +-
 operator/search.php                                               |    2 +-
 passwd/index.php                                                  |   11 +-
 sesha/list.php                                                    |    5 +-
 shout/admin.php                                                   |    2 +-
 shout/admin/accounts.php                                          |    2 +-
 shout/admin/numbers.php                                           |    2 +-
 shout/conferences.php                                             |    2 +-
 shout/devices.php                                                 |    2 +-
 shout/dialplan.php                                                |    5 +-
 shout/extensions.php                                              |    5 +-
 shout/recordings.php                                              |    2 +-
 shout/wizard.php                                                  |    5 +-
 trean/add.php                                                     |    8 +-
 trean/browse.php                                                  |    5 +-
 trean/edit.php                                                    |    4 +-
 trean/lib/Application.php                                         |    7 +-
 turba/addressbooks/index.php                                      |    2 +-
 turba/contact.php                                                 |    2 +-
 turba/lib/Application.php                                         |    7 +-
 turba/lib/Block/Minisearch.php                                    |    2 +-
 turba/lib/Turba.php                                               |    5 +-
 turba/lib/View/Browse.php                                         |    7 +-
 turba/search.php                                                  |   20 +-
 whups/lib/Application.php                                         |    8 +-
 whups/lib/Block/Queuesummary.php                                  |    2 +-
 whups/lib/Block/Tickets.php                                       |    2 +-
 whups/lib/Form/Action/whups_reload.php                            |    5 +-
 whups/lib/Query.php                                               |   11 +-
 whups/lib/Ticket.php                                              |   12 +-
 whups/lib/View/Results.php                                        |    2 +-
 whups/mybugs.php                                                  |    7 +-
 whups/query/index.php                                             |    2 +-
 whups/query/run.php                                               |    2 +-
 whups/ticket/comment.php                                          |    2 +-
 whups/ticket/delete.php                                           |    2 +-
 whups/ticket/index.php                                            |    2 +-
 whups/ticket/queue.php                                            |    2 +-
 whups/ticket/type.php                                             |    2 +-
 whups/ticket/update.php                                           |    2 +-
 whups/ticket/watch.php                                            |    3 +-
 wicked/lib/Application.php                                        |    8 +-
 wicked/lib/Page/AllPages.php                                      |    2 +-
 wicked/lib/Page/AttachedFiles.php                                 |    2 +-
 wicked/lib/Page/BackLinks.php                                     |    2 +-
 wicked/lib/Page/EditPage.php                                      |    4 +-
 wicked/lib/Page/LeastPopular.php                                  |    2 +-
 wicked/lib/Page/LikePages.php                                     |    2 +-
 wicked/lib/Page/MergeOrRename.php                                 |    2 +-
 wicked/lib/Page/MostPopular.php                                   |    2 +-
 wicked/lib/Page/NewPage.php                                       |    4 +-
 wicked/lib/Page/Search.php                                        |    2 +-
 wicked/lib/Page/SyncDiff.php                                      |    2 +-
 wicked/lib/Page/SyncPages.php                                     |    6 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Toc.php                         |    2 +-
 261 files changed, 1456 insertions(+), 1226 deletions(-)
 create mode 100644 framework/Core/lib/Horde/PageOutput.php

http://git.horde.org/horde-git/-/commit/73d5b82c6e1fb45917c1617204ba260b5bd63e3d




More information about the commits mailing list