• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Put missing -base argument (many thanks to Markus Moser)

- add missing curly bracket

- Don't add stuff tu the search queue when publish_status is expired

replace "set" by "my" (sneaked in in last commit, many thanks to thomas renner for spotting it)

- add option "-path_encode" to methods "pretty_link" and "folder_path"

to allow to control, wether the result should be encoded or not

(default true)

- simplify logic around path encoding by using parameter -query of pretty_link

- Bump version number of xowiki and xowf to 5.9.1b4

    • -8
    • +10
    ./www/portlets/weblog-mini-calendar.tcl
  1. … 2 more files in changeset.
Avoid other double encoding when export_vars is applied on xowiki pretty_links

    • -4
    • +4
    ./www/portlets/weblog-mini-calendar.tcl
  1. … 1 more file in changeset.
Don't double encode pretty links

Don't apply new encoding behavior to already encoded strings (many thanks to Thomas Renner)

import_prototype_page: make sure to set variable page to the fetched prototype page

Replace xo::Http with select-free util::http

Fix ck-editor in connection with repeat fiels: make sure to use the actual id provided as argument (rather than the definition id of e.g. item.0)

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

  1. … 7 more files in changeset.
- Fix more spelling errors

- Use uniform spelling of "Tcl"

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

    • -1
    • +1
    ./www/resources/yui-form-field-validate.js
    • -2
    • +2
    ./www/resources/yui-page-order-region.js
  1. … 10 more files in changeset.
Remove obsolete header stuff

- Tcl idioms: simplify access to first character

  1. … 7 more files in changeset.
- Tcl idioms: simplify access to last character

  1. … 3 more files in changeset.
Fixed typo in catalog file

Missing message key in de_DE

Log errors when page cannot be found. Fix typo

tighten regexps for message keys

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

  1. … 22 more files in changeset.
make object creation explicit to avoid potential name clashes

Use already baked solution to retrieve the file path

- fixing ckeditor4 form-field for non-repeated usages (many thanks to Thomas Renner)

- remove parameters reaffirming defaults

Don't login the user, that is automatically created via import

Allow to specify values different to "." and ".." in parent argument

slightly improved debugging messages

fix label + input display for radio buttons, especially for bootstrap; horizontal display works again