• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Last shot at improving difference in color

    • -3
    • +14
    ./calendar/www/resources/calendar-hc.css
- better alignment in version number listing

- added property "skin" to wymeditor. Possible values ares "default", "sliver", "minimal" and "twopanels"

- added a property to wymeditor: plugins

- added new plugins to wymeditor: hovertools and resizable

- upgraded wymeditor to version 5.0b1

    • -5
    • +5
    ./xowiki/www/resources/jquery/jquery.js
    • -0
    • +1
    ./xowiki/www/resources/jquery/jquery.ui.draggable.js
    • -0
    • +1
    ./xowiki/www/resources/jquery/jquery.ui.js
    • -0
    • +1
    ./xowiki/www/resources/jquery/jquery.ui.resizable.js
    • -0
    • +1
    ./xowiki/www/resources/jquery/jquery.ui.sortable.js
    • -1000
    • +312
    ./xowiki/www/resources/wymeditor/jquery.wymeditor.js
    • -0
    • +45
    ./xowiki/www/resources/wymeditor/lang/cs.js
  1. … 26 more files in changeset.
- passing object to sub-components and "get_single_spec" (needed for object specific roles)

    • -12
    • +19
    ./xowiki/tcl/form-field-procs.tcl
heh. this tested fix works through the form workflow unlike the last fix attempt

    • -1
    • +1
    ./ecommerce/www/admin/products/add-2.adp
    • -1
    • +2
    ./ecommerce/www/admin/products/add-2.tcl
fixing my mis-application of available_date

    • -3
    • +2
    ./ecommerce/www/admin/products/add.tcl
adding image alt and align attributes to some of the possibly soon to be deprecated ecommerce image procs

    • -23
    • +38
    ./ecommerce/tcl/ecommerce-utilities-procs.tcl
using openacs core proc instead of ecommerce one, and updating review to use more standardized html

    • -31
    • +15
    ./ecommerce/tcl/ecommerce-procs.tcl
fixing for cases previously not checked

    • -2
    • +2
    ./ecommerce/www/admin/products/add-2.tcl
    • -2
    • +3
    ./ecommerce/www/admin/products/add.tcl
removing unneedd variable

- improved handlig for return_urls

- undoing change for using always connection locale to complete URLs

- updated and extended message catalog

- bump version number

    • -14
    • +16
    ./xowiki/tcl/includelet-procs.tcl
- make all switch statements safe

- bump version number

- conveniance routine added for handling localizers

    • -3
    • +12
    ./xotcl-core/tcl/30-widget-procs.tcl
- allow conditional form_field_values in @table

    • -17
    • +19
    ./xowiki/tcl/form-field-procs.tcl
First shot at improving color difference in highcontrast CSS of calendar

    • -2
    • +37
    ./calendar/www/resources/calendar-hc.css
-handle unsecape of HTML entities in arguments for includelets in a more general way

- remove debug message

Improve color difference to reach level AAA (contrast is not enough)

Improve color differences to reach level AA

Refactored "list view" to use list builder

    • -59
    • +3
    ./calendar/www/view-list-display.adp
    • -14
    • +42
    ./calendar/www/view-list-display.tcl
    • -3
    • +3
    ./calendar/www/resources/calendar-hc.css
    • -60
    • +8
    ./calendar/www/resources/calendar.css
- bump version number

- revive xinha for richtext again

- reduce lock contention with other background jobs scheduled at full minutes

    • -3
    • +3
    ./acs-mail-lite/tcl/acs-mail-lite-init.tcl
Improve difference in color to reach level AA

    • -1
    • +1
    ./acs-templating/www/resources/lists.css
Improve difference in color to reach level AA for colors pattern.

    • -5
    • +5
    ./theme-zen/www/resources/css/main.css
    • -1
    • +1
    ./theme-zen/www/resources/css/portlets.css
    • -1
    • +1
    ./theme-zen/www/resources/css/color/blue.css
    • -1
    • +1
    ./theme-zen/www/resources/css/color/purple.css
- provide name to mutexes created via "ns_mutex create" such they

show up in the aolserver /_stats (providing statistics about contention etc)

Without the names, the statistics there are useless.

    • -2
    • +2
    ./acs-bootstrap-installer/installer-init.tcl
- new method for ::xowiki::Includelet "include_head_entries" to include always HTML head entries (like e.g. CSS) even when render is cached

- activate caching for includelet toc again

- deactivate page fragment cache for toc (must always inject javascript into header)