[commits] Horde branch master updated. e0e68a7b0f4080a92c28db0797b8dbc8eef90be4
Michael M Slusarz
slusarz at horde.org
Tue Sep 4 08:13:34 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: f5822032abe6502714a67e69c994d43d6e265008
d6b4130 Fix icon positions in headerbar
d7029e5 Use cancel button to leave compose page
b567641 per documentation, empty hrefs should point to '#'
9a58c7e Unneded data-role parameters
5cbb886 Don't need top buttons anymore.
a80f081 Revert navbar changes for now
899c355 phpdoc
cda06a3 Horde_PageOutput#addStylesheet() now accepts a Horde_Themes_Element object as input.
9a1d93b Use new shorthand addStylesheet() usage
821b810 Add pagination plugin for jquery mobile
e0e68a7 First attempt at moving message navigation out of smartmobile footer
-----------------------------------------------------------------------
commit d6b4130989d5df0667fceb9843e6488d0495b887
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Sep 3 22:19:09 2012 -0600
Fix icon positions in headerbar
framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/d6b4130989d5df0667fceb9843e6488d0495b887
-----------------------------------------------------------------------
commit d7029e586cedc9ba0f0afaa98489b178bb847a37
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Sep 3 22:34:51 2012 -0600
Use cancel button to leave compose page
imp/templates/smartmobile/compose.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d7029e586cedc9ba0f0afaa98489b178bb847a37
-----------------------------------------------------------------------
commit b567641ed3a7e114ba6fa0397911ac7470e111b4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Sep 3 22:36:50 2012 -0600
per documentation, empty hrefs should point to '#'
imp/templates/smartmobile/compose.html.php | 4 ++--
imp/templates/smartmobile/folders.html.php | 6 +++---
imp/templates/smartmobile/search.html.php | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/b567641ed3a7e114ba6fa0397911ac7470e111b4
-----------------------------------------------------------------------
commit 9a58c7eda6262da031de4ea2018039525bb398fb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Sep 3 22:55:41 2012 -0600
Unneded data-role parameters
imp/templates/smartmobile/compose.html.php | 4 ++--
imp/templates/smartmobile/folders.html.php | 8 ++++----
imp/templates/smartmobile/mailbox.html.php | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/9a58c7eda6262da031de4ea2018039525bb398fb
-----------------------------------------------------------------------
commit 5cbb886299c7b51875515cfa8942894d68d24127
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Sep 3 22:59:31 2012 -0600
Don't need top buttons anymore.
turba/js/smartmobile.js | 25 -------------------------
turba/templates/smartmobile/browse.html.php | 4 ----
turba/templates/smartmobile/entry.html.php | 4 ----
turba/themes/default/smartmobile/screen.css | 4 ----
4 files changed, 0 insertions(+), 37 deletions(-)
http://git.horde.org/horde-git/-/commit/5cbb886299c7b51875515cfa8942894d68d24127
-----------------------------------------------------------------------
commit a80f081d381a271ba4d4d8a639285708d8d92385
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Sep 3 23:15:05 2012 -0600
Revert navbar changes for now
Still want to cleanup button bar on message page, but need to think
about this a bit more. Something like a popup menu might be useful, but
this won't be available until jqm 1.2.
imp/templates/smartmobile/message.html.php | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/a80f081d381a271ba4d4d8a639285708d8d92385
-----------------------------------------------------------------------
commit 899c355ce95edf52a559319212291ed883da5ac9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Sep 4 01:08:30 2012 -0600
phpdoc
framework/Core/lib/Horde/Themes/Element.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/899c355ce95edf52a559319212291ed883da5ac9
-----------------------------------------------------------------------
commit cda06a362c3f13c919dad32b87d6a6b5ce7f08b5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Sep 4 01:34:34 2012 -0600
Horde_PageOutput#addStylesheet() now accepts a Horde_Themes_Element object as input.
framework/Core/lib/Horde/PageOutput.php | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/cda06a362c3f13c919dad32b87d6a6b5ce7f08b5
-----------------------------------------------------------------------
commit 9a1d93b8c4e96932de13d650e50bfd5ddb856836
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Sep 4 01:36:16 2012 -0600
Use new shorthand addStylesheet() usage
imp/lib/Smartmobile.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/9a1d93b8c4e96932de13d650e50bfd5ddb856836
-----------------------------------------------------------------------
commit 821b810c0d1c42910c6a55296c3a4845716a943b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Sep 4 01:03:41 2012 -0600
Add pagination plugin for jquery mobile
framework/Core/js/jquery.mobile/plugins/pagination.css | 38 ++++++
framework/Core/js/jquery.mobile/plugins/pagination.js | 112 ++++++++++++++++
framework/Core/package.xml | 10 +-
3 files changed, 157 insertions(+), 3 deletions(-)
create mode 100644 framework/Core/js/jquery.mobile/plugins/pagination.css
create mode 100644 framework/Core/js/jquery.mobile/plugins/pagination.js
http://git.horde.org/horde-git/-/commit/821b810c0d1c42910c6a55296c3a4845716a943b
-----------------------------------------------------------------------
commit e0e68a7b0f4080a92c28db0797b8dbc8eef90be4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Sep 4 02:09:03 2012 -0600
First attempt at moving message navigation out of smartmobile footer
imp/js/smartmobile.js | 24 +++++++++---------------
imp/lib/Smartmobile.php | 18 +++++++++++++-----
imp/templates/smartmobile/message.html.php | 7 +++++--
3 files changed, 27 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/e0e68a7b0f4080a92c28db0797b8dbc8eef90be4
More information about the commits
mailing list