• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Require in all shipped policies swa permissions to create ::xowiki::Objects

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Require in all shipped policies swa permissions to create ::xowiki::Objects

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Require in all shipped policies swa permissions to create ::xowiki::Objects

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Require in all shipped policies swa permissions to edit ::xowiki::Objects, since these can contain Tcl code

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Require in all shipped policies swa permissions to edit ::xowiki::Objects, since these can contain Tcl code

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Always require in all shipped olicies swa permissions to edit ::xowiki::Objects, since these can contain Tcl code

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
add permission checks for including xowiki pages

    • -1
    • +12
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
perform permission checks on included xowiki pages

    • -1
    • +11
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- perform permission checking for included pages

    • -1
    • +11
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fixed some PG code cut-and-pasted into the Oracle version. Cut-and-paste

of PG code into Oracle rarely works...

Fixed daveb's auth upgrade scripts for oracle, and added the new columns to

the table definitions used by initial install.

bump version number

    • -5
    • +5
    /openacs-4/packages/xowiki/xowiki.info
bump version number

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
bump version number

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
security update for adp includes

    • -2
    • +25
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
security update for adp includes

    • -2
    • +25
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
security update for adp includelets

    • -2
    • +25
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Another application group proc from daveb's local work.

fixing code that parses UPS tracking reports

Adding interface to manage the UoL resource privileges

Fixed typo found while testing package extension stuff for oracle.

Community create package instantiation was missing package_id apparently

daveb missed that when sending me changes.

Upgrade scripts for application groups added to .lrn

track application group package change.

- fix incorrect reference to table in category_tree__copy

- revert a change of don to make categories admin interface working again.

- extending regression test

- refactor link resolver to ease testing

- make regexp for internal links more robust when http queries are used

    • -21
    • +44
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +30
    /openacs-4/packages/xowiki/www/admin/test.tcl
extending test suite

    • -10
    • +27
    /openacs-4/packages/xowiki/www/admin/test.tcl
Tcl upgrade for applications groups (from daveb)

Fixed another untested "fix" (you know who you are!)

Fixed apparently untested fix by gustafn that tried to update a table

using the syntax "update categories c set ...", which is not SQL.