• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add release date to package info

    • -2
    • +3
    ./packages/acs-admin/www/apm/index-oracle.xql
    • -2
    • +7
    ./packages/acs-admin/www/apm/index.tcl
- update release dates in .info files to make it easier to spot, what old versions are installed

    • -1
    • +1
    ./packages/acs-datetime/acs-datetime.info
  1. … 22 more files in changeset.
- .info file updated via acs-admin/apm/

    • -17
    • +11
    ./packages/acs-lang/acs-lang.info
- bump version number to allow for upgrading fixed locale

- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

    • -1
    • +2
    ./packages/acs-datetime/acs-datetime.info
    • -0
    • +1
    ./packages/attachments/attachments.info
    • -1
    • +2
    ./packages/file-storage/file-storage.info
    • -17
    • +18
    ./packages/rss-support/rss-support.info
    • -25
    • +26
    ./packages/xotcl-core/xotcl-core.info
- we can't get rid of "cd", since sourced sql-files include as well files with relative paths

    • -2
    • +2
    ./packages/acs-tcl/tcl/00-database-procs.tcl
- fix half-baken dollar quoting

- protect name of includelet, when it is includet via adp-template

    • -4
    • +4
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -1
    • +1
    ./packages/xowiki/www/view-book-no-ajax.adp
    • -1
    • +1
    ./packages/xowiki/www/view-default.adp
- fix schema browser such it does not spit out errors on openacs.org

- added sanity check: decimal point must be different from the thousands

separators. This test should be really either in regression

testing or be formulated as constraint after changing the

message keys. However, since a violation can lead to incorrect

results, the safety check is here as well.

    • -4
    • +18
    ./packages/acs-lang/tcl/localization-procs.tcl
- set "ad_conn peeraddr" to the value of "X-Forwarded-For" only in ReverseProxyMode

    • -3
    • +4
    ./packages/acs-tcl/tcl/utilities-procs.tcl
- added documentation of release steps (work in progress)

- windows changes

    • -8
    • +5
    ./packages/acs-tcl/tcl/00-database-procs.tcl
- change widget from "allhtml" to "html" on (potential) non-admin pages (thanks to Frank Bergmann for the suggestion)

- fix number localization for italian

- bump version number to 5.8.0

    • -8
    • +8
    ./packages/acs-subsite/acs-subsite.info
  1. … 10 more files in changeset.
- release annoucement for 5.8.0 (many thanks to Brian Fenton!)

file Announce-OpenACS-5.8.0 was initially added on branch oacs-5-8.

    • -0
    • +0
    ./Announce-OpenACS-5.8.0
- updated ChangeLog

- don't produce hard error in case no reports are there

    • -1
    • +1
    ./packages/acs-automated-testing/www/index.tcl
- no need for separate code for AOLServer/NaviServer

    • -6
    • +1
    ./packages/acs-admin/www/cache/index.tcl
update acs-admin cache page to work with both naviserver and aolserver

    • -20
    • +13
    ./packages/acs-admin/www/cache/index.tcl
provide package_id to cr_import_content calls within fs::add procs so that objects reflect the package they are created in

Adding config parameter ReverseProxyMode in order to let know openacs that it runs behind a proxy that handles encrypted connections and that it should always use the https protocol.

    • -2
    • +8
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Removing emacs backup file.

Getting rid of last calls to deprecated ad_table. Instead using the list-builder. There is still one call to ad_table within acs-subsite but this page is not linked from anywhere anymore ( probably we remove it later ).

    • -2
    • +2
    ./packages/acs-admin/www/apm/index-oracle.xql
    • -1
    • +39
    ./packages/acs-admin/www/apm/index.adp
    • -91
    • +66
    ./packages/acs-admin/www/apm/index.tcl
regsub empty parens from search query - tsearch doesn't like 'em

ppthtml is now catppt, part of catdoc package on most distros

    • -2
    • +2
    ./packages/search/tcl/search-convert-procs.tcl
catch mime initialization when processing incoming messages so corrupted messages don't blow up queue sweeper run

    • -2
    • +5
    ./packages/acs-tcl/tcl/html-email-procs.tcl
don't qoute boolean vars when initializing tinymce init params