• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix unterminated XML tags for required

Templating stuff was moved to core recently (by me), in 5.6.0d1, so I've

removed it from this package and made it dependent on the proper version of

acs-templating. I've tagged the previous version of the package as being

openacs-5-6-compat.

- take care, when cache entry are already gone

- report entry size

- make ad_proc instantiate_page_from_id more intelligence (let package decide, what kind of init is needed)

    • -17
    • +30
    ./packages/xowiki/tcl/package-procs.tcl
more quoting..

    • -1
    • +10
    ./packages/spreadsheet/tcl/form-procs.tcl
starting higher level UI + adding user input quoting by default etc.

    • -2
    • +56
    ./packages/spreadsheet/tcl/form-procs.tcl
- make show-object more independent on openacs versions

    • -4
    • +5
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
- bump version to 0.136 and update dependency

- switch from -volatile to method destroy_on_cleanup for more version robustness

    • -2
    • +3
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- allow to provide tailored title from search_render method

    • -2
    • +5
    ./packages/xowiki/tcl/xowiki-sc-procs.tcl
- provide an explicit invocation of method "initialize" in instantiate_page_from_id (used from service contracts)

    • -1
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
- bump version number to 0.118

- provide destroy_on_cleanup for nx objects as well

- make show-object links able to navigate

    • -4
    • +6
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
- make test for overwritten tcl 8.5 command apply namespace independent

- add show-object method to show current object via api-browser

    • -0
    • +14
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
adding qf_input qf_insert_html, not tested

    • -37
    • +127
    ./packages/spreadsheet/tcl/form-procs.tcl
fix multirow variables

- remove unneeded colon

more revisions, untested

    • -18
    • +118
    ./packages/spreadsheet/tcl/form-procs.tcl
adding more code.. still incomplete

    • -6
    • +59
    ./packages/spreadsheet/tcl/form-procs.tcl
- create slots via ::xotcl::MetaSlot

    • -2
    • +2
    ./packages/xotcl-core/tcl/05-db-procs.tcl
- create slots via ::xotcl::MetaSlot

    • -2
    • +2
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -2
    • +2
    ./packages/xotcl-core/tcl/05-db-procs.tcl
- renamed protype pages according to form naming conventions

    • -0
    • +22
    ./packages/xowiki/www/prototypes/announcement-talk.form.page
- use usual parameter notation

- cleanup of redundant definitions

    • -13
    • +13
    ./packages/xowiki/tcl/form-field-procs.tcl
If the comment has a file attached, the comment content was being displayed

using the attachement's mime type. Well, the script tried to, typically

it would cause the script to bomb.

adding thick/thin template

minor css tweaks

centralize navbar css in bug-tracker.css

    • -6
    • +6
    ./packages/bug-tracker/lib/nav-bar.adp
PG 9.0 support. Avoiding using acs_object_id_seq view for fetchting next value for the t_acs_object_id_seq sequence.

    • -2
    • +2
    ./packages/chat/sql/postgresql/chat-create.sql
    • -0
    • +49
    ./packages/chat/sql/postgresql/upgrade/upgrade-5.0d8-5.0d9.sql