[commits] Horde branch develop updated. ab21f9d7c5962164efccbb4abcbf28edfa07811e

Michael M Slusarz slusarz at horde.org
Mon Apr 30 04:54:05 UTC 2012


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

from: 8f897dab1824ab38db5d1b6d8f64f7e74b98eef7

a360dc4 Tweak compose body size in smartmobile view
d9225a7 Consistent usage of 'smartmobile' instead of 'mobile'
10a06d1 Convert nag mobile view to current Horde standards/practices
1040a96 template tweaks
bb0bbe0 Flesh out description a bit more
fc4774e Always set default value as selected in keynavlist
92e8bba Have contextmenu selection match the keynavlist formatting
641bb68 No need to define document event handlers in dom loaded function
9112567 Use local variable
a5469a3 Don't wrap methods; just implement a separate event handler instead
59053b7 Have Ajax failure/exception fire a custom event
ab21f9d Clearer syntax to me.

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

commit a360dc42653096c142b32331620d67291508650d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 28 22:42:18 2012 -0600

    Tweak compose body size in smartmobile view

 imp/templates/mobile/compose.html.php     |    2 +-
 imp/themes/default/smartmobile/screen.css |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/a360dc42653096c142b32331620d67291508650d

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

commit d9225a7d3b8202113189a5e1d32fc64f809b9dcf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 28 22:53:03 2012 -0600

    Consistent usage of 'smartmobile' instead of 'mobile'
    
    The registry view name is 'smartmobile' (reasoning: mobile by itself is not
    descriptive enough, and is too close in meaning to the minimal view -
    which in the past has also been referred to as the mobile view).
    
    Whether right or wrong, at least be consistent in usage.  CSS theming
    already uses the 'smartmobile' nomenclature.

 ansel/index.php                                              |    2 +-
 ansel/js/mobile.js                                           |  325 ---
 ansel/js/smartmobile.js                                      |  325 +++
 ansel/mobile.php                                             |   38 -
 ansel/smartmobile.php                                        |   38 +
 ansel/templates/mobile/galleries.html.php                    |   17 -
 ansel/templates/mobile/gallery.html.php                      |   10 -
 ansel/templates/mobile/image.html.php                        |   13 -
 ansel/templates/mobile/javascript_defs.php                   |   32 -
 ansel/templates/smartmobile/galleries.html.php               |   17 +
 ansel/templates/smartmobile/gallery.html.php                 |   10 +
 ansel/templates/smartmobile/image.html.php                   |   13 +
 ansel/templates/smartmobile/javascript_defs.php              |   32 +
 framework/Core/js/mobile.js                                  |  241 --
 framework/Core/js/smartmobile.js                             |  241 ++
 framework/Core/lib/Horde.php                                 |    2 +-
 framework/Core/lib/Horde/PageOutput.php                      |    2 +-
 framework/Core/package.xml                                   |    8 +-
 horde/login.php                                              |    2 +-
 horde/services/logintasks.php                                |    2 +-
 horde/services/portal/mobile.php                             |   39 -
 horde/services/portal/smartmobile.php                        |   39 +
 horde/templates/login/mobile.inc                             |   48 -
 horde/templates/login/smartmobile.inc                        |   48 +
 horde/templates/logintasks/mobile.html                       |   45 -
 horde/templates/logintasks/smartmobile.html                  |   42 +
 horde/templates/portal/mobile.inc                            |   15 -
 horde/templates/portal/smartmobile.inc                       |   15 +
 horde/themes/default/graphics/mobile/alerts/alarm.png        |  Bin 735 -> 0 bytes
 horde/themes/default/graphics/mobile/alerts/error.png        |  Bin 671 -> 0 bytes
 horde/themes/default/graphics/mobile/alerts/message.png      |  Bin 724 -> 0 bytes
 horde/themes/default/graphics/mobile/alerts/success.png      |  Bin 726 -> 0 bytes
 horde/themes/default/graphics/mobile/alerts/warning.png      |  Bin 619 -> 0 bytes
 horde/themes/default/graphics/mobile/bottom.jpg              |  Bin 15540 -> 0 bytes
 horde/themes/default/graphics/mobile/display.jpg             |  Bin 1132 -> 0 bytes
 horde/themes/default/graphics/mobile/left.jpg                |  Bin 1320 -> 0 bytes
 horde/themes/default/graphics/mobile/right.jpg               |  Bin 1294 -> 0 bytes
 horde/themes/default/graphics/mobile/top.jpg                 |  Bin 3955 -> 0 bytes
 horde/themes/default/graphics/smartmobile/alerts/alarm.png   |  Bin 0 -> 735 bytes
 horde/themes/default/graphics/smartmobile/alerts/error.png   |  Bin 0 -> 671 bytes
 horde/themes/default/graphics/smartmobile/alerts/message.png |  Bin 0 -> 724 bytes
 horde/themes/default/graphics/smartmobile/alerts/success.png |  Bin 0 -> 726 bytes
 horde/themes/default/graphics/smartmobile/alerts/warning.png |  Bin 0 -> 619 bytes
 horde/themes/default/graphics/smartmobile/bottom.jpg         |  Bin 0 -> 15540 bytes
 horde/themes/default/graphics/smartmobile/display.jpg        |  Bin 0 -> 1132 bytes
 horde/themes/default/graphics/smartmobile/left.jpg           |  Bin 0 -> 1320 bytes
 horde/themes/default/graphics/smartmobile/right.jpg          |  Bin 0 -> 1294 bytes
 horde/themes/default/graphics/smartmobile/top.jpg            |  Bin 0 -> 3955 bytes
 horde/themes/default/smartmobile/screen.css                  |    8 +-
 imp/js/mobile.js                                             | 1173 ----------
 imp/js/smartmobile.js                                        | 1173 ++++++++++
 imp/lib/Auth.php                                             |    2 +-
 imp/mobile.php                                               |   90 -
 imp/smartmobile.php                                          |   90 +
 imp/templates/mobile/compose.html.php                        |   46 -
 imp/templates/mobile/confirm.html.php                        |   10 -
 imp/templates/mobile/folders.html.php                        |   19 -
 imp/templates/mobile/javascript_defs.php                     |   47 -
 imp/templates/mobile/mailbox.html.php                        |   31 -
 imp/templates/mobile/message.html.php                        |   48 -
 imp/templates/mobile/search.html.php                         |   19 -
 imp/templates/mobile/target.html.php                         |   20 -
 imp/templates/smartmobile/compose.html.php                   |   46 +
 imp/templates/smartmobile/confirm.html.php                   |   10 +
 imp/templates/smartmobile/folders.html.php                   |   19 +
 imp/templates/smartmobile/javascript_defs.php                |   47 +
 imp/templates/smartmobile/mailbox.html.php                   |   31 +
 imp/templates/smartmobile/message.html.php                   |   48 +
 imp/templates/smartmobile/search.html.php                    |   19 +
 imp/templates/smartmobile/target.html.php                    |   20 +
 kronolith/index.php                                          |    2 +-
 kronolith/js/mobile.js                                       |  824 -------
 kronolith/js/smartmobile.js                                  |  824 +++++++
 kronolith/mobile.php                                         |   48 -
 kronolith/smartmobile.php                                    |   48 +
 kronolith/templates/mobile/day.html.php                      |   22 -
 kronolith/templates/mobile/event.html.php                    |    5 -
 kronolith/templates/mobile/javascript_defs.php               |  173 --
 kronolith/templates/mobile/month.html.php                    |   38 -
 kronolith/templates/mobile/summary.html.php                  |   18 -
 kronolith/templates/smartmobile/day.html.php                 |   22 +
 kronolith/templates/smartmobile/event.html.php               |    5 +
 kronolith/templates/smartmobile/javascript_defs.php          |  173 ++
 kronolith/templates/smartmobile/month.html.php               |   38 +
 kronolith/templates/smartmobile/summary.html.php             |   18 +
 nag/index.php                                                |    2 +-
 nag/js/mobile.js                                             |   61 -
 nag/js/smartmobile.js                                        |   61 +
 nag/mobile-create.php                                        |   52 -
 nag/mobile-view.php                                          |  135 --
 nag/mobile.php                                               |  141 --
 nag/smartmobile-create.php                                   |   52 +
 nag/smartmobile-view.php                                     |  135 ++
 nag/smartmobile.php                                          |  141 ++
 nag/templates/mobile-footer.html.php                         |    8 -
 nag/templates/smartmobile-footer.html.php                    |    8 +
 96 files changed, 3864 insertions(+), 3867 deletions(-)
 delete mode 100644 ansel/js/mobile.js
 create mode 100644 ansel/js/smartmobile.js
 delete mode 100644 ansel/mobile.php
 create mode 100644 ansel/smartmobile.php
 delete mode 100644 ansel/templates/mobile/galleries.html.php
 delete mode 100644 ansel/templates/mobile/gallery.html.php
 delete mode 100644 ansel/templates/mobile/image.html.php
 delete mode 100644 ansel/templates/mobile/javascript_defs.php
 create mode 100644 ansel/templates/smartmobile/galleries.html.php
 create mode 100644 ansel/templates/smartmobile/gallery.html.php
 create mode 100644 ansel/templates/smartmobile/image.html.php
 create mode 100644 ansel/templates/smartmobile/javascript_defs.php
 delete mode 100644 framework/Core/js/mobile.js
 create mode 100644 framework/Core/js/smartmobile.js
 delete mode 100644 horde/services/portal/mobile.php
 create mode 100644 horde/services/portal/smartmobile.php
 delete mode 100644 horde/templates/login/mobile.inc
 create mode 100644 horde/templates/login/smartmobile.inc
 delete mode 100644 horde/templates/logintasks/mobile.html
 create mode 100644 horde/templates/logintasks/smartmobile.html
 delete mode 100644 horde/templates/portal/mobile.inc
 create mode 100644 horde/templates/portal/smartmobile.inc
 delete mode 100644 horde/themes/default/graphics/mobile/alerts/alarm.png
 delete mode 100644 horde/themes/default/graphics/mobile/alerts/error.png
 delete mode 100644 horde/themes/default/graphics/mobile/alerts/message.png
 delete mode 100644 horde/themes/default/graphics/mobile/alerts/success.png
 delete mode 100644 horde/themes/default/graphics/mobile/alerts/warning.png
 delete mode 100644 horde/themes/default/graphics/mobile/bottom.jpg
 delete mode 100644 horde/themes/default/graphics/mobile/display.jpg
 delete mode 100644 horde/themes/default/graphics/mobile/left.jpg
 delete mode 100644 horde/themes/default/graphics/mobile/right.jpg
 delete mode 100644 horde/themes/default/graphics/mobile/top.jpg
 create mode 100644 horde/themes/default/graphics/smartmobile/alerts/alarm.png
 create mode 100644 horde/themes/default/graphics/smartmobile/alerts/error.png
 create mode 100644 horde/themes/default/graphics/smartmobile/alerts/message.png
 create mode 100644 horde/themes/default/graphics/smartmobile/alerts/success.png
 create mode 100644 horde/themes/default/graphics/smartmobile/alerts/warning.png
 create mode 100644 horde/themes/default/graphics/smartmobile/bottom.jpg
 create mode 100644 horde/themes/default/graphics/smartmobile/display.jpg
 create mode 100644 horde/themes/default/graphics/smartmobile/left.jpg
 create mode 100644 horde/themes/default/graphics/smartmobile/right.jpg
 create mode 100644 horde/themes/default/graphics/smartmobile/top.jpg
 delete mode 100644 imp/js/mobile.js
 create mode 100644 imp/js/smartmobile.js
 delete mode 100644 imp/mobile.php
 create mode 100644 imp/smartmobile.php
 delete mode 100644 imp/templates/mobile/compose.html.php
 delete mode 100644 imp/templates/mobile/confirm.html.php
 delete mode 100644 imp/templates/mobile/folders.html.php
 delete mode 100644 imp/templates/mobile/javascript_defs.php
 delete mode 100644 imp/templates/mobile/mailbox.html.php
 delete mode 100644 imp/templates/mobile/message.html.php
 delete mode 100644 imp/templates/mobile/search.html.php
 delete mode 100644 imp/templates/mobile/target.html.php
 create mode 100644 imp/templates/smartmobile/compose.html.php
 create mode 100644 imp/templates/smartmobile/confirm.html.php
 create mode 100644 imp/templates/smartmobile/folders.html.php
 create mode 100644 imp/templates/smartmobile/javascript_defs.php
 create mode 100644 imp/templates/smartmobile/mailbox.html.php
 create mode 100644 imp/templates/smartmobile/message.html.php
 create mode 100644 imp/templates/smartmobile/search.html.php
 create mode 100644 imp/templates/smartmobile/target.html.php
 delete mode 100644 kronolith/js/mobile.js
 create mode 100644 kronolith/js/smartmobile.js
 delete mode 100644 kronolith/mobile.php
 create mode 100644 kronolith/smartmobile.php
 delete mode 100644 kronolith/templates/mobile/day.html.php
 delete mode 100644 kronolith/templates/mobile/event.html.php
 delete mode 100644 kronolith/templates/mobile/javascript_defs.php
 delete mode 100644 kronolith/templates/mobile/month.html.php
 delete mode 100644 kronolith/templates/mobile/summary.html.php
 create mode 100644 kronolith/templates/smartmobile/day.html.php
 create mode 100644 kronolith/templates/smartmobile/event.html.php
 create mode 100644 kronolith/templates/smartmobile/javascript_defs.php
 create mode 100644 kronolith/templates/smartmobile/month.html.php
 create mode 100644 kronolith/templates/smartmobile/summary.html.php
 delete mode 100644 nag/js/mobile.js
 create mode 100644 nag/js/smartmobile.js
 delete mode 100644 nag/mobile-create.php
 delete mode 100644 nag/mobile-view.php
 delete mode 100644 nag/mobile.php
 create mode 100644 nag/smartmobile-create.php
 create mode 100644 nag/smartmobile-view.php
 create mode 100644 nag/smartmobile.php
 delete mode 100644 nag/templates/mobile-footer.html.php
 create mode 100644 nag/templates/smartmobile-footer.html.php

