• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
generalized anchor handling

- substitute & in where clauses

- provide more comments

handle @current_user@ for FormPages as well (in case, it does not exist)

- use untrusted_user_id instead of user_id for @current_user@, in case the login expires

- 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

- 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

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

- 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

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

- 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

  1. … 2 more files in changeset.
- 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"

- experimental new form-field type: file

- allow filename to be specified for downloads of type file

- fixing a bug PageTemplate in connection to PageInstance creation (one reason more to deprecate it soon)

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

- simplify handling of wymeditors in complex compound fields

provide error handling to the rss-client includelet

- adding formfield of type checkbox

- provide mapping for commas in labels (__COMMA__) in

form-constraints together with fc_encode and fc_decode

- new method FormField->has_instance_variable to check

whether the formfield or a component has a certain

variable set to a certain value (used to detect,

if e.g. a compound form field contains a wym-weditor)

- new method FormField->process_user_input to

iterate over formfields before these are stored

- new method CompoundField->create_components to

factor out common code

- new method CompoundField->get_named_sub_component

to ease access of subcomponents

fix variable name

- add doc(title) as well for edit template

  1. … 1 more file in changeset.
passing doc(title) property

- bump version numbers

- new method for cr_items: rename

- caching for lookup method (only successful lookups so far)

  1. … 4 more files in changeset.
- adding announcement-workshop to ical.page

- make ical output mac os x ical compliant

  1. … 1 more file in changeset.
reduce verbosity

- some cleanup after refactoring

- provide view_method for create-new to not enforce "edit" after "create-new".

-use same stype for oacs-view2 and oacs-view3

-handle :hover in weblog-mini-calendar as well

  1. … 10 more files in changeset.