• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- additional method for package hander: first_instance

- make get_package_id_from_package_key more robust

- handling of script_dir for xinha (in case, no /xowiki is mounted). The directory is needed for the OacsFS plugin

reduce verbosity

    • -2
    • +1
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- avoid problems, if invalid cross xowiki instance links are used

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- use asynchronous http requests in cluster operations

- some more cleanup after changes

generalized anchor handling

    • -11
    • +3
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
    • -5
    • +12
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -4
    • +10
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- substitute & in where clauses

- provide more comments

    • -3
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
handle @current_user@ for FormPages as well (in case, it does not exist)

    • -20
    • +28
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- 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