xowiki-utility-procs.tcl

  • last updated 13 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -108
    • +125
    ./xowiki-utility-procs.tcl
  1. … 2547 more files in changeset.
- Standardize spelling of OpenACS in xo* packages

  1. … 7 more files in changeset.
- don't treat all warnings from clamav as virus detections (had false positives on flash files; many thanks to Markus Moser for the suggestion and testing)

- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 27 more files in changeset.
- make publish-status for get_page_order_items and page_order_renames configurable

- use spaces rather then tabs

- fix page order increment function to handle multi-digit suffix

* use new interface in order to be able to use dbi-*

* updated dependencies

* bumped revision number

  1. … 24 more files in changeset.
- don't abbreviate subcommands

  1. … 22 more files in changeset.
- use lassign instead of "foreach ... break" idiom

  1. … 21 more files in changeset.
- use more tcl 8.5 idioms

  1. … 7 more files in changeset.
- added utility function "xowiki::utility user_is_active" to centralize logic about querying and rendering active users

- make use of ::xo::db_list* functions

  1. … 4 more files in changeset.
- fix typo

- bump version number

- update dependency on xotcl-core

- use faster sql interface

  1. … 11 more files in changeset.
- use naviserver's urldecode when available (for speed and currectness)

- added ::xowiki::virus check based on clamav (http://sourceforge.net/projects/clamav/)

- added virus validator for uploaded ::xowiki::Files

- added virus valudator for formfield of type "file"

  1. … 2 more files in changeset.
Restoring xowiki code to yesterdays state. Hopefully getting rid of today's unwanted commits.

  1. … 999 more files in changeset.
revert previous change

  1. … 987 more files in changeset.
fix prefixed_lookup to invoke methods on inherited content

  1. … 16 more files in changeset.
support for repeatable file fields & util_tdom2list for definition of widget specs the tdom script way

  1. … 1 more file in changeset.
repeatable attributes

  1. … 3 more files in changeset.
- updated cr_thin_out; make it more configurable

- fix typo

- fix context_id for inheritance of permissions. After transformation from folders to form-pages, context id was -100

- fix object_type for folders transformed via ::xowiki::tranforms_root_folder

- bump version number to 0.135

  1. … 4 more files in changeset.
- provide better rfc 3986 compliant url-encoding (relevant when subst_blank_in_name is turned off) to fix behavior in naviserver

  1. … 1 more file in changeset.
- make all files in xowiki usable for "::xo::library require ..."

- don't call "is_link_page" on Package objects

- reset values in reused formfields (necessary for e.g. weblogs)

  1. … 15 more files in changeset.
- some refactoring of import/export code

- new helper object for exports

- first draft of clibboard functionality (currently just for admins,

only useful currently for the experimental menubar

  1. … 3 more files in changeset.
- bump version number to 0.127

- added upgrade script

  1. … 2 more files in changeset.
- update page_template, when formpage exists already