• last updated 56 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
revert previous change

    • -167
    • +0
    ./xowiki/catalog/xowiki.de_DE.ISO-8859-1.xml
    • -212
    • +0
    ./xowiki/catalog/xowiki.en_US.ISO-8859-1.xml
    • -400
    • +0
    ./xowiki/tcl/adp-generator-procs.tcl
    • -3481
    • +0
    ./xowiki/tcl/form-field-procs.tcl
    • -4529
    • +0
    ./xowiki/tcl/includelet-procs.tcl
  1. … 973 more files in changeset.
fix prefixed_lookup to invoke methods on inherited content

    • -1
    • +86
    ./xowiki/tcl/xowiki-utility-procs.tcl
    • -0
    • +30
    ./xowiki/www/thumbnail.tcl
    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page
    • binary
    ./xowiki/www/resources/jpeg-icon.png
    • binary
    ./xowiki/www/resources/mov-icon.png
    • binary
    ./xowiki/www/resources/mp4-icon.png
    • binary
    ./xowiki/www/resources/pdf-icon.png
- changing folder inheritance from names (was broken) to ids; resolver changes are missing

improved version of get_super_folders

- fix get_super_folders in cases, where pages are subpages of e.g. an

xowiki::Page; otherwise the regeression test fails

- try to simplify logic with intersect/concat

- don't use numerical comparison for strings, can lead to errors and strange results

- provide message for further debugging, when name lookup fails

renamed formfield->get_dom_spec to formfield->get_json

support for repeatable file fields & util_tdom2list for definition of widget specs the tdom script way

    • -17
    • +35
    ./xowiki/tcl/form-field-procs.tcl
    • -2
    • +22
    ./xowiki/tcl/xowiki-utility-procs.tcl
add viewers parameter in folder.form.page

    • -1
    • +1
    ./xowiki/www/prototypes/folder.form.page
folder configuration & inheritance

    • -138
    • +156
    ./xowiki/tcl/folder-procs.tcl
repeatable attributes

    • -18
    • +291
    ./xowiki/tcl/form-field-procs.tcl
    • -2
    • +97
    ./xowiki/tcl/xowiki-utility-procs.tcl
    • -0
    • +136
    ./xowiki/www/resources/wu-repeatable.js
handle invalid input from url-parameter gracefully (many thanks to Frank Bergmann for the hint)

- fix regression test

make sure we exclude null paths from cr_files_to_delete

- require swa to allow editing of arbitry content in rich text

adding method "xo::ical utc_to_clock"

fix bug 2807 security issue during enhanced text/html edit.

    • -2
    • +3
    ./acs-templating/tcl/element-procs.tcl
Fix bug 3203 timeanddate.com regexp needs updating. Made regexp more forgiving. Also cleaned up related parsing to help minimize future maintenance.

    • -16
    • +36
    ./acs-lang/www/admin/set-system-timezone.tcl
Commiting parameter description clarification and patch 920 http://openacs.org/bugtracker/openacs/patch?patch_number=920

Using acs_root_dir to get installation's root dir instead of checking directly acs_properties nsv array.

- working around tdom bug (in asHTML)

beta, working versions

    • -0
    • +149
    ./accounts-finance/tcl/distribution-procs.tcl
    • -0
    • +90
    ./accounts-finance/tcl/growth-rate-procs.tcl
    • -0
    • +34
    ./accounts-finance/tcl/math-procs.tcl
    • -0
    • +44
    ./accounts-finance/tcl/number-progression-procs.tcl
    • -0
    • +55
    ./spreadsheet/sql/postgresql/simple-table-create.sql
    • -0
    • +17
    ./spreadsheet/sql/postgresql/simple-table-drop.sql
    • -0
    • +298
    ./spreadsheet/tcl/form-helper-procs.tcl
    • -0
    • +391
    ./spreadsheet/tcl/simple-table-procs.tcl
fix memory leak in lars blogger

    • -5
    • +6
    ./lars-blogger/tcl/technorati-procs.tcl
update list of RFCs, provide descriptions

    • -7
    • +23
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
document, which HTTP methods are defined by which RFC

    • -0
    • +31
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
added REPORT method to protocol handler

    • -0
    • +1
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
make includelet html-file configurable with extra_css (a list of css files)

From tcl 8.5 on, apply is a tcl command, this has been fixed already on the core some time ago. "apply" is since then "ad_apply".

- adding conneciton-min and animation-min to load list for yui-carousel, in case treeprocs are not loaded (many thanks to Richard Hamilton for noticing this)

- use ajaxhelper for yui-carousel

move "list-style: none" from UL to LI to avoid circle-bullets in tabbed master with yui-base