[commits] Horde branch master updated. ca12daebe640b63091ed1bcd6b030166de428839
Jan Schneider
jan at horde.org
Wed Sep 12 13:19:31 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: 42dc8be2f6c5aa57e81c0a16808d708d2d4e99f3
498ba85 Tweak tabset.
eb8be44 Hide panel.
21e5530 Add .horde-content class that should be used if some page content runs into the sidebar/slider.
cca9472 Fix import/export page designs.
cc81c56 Move showService() to Horde_Registry.
ca6b5b2 Button style.
cb084d3 Refactor page layout.
45c74ac Inverted flag icons for selected rows in traditional view.
ca12dae Fix JS error when clicking select-all checkbox.
-----------------------------------------------------------------------
commit 498ba85bface93ea08a5bdefcb61882d1ef72517
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 09:45:12 2012 +0200
Tweak tabset.
kronolith/themes/default/dynamic/screen.css | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/498ba85bface93ea08a5bdefcb61882d1ef72517
-----------------------------------------------------------------------
commit eb8be44d210e6af8008ccc4479b45836ab34ee21
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 09:45:29 2012 +0200
Hide panel.
kronolith/themes/default/screen.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/eb8be44d210e6af8008ccc4479b45836ab34ee21
-----------------------------------------------------------------------
commit 21e553087a01d33e82e041f98cd48ba6a2396418
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 11:03:46 2012 +0200
Add .horde-content class that should be used if some page content runs into the sidebar/slider.
horde/themes/default/screen.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/21e553087a01d33e82e041f98cd48ba6a2396418
-----------------------------------------------------------------------
commit cca947234a91c6803be90c9b23e1fa9677bf86ef
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 11:12:20 2012 +0200
Fix import/export page designs.
horde/templates/data/csvinfo.inc | 7 +++++--
horde/templates/data/csvmap.inc | 7 +++++--
horde/templates/data/datemap.inc | 6 +++++-
horde/templates/data/tsvinfo.inc | 7 +++++--
kronolith/templates/data/export.inc | 7 +++++--
kronolith/templates/data/import.inc | 8 +++++---
mnemo/templates/data/export.inc | 9 +++------
mnemo/templates/data/import.inc | 9 +++++----
nag/templates/data/export.inc | 4 +++-
nag/templates/data/import.inc | 5 ++++-
turba/templates/data/export.inc | 5 +++--
turba/templates/data/import.inc | 7 ++++---
12 files changed, 52 insertions(+), 29 deletions(-)
http://git.horde.org/horde-git/-/commit/cca947234a91c6803be90c9b23e1fa9677bf86ef
-----------------------------------------------------------------------
commit cc81c56a5759e476c85c6ea210c99599d971c8f0
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 18:17:33 2012 +0200
Move showService() to Horde_Registry.
ansel/templates/image/upload.inc | 2 +-
framework/Core/lib/Horde/Core/Topbar.php | 6 ++--
framework/Core/lib/Horde/Help.php | 2 +-
framework/Core/lib/Horde/Menu.php | 37 ------------------------------
framework/Core/lib/Horde/Registry.php | 37 ++++++++++++++++++++++++++++++
hermes/templates/index/index.inc | 11 +--------
horde/lib/View/Topbar.php | 4 +-
horde/services/problem.php | 2 +-
imp/lib/Dynamic/Mailbox.php | 2 -
kronolith/templates/calendar_info.php | 2 +-
10 files changed, 47 insertions(+), 58 deletions(-)
http://git.horde.org/horde-git/-/commit/cc81c56a5759e476c85c6ea210c99599d971c8f0
-----------------------------------------------------------------------
commit ca6b5b222f6beddd6385c484b3ec8c497078351f
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 21:21:03 2012 +0200
Button style.
ingo/templates/filters/footer.inc | 1 -
ingo/templates/rule/footer.inc | 6 +++---
ingo/templates/script/activate.inc | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/ca6b5b222f6beddd6385c484b3ec8c497078351f
-----------------------------------------------------------------------
commit cb084d35294c711868d505e9fe1d459bb8e92609
Author: Jan Schneider <jan at horde.org>
Date: Tue Sep 11 21:29:09 2012 +0200
Refactor page layout.
Jump through a bunch of CSS loops to make the slider always as long as longest
sidebar or content.
Strip down Horde_Menu.
Add Horde_Registry_Application#sidebar().
chora/templates/menu.inc | 1 -
folks/lib/Application.php | 7 +-
folks/lib/Folks.php | 15 ---
folks/templates/menu.inc | 1 -
framework/Core/lib/Horde.php | 50 +++++------
framework/Core/lib/Horde/Core/Prefs/Ui.php | 3 +-
framework/Core/lib/Horde/Menu.php | 103 +--------------------
framework/Core/lib/Horde/PageOutput.php | 16 ++-
framework/Core/lib/Horde/Registry/Application.php | 9 ++
gollem/lib/Gollem.php | 1 -
gollem/templates/menu.html | 1 -
hermes/admin.php | 2 +-
hermes/deliverables.php | 2 +-
hermes/entry.php | 2 +-
hermes/invoicing.php | 2 +-
hermes/lib/Application.php | 13 +++
hermes/lib/Hermes.php | 11 --
hermes/search.php | 2 +-
hermes/time.php | 2 +-
horde/lib/View/Topbar.php | 14 +++
horde/services/portal/edit.php | 2 +
horde/services/portal/index.php | 1 +
horde/services/problem.php | 2 +
horde/templates/common/footer.html.php | 18 +++-
horde/templates/sidebar/sidebar.html.php | 4 +-
horde/templates/topbar/topbar.html.php | 3 +
horde/themes/default/screen.css | 43 +++++++--
imp/compose.php | 4 +-
imp/dynamic.php | 1 +
imp/folders.php | 8 +-
imp/js/dimpbase.js | 2 +-
imp/lib/Application.php | 29 ++++++
imp/lib/IMP.php | 37 --------
imp/lib/Ui/Compose.php | 6 +-
imp/mailbox.php | 2 +-
imp/message.php | 2 +-
imp/search-basic.php | 2 +-
imp/search.php | 2 +-
imp/templates/dynamic/mailbox.html.php | 3 +-
imp/templates/imp/compose/success.html | 5 +-
imp/thread.php | 2 +-
ingo/lib/Application.php | 24 +++++
ingo/lib/Ingo.php | 24 +-----
ingo/templates/menu/menu.html | 1 -
jonah/lib/View/DeliveryHtml.php | 1 -
jonah/templates/delivery/html.html | 1 -
kronolith/calendars/create.php | 2 +-
kronolith/calendars/delete.php | 2 +-
kronolith/calendars/edit.php | 2 +-
kronolith/calendars/index.php | 2 +-
kronolith/calendars/remote_edit.php | 2 +-
kronolith/calendars/remote_subscribe.php | 2 +-
kronolith/calendars/remote_unsubscribe.php | 2 +-
kronolith/data.php | 2 +-
kronolith/day.php | 2 +-
kronolith/event.php | 2 +-
kronolith/index.php | 8 +-
kronolith/lib/Ajax.php | 2 +-
kronolith/lib/Application.php | 15 +++
kronolith/lib/Kronolith.php | 13 ---
kronolith/month.php | 2 +-
kronolith/new.php | 2 +-
kronolith/resources/create.php | 2 +-
kronolith/resources/delete.php | 2 +-
kronolith/resources/edit.php | 2 +-
kronolith/resources/groups/create.php | 2 +-
kronolith/resources/groups/delete.php | 2 +-
kronolith/resources/groups/edit.php | 2 +-
kronolith/resources/groups/index.php | 2 +-
kronolith/resources/index.php | 2 +-
kronolith/search.php | 2 +-
kronolith/templates/dynamic/index.inc | 4 +-
kronolith/themes/default/dynamic/screen.css | 18 +---
kronolith/week.php | 2 +-
kronolith/workweek.php | 2 +-
kronolith/year.php | 2 +-
luxor/lib/Application.php | 3 +-
luxor/lib/Luxor.php | 17 ----
luxor/templates/menu.inc | 1 -
mnemo/data.php | 2 +-
mnemo/lib/Application.php | 17 ++++
mnemo/lib/Mnemo.php | 15 ---
mnemo/list.php | 2 +-
mnemo/memo.php | 2 +-
mnemo/search.php | 2 +-
mnemo/view.php | 2 +-
nag/data.php | 4 +-
nag/lib/Application.php | 85 +++++++++++++++++-
nag/lib/Nag.php | 89 ------------------
nag/lib/View/List.php | 9 +-
nag/search.php | 3 +-
nag/task.php | 2 +-
nag/tasklists/create.php | 2 +-
nag/tasklists/delete.php | 2 +-
nag/tasklists/edit.php | 2 +-
nag/tasks/index.php | 2 +-
nag/templates/quick.inc | 11 --
nag/templates/sidebar.html.php | 12 +++
nag/view.php | 12 +-
operator/lib/Application.php | 13 +++
operator/lib/Operator.php | 27 +-----
operator/templates/menu.inc | 1 -
passwd/index.php | 3 -
passwd/lib/Application.php | 1 -
pastie/lib/Application.php | 2 +-
pastie/lib/Pastie.php | 26 -----
pastie/templates/menu.inc | 1 -
sesha/lib/Application.php | 18 ++++-
sesha/lib/Sesha.php | 20 ----
sesha/templates/menu.inc | 2 +-
shout/lib/Application.php | 16 +++
shout/lib/Shout.php | 28 ------
turba/lib/Application.php | 12 +++
turba/lib/Turba.php | 16 ---
turba/templates/menu.inc | 3 +-
ulaform/lib/Application.php | 2 -
whups/templates/menu.inc | 1 -
wicked/lib/Application.php | 32 +++++++
wicked/lib/Wicked.php | 41 --------
wicked/templates/menu.inc | 1 -
120 files changed, 500 insertions(+), 658 deletions(-)
delete mode 100644 nag/templates/quick.inc
delete mode 100644 pastie/lib/Pastie.php
http://git.horde.org/horde-git/-/commit/cb084d35294c711868d505e9fe1d459bb8e92609
-----------------------------------------------------------------------
commit 45c74ac7ecc8577998f00ebcbc3ea7b98925ba1e
Author: Jan Schneider <jan at horde.org>
Date: Wed Sep 12 10:04:47 2012 +0200
Inverted flag icons for selected rows in traditional view.
imp/themes/default/screen.css | 45 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/45c74ac7ecc8577998f00ebcbc3ea7b98925ba1e
-----------------------------------------------------------------------
commit ca12daebe640b63091ed1bcd6b030166de428839
Author: Jan Schneider <jan at horde.org>
Date: Wed Sep 12 10:17:52 2012 +0200
Fix JS error when clicking select-all checkbox.
imp/js/mailbox.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ca12daebe640b63091ed1bcd6b030166de428839
More information about the commits
mailing list