[commits] Horde Web Source branch master updated. d5e8c3e91da042d7366ad02da9677858d942cfec

Michael M Slusarz slusarz at horde.org
Sat Dec 26 07:43:08 UTC 2009


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

from: cabe81c36b4dc88d23852f5781f6b0eb82a8c0d7

d5e8c3e Fix rico effects

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

commit d5e8c3e91da042d7366ad02da9677858d942cfec
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Dec 26 00:43:03 2009 -0700

    Fix rico effects

 bounties/bounties.html            |   31 +-
 horde.css                         |    3 +
 js/css/coffee-with-milk.css       |   80 +
 js/css/grayedout.css              |   75 +
 js/css/greenHdg.css               |   18 +
 js/css/iegradient.css             |    3 +
 js/css/min.rico.css               |    1 +
 js/css/ricoCalendar.css           |  128 ++
 js/css/ricoColorPicker.css        |   15 +
 js/css/ricoGrid.css               |  177 +++
 js/css/ricoLiveGridForms.css      |   84 ++
 js/css/ricoMenu.css               |   95 ++
 js/css/ricoSheet.css              |   64 +
 js/css/ricoTree.css               |   47 +
 js/css/tanChisel.css              |   47 +
 js/css/warmfall.css               |   63 +
 js/images/aline.gif               |  Bin 0 -> 47 bytes
 js/images/calarrow.png            |  Bin 0 -> 917 bytes
 js/images/calendaricon.gif        |  Bin 0 -> 259 bytes
 js/images/checkmark.gif           |  Bin 0 -> 230 bytes
 js/images/close.gif               |  Bin 0 -> 859 bytes
 js/images/delete.gif              |  Bin 0 -> 343 bytes
 js/images/divider.gif             |  Bin 0 -> 49 bytes
 js/images/doc.gif                 |  Bin 0 -> 956 bytes
 js/images/dotbutton.gif           |  Bin 0 -> 874 bytes
 js/images/drop.gif                |  Bin 0 -> 102 bytes
 js/images/filtercol.gif           |  Bin 0 -> 293 bytes
 js/images/folderclosed.gif        |  Bin 0 -> 909 bytes
 js/images/folderopen.gif          |  Bin 0 -> 915 bytes
 js/images/grayedout.gif           |  Bin 0 -> 2983 bytes
 js/images/left.gif                |  Bin 0 -> 105 bytes
 js/images/link.gif                |  Bin 0 -> 963 bytes
 js/images/m.gif                   |  Bin 0 -> 121 bytes
 js/images/node.gif                |  Bin 0 -> 855 bytes
 js/images/nodeblank.gif           |  Bin 0 -> 836 bytes
 js/images/nodelast.gif            |  Bin 0 -> 847 bytes
 js/images/nodeline.gif            |  Bin 0 -> 852 bytes
 js/images/nodem.gif               |  Bin 0 -> 97 bytes
 js/images/nodemlast.gif           |  Bin 0 -> 125 bytes
 js/images/nodep.gif               |  Bin 0 -> 133 bytes
 js/images/nodeplast.gif           |  Bin 0 -> 130 bytes
 js/images/p.gif                   |  Bin 0 -> 128 bytes
 js/images/removeFilter.gif        |  Bin 0 -> 145 bytes
 js/images/resize.gif              |  Bin 0 -> 51 bytes
 js/images/right.gif               |  Bin 0 -> 105 bytes
 js/images/shadow.png              |  Bin 0 -> 3576 bytes
 js/images/shadow_ll.png           |  Bin 0 -> 274 bytes
 js/images/shadow_ur.png           |  Bin 0 -> 275 bytes
 js/images/sort_asc.gif            |  Bin 0 -> 77 bytes
 js/images/sort_desc.gif           |  Bin 0 -> 76 bytes
 js/images/tableFilterCollapse.gif |  Bin 0 -> 995 bytes
 js/images/tableFilterExpand.gif   |  Bin 0 -> 998 bytes
 js/rico.js                        |    2 +-
 js/ricoBehaviors.js               |    1 +
 js/ricoCommon.js                  |    1 +
 js/ricoComponents.js              |    1 +
 js/ricoEffects.js                 |    1 +
 js/ricoStyles.js                  |    1 +
 js/src/rico.js                    | 2979 +++----------------------------------
 js/src/ricoBehaviors.js           |  235 +++
 js/src/ricoCommon.js              | 1093 ++++++++++++++
 js/src/ricoComponents.js          |  209 +++
 js/src/ricoEffects.js             |  494 ++++++
 js/src/ricoStyles.js              |  645 ++++++++
 js/translations/ricoLocale_de.js  |  121 ++
 js/translations/ricoLocale_en.js  |  121 ++
 js/translations/ricoLocale_es.js  |  115 ++
 js/translations/ricoLocale_fr.js  |  117 ++
 js/translations/ricoLocale_it.js  |  119 ++
 js/translations/ricoLocale_ja.js  |  122 ++
 js/translations/ricoLocale_ko.js  |  118 ++
 js/translations/ricoLocale_pt.js  |  119 ++
 js/translations/ricoLocale_ru.js  |  118 ++
 js/translations/ricoLocale_ua.js  |  118 ++
 js/translations/ricoLocale_zh.js  |  125 ++
 main.html                         |   50 +-
 templates/application.inc         |   50 +-
 templates/horde.inc               |   13 +-
 78 files changed, 5184 insertions(+), 2835 deletions(-)
 create mode 100644 js/css/coffee-with-milk.css
 create mode 100644 js/css/grayedout.css
 create mode 100644 js/css/greenHdg.css
 create mode 100644 js/css/iegradient.css
 create mode 100644 js/css/min.rico.css
 create mode 100644 js/css/ricoCalendar.css
 create mode 100644 js/css/ricoColorPicker.css
 create mode 100644 js/css/ricoGrid.css
 create mode 100644 js/css/ricoLiveGridForms.css
 create mode 100644 js/css/ricoMenu.css
 create mode 100644 js/css/ricoSheet.css
 create mode 100644 js/css/ricoTree.css
 create mode 100644 js/css/tanChisel.css
 create mode 100644 js/css/warmfall.css
 create mode 100644 js/images/aline.gif
 create mode 100644 js/images/calarrow.png
 create mode 100644 js/images/calendaricon.gif
 create mode 100644 js/images/checkmark.gif
 create mode 100644 js/images/close.gif
 create mode 100644 js/images/delete.gif
 create mode 100644 js/images/divider.gif
 create mode 100644 js/images/doc.gif
 create mode 100644 js/images/dotbutton.gif
 create mode 100644 js/images/drop.gif
 create mode 100644 js/images/filtercol.gif
 create mode 100644 js/images/folderclosed.gif
 create mode 100644 js/images/folderopen.gif
 create mode 100644 js/images/grayedout.gif
 create mode 100644 js/images/left.gif
 create mode 100644 js/images/link.gif
 create mode 100644 js/images/m.gif
 create mode 100644 js/images/node.gif
 create mode 100644 js/images/nodeblank.gif
 create mode 100644 js/images/nodelast.gif
 create mode 100644 js/images/nodeline.gif
 create mode 100644 js/images/nodem.gif
 create mode 100644 js/images/nodemlast.gif
 create mode 100644 js/images/nodep.gif
 create mode 100644 js/images/nodeplast.gif
 create mode 100644 js/images/p.gif
 create mode 100644 js/images/removeFilter.gif
 create mode 100644 js/images/resize.gif
 create mode 100644 js/images/right.gif
 create mode 100644 js/images/shadow.png
 create mode 100644 js/images/shadow_ll.png
 create mode 100644 js/images/shadow_ur.png
 create mode 100644 js/images/sort_asc.gif
 create mode 100644 js/images/sort_desc.gif
 create mode 100644 js/images/tableFilterCollapse.gif
 create mode 100644 js/images/tableFilterExpand.gif
 create mode 100644 js/ricoBehaviors.js
 create mode 100644 js/ricoCommon.js
 create mode 100644 js/ricoComponents.js
 create mode 100644 js/ricoEffects.js
 create mode 100644 js/ricoStyles.js
 create mode 100644 js/src/ricoBehaviors.js
 create mode 100644 js/src/ricoCommon.js
 create mode 100644 js/src/ricoComponents.js
 create mode 100644 js/src/ricoEffects.js
 create mode 100644 js/src/ricoStyles.js
 create mode 100644 js/translations/ricoLocale_de.js
 create mode 100644 js/translations/ricoLocale_en.js
 create mode 100644 js/translations/ricoLocale_es.js
 create mode 100644 js/translations/ricoLocale_fr.js
 create mode 100644 js/translations/ricoLocale_it.js
 create mode 100644 js/translations/ricoLocale_ja.js
 create mode 100644 js/translations/ricoLocale_ko.js
 create mode 100644 js/translations/ricoLocale_pt.js
 create mode 100644 js/translations/ricoLocale_ru.js
 create mode 100644 js/translations/ricoLocale_ua.js
 create mode 100644 js/translations/ricoLocale_zh.js