http://git.horde.org/horde-git/-/commit/d9225a7d3b8202113189a5e1d32fc64f809b9dcf

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

commit 10a06d11e9d7d9e6fac8b182d15d5ef57d7e8e09
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 28 23:24:10 2012 -0600

    Convert nag mobile view to current Horde standards/practices
    
    The view script still needs to be modified, and the create task page
    seems to be broken since it is trying to use prototypejs, but we are no
    worse off than we were before.

 nag/smartmobile-create.php                |   52 -----------
 nag/smartmobile.php                       |  131 ++++++++++++++++-------------
 nag/templates/smartmobile-footer.html.php |    8 --
 nag/templates/smartmobile/create.html.php |    8 ++
 nag/templates/smartmobile/main.html.php   |   36 ++++++++
 nag/themes/default/smartmobile/screen.css |   12 +++
 6 files changed, 128 insertions(+), 119 deletions(-)
 delete mode 100644 nag/smartmobile-create.php
 delete mode 100644 nag/templates/smartmobile-footer.html.php
 create mode 100644 nag/templates/smartmobile/create.html.php
 create mode 100644 nag/templates/smartmobile/main.html.php
 create mode 100644 nag/themes/default/smartmobile/screen.css

http://git.horde.org/horde-git/-/commit/10a06d11e9d7d9e6fac8b182d15d5ef57d7e8e09

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

