• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Search next activity only in visible plays

    • -6
    • +16
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
Make deleting dom tree more robust

Fix typo

Update documentation

Update comment

Update proc documentation

Fix typo

Fix typo

Navigation context bar Internationalization

untabify and indent

    • -164
    • +164
    /openacs-4/packages/imsld/lib/activity.tcl
change the fullquery name, using the same namespace that the calling proc.

untabify and indent

    • -20
    • +20
    /openacs-4/packages/imsld/lib/activity-tree.tcl
Checking if a portal page exists, if not throws a complaint to the user.

Recursively show/hide activities of a activity_structure

Adding valitedate for upload_file on ad_form to prevent error when submit without a

file selected

Show only visible activities

    • -3
    • +7
    /openacs-4/packages/imsld/tcl/imsld-procs.xql
Retrieve conditions in order set by the author for robustness.

Reduce code duplication

Untabify and indent

    • -1394
    • +1397
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
Updated according to recent change on the control panel

- perform more checking on query parameter for rss

    • -4
    • +10
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Untabify and indent

Delete dom tree after processing all the depending nodes, otherwise they won't be available anymore (probably a misbehavior of tDom that doesn't keep reference count).

    • -57
    • +70
    /openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl
Remove link to change locale since it's now part of the user basic info form

    • -4
    • +0
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -2
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.tcl
Remove unused scripts.

    • -15
    • +0
    /openacs-4/packages/dotlrn/lib/bio.adp
    • -79
    • +0
    /openacs-4/packages/dotlrn/lib/bio.tcl
    • -135
    • +0
    /openacs-4/packages/dotlrn/www/bio-update.tcl
    • -30
    • +0
    /openacs-4/packages/dotlrn/www/bio-update.xql
Remove "edit bio" link since it's now part of the user basic info form

    • -2
    • +0
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -2
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.tcl
Make the footer div disappear if it's empty (it was making a box with

nothing in it).

Fun with developer support!

1. Added a button to turn template profiling on/off.

2. Moved templating information to the request information page. It was

confusing having it work differently than db and other information. If,

for instance, you clicked on a request link in the developer support

index page, you'd get the db timing information for that request, but

the profiling stuff would come from the footer - and would be the profile

information for displaying request-info.tcl/adp, not for the template

served for that request. Oops.

3. Simplified the ds_profile proc since in practice it only is used for

profiling templates.

Moved over a fix from the default theme (context wasn't being passed along)

Context wasn't being passed up, argh ...

Makes the page title match the last part of the breadcrumbs