• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed refs to /resources/acs-subsite/spacer.gif

Fixed pagination of batch-job result list

Optimized the /acs-admin/users/index page query (used cc_users, was veeeeery slow with many users)

Fixed context bar problem

fixing package_path typo (it was missing the ) reported by Mark Aufflick

Quoting the message

adding new instructions for how to do valid dynamic key message lookups

Added debug log statement to installer

Fixed bug in upgrading, upgraded from version_id instead of version_name

Fixed stupid little typo: string ... instead of string equal

cleanup and renaming of import/export procs in lang::catalog namespace. Now there are really only two public procs to know about: lang::catalog::import and lang::catalog::export. Updating all invocations of the procs and test cases. Adding proc lang::message::unregister for deleting message keys - used in test case teardown.

  1. … 9 more files in changeset.
Default values for enabled_p and batch_sync_enabled_p

Fixed bug with batch sync always appearing disabled

Templated page

    • -0
    • +5
    ./www/apm/version-reload.adp
- Added link to reload/watch package files

I18N admin fix: when skipping a file and there are no files left to process - return to I18N index page

removing debug printout and error

improved support for adp file internationalization UI. You can now show only adp:s with translatable text. Added a button for skipping an adp file

    • -1
    • +11
    ./www/apm/version-i18n-process-2.tcl
noquoting adp var. Making number_of_keys optional page arg

fixing the replace texts in adp files with message lookups UI. Now indicating which replacements to do with checkboxes which should be more usable

    • -3
    • +23
    ./www/apm/version-i18n-process-2.tcl
Let the page title say whether installation failed or not

Added Andrew's OpenACS authentication server as a separate package

  1. … 11 more files in changeset.
Cleaned up context bar

Configure all parameters for an authority on a single page, to allow sharing of parameter values across implementations (useful if all the drivers talk to the same server, as is normally the case)

    • -32
    • +36
    ./www/auth/authority-parameters.tcl
Fixed focus, removed old vars

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. … 1 more file in changeset.
Shuffled around elements on the form a bit, changed Disabled to --Disabled--

Make the input field wider

Changed wording of 'Become this user' to 'Login as this user'

Fixed local install path problem introduced by remote install