• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix redirect to referrer

- restrict redirect from child-resources when parent eq ".."

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- providing support to hide columns in child-resources

- allow child-resources to render siblings

    • -6
    • +27
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -2
    • +34
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- provide simple approach to hide columns in a table widget

- reduce verbosity

    • -1
    • +5
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- added includelet html-file

- don't save empty tags (many thanks to Selim Erol for this fix)

    • -4
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- remove obsolete file

    • -9
    • +0
    /openacs-4/packages/xowiki/www/doc/index.html
- yui requires an URL for each menu entry, even if disabled. Simplifiy interface by providing default oref of "#"

- deactivate autorender for YUIMenu

- fix class for disabled menu entries

- insert missing ul for yuimenu

removed bogus bak directory in scorm-player.

- the (deprecated) function ad_parameter was called with wrong arguments, "-package_id" was treated as parameter for non-positional argument "package_key" ("ad_parameter GeneralCommentsP -package_id [ad_conn package_id]"). Changed to "parameter::get"

- the (deprecated) function ad_parameter was called with wrong arguments, "-package_id" was treated as parameter for non-positional argument "package_key" ("ad_parameter BehaveLikeFilesystemP -package_id [ad_conn package_id]"). Changed to "parameter::get"

- reset ::ad_conn(request) after "ad_conn -reset"

- user as internal value for disabled form fields boolean values rather than "disabled"

- fix bracketing and improve comment

- use same notification user_id for category-based notifications as in other cases

- add "show object" for site-wide admins to menu-bar

- use content of form-field html_title as HTML title of the document when rendering a FormPage

- improve comment

Modified the search callback to return the name of the page that the

content includelet resides upon rather than "Untitled", much in the spirit

of the code that returns the URL of the page rather than of the content

includelet itself.

- reset form-fields of type "file" in cases validation failed in the form

- added AsyncLogFile which is a client class for AsyncDiskWriter

- reduce latencies induced from the file system

- update dependencies, bumped version number to 0.43

- added async disk writer class

- bumped version number to 0.122

Fixes for oacs-5-7 compatibility

- fix timeout handling for blocking requests for recent linux systems

- reduce verbosity

Bug #3215. Plus changing fetching nextval of sequences.

Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

- reduce dependencies on nsf internals