[commits] Horde branch master updated. 2cbdeac040b99762b08cf8bee7c315bb7f0850d5

Michael Rubinsky mrubinsk at horde.org
Thu Nov 18 06:30:06 UTC 2010


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

from: 2ba493d6bc70cb98336aef60414f64dc37548943

4140136 Store date in the node, use better format for day view.
78f6da3 first stab at populating month view.
cc288c7 Move general jquery-safe javascript to it's own file
e1798e0 Don't add the footer if we don't use it
534d6a4 initial attempt at event cache
9f680fb tweak monthview css, bit more friendly for mobile view.
718c774 temporary solution for lazy loading the initial month view.
8506fdd Initial go at showing a clicked day's events on the monthview.
2cbdeac tweak event list on monthview

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

commit 414013637638d8f88c138bd083ecde2de5295c4b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 16 16:34:55 2010 -0500

    Store date in the node, use better format for day view.

 kronolith/js/mobile.js |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/kronolith/js/mobile.js?rt=horde-git&r1=153f6ec7a33fda6268e24cf4992f090543606d10&r2=414013637638d8f88c138bd083ecde2de5295c4b

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

commit 78f6da3e67e55ced2bb4810950e41b9bd09dd783
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 17 14:41:00 2010 -0500

    first stab at populating month view.
    
    To do this, semi-implemented caching by porting some of kronolith.js
    cache code to jquery. Cache still isn't used right now other than
    as a container to hold current month view, i.e. it's not reused.
    
    Still todo: Reuse cache data, validate ajax response for view/request.
    Tweak month view css
    Load *initial* month view data (currently it's only triggered after the first month change).

 kronolith/js/mobile.js |  259 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 224 insertions(+), 35 deletions(-)

http://git.horde.org/diff.php/kronolith/js/mobile.js?rt=horde-git&r1=414013637638d8f88c138bd083ecde2de5295c4b&r2=78f6da3e67e55ced2bb4810950e41b9bd09dd783

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

commit cc288c7f6f05533efbb741f180a2e982200e933f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 17 15:46:33 2010 -0500

    Move general jquery-safe javascript to it's own file

 horde/js/horde-jquery.js                 |   79 ++++++++++++++++++++++++++++++
 kronolith/js/mobile.js                   |   78 +-----------------------------
 kronolith/templates/mobile/head.html.php |    1 +
 3 files changed, 81 insertions(+), 77 deletions(-)
 create mode 100644 horde/js/horde-jquery.js

http://git.horde.org/co.php/horde/js/horde-jquery.js?rt=horde-git&r=cc288c7f6f05533efbb741f180a2e982200e933f
http://git.horde.org/diff.php/kronolith/js/mobile.js?rt=horde-git&r1=78f6da3e67e55ced2bb4810950e41b9bd09dd783&r2=cc288c7f6f05533efbb741f180a2e982200e933f
http://git.horde.org/diff.php/kronolith/templates/mobile/head.html.php?rt=horde-git&r1=b28396bed70cbb866dd485ddacf1722cfef0f6d8&r2=cc288c7f6f05533efbb741f180a2e982200e933f

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

commit e1798e00ee00e7f96dd8683b94c06a1915664f10
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 17 15:47:18 2010 -0500

    Don't add the footer if we don't use it

 kronolith/templates/mobile/day.html.php   |    2 --
 kronolith/templates/mobile/event.html.php |    1 -
 kronolith/templates/mobile/month.html.php |   17 +++++++++++++++--
 3 files changed, 15 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/kronolith/templates/mobile/day.html.php?rt=horde-git&r1=34e4f107596ac18147bb7c58865ca06d372ae493&r2=e1798e00ee00e7f96dd8683b94c06a1915664f10
http://git.horde.org/diff.php/kronolith/templates/mobile/event.html.php?rt=horde-git&r1=34e4f107596ac18147bb7c58865ca06d372ae493&r2=e1798e00ee00e7f96dd8683b94c06a1915664f10
http://git.horde.org/diff.php/kronolith/templates/mobile/month.html.php?rt=horde-git&r1=34e4f107596ac18147bb7c58865ca06d372ae493&r2=e1798e00ee00e7f96dd8683b94c06a1915664f10

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

commit 534d6a43dfcba0f932158b830d386a77849db164
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 18 00:24:02 2010 -0500

    initial attempt at event cache

 kronolith/js/mobile.js |  179 ++++++++++++++++++++++++++++++++----------------
 1 files changed, 119 insertions(+), 60 deletions(-)

http://git.horde.org/diff.php/kronolith/js/mobile.js?rt=horde-git&r1=cc288c7f6f05533efbb741f180a2e982200e933f&r2=534d6a43dfcba0f932158b830d386a77849db164

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

commit 9f680fb18e43fb58c7cb926ae2414674288d306b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 18 00:50:51 2010 -0500

    tweak monthview css, bit more friendly for mobile view.

 kronolith/themes/mobile.css |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/themes/mobile.css?rt=horde-git&r1=cb0fc95a2b15f2614fab52c759b3948fb2219b43&r2=9f680fb18e43fb58c7cb926ae2414674288d306b

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

commit 718c7746365fc302cc75e0c220e337a5467b4677
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 18 01:02:59 2010 -0500

    temporary solution for lazy loading the initial month view.
    
    Will fix properly when a requested views are managed via a LIFO stack.

 kronolith/js/mobile.js |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/js/mobile.js?rt=horde-git&r1=534d6a43dfcba0f932158b830d386a77849db164&r2=718c7746365fc302cc75e0c220e337a5467b4677

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

commit 8506fddee0268c4aee353fc50f338cfa7ce70273
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 18 01:26:44 2010 -0500

    Initial go at showing a clicked day's events on the monthview.

 kronolith/js/mobile.js |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/js/mobile.js?rt=horde-git&r1=718c7746365fc302cc75e0c220e337a5467b4677&r2=8506fddee0268c4aee353fc50f338cfa7ce70273

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

commit 2cbdeac040b99762b08cf8bee7c315bb7f0850d5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 18 01:29:40 2010 -0500

    tweak event list on monthview

 kronolith/templates/mobile/javascript_defs.php |  226 ++++++++++++++++++++++++
 kronolith/templates/mobile/month.html.php      |   14 +--
 kronolith/themes/mobile.css                    |    3 +
 3 files changed, 230 insertions(+), 13 deletions(-)
 create mode 100644 kronolith/templates/mobile/javascript_defs.php

http://git.horde.org/co.php/kronolith/templates/mobile/javascript_defs.php?rt=horde-git&r=2cbdeac040b99762b08cf8bee7c315bb7f0850d5
http://git.horde.org/diff.php/kronolith/templates/mobile/month.html.php?rt=horde-git&r1=e1798e00ee00e7f96dd8683b94c06a1915664f10&r2=2cbdeac040b99762b08cf8bee7c315bb7f0850d5
http://git.horde.org/diff.php/kronolith/themes/mobile.css?rt=horde-git&r1=9f680fb18e43fb58c7cb926ae2414674288d306b&r2=2cbdeac040b99762b08cf8bee7c315bb7f0850d5




More information about the commits mailing list