• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add carousel image loader

remove comments

remove java-upload folder

Change the order of the line added in the previous commit for a new question type, new question types should be added at the end to avoid changing the order of the current question types because in item-add.adp the types are displayed using the indexes

- fix typo

    • -4
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- extend is_true for instance attributes

    • -1
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- use in the "is_true" clause the same expression parser as in the includelet "form-usages"

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -10
    • +9
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -5
    • +8
    /openacs-4/packages/xowiki/www/admin/test.tcl
- added condition=is_true for policy rules and added a commented example

- updated dependencies

- bumped version to 0.118

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -1
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +27
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- added conveniance method

Don't quote explicitely forum name, template will do that automagically

    • -3
    • +3
    /openacs-4/packages/forums/www/message-post.tcl
Add return_url to links

    • -5
    • +6
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
Pass through the return_url using client property so user is sent back to where she was when exiting the scorm player

    • -8
    • +5
    /openacs-4/packages/lorsm/www/admin/index.tcl
Show only results for users member of the current community

- handle unmounted packages in Package require

- aditional package parameter to NslogRedirector to control the redirector behavior (adding/removing/level).

- bump version to 106

Indentation

1. Don't include not approved users in the result of the search

2. Move the query to the common xql since it's the same for both DB

    • -0
    • +19
    /openacs-4/packages/dotlrn/www/member-add.xql
- further complete list of attributes when $always_queried_attributes eq "*" in get_form_entries

    • -3
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Minor fixes

Identify the instance in the subject of the notification and localize it.

    • -12
    • +15
    /openacs-4/packages/news/tcl/news-procs.tcl
Identify the community in the subject of the notification and localize it.

UI improvement

    • -1
    • +2
    /openacs-4/packages/news/www/preview.adp
    • -1
    • +3
    /openacs-4/packages/news/www/preview.tcl
- don't compute full domain for form_fields of type page or form_page, when displaying a value

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -4
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- Don't activate redirector for ns_log per default

- allow to control naming of objects in "instantiate_objects" by passing additional attributes "object_named_after". Default is the id_column

- fix comment

- allow to pass "*" to always_queried_attributes of get_form_entries

    • -9
    • +17
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
More fixes for bug 3153 to consider the "anonymous" user case

    • -2
    • +2
    /openacs-4/packages/forums/www/message-view.tcl
Fix for bug 3153

    • -2
    • +2
    /openacs-4/packages/forums/lib/forums/new.tcl
    • -2
    • +2
    /openacs-4/packages/forums/www/message-post.tcl
    • -2
    • +2
    /openacs-4/packages/forums/www/message-view.tcl
- extend the attribute list in get_form_entries to retrive as well page_template

    • -3
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fix query to show all the enabled forums (ones with closed policy wouldn't show up)