xowiki-form-procs.tcl

  • last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- fix old method names

- take care of dangerous locale settings

  1. … 1 more file in changeset.
make date convertion for podcast more robust against local environment variable settings

allow partial saves of pages through save_attributes (currently admin only, using naming conventions of xowiki::form)

some code refactoring

  1. … 3 more files in changeset.
backport of a fix from cvs head to this branch when setting widget spec in folder object

  1. … 1 more file in changeset.
fix old-style widget specs, interfering with forms for files

- support for publish_date:

application can now set the publish_date of pages

(see e.g. news-item.page)

- base syndication on publish_date instead of last_modified

- keep publish:date when importing pages via import

- add bulk action "delete" to admin/list

- bump version number to 0.79

  1. … 14 more files in changeset.
make handling of unknown file types more robust

use new cluster support

  1. … 4 more files in changeset.
fix for IE, which seem to transmit the full path of the filename on file uploads

  1. … 1 more file in changeset.
adapting xowiki to use the new interface of xotcl-core

  1. … 15 more files in changeset.
provide policy checking for uploading and/or renaming .js and .css files

  1. … 1 more file in changeset.
simplified naming conventions for ::xowiki::File (all are named now file:*, and not swf:* etc), simplified name resolution, allowing .css and .js to be included in an xowiki folder and being resolved from there

  1. … 6 more files in changeset.
support for local links [[//....]] for images, css and .js

  1. … 2 more files in changeset.
adding the release version of xowiki and xotcl-core to the oacs-5-3 branch

  1. … 213 more files in changeset.
file xowiki-form-procs.tcl was added on branch oacs-5-3 on 2007-08-01 21:39:24 +0000

allow old-stype folder specs for xowiki pages. hope, this won't be necessary in the future.

  1. … 1 more file in changeset.
use aolserver content types for uploading as well

  1. … 3 more files in changeset.
localizing months, add "-entries_of" to RSS,

beautifying some output, i

fix new-page-link for FormPages,

allowing add-new item in general in book view,

changing parameter name "instances_of" to "entries of" in weblog-portlet.page, bib.page, announcements.page

  1. … 10 more files in changeset.
Use customizable table widget for showing form entries (link can be configured from form_constraints via @table)

using @ for special values in form_constraints (@categories, @cr_fields, @fields, @table)

  1. … 5 more files in changeset.
Make name optional when autoname is enabled so you can create a new page.