• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- provide name to mutexes created via "ns_mutex create" such they

show up in the aolserver /_stats (providing statistics about contention etc)

Without the names, the statistics there are useless.

    • -2
    • +2
    /openacs-4/packages/chat/tcl/chat-init.tcl
- new method for ::xowiki::Includelet "include_head_entries" to include always HTML head entries (like e.g. CSS) even when render is cached

- activate caching for includelet toc again

    • -13
    • +23
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- deactivate page fragment cache for toc (must always inject javascript into header)

- remove mixin, when downgrading a richtext formfield to a textarea

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
- reduce verbosity

Upgrading on openacs.org index page the version numbers and download link of latest openacs release

- replace ns_sendmail call with acs_mail_lite::send ones

- use ad_outgoing_sender for notifying of new registration instead of the new user email

- when notifying new registrations fall back to site-wide locale in case the email address to notify to doesn't belong to any user

- handle "orderby" in table_properties

- make resolve_request configurable for a language context

- reduce rebosity in log file

- bump version number and update dependencies

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -17
    • +38
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- bump version number

- added conveniance routine to determain lang from connection context

- avoid name clashes between attributes in @table for form-usages

- improve external_name

- show or-example in policy5

    • -5
    • +8
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- minor cleanup

    • -2
    • +1
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- adding another sample-policy

    • -1
    • +55
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
fix typo

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fixing bad namespace oct_election.

get_latest_session query is used by the script at www, not by the include in lib/. Moved to the right file.

the session include needs a value for session_id in order to display the result of that session, would throw an error otherwise.

Fix name of property (context instead of context_bar)

Don't display the "view results" link if the assessment has not been taken yet.

Localize status of the assessment.

- added condition "in_state" which can be used in the policies

    • -1
    • +9
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Merged LORS packages oacs-5-4 to Trunk

    • -9
    • +9
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
Roll back merge 20080925

    • -0
    • +4
    /openacs-4/packages/lors/lib/course-new.tcl
    • -65
    • +50
    /openacs-4/packages/lors/lib/course-structure.tcl
    • -8
    • +15
    /openacs-4/packages/lors/tcl/lors-procs.tcl
    • -9
    • +9
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
  1. … 13 more files in changeset.
Using the fisheye.openacs.org service for checking the commit history when voting.

- updated dependencies, exported message catalog, bumped version number

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

- decoupled emtpy title handling from autonaming

- changed "anonymous" entries into "autonamed" entries.

Autonamed entries have the advantage, that it is possible

to refer to it via a persistent name, that survives import/export.

So it is as well possible to provide these pages in multiple

languages. However, they have the slight disadvantage, that

one has to be more careful on import, not overwriting accidentially

a locally autonamed page with the same name.

- handle ::xowiki::forms with an empty page template and an empty form

    • -42
    • +46
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -12
    • +74
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
made includelet 'toc' cachable