• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- reduce verbosity

- added experimental disk cache

- minor cleanup

- use xo::getObjectProperty more consistently

- fix typo

- use xo::getObjectProperty more consistently

- make adp-parsing of properties optional, otherwise there might be surprises when e.g. <formwidget> is passed as (part of) the title

- prefer passing &doc as property over doc(title) alone

- pass pretty_name to notification widget HTMLescaped (since widget expects it)

    • -1
    • +1
    /openacs-4/packages/calendar/www/view.adp
    • -1
    • +1
    /openacs-4/packages/faq/www/one-faq.adp
- prefer doc(title) over page_title

    • -3
    • +3
    /openacs-4/packages/forums/www/message-view.adp
    • -2
    • +2
    /openacs-4/packages/forums/www/message-view.tcl
- use in/ni expressions rather than lsearch

- remove unneeded quotes

- remove strange quoting

    • -2
    • +2
    /openacs-4/packages/survey/tcl/survey-procs.tcl
- remove obsolete code

- dont i18n urls

    • -1
    • +1
    /openacs-4/packages/forums/www/message-view.adp
- fix typo

- second place, where text conversion speed up by performing a single "string map" and not 70

- fix bug where numeric entities were always output literal

- speed up text conversion by performing a single "string map" and not 70

- make api_read_script_documentation less eager

- tighten page contract

- improve indentation

- provide more security for granting/revoking swa permissions (use timeouts and configurable secrets)

make signed parameters more useful:

- added secret for parameter signature (can be configured

in config file in section "ns/server/${server}/acs"

parameter "parametersecret"

- allow specification of expiration for signed parameters via

"max_age" in export_vars (eg. "user_id:sign(max_age=20)", meaning:

valid for 20 seconds)

- don't advertise deprected procs in documentation

- don't rely on catch when creating cache

- bump version number to make fix for user_agent_version upgradeable via "install from repository"

- allow to goto acs-admin/install page also without internet connection

- bump version number

- check result of regepx before assuming a match variable is set

- fix order of arguments of tcl's version compare (many thnaks for felix moedritscher for the hint)

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- new api calls "subsite::save_theme_parameters_as_default" and "subsite::update_subsite_theme"

for developers to update the subsite theme parameters

- improved robustness and emit warnings when ResourceDir does not point to an existing directory

- fix typos