• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
re-adding non-ISO-8859-1 catalog files with utf-8 encoding

    • -0
    • +11
    ./catalog/acs-tcl.AR_EG.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.AR_LB.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.hu_HU.utf-8.xml
    • -0
    • +5
    ./catalog/acs-tcl.ja_JP.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.ko_KR.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.ms_my.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.pl_PL.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.ru_RU.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.sh_HR.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.tr_TR.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.zh_TW.utf-8.xml
  1. … 339 more files in changeset.
removing non-ISO-8859-1 catalog files. They will be re-added in utf-8 in a moment

    • -11
    • +0
    ./catalog/acs-tcl.AR_EG.ISO-8859-6.xml
    • -11
    • +0
    ./catalog/acs-tcl.AR_LB.ISO-8859-6.xml
    • -11
    • +0
    ./catalog/acs-tcl.pl_PL.ISO-8859-2.xml
    • -11
    • +0
    ./catalog/acs-tcl.ru_RU.windows-1251.xml
    • -11
    • +0
    ./catalog/acs-tcl.sh_HR.ISO-8859-5.xml
    • -11
    • +0
    ./catalog/acs-tcl.tr_TR.ISO-8859-9.xml
  1. … 299 more files in changeset.
twiddle braces for expr in rand routines

- documented difference between -edit_request and -select_query. Fix bug #746

Make db_boolean public

Lars fixed acs_user::flush_cache invocation from membership_rel::change_state. We were flushing using the wrong user_id. Also, now we only flush if the membership_rel of a user (as opposed to some other party) is changed.

- Fixed problem with watching, so we can watch any tcl/xql file.

- Output message if we're trying to watch a file that we can't reload, so you'll at least know that the watch didn't occur.

- apm_guess_file_type had changed, causing watching to break - not using it now

taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

  1. … 29 more files in changeset.
Moved the cache flushing into the membership-change proc, so we also flush the acs_user cache if we happento change the state through the other route.

changing apm_package_install proc to not source acs-tcl libraries since they are already sourced on server startup

removing I18N messages no longer used (almost 200). Collapsing certain keys to make translation easier. Our message key structure is still too fragmented in many places (we have too many keys)

    • -1
    • +1
    ./catalog/acs-tcl.AR_EG.ISO-8859-6.xml
    • -1
    • +1
    ./catalog/acs-tcl.AR_LB.ISO-8859-6.xml
    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.no_NO.ISO-8859-1.xml
  1. … 281 more files in changeset.
Added util::subst_safe to fix bug #899

adding latest translations from the translation server. Will tidy up the files next using the check-catalog.sh script.

    • -2
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/acs-tcl.fi_FI.utf-8.xml
    • -2
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/acs-tcl.gl_ES.utf-8.xml
    • -2
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.nl_NL.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.no_NO.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/acs-tcl.pl_PL.ISO-8859-2.xml
    • -2
    • +1
    ./catalog/acs-tcl.pt_BR.ISO-8859-1.xml
  1. … 630 more files in changeset.
correction of 9i porting. The call to plsql proc deleted was replaced by del. However, deleted is different from delete. Changing back to deleted so that the acs rel is not deleted but state is changed to deleted (is this confusing or what...).

fixing bug I introduced: making sure ctl_file files are sources last (after datamodel has been created)

typo fix in full install proc - removing .

drop the test table at end

    • -26
    • +27
    ./tcl/test/acs-tcl-test-procs.tcl
test cases for db_transaction bug #733

    • -0
    • +170
    ./tcl/test/acs-tcl-test-procs.tcl
fixing problem that I introduced earlier with ctl files not being loaded when package is installed from install.xml file and the the proc apm_packages_full_install. The problem was that no data model files were provided and the proc apm_data_model_scripts_find was used to provide the default. However, that proc would not return ctl files. I therefore changed it to do so and removed the proc apm_ctl_files_find that we no longer need

  1. … 2 more files in changeset.
reverted to 1.14 patch deferred until further decision is made, see bug 891

add additional checking before using the default value, see bug 891

Log errorInfo when installation fails

Installation from package repository -- now we just need the repository up at openacs.org

  1. … 17 more files in changeset.
adds a kernel param ExcludedFiles for which the rp returns 404 (set to */CVS/* *~) and support for that in rp

    • -31
    • +43
    ./tcl/request-processor-procs.tcl
  1. … 1 more file in changeset.
typo

get tmpdir from acs-subsite bug 75 Simos Gabrielidis

making party::get_by_email do a lowercase email comparison so that people can't create accounts that with emails that differ only in case. See bug 740

- Cleaned up who's online

- I18n'd a few sentences

- Various UI cleanup

    • -0
    • +10
    ./tcl/whos-online-init.tcl
    • -0
    • +179
    ./tcl/whos-online-procs.tcl
  1. … 11 more files in changeset.
making the procs ad_acs_version and ad_acs_release_date do something sensible. Adding proc apm_version_get (should go into a namespace and be cached)

deprecating proc ad_ssl_available_p and replacing it with security::https_available_p. Making sure we do not redirect to HTTPS if AOLserver is not configured to support it