http://git.horde.org/diff.php/bounties/bounties.html?rt=horde-web&r1=2c3e50aa35c70e41f88659c612b9d50b224c0fcc&r2=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/diff.php/horde.css?rt=horde-web&r1=c89dedd017bab335d22abb99ca3aabf72097c0f0&r2=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/coffee-with-milk.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/grayedout.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/greenHdg.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/iegradient.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/min.rico.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoCalendar.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoColorPicker.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoGrid.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoLiveGridForms.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoMenu.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoSheet.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/ricoTree.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/tanChisel.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/css/warmfall.css?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/aline.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/calarrow.png?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/calendaricon.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/checkmark.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/close.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/delete.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/divider.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/doc.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/dotbutton.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/drop.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/filtercol.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/folderclosed.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/folderopen.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/grayedout.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/left.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/link.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/m.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/node.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodeblank.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodelast.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodeline.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodem.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodemlast.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodep.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/nodeplast.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/p.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/removeFilter.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/resize.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/right.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/shadow.png?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/shadow_ll.png?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/shadow_ur.png?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/sort_asc.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/sort_desc.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/tableFilterCollapse.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/images/tableFilterExpand.gif?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/diff.php/js/rico.js?rt=horde-web&r1=2c3e50aa35c70e41f88659c612b9d50b224c0fcc&r2=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/ricoBehaviors.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/ricoCommon.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/ricoComponents.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/ricoEffects.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/ricoStyles.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/diff.php/js/src/rico.js?rt=horde-web&r1=2c3e50aa35c70e41f88659c612b9d50b224c0fcc&r2=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/src/ricoBehaviors.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/src/ricoCommon.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/src/ricoComponents.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/src/ricoEffects.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/src/ricoStyles.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_de.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_en.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_es.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_fr.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_it.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_ja.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_ko.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_pt.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_ru.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_ua.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/co.php/js/translations/ricoLocale_zh.js?rt=horde-web&r=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/diff.php/main.html?rt=horde-web&r1=2c3e50aa35c70e41f88659c612b9d50b224c0fcc&r2=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/diff.php/templates/application.inc?rt=horde-web&r1=2c3e50aa35c70e41f88659c612b9d50b224c0fcc&r2=d5e8c3e91da042d7366ad02da9677858d942cfec
http://git.horde.org/diff.php/templates/horde.inc?rt=horde-web&r1=2c3e50aa35c70e41f88659c612b9d50b224c0fcc&r2=d5e8c3e91da042d7366ad02da9677858d942cfec




More information about the commits mailing list