xowiki-utility-procs.tcl

  • last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- extend implementaton of xo::Cache to support "eval" and "set" method

- use numeric keys for xotcl_object_cache

- bump version numbers of xowiki to 5.10.0d11 and xotcl-core to 5.10.0d8

  1. … 6 more files in changeset.
introduce cache abstraction to centralize caching logic

  1. … 5 more files in changeset.
add basic web testing infrastructure for form pages

do some minor refactoring

bump version number to 5.10.0d8

  1. … 3 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
improve spelling and grammar

  1. … 1 more file in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
improve code documentation

  1. … 10 more files in changeset.
prefer XOTcl2 idioms also in commented-out statements

  1. … 11 more files in changeset.
fix typos

  1. … 6 more files in changeset.
Fix typos

  1. … 24 more files in changeset.
Replace "catch" by ad_try operations, when appropriate

  1. … 6 more files in changeset.
Revert changes not meant to be committed

Fix typo

  1. … 1 more file in changeset.
prefer XOTcl2 idioms

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -125
    • +164
    ./xowiki-utility-procs.tcl
  1. … 7834 more files in changeset.
Standardize spellings of names

  1. … 6 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

  1. … 13 more files in changeset.
Fix spelling errors

  1. … 24 more files in changeset.
Improve robustness of "file delete" operations

  1. … 25 more files in changeset.
Use hstore_attributes in the method update_item_index instead of the full list of the instance attributes to achieve consistency with ::xowiki::hstore::update_form_instance_item_index

  1. … 1 more file in changeset.
- reduce verbosity

- in case of invalid input, provide more detailed information

- fix omitted update after replacement of "xo::dc foreach" (many thanks to Thomas Renner)

- allow pretty_age to point to the future

- bump version to 5.9.1d10 to trigger reload of catalog files

  1. … 4 more files in changeset.
- move adp templates from xowiki/www to xowiki/resources/templates

- improve validity checking on tags (e.g. in path notation) to avoid

potential pg errors on invalid UTF-8

  1. … 24 more files in changeset.
- remove unneeded code

- remove unneeded code

- added support for HTML5 attribute "multiple" to form-field "file"

(requires updated naviserver for handling multiple files via [ns_getform])

- added dropzone to xowiki menubar

(easy means for uploading one or many files to the current folder)

  1. … 7 more files in changeset.
- added helper "::xowiki::get_raw_request_body" to obtain the content of the request body either -as_string or as_file (abstracts spool file handling away)

- There are still instances having old constraint names. The updated

version of ::xowiki::refresh_id_column_fk_constraints takes care about these relicts.

  1. … 2 more files in changeset.
- refactor code: factor our renaming logic from web-callable method Package.change-page-order into utility method "::xowiki::utility change_page_order"

  1. … 1 more file in changeset.