commit 1040a962492aca80e80285bf4700de828633f836
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 28 23:56:28 2012 -0600

    template tweaks

 imp/templates/smartmobile/compose.html.php |   71 +++++++++++++--------------
 imp/templates/smartmobile/confirm.html.php |   16 +++---
 imp/templates/smartmobile/folders.html.php |   36 +++++++-------
 imp/templates/smartmobile/mailbox.html.php |   63 +++++++++++++-----------
 imp/templates/smartmobile/message.html.php |   72 +++++++++++++++-------------
 imp/templates/smartmobile/search.html.php  |   35 +++++++-------
 imp/templates/smartmobile/target.html.php  |   37 +++++++-------
 7 files changed, 171 insertions(+), 159 deletions(-)

http://git.horde.org/horde-git/-/commit/1040a962492aca80e80285bf4700de828633f836

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

commit bb0bbe049439366c1ebc544251ae2d039a634eb9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 00:15:34 2012 -0600

    Flesh out description a bit more

 horde/login.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/bb0bbe049439366c1ebc544251ae2d039a634eb9

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

commit fc4774e038a541667dea2c786855c7dae1482ddd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 00:41:09 2012 -0600

    Always set default value as selected in keynavlist

 imp/js/compose-dimp.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/fc4774e038a541667dea2c786855c7dae1482ddd

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

