• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added sql_timestamp as an alias for sql_date (no code)

removing bad parens in comment and extraneous comments

fixing sign for case 0 and when division is not perfect

- added default for argument parent_id in Package.make_form_link

    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- added renderer "none" for toc

- refactored toc, moved method "add_pages" to ::xowiki::Tree

    • -2
    • +40
    /openacs-4/packages/xowiki/tcl/tree-procs.tcl
- follow naming conventions

Replace single quote in tcl string with double quotes

Got rid of the bogus reference to the delos style sheet (default ilias

stylesheet, we only need their player.css stylesheet).

- fix for calling "new" method within a "contains"

- provide parent_id for import (instead of folder_id)

- provide more clever return_button for import form

- render includelet rss-button with link from current folder

- render includelets book and toc from current_folder

- provide query parameter parent_ids for RSS

- provide parent_id for Weblog

- new method Page.get_folder

- added import-link to standard menu

- updated prototype page en:news

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -7
    • +8
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -8
    • +22
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -1
    • +16
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Removing previously added streamSpooler object. Used only in our local code.

Falling back to locale en_US and charset UTF-8 in case there is an error fetching them.

- update page_template, when formpage exists already

i18n of permission's denied message.

Adding streamSpooler object. Which is useful for forwarding, in the background, a stream of data to a connection channel.

- update simplifed folder form

- simplified folder form

- fix last-minute-change

- bump version number to 0.126

    • -3
    • +4
    /openacs-4/packages/xowiki/xowiki.info
- minimize damage of yui skin on standard openacs layout

- continue to experiment with more generic menues

- allow empty parent_id in make_form_link

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
I somehow managed to avoid commiting the "is_child" addition to apm-create

and also the upgrade script.

- minor typographical corrections

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- move permission checking in the view method towards the begin to prepare work on more generic menues

- flush cache entry in transform root folder

- add flog for parent_id in count_usages

    • -3
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- obtain acs-object of folder (needed often for permission checking)

    • -6
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Forgot to create a minimized version of my RTE modifications.