[cvs] commit: horde login.php horde/admin/setup config.php index.php agora/lib Messages.php ansel list.php reorder.php search.php view.php ansel/templates/image edit_image.inc ansel/templates/menu menu.inc ansel/templates/view gallery.inc navbar-image.inc ...

Chuck Hagenbuch chuck at horde.org
Tue Oct 19 12:02:28 PDT 2004


chuck       2004-10-19 12:02:28 PDT

  Modified files:
    .                    login.php 
    admin/setup          config.php index.php 
    lib                  Messages.php 
    .                    list.php reorder.php search.php view.php 
    templates/image      edit_image.inc 
    templates/menu       menu.inc 
    templates/view       gallery.inc navbar-image.inc 
    themes/horde         screen.css 
    Form/Form/Action     conditional_enable.php sum_fields.php 
    Horde                Horde.php 
    Text_Filter/Filter   highlightquotes.php 
    UI/UI/VarRenderer    html.php 
    .                    view.php wishlists.php 
    templates/menu       menu.inc 
    templates/wishlists  wishlists.inc 
    lib                  Page.php 
    .                    login.php 
    .                    time.php 
    templates/menu       menu.inc 
    .                    login.php mailbox.php 
    .                    filters.php 
    .                    attendees.php attendeesview.php 
                         calendars.php day.php month.php 
                         search.php viewevent.php week.php 
                         workweek.php 
    lib/Block            month.php monthlist.php prevmonthlist.php 
                         summary.php 
    templates/calendars  calendars.inc 
    templates/menu       menu.inc 
    .                    list.php notepads.php view.php 
    templates/menu       menu.inc 
    templates/notepads   notepads.inc 
    .                    archive.php list.php 
    templates/archive    motd.inc 
    templates/list       motd.inc 
    .                    list.php tasklists.php view.php 
    templates/menu       menu.inc 
    templates/tasklists  tasklists.inc 
    .                    status.php 
    services/portal      menu.php 
    .                    project.php viewclient.php 
    templates/menu       menu.inc 
    lib/Item             File.php 
  Added files:
    js                   enter_key_trap.js form_assign.js 
                         form_helpers.js hideable.js httpclient.js 
                         image.js open_colorpicker.js popup.js 
                         sorter.js tooltip.js 
  Removed files:
    templates/javascript assign.js enter_key_trap.js 
                         form_helpers.js hideable.js httpclient.js 
                         image.js open_colorpicker.js 
                         open_obrowser.js open_print_win.js 
                         open_share_edit_win.js popup.js sorter.js 
                         tooltip.js 
  Log:
  Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
  Also, remove several scripts that were basically duplicates of popup.js and
  just use popup.js.
  
  Revision  Changes    Path
  1.106     +3 -3      agora/lib/Messages.php
  1.43      +2 -2      ansel/list.php
  1.9       +2 -2      ansel/reorder.php
  1.10      +4 -4      ansel/search.php
  1.26      +1 -1      ansel/templates/image/edit_image.inc
  1.30      +1 -1      ansel/templates/menu/menu.inc
  1.54      +2 -2      ansel/templates/view/gallery.inc
  1.22      +3 -4      ansel/templates/view/navbar-image.inc
  1.4       +2 -2      ansel/themes/horde/screen.css
  1.62      +7 -11     ansel/view.php
  1.3       +4 -1      framework/Form/Form/Action/conditional_enable.php
  1.4       +5 -2      framework/Form/Form/Action/sum_fields.php
  1.465     +3 -3      framework/Horde/Horde.php
  1.5       +3 -3      framework/Text_Filter/Filter/highlightquotes.php
  1.88      +11 -11    framework/UI/UI/VarRenderer/html.php
  1.19      +1 -1      genie/templates/menu/menu.inc
  1.4       +1 -1      genie/templates/wishlists/wishlists.inc
  1.16      +7 -8      genie/view.php
  1.22      +2 -2      genie/wishlists.php
  1.82      +3 -3      giapeto/lib/Page.php
  1.68      +2 -2      gollem/login.php
  1.36      +1 -1      hermes/templates/menu/menu.inc
  1.38      +6 -5      hermes/time.php
  1.18      +2 -2      horde/admin/setup/config.php
  1.26      +2 -2      horde/admin/setup/index.php
  1.1       +26 -0     horde/js/enter_key_trap.js (new)
  1.1       +87 -0     horde/js/form_assign.js (new)
  1.1       +185 -0    horde/js/form_helpers.js (new)
  1.1       +72 -0     horde/js/hideable.js (new)
  1.1       +161 -0    horde/js/httpclient.js (new)
  1.1       +65 -0     horde/js/image.js (new)
  1.1       +95 -0     horde/js/open_colorpicker.js (new)
  1.1       +19 -0     horde/js/popup.js (new)
  1.1       +115 -0    horde/js/sorter.js (new)
  1.1       +82 -0     horde/js/tooltip.js (new)
  2.166     +2 -2      horde/login.php
  2.108     +3 -3      horde/services/portal/menu.php
  1.5       +0 -87     horde/templates/javascript/Attic/assign.js (dead)
  1.2       +0 -26     horde/templates/javascript/Attic/enter_key_trap.js (dead)
  1.2       +0 -183    horde/templates/javascript/Attic/form_helpers.js (dead)
  1.3       +0 -72     horde/templates/javascript/Attic/hideable.js (dead)
  1.2       +0 -161    horde/templates/javascript/Attic/httpclient.js (dead)
  1.5       +0 -65     horde/templates/javascript/Attic/image.js (dead)
  1.5       +0 -95     horde/templates/javascript/Attic/open_colorpicker.js (dead)
  1.3       +0 -9      horde/templates/javascript/Attic/open_obrowser.js (dead)
  1.2       +0 -14     horde/templates/javascript/Attic/open_print_win.js (dead)
  1.8       +0 -10     horde/templates/javascript/Attic/open_share_edit_win.js (dead)
  1.2       +0 -19     horde/templates/javascript/Attic/popup.js (dead)
  1.4       +0 -115    horde/templates/javascript/Attic/sorter.js (dead)
  1.6       +0 -82     horde/templates/javascript/Attic/tooltip.js (dead)
  2.211     +2 -2      imp/login.php
  2.602     +2 -2      imp/mailbox.php
  1.56      +2 -2      ingo/filters.php
  1.6       +2 -4      kronolith/attendees.php
  1.4       +7 -7      kronolith/attendeesview.php
  1.44      +2 -2      kronolith/calendars.php
  1.60      +5 -3      kronolith/day.php
  1.19      +2 -2      kronolith/lib/Block/month.php
  1.24      +2 -2      kronolith/lib/Block/monthlist.php
  1.12      +2 -2      kronolith/lib/Block/prevmonthlist.php
  1.40      +2 -2      kronolith/lib/Block/summary.php
  1.159     +5 -3      kronolith/month.php
  1.6       +3 -3      kronolith/search.php
  1.4       +1 -1      kronolith/templates/calendars/calendars.inc
  1.96      +1 -1      kronolith/templates/menu/menu.inc
  1.46      +4 -2      kronolith/viewevent.php
  1.38      +5 -3      kronolith/week.php
  1.31      +5 -3      kronolith/workweek.php
  1.34      +2 -2      mnemo/list.php
  1.28      +10 -10    mnemo/notepads.php
  1.37      +1 -1      mnemo/templates/menu/menu.inc
  1.4       +1 -1      mnemo/templates/notepads/notepads.inc
  1.24      +7 -8      mnemo/view.php
  1.3       +25 -26    mottle/archive.php
  1.9       +24 -25    mottle/list.php
  1.5       +1 -1      mottle/templates/archive/motd.inc
  1.5       +1 -1      mottle/templates/list/motd.inc
  1.90      +2 -2      nag/list.php
  1.36      +2 -2      nag/tasklists.php
  1.57      +1 -1      nag/templates/menu/menu.inc
  1.4       +1 -1      nag/templates/tasklists/tasklists.inc
  1.52      +8 -9      nag/view.php
  1.24      +2 -2      nic/status.php
  1.6       +9 -9      sesha/project.php
  1.15      +1 -1      sesha/templates/menu/menu.inc
  1.7       +8 -8      sesha/viewclient.php
  1.3       +50 -53    thor/lib/Item/File.php

  Chora Links:
  http://cvs.horde.org/diff.php/agora/lib/Messages.php?r1=1.105&r2=1.106&ty=u
  http://cvs.horde.org/diff.php/ansel/list.php?r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/ansel/reorder.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/ansel/search.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/image/edit_image.inc?r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/menu/menu.inc?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/gallery.inc?r1=1.53&r2=1.54&ty=u
  http://cvs.horde.org/diff.php/ansel/templates/view/navbar-image.inc?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/ansel/themes/horde/screen.css?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/ansel/view.php?r1=1.61&r2=1.62&ty=u
  http://cvs.horde.org/diff.php/framework/Form/Form/Action/conditional_enable.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/framework/Form/Form/Action/sum_fields.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/framework/Horde/Horde.php?r1=1.464&r2=1.465&ty=u
  http://cvs.horde.org/diff.php/framework/Text_Filter/Filter/highlightquotes.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/framework/UI/UI/VarRenderer/html.php?r1=1.87&r2=1.88&ty=u
  http://cvs.horde.org/diff.php/genie/templates/menu/menu.inc?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/genie/templates/wishlists/wishlists.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/genie/view.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/genie/wishlists.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/Page.php?r1=1.81&r2=1.82&ty=u
  http://cvs.horde.org/diff.php/gollem/login.php?r1=1.67&r2=1.68&ty=u
  http://cvs.horde.org/diff.php/hermes/templates/menu/menu.inc?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/hermes/time.php?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/horde/admin/setup/config.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/horde/admin/setup/index.php?r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/co.php/horde/js/enter_key_trap.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/form_assign.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/form_helpers.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/hideable.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/httpclient.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/image.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/open_colorpicker.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/popup.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/sorter.js?r=1.1
  http://cvs.horde.org/co.php/horde/js/tooltip.js?r=1.1
  http://cvs.horde.org/diff.php/horde/login.php?r1=2.165&r2=2.166&ty=u
  http://cvs.horde.org/diff.php/horde/services/portal/menu.php?r1=2.107&r2=2.108&ty=u
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/assign.js?r=1.4
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/enter_key_trap.js?r=1.1
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/form_helpers.js?r=1.1
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/hideable.js?r=1.2
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/httpclient.js?r=1.1
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/image.js?r=1.4
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/open_colorpicker.js?r=1.4
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/open_obrowser.js?r=1.2
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/open_print_win.js?r=1.1
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/open_share_edit_win.js?r=1.7
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/popup.js?r=1.1
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/sorter.js?r=1.3
  http://cvs.horde.org/co.php/horde/templates/javascript/Attic/tooltip.js?r=1.5
  http://cvs.horde.org/diff.php/imp/login.php?r1=2.210&r2=2.211&ty=u
  http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.601&r2=2.602&ty=u
  http://cvs.horde.org/diff.php/ingo/filters.php?r1=1.55&r2=1.56&ty=u
  http://cvs.horde.org/diff.php/kronolith/attendees.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/kronolith/attendeesview.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/calendars.php?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/kronolith/day.php?r1=1.59&r2=1.60&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Block/month.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Block/monthlist.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Block/summary.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/kronolith/month.php?r1=1.158&r2=1.159&ty=u
  http://cvs.horde.org/diff.php/kronolith/search.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/calendars/calendars.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/kronolith/templates/menu/menu.inc?r1=1.95&r2=1.96&ty=u
  http://cvs.horde.org/diff.php/kronolith/viewevent.php?r1=1.45&r2=1.46&ty=u
  http://cvs.horde.org/diff.php/kronolith/week.php?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/kronolith/workweek.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/mnemo/list.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/mnemo/notepads.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/menu/menu.inc?r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/notepads/notepads.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/view.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/mottle/archive.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/mottle/list.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/mottle/templates/archive/motd.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/mottle/templates/list/motd.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/nag/list.php?r1=1.89&r2=1.90&ty=u
  http://cvs.horde.org/diff.php/nag/tasklists.php?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/nag/templates/menu/menu.inc?r1=1.56&r2=1.57&ty=u
  http://cvs.horde.org/diff.php/nag/templates/tasklists/tasklists.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/nag/view.php?r1=1.51&r2=1.52&ty=u
  http://cvs.horde.org/diff.php/nic/status.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/sesha/project.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/sesha/templates/menu/menu.inc?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/sesha/viewclient.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/thor/lib/Item/File.php?r1=1.2&r2=1.3&ty=u


More information about the cvs mailing list