[cvs] commit: kronolith calendar_search.php day.php month.php view.php viewevent.php week.php workweek.php year.php kronolith/docs CHANGES kronolith/js Kronolith.js.php effects.js fixUnstyledOptions.js prototype.js stripe.js kronolith/lib Day.php ...

Chuck Hagenbuch chuck at horde.org
Fri Nov 18 12:13:29 PST 2005


chuck       2005-11-18 12:13:29 PST

  Modified files:
    .                    calendar_search.php day.php month.php 
                         viewevent.php week.php workweek.php 
                         year.php 
    docs                 CHANGES 
    js                   fixUnstyledOptions.js 
    lib                  Day.php Kronolith.php base.php 
    templates            common-header.inc 
    templates/day        head.inc 
    templates/month      head.inc head_side_by_side.inc 
    templates/week       head.inc 
    templates/year       head.inc 
    themes               screen.css 
  Added files:
    .                    view.php 
    js                   Kronolith.js.php effects.js prototype.js 
    lib/Views            Day.php Month.php Week.php WorkWeek.php 
                         Year.php 
  Removed files:
    js                   stripe.js 
    lib                  DayView.php WeekView.php 
  Log:
  [cjh] Use partial page fetches to update the main "page" div if the browser
  supports the necessary JavaScript.
  
  Revision  Changes    Path
  1.3       +1 -2      kronolith/calendar_search.php
  1.68      +3 -18     kronolith/day.php
  1.257     +8 -0      kronolith/docs/CHANGES
  1.3       +0 -67     kronolith/js/Attic/stripe.js (dead)
  1.1       +133 -0    kronolith/js/Kronolith.js.php (new)
  1.1       +70 -0     kronolith/js/effects.js (new)
  1.2       +3 -21     kronolith/js/fixUnstyledOptions.js
  1.1       +115 -0    kronolith/js/prototype.js (new)
  1.158     +0 -404    kronolith/lib/Attic/DayView.php (dead)
  1.100     +0 -298    kronolith/lib/Attic/WeekView.php (dead)
  1.30      +3 -3      kronolith/lib/Day.php
  1.313     +88 -10    kronolith/lib/Kronolith.php
  1.1       +402 -0    kronolith/lib/Views/Day.php (new)
  1.1       +230 -0    kronolith/lib/Views/Month.php (new)
  1.1       +313 -0    kronolith/lib/Views/Week.php (new)
  1.1       +20 -0     kronolith/lib/Views/WorkWeek.php (new)
  1.1       +185 -0    kronolith/lib/Views/Year.php (new)
  1.122     +14 -2     kronolith/lib/base.php
  1.188     +6 -176    kronolith/month.php
  1.38      +9 -3      kronolith/templates/common-header.inc
  1.32      +5 -6      kronolith/templates/day/head.inc
  1.31      +23 -20    kronolith/templates/month/head.inc
  1.23      +16 -25    kronolith/templates/month/head_side_by_side.inc
  1.59      +8 -5      kronolith/templates/week/head.inc
  1.4       +7 -9      kronolith/templates/year/head.inc
  1.22      +13 -1     kronolith/themes/screen.css
  1.1       +19 -0     kronolith/view.php (new)
  1.61      +1 -2      kronolith/viewevent.php
  1.49      +3 -26     kronolith/week.php
  1.40      +3 -23     kronolith/workweek.php
  1.18      +6 -154    kronolith/year.php

  Chora Links:
  http://cvs.horde.org/diff.php/kronolith/calendar_search.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/kronolith/day.php?r1=1.67&r2=1.68&ty=u
  http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.256&r2=1.257&ty=u
  http://cvs.horde.org/co.php/kronolith/js/Attic/stripe.js?r=1.2
  http://cvs.horde.org/co.php/kronolith/js/Kronolith.js.php?r=1.1
  http://cvs.horde.org/co.php/kronolith/js/effects.js?r=1.1
  http://cvs.horde.org/diff.php/kronolith/js/fixUnstyledOptions.js?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/kronolith/js/prototype.js?r=1.1
  http://cvs.horde.org/co.php/kronolith/lib/Attic/DayView.php?r=1.157
  http://cvs.horde.org/co.php/kronolith/lib/Attic/WeekView.php?r=1.99
  http://cvs.horde.org/diff.php/kronolith/lib/Day.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Kronolith.php?r1=1.312&r2=1.313&ty=u
  http://cvs.horde.org/co.php/kronolith/lib/Views/Day.php?r=1.1
  http://cvs.horde.org/co.php/kronolith/lib/Views/Month.php?r=1.1
  http://cvs.horde.org/co.php/kronolith/lib/Views/Week.php?r=1.1
  http://cvs.horde.org/co.php/kronolith/lib/Views/WorkWeek.php?r=1.1
  http://cvs.horde.org/co.php/kronolith/lib/Views/Year.php?r=1.1
  http://cvs.horde.org/diff.php/kronolith/lib/base.php?r1=1.121&r2=1.122&ty=u
  http://cvs.horde.org/diff.php/kronolith/month.php?r1=1.187&r2=1.188&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/common-header.inc?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/day/head.inc?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/month/head.inc?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/month/head_side_by_side.inc?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/week/head.inc?r1=1.58&r2=1.59&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/year/head.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/themes/screen.css?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/co.php/kronolith/view.php?r=1.1
  http://cvs.horde.org/diff.php/kronolith/viewevent.php?r1=1.60&r2=1.61&ty=u
  http://cvs.horde.org/diff.php/kronolith/week.php?r1=1.48&r2=1.49&ty=u
  http://cvs.horde.org/diff.php/kronolith/workweek.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/kronolith/year.php?r1=1.17&r2=1.18&ty=u


More information about the cvs mailing list