commit 92e8bba3936faabe112d857db1e29daa83de8f0c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 00:54:20 2012 -0600

    Have contextmenu selection match the keynavlist formatting

 horde/themes/default/screen.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/92e8bba3936faabe112d857db1e29daa83de8f0c

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

commit 641bb68c5b6bd685ae29e42cce47b8cb311e9b78
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 01:23:43 2012 -0600

    No need to define document event handlers in dom loaded function

 horde/js/login.js |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/641bb68c5b6bd685ae29e42cce47b8cb311e9b78

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

commit 91125671139212da99ec7200e5efa8de640172d9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 01:26:29 2012 -0600

    Use local variable

 imp/js/dimpcore.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/91125671139212da99ec7200e5efa8de640172d9

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

commit a5469a3d1f32f442ecef2ef0d1c05fcfe72e90ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 01:40:25 2012 -0600

    Don't wrap methods; just implement a separate event handler instead

 imp/js/compose-dimp.js |   28 +++++++---------------------
 imp/js/dimpbase.js     |   26 ++++++++------------------
 imp/js/dimpcore.js     |   14 ++++++++------
 imp/js/message-dimp.js |   20 ++++++--------------
 4 files changed, 29 insertions(+), 59 deletions(-)

http://git.horde.org/horde-git/-/commit/a5469a3d1f32f442ecef2ef0d1c05fcfe72e90ff

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

commit 59053b758610f9bf93c2326bc7d7f1269fb2c24c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 01:43:18 2012 -0600

    Have Ajax failure/exception fire a custom event

 framework/Core/js/hordecore.js |    4 ++++
 imp/js/dimpbase.js             |   11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/59053b758610f9bf93c2326bc7d7f1269fb2c24c

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

commit ab21f9d7c5962164efccbb4abcbf28edfa07811e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 29 02:29:45 2012 -0600

    Clearer syntax to me.

 imp/smartmobile.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/ab21f9d7c5962164efccbb4abcbf28edfa07811e




More information about the commits mailing list