• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- postprocess output of lc_parse_number with expr to get a better canonical representation

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
bump version number due to interface change

- new method for form-fields: "convert_to_external"

- renamed method of form-fields "process_user_input" to "convert_to_internal"

- form-field type numeric accepts now format, converts from localized to tcl and vice versa

- perform post-processing after validation

    • -10
    • +30
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -21
    • +24
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- cleanup: reduce usage of deprecated functions (ad_parameter)

    • -3
    • +3
    ./packages/acs-admin/www/apm/index.tcl
    • -3
    • +3
    ./packages/acs-admin/www/apm/version-files.tcl
    • -7
    • +6
    ./packages/acs-admin/www/apm/version-tag.tcl
    • -10
    • +0
    ./packages/acs-admin/www/apm/version-tag.xql
    • -1
    • +1
    ./packages/acs-admin/www/users/user-add-2.adp
    • -2
    • +2
    ./packages/acs-admin/www/users/user-add-2.tcl
use lc_* for number checking in formfield numeric (based on item locale)

    • -4
    • +6
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -2
    • +3
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
removing duplicate code (that breaks search results pagination), updating ad_parameter to parameter::get

    • -17
    • +3
    ./packages/ecommerce/www/product-search.tcl
fixing bad adp tag syntax

    • -2
    • +3
    ./packages/ecommerce/www/admin/products/edit.adp
- new form-field type image (subclass of file)

- keep old values for form-fields of type file, when no new value is provided

    • -26
    • +65
    ./packages/xowiki/tcl/form-field-procs.tcl
- make entries of type file children of the FormPage

- provide relative names for files (can be child_objects of arbitraty objects)

- providing a parent_id to pretty_link to make relative names

- extend admin pages to list child-objects

- some refactoring and cleanup

- add per-connection-caching for get_parameter

- bump version numbers

    • -10
    • +8
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -26
    • +19
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -9
    • +15
    ./packages/xowiki/tcl/link-procs.tcl
    • -52
    • +118
    ./packages/xowiki/tcl/package-procs.tcl
    • -4
    • +3
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -6
    • +10
    ./packages/xowiki/www/admin/list.tcl
- provide a wider interface to the per-connection-thread cache

- new flag -with_children for CrClass->instance_select_query

(if set, it returns as well the child objects of the objects for the given folder)

- bump version number

    • -2
    • +16
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -2
    • +8
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -2
    • +2
    ./packages/xotcl-core/tcl/generic-procs.tcl
more specific and useful info in log notices, standardized new category additions to nexval seq, using newer image resource handling

    • -79
    • +85
    ./packages/ecommerce/tcl/ecds-procs.tcl
minor code fixes, more consistent ui for image management

- handle interface between process_user_input and get_form_data correctly

    • -3
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- handle derived names for form-field type "file" for named entries more general

- respect upload mime-type, if not application/octetstream

- refactor "complete_name" into "build_name"

    • -5
    • +17
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
    • -6
    • +3
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -16
    • +24
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- experimental new form-field type: file

- allow filename to be specified for downloads of type file

    • -1
    • +68
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -7
    • +21
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
fixing case of 0 subcategories

    • -2
    • +2
    ./packages/ecommerce/www/admin/cat/category.tcl
re-adding sort/add options for subcategories of a category

    • -1
    • +1
    ./packages/ecommerce/www/admin/cat/category.adp
    • -5
    • +10
    ./packages/ecommerce/www/admin/cat/category.tcl
- provide conveniance wrapper around ::xo::report_version_numbers

    • -0
    • +10
    ./packages/xotcl-core/www/version-numbers.adp
    • -0
    • +18
    ./packages/xotcl-core/www/version-numbers.tcl
-provide doc(title) and keep backward compatibility

    • -25
    • +0
    ./packages/xotcl-core/www/acs-object-procs.tcl
    • -23
    • +0
    ./packages/xotcl-core/www/ad-instproc.tcl
    • -0
    • +1
    ./packages/xotcl-core/www/show-object.adp
Merged LORS packages oacs-5-4 to Trunk

    • -5
    • +5
    ./packages/dotlrn-lorsm/dotlrn-lorsm.info
    • -7
    • +26
    ./packages/lors/lib/course-structure.adp
    • -49
    • +64
    ./packages/lors/lib/course-structure.tcl
    • -1
    • +1
    ./packages/lors/lib/course-structure.xql
    • -10
    • +0
    ./packages/lors/tcl/lors-imscp-procs.tcl
  1. … 13 more files in changeset.
- fixing a bug PageTemplate in connection to PageInstance creation (one reason more to deprecate it soon)

    • -1
    • +12
    ./packages/xowiki/tcl/package-procs.tcl
- turning testwise force_refresh_login for package xowiki off

- using testwise untrusted user_id for link checking

- forcing login only in "enforce permssions", not in "check permissions"

    • -5
    • +5
    ./packages/xowiki/tcl/package-procs.tcl
- turning testwise force_refresh_login for package xowiki off

- using testwise untrusted user_id for link checking

- forcing login only in "enforce permssions", not in "check permissions"

    • -2
    • +6
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -4
    • +6
    ./packages/xotcl-core/tcl/policy-procs.tcl
fixes to adp/tcl templating updates

    • -1
    • +2
    ./packages/ecommerce/www/admin/cat/category.adp
    • -4
    • +3
    ./packages/ecommerce/www/admin/cat/category.tcl
- provide better feedback for error handling

- simplify handling of wymeditors in complex compound fields

    • -7
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- make weblog-mini-calendar nicer

    • -1
    • +1
    ./packages/xowiki/www/resources/xowiki.css
provide error handling to the rss-client includelet

    • -13
    • +19
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -5
    • +9
    ./packages/xowiki/tcl/syndicate-procs.tcl
fixing var references, adding some field length tests to keep processes from stopping during bulk imports

    • -21
    • +101
    ./packages/ecommerce/tcl/ecds-procs.tcl
Needed a default value for this new acs-tcl parameter, otherwise you can't

log in to upgrade.

    • -2
    • +2
    ./packages/acs-tcl/tcl/security-procs.tcl