• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding instructions on how to check that a catalog file is in sync with message lookups in the code

extended the instructions on how to make TCL files use the message catalog

Added missing queries.

  1. … 4 more files in changeset.
adding support for tcl files in the I18N interface for packages, temporary message tags must be inserted manually, there is no equivalent of Jeffs magic script for adp files for tcl files, improving the I18N instructions

    • -24
    • +22
    ./www/apm/version-i18n-process-2.tcl
    • -10
    • +10
    ./www/apm/version-i18n-process.tcl
Peter: a proc in the acs-lang API changed name, correcting, improving the documentation for translating adp files, removing tilde files that were committed by mistake yesterday evening

    • -57
    • +0
    ./www/apm/version-i18n-process-2.tcl~
    • -32
    • +0
    ./www/apm/version-i18n-process.adp~
    • -44
    • +0
    ./www/apm/version-i18n-process.tcl~
cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

    • -0
    • +1
    ./www/apm/packages-install-3-oracle.xql
    • -0
    • +1
    ./www/apm/packages-install-3-postgresql.xql
  1. … 26 more files in changeset.
Peter: adding a web interface to Jeff's magical script for extracting translatable text from adp files to make them multilingual

    • -33
    • +0
    ./www/apm/version-extract-message-keys.adp
    • -57
    • +0
    ./www/apm/version-extract-message-keys.tcl
    • -0
    • +9
    ./www/apm/version-i18n-process-2.adp
    • -0
    • +9
    ./www/apm/version-i18n-process-2.adp~
    • -0
    • +98
    ./www/apm/version-i18n-process-2.tcl
    • -0
    • +57
    ./www/apm/version-i18n-process-2.tcl~
    • -0
    • +33
    ./www/apm/version-i18n-process.adp
    • -0
    • +32
    ./www/apm/version-i18n-process.adp~
    • -0
    • +53
    ./www/apm/version-i18n-process.tcl
    • -0
    • +44
    ./www/apm/version-i18n-process.tcl~
    • -0
    • +82
    ./www/apm/version-i18n.adp
    • -0
    • +13
    ./www/apm/version-i18n.adp~
    • -0
    • +110
    ./www/apm/version-i18n.tcl
    • -0
    • +13
    ./www/apm/version-i18n.tcl~
use permissions API and flush cache on grant or revoke

    • -23
    • +0
    ./www/users/modify-admin-privileges-oracle.xql
    • -23
    • +0
    ./www/users/modify-admin-privileges-postgresql.xql
    • -13
    • +7
    ./www/users/modify-admin-privileges.tcl
Fix query name bug. Bug, report and fix by Andrew Spencer. closes: #484

    • -1
    • +1
    ./www/users/modify-admin-privileges-oracle.xql
    • -1
    • +1
    ./www/users/modify-admin-privileges-postgresql.xql
Peter: Adding a link from the package version page for replacing occurencies of <#message_key message#> in adp templates with #message_key# and inserting the messages into the message catalog

    • -0
    • +33
    ./www/apm/version-extract-message-keys.adp
    • -0
    • +57
    ./www/apm/version-extract-message-keys.tcl
fix some spelling errors

  1. … 24 more files in changeset.
Changed index.vuh files to use rp_internal_redirect rather than

rp_serve_abstract_file, which didn't work if OpenACS was running in

performance mode.

  1. … 6 more files in changeset.
I've added Andrew Spencer's changes that allow admins to designate users

as sitewide admins.

    • -0
    • +23
    ./www/users/modify-admin-privileges-oracle.xql
    • -0
    • +23
    ./www/users/modify-admin-privileges-postgresql.xql
    • -0
    • +16
    ./www/users/modify-admin-privileges.adp
    • -0
    • +41
    ./www/users/modify-admin-privileges.tcl
Peter Marklund: setting the sql_file_paths session property with a clob instead of a varchar (we have so darn many packages these days...)

more abstract URLs

  1. … 43 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 14 more files in changeset.
change ad_context_bar to ad_admin_context_bar

Renamed OpenACS Administration to Site-Wide Administration.

  1. … 2 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 678 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
move title and context bar into master.adp for acs-admin/users

    • -0
    • +10
    ./www/users/master.adp
    • -19
    • +5
    ./www/users/registration-history.adp
query was displaying all objects anyone had read permission on.

Default to only showing the latest versions of packages

changed some ns_log calls to apm_log called for less debug spew

updated version to 4.5

  1. … 15 more files in changeset.
Moved double-click check up before we create the user, so we don't get the annoying error message in the error log. Also, got rid of the from the error we spit out if something does go wrong, since this variable is not defined, so we'd get a database error, then an internal server error.

Added focus on email address.

adds a simple needs approval link on the user search page. bug 1412

patch 308 (some of patches 217 and 218 had already been applied).

fix a few more instances of ad_parameter SystemURL calls

dont overstrike directories in the tree display. Fixes bug 1516 patch 294