• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Quoting the message

Fixed PG query

Query on Oracle hadn't gotten the extra columns added that the PG query had

I18n of list-builder ('no data')

Fixed bad list in acs-templating-init, where the word 'repeat' had been dropped from the wizard section

Fixed message key with missing ", and added list-builder message key

added link to sitewide admin for installing more packages

making dynamic key message lookups comply with new convention

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

- Added apm_highest_version_name proc

- Added package pretty name to apm_version_get

    • -27
    • +31
    /openacs-4/packages/acs-tcl/tcl/apm-procs.xql
Indenting of documentation

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

Fixed parameters test case to expose problem with unique constraint/primary key on auth_driver_params on Oracle, and to do a better job of testing the parameters framework

Fixed bug in auth_driver_params on Oracle, table had wrong unique constraint instead of primary key constraint

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.

    • -11
    • +1
    /openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl
Someone changed 'checked' to 'checked="checked"' on elements, which broke the display-mode of radioboxes and checkboxes. Fixed.

new stylesheets and documentation

    • -0
    • +11
    /openacs-4/contrib/packages/simulation/install.xml
    • binary
    /openacs-4/contrib/packages/simulation/www/doc/data-model.png
    • -0
    • +1
    /openacs-4/contrib/packages/simulation/www/doc/design.html
    • -0
    • +1
    /openacs-4/contrib/packages/simulation/www/doc/index.html
    • -0
    • +1
    /openacs-4/contrib/packages/simulation/www/doc/install.html
    • -0
    • +21
    /openacs-4/contrib/packages/simulation/www/doc/xml/Makefile
    • -0
    • +99
    /openacs-4/contrib/packages/simulation/www/doc/xml/design.xml
    • -0
    • +16
    /openacs-4/contrib/packages/simulation/www/doc/xml/index.xml
  1. … 17 more files in changeset.
Default values for enabled_p and batch_sync_enabled_p

Fixed bug with batch sync always appearing disabled

is not null vs. != '' problem

removed empty msg keys

robots file

    • -0
    • +9
    /openacs.org-dev/www/robots.txt
Removing unused security library.

exporting messages from translation server

  1. … 383 more files in changeset.
re-adding non-ISO-8859-1 catalog files with utf-8 encoding

  1. … 336 more files in changeset.
removing non-ISO-8859-1 catalog files. They will be re-added in utf-8 in a moment

  1. … 294 more files in changeset.
Because of problem exporting digits in arabic locale (AR_LB with ISO-8859-6) we have now changed to export all catalog files in utf-8 except when ISO-8859-1 can be used. Easiest would be to export all catalog files in utf-8, however, out of fear of hand editing of catalog files messing with the utf-8 encoding we don't. Adding encoding attribute to xml tag of message catalog files. Removing redundant file name prefixing of log statements.

making the util_replace_temporary_tags_with_lookups test case pass again. Wrapping case in rollback. Some cleanup in the tested proc