xowiki-form-procs.tcl

  • last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add .xotcl to the list of guessable extensions

  1. … 1 more file in changeset.
- for autonamed entries, refetch a fresh name (useful after imports from other instances)

- major editing work: streamlined generation of urls and resolving of name relative to parent_ids

- new method Page.pretty_url and Page.detail_link

- removed ::xowiki::Includelet.detail_link

- provided updated prototype pages to use the new interface

- bumped version number to 0.130

  1. … 16 more files in changeset.
- provide proper query-names for db_* interface

  1. … 8 more files in changeset.
- provide optionally return_url to make_form_link

- assumption oft top-level objects in cache management

(Package->delete)

- flush cache correctly for tree deletions

- bump version number and update references

  1. … 3 more files in changeset.
- move back default version of YUI from 2.8.0r4 to 2.7.0 due to problems with Drag and Drop

- some refactoring of Link class for handling folders

- fixed a bug recently introduced for handling the default languages in partial links

  1. … 5 more files in changeset.
- use xo::library functions

  1. … 13 more files in changeset.
- improve handling of different connection contexts and parent_ids

  1. … 2 more files in changeset.
complete last update

  1. … 1 more file in changeset.
fix for bug #109

  1. … 2 more files in changeset.
fix for bug #109

  1. … 2 more files in changeset.
- make tidy handling more robust with unexpected input

- fix tidy bug, discovered by Matthew Dodwell

- some cleanup

- make form validator more robust

  1. … 1 more file in changeset.
- experimental tidy support

  1. … 1 more file in changeset.
- improved local handling

- extended tests

  1. … 1 more file in changeset.
- reduce verbosity

- minor cleanup

  1. … 2 more files in changeset.
- new method Package->get_parent_and_name to obtain parent id from path

- move ns_cache creation from -init procs to xowiki-procs to ensure

early creation time (like in xotcl-core)

- make ::xowiki::locales safe for execution in scheduled procedures

  1. … 4 more files in changeset.
- handling of script_dir for xinha (in case, no /xowiki is mounted). The directory is needed for the OacsFS plugin

  1. … 2 more files in changeset.
use lc_* for number checking in formfield numeric (based on item locale)

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

  1. … 4 more files in changeset.
- experimental new form-field type: file

- allow filename to be specified for downloads of type file

  1. … 3 more files in changeset.
- minor editing, less verbosity

  1. … 2 more files in changeset.
Use nls_language to determine language prefix of item names.

  1. … 10 more files in changeset.
Change namespace for form-fields from class (::xowiki::FormField) to

ordinary Tcl namespace (::xowiki::formfield) to make it easier to

create formfield classes in other packages. This allows the file

xowiki/tcl/form-field-procs.tcl to be reloaded without swiping the

namespace.

  1. … 5 more files in changeset.
fix validation of empty file names in file-uploads when trying to create new files

fix nasty quiting bug when when links/includelets were precedet by characters

what have to be quoted before subst

  1. … 2 more files in changeset.
experimental plugin link type (initial version by Nima)

  1. … 2 more files in changeset.