[commits] Horde branch develop updated. 23ed7b9fc1939b84418fd71c6719af8b0a616a22
Michael M Slusarz
slusarz at horde.org
Mon Apr 2 03:40:59 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 449494844943309f1904657f5d62c64a6a219d79
d8f3170 [mms] Fix search charset detection for servers that do not send the BADCHARSET response code (Bug #11117).
8822211 phpdoc
ca08f37 Make $page_output a global variable.
5f0090d Filter out empty parameters when creating link tags
32ce9b6 Add Horde_PageOutput#header() and Horde_PageOutput#footer()
e0a8232 Convert horde to Horde_PageOutput#header/footer
c7b2416 Use Horde_PageOutput#header to output header for dynamic pages.
eace04a Convert IMP to Horde_PageOutput#header/footer
ea074f8 mobileInitCallback() should no longer be needed.
ac5d6a8 Convert Turba to Horde_PageOutput#header/footer
96a276c Convert Agora to Horde_PageOutput#header/footer
4541cc9 Convert Ansel to Horde_PageOutput#header/footer
156f2ed Convert Beatnik to Horde_PageOutput#header/footer
42f739c Convert Chora to Horde_PageOutput#header/footer
8f7bc29 Convert Folks to Horde_PageOutput#header/footer
f950390 Convert framework libs to Horde_PageOutput#header/footer
83da3c0 Convert Gollem to Horde_PageOutput#header/footer
78879ef Convert Hermes to Horde_PageOutput#header/footer
6151479 Convert Hylax to Horde_PageOutput#header/footer
2a82405 Convert Ingo to Horde_PageOutput#header/footer
7c806cc Convert Jonah to Horde_PageOutput#header/footer
82dee63 Convert Klutz to Horde_PageOutput#header/footer
e9f27d7 Convert Kolab to Horde_PageOutput#header/footer
5eb20de Convert Kronolith to Horde_PageOutput#header/footer
e1110d2 Convert Luxor to Horde_PageOutput#header/footer
c343105 Convert Mnemo to Horde_PageOutput#header/footer
f9fa44f Convert Nag to Horde_PageOutput#header/footer
88ce771 Convert Operator to Horde_PageOutput#header/footer
1404e72 Convert Passwd to Horde_PageOutput#header/footer
e1c2c33 Convert Pastie to Horde_PageOutput#header/footer
3d5b0ce Convert Sam to Horde_PageOutput#header/footer
f4536dc Convert Sesha to Horde_PageOutput#header/footer
c847a1e Convert Shout to Horde_PageOutput#header/footer
c15badc Convert Skeleton to Horde_PageOutput#header/footer
188c7e1 Convert Trean to Horde_PageOutput#header/footer
99a6397 Convert Ulaform to Horde_PageOutput#header/footer
4eba3e5 Convert Vilma to Horde_PageOutput#header/footer
7b13369 Convert Whups to Horde_PageOutput#header/footer
011b17b Convert Wicked to Horde_PageOutput#header/footer
72a2709 Remove old common-* templates
23ed7b9 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit d8f3170239501864b11269506a0cd61579ea7bfb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 12:09:28 2012 -0600
[mms] Fix search charset detection for servers that do not send the BADCHARSET response code (Bug #11117).
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 11 +++++++++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 +++++++++-
framework/Imap_Client/package.xml | 3 +++
3 files changed, 23 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d8f3170239501864b11269506a0cd61579ea7bfb
-----------------------------------------------------------------------
commit 8822211e81adcac068f00df456ad46211ddb962e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 14:18:01 2012 -0600
phpdoc
horde/login.php | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/8822211e81adcac068f00df456ad46211ddb962e
-----------------------------------------------------------------------
commit ca08f37d5d734accff48541fd76239f554895ddf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 14:15:40 2012 -0600
Make $page_output a global variable.
framework/Core/lib/Horde/Registry.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/ca08f37d5d734accff48541fd76239f554895ddf
-----------------------------------------------------------------------
commit 5f0090d46d45ad32bf9eb8b3f5eed3fd3b8553d1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 16:24:18 2012 -0600
Filter out empty parameters when creating link tags
framework/Core/lib/Horde/PageOutput.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5f0090d46d45ad32bf9eb8b3f5eed3fd3b8553d1
-----------------------------------------------------------------------
commit 32ce9b60f31827489db1e05c7891b1682ae895d6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 14:56:59 2012 -0600
Add Horde_PageOutput#header() and Horde_PageOutput#footer()
framework/Core/lib/Horde/PageOutput.php | 124 +++++++++++++++++++++++++++++++
horde/templates/common/footer.html.php | 6 ++
horde/templates/common/header.html.php | 17 ++++
3 files changed, 147 insertions(+), 0 deletions(-)
create mode 100644 horde/templates/common/footer.html.php
create mode 100644 horde/templates/common/header.html.php
http://git.horde.org/horde-git/-/commit/32ce9b60f31827489db1e05c7891b1682ae895d6
-----------------------------------------------------------------------
commit e0a82326db7654891599cec9b08bf616ae07c933
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 15:02:25 2012 -0600
Convert horde to Horde_PageOutput#header/footer
horde/admin/activesync.php | 8 ++++----
horde/admin/alarms.php | 10 +++++-----
horde/admin/cmdshell.php | 9 +++++----
horde/admin/config/config.php | 8 +++++---
horde/admin/config/diff.php | 7 ++++---
horde/admin/config/index.php | 10 ++++++----
horde/admin/datatree.php | 9 +++++----
horde/admin/groups.php | 11 ++++++-----
horde/admin/locks.php | 10 +++++-----
horde/admin/perms/addchild.php | 9 +++++----
horde/admin/perms/delete.php | 9 +++++----
horde/admin/perms/edit.php | 9 +++++----
horde/admin/perms/index.php | 9 +++++----
horde/admin/phpshell.php | 9 +++++----
horde/admin/sessions.php | 10 +++++-----
horde/admin/sqlshell.php | 9 +++++----
horde/admin/user.php | 8 ++++----
horde/lib/Block/FbStream.php | 3 ++-
horde/lib/Block/TwitterTimeline.php | 3 +--
horde/lib/Block/Vatid.php | 3 ++-
horde/lib/Prefs/Ui.php | 18 ++++++++++--------
horde/login.php | 32 +++++++++++++++++---------------
horde/services/changepassword.php | 9 +++++----
horde/services/help/index.php | 8 +++++---
horde/services/keyboard.php | 10 ++++++----
horde/services/logintasks.php | 17 +++++++++--------
horde/services/obrowser/index.php | 6 +++---
horde/services/portal/edit.php | 7 ++++---
horde/services/portal/index.php | 8 ++++----
horde/services/portal/mobile.php | 9 +++++----
horde/services/problem.php | 7 ++++---
horde/services/resetpassword.php | 8 +++++---
horde/services/shares/edit.php | 7 ++++---
horde/services/sidebar.php | 5 ++---
horde/services/twitter/index.php | 7 ++++---
horde/signup.php | 9 +++++----
36 files changed, 181 insertions(+), 149 deletions(-)
http://git.horde.org/horde-git/-/commit/e0a82326db7654891599cec9b08bf616ae07c933
-----------------------------------------------------------------------
commit c7b2416831f16dc9153f7543500d16379a8c1409
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 16:42:05 2012 -0600
Use Horde_PageOutput#header to output header for dynamic pages.
framework/Core/lib/Horde/Core/Ajax.php | 38 ++++++++-----------------------
1 files changed, 10 insertions(+), 28 deletions(-)
http://git.horde.org/horde-git/-/commit/c7b2416831f16dc9153f7543500d16379a8c1409
-----------------------------------------------------------------------
commit eace04aad3fd675ea6e21447b31494c54f76de9f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 16:24:58 2012 -0600
Convert IMP to Horde_PageOutput#header/footer
imp/compose-dimp.php | 1 -
imp/compose.php | 5 +-
imp/contacts.php | 3 +-
imp/folders.php | 9 ++--
imp/index-dimp.php | 2 +-
imp/lib/Ajax.php | 4 +-
imp/lib/Ajax/Application.php | 2 +-
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 5 +-
imp/lib/Ajax/Imple/ImageUnblock.php | 4 +-
imp/lib/Ajax/Imple/ImportEncryptKey.php | 4 +-
imp/lib/Ajax/Imple/ItipRequest.php | 2 +-
imp/lib/Ajax/Imple/PassphraseDialog.php | 4 +-
imp/lib/IMP.php | 55 +++++++++++++++++++--
imp/lib/Menu/Dimp.php | 2 +-
imp/lib/Mime/Viewer/Html.php | 2 +-
imp/lib/Mime/Viewer/Itip.php | 4 +-
imp/lib/Mime/Viewer/Plain.php | 2 +-
imp/lib/Prefs/Ui.php | 25 +++++-----
imp/lib/Ui/Compose.php | 4 +-
imp/lib/Ui/Editor.php | 4 +-
imp/lib/Views/Compose.php | 6 +-
imp/lib/Views/ShowMessage.php | 2 +-
imp/mailbox.php | 10 ++--
imp/message-dimp.php | 1 -
imp/message-mimp.php | 2 +-
imp/message.php | 15 +++++-
imp/mobile.php | 8 ++-
imp/saveimage.php | 2 +-
imp/search-basic.php | 2 +-
imp/search.php | 3 +-
imp/templates/common-header.inc | 67 ---------------------------
imp/templates/dimp/index.inc | 1 -
imp/templates/imp/javascript_defs.php | 36 --------------
imp/templates/mobile/javascript_defs.php | 2 +-
imp/thread.php | 3 +-
imp/view.php | 2 +-
36 files changed, 124 insertions(+), 181 deletions(-)
delete mode 100644 imp/templates/common-header.inc
delete mode 100644 imp/templates/imp/javascript_defs.php
http://git.horde.org/horde-git/-/commit/eace04aad3fd675ea6e21447b31494c54f76de9f
-----------------------------------------------------------------------
commit ea074f803e515fede8fa6c14edd7515a61280ca8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 17:02:29 2012 -0600
mobileInitCallback() should no longer be needed.
All of these actions can be done in the base mobile.php page.
ansel/lib/Application.php | 26 --------------
ansel/mobile.php | 11 +++++-
framework/Core/lib/Horde/PageOutput.php | 3 --
imp/lib/Application.php | 26 --------------
imp/mobile.php | 14 +++++++
kronolith/lib/Application.php | 58 -------------------------------
kronolith/mobile.php | 50 ++++++++++++++++++++++++++-
7 files changed, 73 insertions(+), 115 deletions(-)
http://git.horde.org/horde-git/-/commit/ea074f803e515fede8fa6c14edd7515a61280ca8
-----------------------------------------------------------------------
commit ac5d6a8cb94dc204b3c019bca95e8103c37e2095
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 29 17:15:43 2012 -0600
Convert Turba to Horde_PageOutput#header/footer
turba/add.php | 7 ++++---
turba/addressbooks/create.php | 7 ++++---
turba/addressbooks/delete.php | 7 ++++---
turba/addressbooks/edit.php | 8 +++++---
turba/addressbooks/index.php | 10 ++++++----
turba/contact.php | 10 +++++-----
turba/data.php | 12 +++++++-----
turba/delete.php | 7 ++++---
turba/edit.php | 6 ++++--
turba/lib/Application.php | 3 +--
turba/lib/Block/Minisearch.php | 2 +-
turba/lib/Turba.php | 3 ++-
turba/lib/View/Browse.php | 8 +++++---
turba/minisearch.php | 10 ++++++----
turba/search.php | 12 ++++++------
15 files changed, 64 insertions(+), 48 deletions(-)
http://git.horde.org/horde-git/-/commit/ac5d6a8cb94dc204b3c019bca95e8103c37e2095
-----------------------------------------------------------------------
commit 96a276c613121664207ce2585f17282a84e9975b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 11:30:48 2012 -0600
Convert Agora to Horde_PageOutput#header/footer
agora/ban.php | 6 ++++--
agora/deleteforum.php | 4 ++--
agora/editforum.php | 6 ++++--
agora/forums.php | 9 +++++----
agora/lib/Application.php | 2 +-
agora/messages/abuse.php | 4 ++--
agora/messages/delete.php | 4 ++--
agora/messages/edit.php | 4 ++--
agora/messages/index.php | 4 ++--
agora/messages/lock.php | 4 ++--
agora/messages/merge.php | 4 ++--
agora/messages/move.php | 4 ++--
agora/messages/split.php | 4 ++--
agora/moderate.php | 14 +++++++-------
agora/moderators.php | 7 ++++---
agora/owner.php | 4 ++--
agora/search.php | 7 ++++---
agora/threads.php | 7 ++++---
18 files changed, 53 insertions(+), 45 deletions(-)
http://git.horde.org/horde-git/-/commit/96a276c613121664207ce2585f17282a84e9975b
-----------------------------------------------------------------------
commit 4541cc9c1441447d7ef6baa63af21a24bb3a52f1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:07:39 2012 -0600
Convert Ansel to Horde_PageOutput#header/footer
ansel/browse.php | 7 ++--
ansel/browse_edit.php | 7 ++--
ansel/disclamer.php | 4 +-
ansel/edit_dates.php | 5 ++-
ansel/faces/claim.php | 6 ++-
ansel/faces/custom.php | 9 ++---
ansel/faces/face.php | 8 +++--
ansel/faces/gallery.php | 8 +++--
ansel/faces/report.php | 7 +++-
ansel/faces/search/all.php | 6 ++-
ansel/faces/search/image.php | 7 ++--
ansel/faces/search/image_define.php | 8 ++--
ansel/faces/search/image_search.php | 7 ++--
ansel/faces/search/name.php | 8 ++--
ansel/faces/search/named.php | 6 ++-
ansel/faces/search/owner.php | 7 +++-
ansel/gallery.php | 4 +-
ansel/gallery/captions.php | 7 ++--
ansel/gallery/sort.php | 9 +++--
ansel/group.php | 4 +-
ansel/image.php | 39 +++++++++++++-------
ansel/img/ecard.php | 6 ++-
ansel/img/upload.php | 7 ++--
ansel/lib/Ajax/Imple/EditCaption.php | 2 +-
ansel/lib/Ajax/Imple/EditFaces.php | 3 +-
ansel/lib/Ajax/Imple/EditGalleryFaces.php | 3 +-
ansel/lib/Ajax/Imple/GallerySlugCheck.php | 3 +-
ansel/lib/Ajax/Imple/TagActions.php | 3 +-
ansel/lib/Ajax/Imple/ToggleGalleryActions.php | 3 +-
ansel/lib/Ajax/Imple/ToggleOtherGalleries.php | 3 +-
ansel/lib/Ansel.php | 4 +-
ansel/lib/Block/MyGalleries.php | 2 +-
ansel/lib/Block/RecentlyAdded.php | 2 +-
ansel/lib/Block/RecentlyAddedGeodata.php | 2 +-
ansel/lib/View/EmbeddedRenderer/GalleryLink.php | 2 +-
ansel/lib/View/EmbeddedRenderer/Mini.php | 2 +-
ansel/lib/View/GalleryProperties.php | 8 ++---
ansel/lib/View/GalleryRenderer/Gallery.php | 2 +-
ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 4 +-
ansel/lib/View/Image.php | 2 +-
ansel/lib/View/Slideshow.php | 2 +-
ansel/lib/View/Upload.php | 8 ++--
ansel/lib/Widget/Geotag.php | 3 +-
ansel/lib/Widget/ImageFaces.php | 2 +-
ansel/map_edit.php | 8 +++--
ansel/mobile.php | 8 ++++-
ansel/perms.php | 6 ++-
ansel/protect.php | 7 +++-
ansel/report.php | 6 ++-
ansel/templates/mobile/javascript_defs.php | 2 +-
ansel/view.php | 11 +++---
ansel/xppublish.php | 11 +++---
52 files changed, 184 insertions(+), 126 deletions(-)
http://git.horde.org/horde-git/-/commit/4541cc9c1441447d7ef6baa63af21a24bb3a52f1
-----------------------------------------------------------------------
commit 156f2ed6c5059211c1f1641ab2be5df96301ce10
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:11:10 2012 -0600
Convert Beatnik to Horde_PageOutput#header/footer
beatnik/autogenerate.php | 9 ++++-----
beatnik/delete.php | 10 ++++------
beatnik/editrec.php | 10 +++++-----
beatnik/listzones.php | 7 +++----
beatnik/viewzone.php | 10 +++++-----
5 files changed, 21 insertions(+), 25 deletions(-)
http://git.horde.org/horde-git/-/commit/156f2ed6c5059211c1f1641ab2be5df96301ce10
-----------------------------------------------------------------------
commit 42f739cd32bd5190191f217edf3372a9a0a8663e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:16:15 2012 -0600
Convert Chora to Horde_PageOutput#header/footer
chora/annotate.php | 7 ++++---
chora/browsedir.php | 9 ++++++---
chora/browsefile.php | 8 +++++---
chora/co.php | 8 +++++---
chora/commit.php | 8 +++++---
chora/cvsgraph.php | 6 ++++--
chora/diff.php | 8 +++++---
chora/history.php | 6 ++++--
chora/lib/Chora.php | 5 +++--
chora/patchsets.php | 7 ++++---
chora/stats.php | 8 +++++---
11 files changed, 50 insertions(+), 30 deletions(-)
http://git.horde.org/horde-git/-/commit/42f739cd32bd5190191f217edf3372a9a0a8663e
-----------------------------------------------------------------------
commit 8f7bc29f7ff5da1d0b3d8ec3ba174d12600d3d0b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:25:57 2012 -0600
Convert Folks to Horde_PageOutput#header/footer
folks/account/resetpassword.php | 8 ++++----
folks/account/signup.php | 9 ++++-----
folks/account/username.php | 8 ++++----
folks/activity.php | 10 +++++-----
folks/birthday.php | 11 +++++------
folks/edit/activity.php | 8 +++++---
folks/edit/comments.php | 8 +++++---
folks/edit/edit.php | 6 ++++--
folks/edit/facebook.php | 6 ++++--
folks/edit/friends/add.php | 8 +++++---
folks/edit/friends/blacklist.php | 6 ++++--
folks/edit/friends/for.php | 6 ++++--
folks/edit/friends/friends.php | 6 ++++--
folks/edit/friends/from.php | 6 ++++--
folks/edit/friends/groups.php | 8 ++++----
folks/edit/friends/index.php | 6 ++++--
folks/edit/friends/invite.php | 6 ++++--
folks/edit/friends/know.php | 6 ++++--
folks/edit/friends/of.php | 6 ++++--
folks/edit/password.php | 6 ++++--
folks/edit/privacy.php | 6 ++++--
folks/edit/tabs.php | 2 +-
folks/friends.php | 8 +++++---
folks/lib/Application.php | 3 +--
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 | 10 +++++-----
folks/login.php | 8 ++++----
folks/new.php | 10 +++++-----
folks/online.php | 11 +++++------
folks/perms.php | 6 ++++--
folks/popularity.php | 8 +++++---
folks/report.php | 6 ++++--
folks/search.php | 7 ++++---
folks/services.php | 7 ++++---
folks/user.php | 11 +++++------
41 files changed, 148 insertions(+), 113 deletions(-)
http://git.horde.org/horde-git/-/commit/8f7bc29f7ff5da1d0b3d8ec3ba174d12600d3d0b
-----------------------------------------------------------------------
commit f95039015510f12668fa51c7f94a513ecec95942
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:28:08 2012 -0600
Convert framework libs to Horde_PageOutput#header/footer
framework/Core/lib/Horde/Core/Mime/Viewer/Vcard.php | 4 ++--
framework/Core/lib/Horde/Core/Prefs/Ui.php | 11 ++++++-----
framework/Rampage/scripts/Horde/Rampage/rampage.php | 1 -
3 files changed, 8 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/f95039015510f12668fa51c7f94a513ecec95942
-----------------------------------------------------------------------
commit 83da3c03a364c2d56949a4c223cad4dfb1d37640
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:31:19 2012 -0600
Convert Gollem to Horde_PageOutput#header/footer
gollem/clipboard.php | 9 ++++-----
gollem/edit.php | 8 +++++---
gollem/manager.php | 7 ++++---
gollem/quota.php | 9 +++++----
gollem/selectlist.php | 9 +++++----
gollem/view.php | 4 ++--
6 files changed, 25 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/83da3c03a364c2d56949a4c223cad4dfb1d37640
-----------------------------------------------------------------------
commit 78879efd24423f5d18a90bfca423f15c7853e426
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:34:55 2012 -0600
Convert Hermes to Horde_PageOutput#header/footer
hermes/admin.php | 7 ++++---
hermes/deliverables.php | 7 ++++---
hermes/entry.php | 7 ++++---
hermes/index.php | 1 -
hermes/invoicing.php | 6 ++++--
hermes/lib/Ajax.php | 2 +-
hermes/lib/Table.php | 2 +-
hermes/search.php | 6 ++++--
hermes/start.php | 12 +++++-------
hermes/time.php | 8 ++++----
10 files changed, 31 insertions(+), 27 deletions(-)
http://git.horde.org/horde-git/-/commit/78879efd24423f5d18a90bfca423f15c7853e426
-----------------------------------------------------------------------
commit 61514797c27c586405c4406d3ebd3ecfc73b21b6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:36:48 2012 -0600
Convert Hylax to Horde_PageOutput#header/footer
hylax/compose.php | 6 ++----
hylax/folder.php | 4 ++--
hylax/lib/Hylax.php | 2 +-
hylax/send.php | 6 ++++--
hylax/summary.php | 4 ++--
hylax/view.php | 8 ++++----
6 files changed, 15 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/61514797c27c586405c4406d3ebd3ecfc73b21b6
-----------------------------------------------------------------------
commit 2a824050c040f35a1ce2f6ec38db676e56347741
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 19:40:30 2012 -0600
Convert Ingo to Horde_PageOutput#header/footer
ingo/blacklist.php | 9 +++++----
ingo/filters.php | 9 +++++----
ingo/forward.php | 7 ++++---
ingo/lib/Ingo.php | 3 +--
ingo/rule.php | 9 ++++-----
ingo/script.php | 7 ++++---
ingo/spam.php | 8 +++++---
ingo/vacation.php | 7 ++++---
ingo/whitelist.php | 7 ++++---
9 files changed, 36 insertions(+), 30 deletions(-)
http://git.horde.org/horde-git/-/commit/2a824050c040f35a1ce2f6ec38db676e56347741
-----------------------------------------------------------------------
commit 7c806cc328b5f61cd806370e089e867d0044517c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:17:17 2012 -0600
Convert Jonah to Horde_PageOutput#header/footer
jonah/feed.php | 4 ++--
jonah/lib/Application.php | 2 +-
jonah/lib/View/Base.php | 5 ++---
jonah/lib/View/ChannelDelete.php | 6 ++++--
jonah/lib/View/ChannelEdit.php | 12 ++++++------
jonah/lib/View/ChannelList.php | 10 ++++++----
jonah/lib/View/DeliveryHtml.php | 8 +++++---
jonah/lib/View/StoryDelete.php | 9 ++++++---
jonah/lib/View/StoryEdit.php | 10 ++++++----
jonah/lib/View/StoryList.php | 9 ++++++---
jonah/lib/View/StoryView.php | 10 +++++-----
jonah/lib/View/TagSearchList.php | 7 +++++--
jonah/stories/share.php | 6 ++++--
jonah/stories/view.php | 6 +++---
14 files changed, 61 insertions(+), 43 deletions(-)
http://git.horde.org/horde-git/-/commit/7c806cc328b5f61cd806370e089e867d0044517c
-----------------------------------------------------------------------
commit 82dee63ed7f4eebf42942eb796f9b67fcf52f0c3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:19:57 2012 -0600
Convert Klutz to Horde_PageOutput#header/footer
klutz/backend.php | 15 +++++++++------
klutz/comics.php | 18 ++++++++++++------
klutz/savecomic.php | 7 ++++---
3 files changed, 25 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/82dee63ed7f4eebf42942eb796f9b67fcf52f0c3
-----------------------------------------------------------------------
commit e9f27d7e3fc6514e2baa05487e4e20394ee31aee
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:21:50 2012 -0600
Convert Kolab to Horde_PageOutput#header/footer
kolab/index.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/e9f27d7e3fc6514e2baa05487e4e20394ee31aee
-----------------------------------------------------------------------
commit 5eb20dea5498f663439348d6898ed0b3bce20b86
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:37:56 2012 -0600
Convert Kronolith to Horde_PageOutput#header/footer
kronolith/attend.php | 6 ++++--
kronolith/attendees.php | 7 ++++---
kronolith/calendars/create.php | 7 ++++---
kronolith/calendars/delete.php | 7 ++++---
kronolith/calendars/edit.php | 7 ++++---
kronolith/calendars/index.php | 9 +++++----
kronolith/calendars/remote_edit.php | 7 ++++---
kronolith/calendars/remote_subscribe.php | 7 ++++---
kronolith/calendars/remote_unsubscribe.php | 7 ++++---
kronolith/contacts.php | 7 ++++---
kronolith/data.php | 9 ++++-----
kronolith/day.php | 12 +++++-------
kronolith/event.php | 12 +++++-------
kronolith/index.php | 1 -
kronolith/lib/Ajax.php | 2 +-
kronolith/lib/Ajax/Imple/Embed.php | 2 +-
kronolith/lib/Ajax/Imple/TagActions.php | 2 +-
kronolith/lib/Application.php | 7 ++-----
kronolith/lib/Block/Monthlist.php | 4 ++--
kronolith/lib/Block/Prevmonthlist.php | 4 ++--
kronolith/lib/Block/Summary.php | 2 +-
kronolith/lib/Kronolith.php | 2 +-
kronolith/lib/View/EditEvent.php | 2 +-
kronolith/mobile.php | 5 +++--
kronolith/month.php | 12 +++++-------
kronolith/new.php | 9 ++++-----
kronolith/perms.php | 14 +++++++-------
kronolith/resources/create.php | 7 ++++---
kronolith/resources/delete.php | 7 ++++---
kronolith/resources/edit.php | 7 ++++---
kronolith/resources/groups/create.php | 7 ++++---
kronolith/resources/groups/delete.php | 7 ++++---
kronolith/resources/groups/edit.php | 7 ++++---
kronolith/resources/groups/index.php | 6 +++---
kronolith/resources/index.php | 6 +++---
kronolith/search.php | 9 ++++-----
kronolith/templates/javascript_defs.php | 2 +-
kronolith/templates/mobile/javascript_defs.php | 2 +-
kronolith/templates/panel.inc | 2 +-
kronolith/week.php | 12 +++++-------
kronolith/workweek.php | 12 +++++-------
kronolith/year.php | 12 +++++-------
42 files changed, 138 insertions(+), 139 deletions(-)
http://git.horde.org/horde-git/-/commit/5eb20dea5498f663439348d6898ed0b3bce20b86
-----------------------------------------------------------------------
commit e1110d263b5017989dfe7a2684adfc7b853ab04e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:39:22 2012 -0600
Convert Luxor to Horde_PageOutput#header/footer
luxor/search.php | 8 ++++----
luxor/source.php | 7 ++++---
luxor/symbol.php | 6 ++++--
3 files changed, 12 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/e1110d263b5017989dfe7a2684adfc7b853ab04e
-----------------------------------------------------------------------
commit c343105af0cd859ed3a57d60820bd483fb05b798
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:44:21 2012 -0600
Convert Mnemo to Horde_PageOutput#header/footer
mnemo/data.php | 7 ++++---
mnemo/lib/Ajax/Imple/EditNote.php | 2 +-
mnemo/list.php | 12 +++++-------
mnemo/memo.php | 6 ++++--
mnemo/notepads/create.php | 7 ++++---
mnemo/notepads/delete.php | 7 ++++---
mnemo/notepads/edit.php | 8 +++++---
mnemo/notepads/index.php | 10 +++++-----
mnemo/notes/index.php | 13 +++++--------
mnemo/search.php | 14 ++++++--------
mnemo/view.php | 11 +++++------
11 files changed, 48 insertions(+), 49 deletions(-)
http://git.horde.org/horde-git/-/commit/c343105af0cd859ed3a57d60820bd483fb05b798
-----------------------------------------------------------------------
commit f9fa44f7141a036706c61c5ed96d7b092e45356a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:52:16 2012 -0600
Convert Nag to Horde_PageOutput#header/footer
nag/data.php | 7 ++++---
nag/lib/Application.php | 3 +--
nag/lib/Ui/VarRenderer/Nag.php | 4 ++--
nag/list.php | 11 +++++------
nag/mobile-create.php | 9 ++++++---
nag/mobile-view.php | 9 ++++++---
nag/mobile.php | 12 ++++++------
nag/search.php | 13 ++++++-------
nag/task.php | 8 ++++----
nag/tasklists/create.php | 7 ++++---
nag/tasklists/delete.php | 7 ++++---
nag/tasklists/edit.php | 8 +++++---
nag/tasklists/index.php | 9 +++++----
nag/tasks/index.php | 13 +++++--------
nag/templates/javascript_defs.php | 2 +-
nag/templates/list.html.php | 2 +-
nag/templates/panel.inc | 2 +-
nag/view.php | 9 +++++----
18 files changed, 71 insertions(+), 64 deletions(-)
http://git.horde.org/horde-git/-/commit/f9fa44f7141a036706c61c5ed96d7b092e45356a
-----------------------------------------------------------------------
commit 88ce7715f6a80a6139c95b8050ea36b6d975bba9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:55:15 2012 -0600
Convert Operator to Horde_PageOutput#header/footer
operator/export.php | 12 +++++-------
operator/search.php | 10 +++++-----
operator/viewgraph.php | 8 ++++----
3 files changed, 14 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/88ce7715f6a80a6139c95b8050ea36b6d975bba9
-----------------------------------------------------------------------
commit 1404e72ab017658e6f8d6799632ba73d63226b8f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:55:52 2012 -0600
Convert Passwd to Horde_PageOutput#header/footer
passwd/index.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/1404e72ab017658e6f8d6799632ba73d63226b8f
-----------------------------------------------------------------------
commit e1c2c330b7aa00728f7da0945b60604faabf73f0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:56:54 2012 -0600
Convert Pastie to Horde_PageOutput#header/footer
pastie/paste.php | 11 ++++-------
pastie/view.php | 11 ++++-------
2 files changed, 8 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/e1c2c330b7aa00728f7da0945b60604faabf73f0
-----------------------------------------------------------------------
commit 3d5b0cec791ca790f06f550af89baa95f3b29b0d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:57:53 2012 -0600
Convert Sam to Horde_PageOutput#header/footer
sam/blacklist.php | 6 ++++--
sam/spam.php | 6 ++++--
sam/whitelist.php | 6 ++++--
3 files changed, 12 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/3d5b0cec791ca790f06f550af89baa95f3b29b0d
-----------------------------------------------------------------------
commit f4536dcad666860bc49cef1d95b1029853a6961a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 20:59:23 2012 -0600
Convert Sesha to Horde_PageOutput#header/footer
sesha/admin.php | 6 ++++--
sesha/list.php | 11 ++++++-----
sesha/search.php | 6 ++++--
sesha/stock.php | 6 ++++--
4 files changed, 18 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/f4536dcad666860bc49cef1d95b1029853a6961a
-----------------------------------------------------------------------
commit c847a1ede948875da8c7cea236d4df4ceb32b485
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:02:46 2012 -0600
Convert Shout to Horde_PageOutput#header/footer
shout/admin.php | 15 +++++----------
shout/admin/accounts.php | 10 +++++-----
shout/admin/numbers.php | 10 +++++-----
shout/conferences.php | 11 +++++------
shout/devices.php | 11 +++++------
shout/dialplan.php | 10 ++++------
shout/extensions.php | 10 ++++------
shout/recordings.php | 12 +++++-------
shout/wizard.php | 10 ++++------
9 files changed, 42 insertions(+), 57 deletions(-)
http://git.horde.org/horde-git/-/commit/c847a1ede948875da8c7cea236d4df4ceb32b485
-----------------------------------------------------------------------
commit c15badc62a2334be6ed51dcdfa95dd23579c2468
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:03:30 2012 -0600
Convert Skeleton to Horde_PageOutput#header/footer
skeleton/list.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/c15badc62a2334be6ed51dcdfa95dd23579c2468
-----------------------------------------------------------------------
commit 188c7e1bfcd2cc02b276de73f554b82f0d23e9b5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:06:35 2012 -0600
Convert Trean to Horde_PageOutput#header/footer
trean/add.php | 13 +++++++------
trean/browse.php | 7 ++++---
trean/edit.php | 9 +++++----
trean/lib/Application.php | 3 +--
trean/lib/View/Browse.php | 6 ++----
trean/search.php | 7 ++++---
6 files changed, 23 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/188c7e1bfcd2cc02b276de73f554b82f0d23e9b5
-----------------------------------------------------------------------
commit 99a6397b261dce13511508bd0ab980f47fc15a9b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:09:07 2012 -0600
Convert Ulaform to Horde_PageOutput#header/footer
ulaform/delete.php | 4 ++--
ulaform/deletefield.php | 4 ++--
ulaform/display.php | 4 ++--
ulaform/edit.php | 7 ++++---
ulaform/fields.php | 7 ++++---
ulaform/forms.php | 7 ++++---
ulaform/genhtml.php | 6 ++++--
ulaform/sortfields.php | 4 ++--
8 files changed, 24 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/99a6397b261dce13511508bd0ab980f47fc15a9b
-----------------------------------------------------------------------
commit 4eba3e5006b7b80214281a5debae047ebd389103
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:11:16 2012 -0600
Convert Vilma to Horde_PageOutput#header/footer
vilma/domains/delete.php | 4 ++--
vilma/domains/edit.php | 4 ++--
vilma/domains/index.php | 4 ++--
vilma/users/delete.php | 4 ++--
vilma/users/edit.php | 4 ++--
vilma/users/editAlias.php | 4 ++--
vilma/users/editForward.php | 4 ++--
vilma/users/index.php | 4 ++--
vilma/virtuals/delete.php | 4 ++--
vilma/virtuals/edit.php | 4 ++--
vilma/virtuals/index.php | 4 ++--
11 files changed, 22 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/4eba3e5006b7b80214281a5debae047ebd389103
-----------------------------------------------------------------------
commit 7b13369f3aa792e6cf4a86a824280ef77583c9c5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:19:04 2012 -0600
Convert Whups to Horde_PageOutput#header/footer
whups/admin/index.php | 6 ++++--
whups/lib/Application.php | 2 +-
whups/lib/Block/Queuesummary.php | 2 +-
whups/lib/Block/Tickets.php | 2 +-
whups/lib/Form/Action/whups_reload.php | 3 ++-
whups/lib/Query.php | 2 +-
whups/lib/View/Results.php | 2 +-
whups/mybugs.php | 9 +++++----
whups/mybugs_edit.php | 7 ++++---
whups/query/index.php | 10 ++++++----
whups/query/run.php | 10 ++++++----
whups/queue/index.php | 7 ++++---
whups/reports.php | 7 ++++---
whups/search.php | 7 ++++---
whups/ticket/comment.php | 8 +++++---
whups/ticket/create.php | 7 ++++---
whups/ticket/delete.php | 8 +++++---
whups/ticket/index.php | 9 +++++----
whups/ticket/queue.php | 9 +++++----
whups/ticket/type.php | 9 +++++----
whups/ticket/update.php | 8 +++++---
whups/ticket/watch.php | 9 +++++----
whups/view.php | 4 ++--
23 files changed, 85 insertions(+), 62 deletions(-)
http://git.horde.org/horde-git/-/commit/7b13369f3aa792e6cf4a86a824280ef77583c9c5
-----------------------------------------------------------------------
commit 011b17b3707d6dd07eb7c5f1025654252e3e66b6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:22:47 2012 -0600
Convert Wicked to Horde_PageOutput#header/footer
wicked/diff.php | 7 ++++---
wicked/display.php | 7 ++++---
wicked/history.php | 7 ++++---
wicked/lib/Application.php | 2 +-
wicked/lib/Page/AllPages.php | 2 +-
wicked/lib/Page/AttachedFiles.php | 2 +-
wicked/lib/Page/BackLinks.php | 2 +-
wicked/lib/Page/EditPage.php | 2 +-
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 | 2 +-
wicked/lib/Page/Search.php | 2 +-
wicked/lib/Page/SyncDiff.php | 2 +-
wicked/lib/Page/SyncPages.php | 2 +-
wicked/lib/Text_Wiki/Render/Xhtml/Toc.php | 2 +-
wicked/preview.php | 7 ++++---
18 files changed, 30 insertions(+), 26 deletions(-)
http://git.horde.org/horde-git/-/commit/011b17b3707d6dd07eb7c5f1025654252e3e66b6
-----------------------------------------------------------------------
commit 72a2709a9e48dd7e5422b9fa251b411d779e73b0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:23:05 2012 -0600
Remove old common-* templates
horde/templates/common-footer-mobile.inc | 2 -
horde/templates/common-footer.inc | 8 -----
horde/templates/common-header-mobile.inc | 39 -------------------------
horde/templates/common-header.inc | 46 ------------------------------
4 files changed, 0 insertions(+), 95 deletions(-)
delete mode 100644 horde/templates/common-footer-mobile.inc
delete mode 100644 horde/templates/common-footer.inc
delete mode 100644 horde/templates/common-header-mobile.inc
delete mode 100644 horde/templates/common-header.inc
http://git.horde.org/horde-git/-/commit/72a2709a9e48dd7e5422b9fa251b411d779e73b0
-----------------------------------------------------------------------
commit 23ed7b9fc1939b84418fd71c6719af8b0a616a22
Merge: 72a2709 d8f3170
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Apr 1 21:39:44 2012 -0600
Merge branch 'master' into develop
Conflicts:
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php
framework/Imap_Client/package.xml
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 11 +++++++++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 +++++++++-
framework/Imap_Client/package.xml | 2 ++
3 files changed, 22 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/23ed7b9fc1939b84418fd71c6719af8b0a616a22
More information about the commits
mailing list