• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- provide basic initialze method for FormField to make it blindly callable from subclasses

- don't use " " for visualizing nesting deeper category trees, since labels have to be escaped

- demangle dependency between jQuery Plugin ckeip and wiki-image functionality

- cleanup for ckeditor changes

add missing files

Add missing files

add pluging xowikiimage

Add timestamp plugin

- CKEditor add missing _source/corfile (CVS seems to act wierd, not showing directories as missing)

  1. … 33 more files in changeset.
Extended support for richtext::ckeditor, improved configurability, added inplace (based on work from Michael Totschnig)

    • -24
    • +162
    /openacs-4/packages/xowiki/tcl/form-field-procs.tcl
    • -0
    • +13
    /openacs-4/packages/xowiki/www/ckeditor-images/delete.tcl
    • -0
    • +111
    /openacs-4/packages/xowiki/www/ckeditor-images/index.adp
    • -0
    • +13
    /openacs-4/packages/xowiki/www/ckeditor-images/index.tcl
    • -0
    • +8
    /openacs-4/packages/xowiki/www/ckeditor-images/view.tcl
    • -0
    • +70
    /openacs-4/packages/xowiki/www/resources/ck_config.js
    • -0
    • +20
    /openacs-4/packages/xowiki/www/resources/ck_contents.css
    • -0
    • +141
    /openacs-4/packages/xowiki/www/resources/ckeip.js
  1. … 16 more files in changeset.
CKeditor 3.6.2

  1. … 165 more files in changeset.
CKEditor 3.6.2

    • -0
    • +11
    /openacs-4/packages/xowiki/www/resources/ckeditor/config.js
  1. … 349 more files in changeset.
fix typo

- add .pdf to the extensions for ::xowiki::guesstype

- handle the generic mime-type "application/force-download" in the same way as "application/octet-stream"

Using previously computed parent_id.

Flushing ::party::email_not_cached in case party email has been updated.

In display mode, minute and second fragments should be the same size as the hidden widget value (usually 2).

- refactor book includelet further

- added the following includelets, which are derivatives of "book":

* jquery-carousel

* jquery-infinite-carousel

* jquery-cloud-carousel

* jquery-spacegallery

    • -27
    • +264
    /openacs-4/packages/xowiki/tcl/includelet-procs.tcl
- FormPages of type photo.form: use title of the form page as HTML alt and text field of the image

- refactor "book" includelet to ease overloading via mixins

- provided a small includelet for w3c slidy, mostly compatible with "book" includelet

    • -69
    • +169
    /openacs-4/packages/xowiki/tcl/includelet-procs.tcl
- make Page render more robust by not requiring "references" to be set

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- use pair of object and field name when performing lookup for field names

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- don't add text/html pair in render_richtext_as_div in wiki mode

- prevent double allocation of formfield _assingee

- pass computed extra_where clause to get_folder_children

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- added new method FormPage get_folder_children to list the items of a folder represented by a form page.

- FormPage get_folder_children is used in child-resources

    • -34
    • +22
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -2
    • +33
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- adding context view for folder tree. It can be activated via parameter context_tree_view for the includelet "folders" or via package parameter FolderContextTreeView.

    • -6
    • +31
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
Accessibility improvements, link titles

- allow absolute item refs (pointing to the root of the instance)

- extending regression test

    • -2
    • +8
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +23
    /openacs-4/packages/xowiki/www/admin/test.tcl
Noquote the return URL since it is not displayed to the browser and its quoted in the form under display mode, causing a double quoting.