[commits] Horde branch master updated. d16324ab482de91cbc48ea0b18ce4b3604cad61a

Michael J. Rubinsky mrubinsk at horde.org
Mon Sep 10 18:39:55 UTC 2012


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

from: 6c1af35f4c7948cb7c1c352b3cec21a529a840c7

0dd27b7 More nag form tweaks:
5888359 Track the currently displayed list.
3dea523 First pass at adding new tasks, editing existing.
61a51b7 Correctly display/show/parse the date fields.
6d1bd53 Nag form tweaks:
6b32093 Need the full json data.
2dfef47 Store the entire list hash, not just the name.
4365a47 More explicit selector.
bd3fdd6 Return the full tasklist with the initial pageload.
e02bc84 Don't show New Task link if we are in a SmartList
d16324a Show icons for each tasklist.

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

commit 0dd27b7218f41eb80e1b5cfe1220aa539d4babfc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 12:32:35 2012 -0400

    More nag form tweaks:
    
    Add submit/cancel buttons.
    Fix colliding div names.
    Add click handlers.

 nag/js/smartmobile.js                       |   42 +++++++++++++++++++++++----
 nag/lib/Smartmobile.php                     |    3 +-
 nag/templates/smartmobile/main.html.php     |    2 +-
 nag/templates/smartmobile/taskform.html.php |    9 ++++--
 4 files changed, 45 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/0dd27b7218f41eb80e1b5cfe1220aa539d4babfc

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

commit 58883591817018e0cc54940f3d407b05d244c48f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 13:30:27 2012 -0400

    Track the currently displayed list.

 nag/js/smartmobile.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/58883591817018e0cc54940f3d407b05d244c48f

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

commit 3dea52357e9d23910b843db410cded373905df5b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 13:31:11 2012 -0400

    First pass at adding new tasks, editing existing.

 nag/js/smartmobile.js                            |   15 +++--
 nag/lib/Ajax/Application/Handler/Smartmobile.php |   70 ++++++++++++++++++++++
 2 files changed, 80 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/3dea52357e9d23910b843db410cded373905df5b

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

commit 61a51b78a0c34891831f3aa83be476c66876f5c3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 13:51:24 2012 -0400

    Correctly display/show/parse the date fields.

 nag/js/smartmobile.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/61a51b78a0c34891831f3aa83be476c66876f5c3

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

commit 6d1bd5371df669090bc39b8a13cc79ebe134849f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 13:51:56 2012 -0400

    Nag form tweaks:
    
    Show success feedback on save, breakout method for building the tasklist.

 nag/js/smartmobile.js                            |   20 +++++++++++++-------
 nag/lib/Ajax/Application/Handler/Smartmobile.php |    2 ++
 2 files changed, 15 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/6d1bd5371df669090bc39b8a13cc79ebe134849f

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

commit 6b32093a79f786190ab44082030730d52e775d3e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 13:52:34 2012 -0400

    Need the full json data.

 nag/lib/Ajax/Application/Handler/Smartmobile.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6b32093a79f786190ab44082030730d52e775d3e

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

commit 2dfef474793be98e7deb5c9e20ab031a2bf947b3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 14:12:06 2012 -0400

    Store the entire list hash, not just the name.

 nag/js/smartmobile.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2dfef474793be98e7deb5c9e20ab031a2bf947b3

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

commit 4365a479b12b0ced3ed6aa688a1aa0a37a87c27c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 14:12:25 2012 -0400

    More explicit selector.

 nag/js/smartmobile.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4365a479b12b0ced3ed6aa688a1aa0a37a87c27c

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

commit bd3fdd6de5dc6d5a086a3ade1d0ac02645d80734
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 14:12:51 2012 -0400

    Return the full tasklist with the initial pageload.
    
    Need the tasklist info available in case we deep link to
    a specific tasklist.

 nag/js/smartmobile.js                            |    4 ++-
 nag/lib/Ajax/Application/Handler/Smartmobile.php |    1 +
 nag/lib/Smartmobile.php                          |   32 +++++++++++++++++++++-
 3 files changed, 35 insertions(+), 2 deletions(-)

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

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

commit e02bc848c67f779c69a95ce81ca3d4dbfa5b8b77
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 14:18:05 2012 -0400

    Don't show New Task link if we are in a SmartList

 nag/js/smartmobile.js                            |    5 +++++
 nag/lib/Ajax/Application/Handler/Smartmobile.php |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

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

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

commit d16324ab482de91cbc48ea0b18ce4b3604cad61a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 10 14:38:59 2012 -0400

    Show icons for each tasklist.
    
    Visually distinguish between normal and smart.

 nag/js/smartmobile.js                 |   10 +++++-----
 nag/lib/Smartmobile.php               |    4 +++-
 nag/themes/default/graphics/smart.png |  Bin 466 -> 437 bytes
 3 files changed, 8 insertions(+), 6 deletions(-)

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




More information about the commits mailing list