• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use untrusted_user_id instead of user_id for @current_user@, in case the login expires

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- fix method name

- perform variable substitution before brace substitution to allow to

use variables as input of includelet arguments (before, this was only so

for form pages)

- some cleanup in adp_subst and get_content methods

- use variable @current_user@ for the currently_connected user

    • -32
    • +44
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
fixed a bug about a missing border, commented on http://openacs.org/forums/message-view?message%5fid=1877242 and talked in .lrn meeting 20080923.

- handling the case for numeric fields, where e.g. floating pouint input is collected, but at a later time, the developer changes the format to integer

- reduce collateral damage of last changes

fixing nextval in sequence for pg 8.2+

- postprocess output of lc_parse_number with expr to get a better canonical representation

bump version number due to interface change

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
- 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

- cleanup: reduce usage of deprecated functions (ad_parameter)

use lc_* for number checking in formfield numeric (based on item locale)

removing duplicate code (that breaks search results pagination), updating ad_parameter to parameter::get

fixing bad adp tag syntax

- new form-field type image (subclass of file)

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

- 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

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -9
    • +15
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
    • -52
    • +118
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -6
    • +10
    /openacs-4/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

more specific and useful info in log notices, standardized new category additions to nexval seq, using newer image resource handling

minor code fixes, more consistent ui for image management

- handle interface between process_user_input and get_form_data correctly

- 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"

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -16
    • +24
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- experimental new form-field type: file

- allow filename to be specified for downloads of type file

fixing case of 0 subcategories

re-adding sort/add options for subcategories of a category

- provide conveniance wrapper around ::xo::report_version_numbers

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

Merged LORS packages oacs-5-4 to Trunk

    • -4
    • +0
    /openacs-4/packages/lors/lib/course-new.tcl
    • -49
    • +64
    /openacs-4/packages/lors/lib/course-structure.tcl
    • -14
    • +7
    /openacs-4/packages/lors/tcl/lors-procs.tcl
    • -9
    • +9
    /openacs-4/packages/lorsm/lib/user-lorsm.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
    /openacs-4/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
    /openacs-4/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"