• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
xotcl-core support for file-level dependencies

    • -0
    • +101
    /openacs-4/packages/xotcl-core/tcl/04-library-procs.tcl
minor editing differences

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
move return_page and reply_to_user to general package definition to make it resuable in other packages,

provide to Package methods "invoke" and "error_msg" optional non positional arguments to control the

behavior in error cases better, especially when xowiki pages are included

    • -54
    • +10
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
strip spaces from package parameter top_portlet to avoid surprises on includelet interpretation

handle null values in defaults

Remove broken callback code which causes reply by email to not

work. message::new is called in a scheduled_proc, you can't use

ad_conn. Taking out new feature specific to project manager that

breaks existing feature.

Hide hidden columns in CSV output.

extend xotcl-core regression test: add checks for serializer

minor refactoring and cleanup

make variable naming more consistent (statusCode -> status_code), export received content-length into instance variable

Merged oacs-5-3 to HEAD

Merged oacs-5-3 branch to HEAD

  1. … 173 more files in changeset.
fix cvs IDs

minor cleanip (cvs id, comparisons)

use tcl 8.4 style comparison operators

fixes for all cases, where ::template::head::* variables (a) might survive a connection and (b) where they are not

initialized properly.

adding support for Xinha to new master templates

fix 2 bugs: (a) ::template::head::scripts variable was accumulating content over multiple requests (namespaced variables are not reset)

(b) order of list elements in ::template::head::scripts was incorrect (why not using objects?)

adding https support, adding some documentation

Update to reflect the need for template::head

Allow editing of CSS files if running 5.4 with template::head support

make handling of unknown file types more robust

Set default order for class members

Fix commented out title, with title in the html comment, occaisionally a

user would type "--" in the title causing the page to break because the

comment was not parsed correctly.

Solved bug in function switch

use tcl 8.4 comparison operators and braced exprs for byte code compilation

use tcl 8.4 style comparisons and braced exprs

Free generation of stub objects for accessing stored procedures from db_function args.

The new version uses PostgresSQLs system catalog + parses first paragraph of function declarations

eCVS: ----------------------------------------------------------------------

    • -120
    • +236
    /openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl
new update script in case, someone managed to get the .info file without the update script

add update script