• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- simplify code

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
- use api instead of semi-hard-coded string

- enable all packages

- acs-admin/www/apm/packages-install-2.tcl:

use "apm_dependency_check_new" instead of "apm_dependency_check"

and clean up/simplify the code. The only 2 missing occurrences of

"apm_dependency_check" are now in the bootstrap installer.

- minor syntax changes, better warning message

- improve wording (don't use "Error" for a potentially expected result

- white space change: replace tabs by spaces

- cleanup of acs-admin/apm/packages-install

- use usual OpenACS styles instead of self-cooked solution

- finish cleanup of install vs. finished started by lars ages ago

- improve HTML (quote attributes)

- no need to html-quote entries in error.log

ds_show_p is a proc, therefore using 'info command'

- don't spit out messages of the form "Key 'package_key.message_key' does not exist in en_US" when viewing proc lang::util::replace_temporary_tags_with_lookups in api-browser

- whitespace change (follow more closely to OpenACS coding conventions, replacing tabs by spaces)

    • -508
    • +516
    /openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl
- apm_scan_packages: added release-date to reported fields

- add more info to the .info file

- make naming of xom-attributes of info files more regular (use "." for separator for xml-attributes)

- white-space and documentation changes

    • -18
    • +15
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl
- add commata in documentation

- added developer-support to acs-core as decided by TIP #155

- white space changes (follow coding guidelines more closely)

- fix documentaiton bugs

- add license to the manifest

- bump version numbers

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
- set maturity of core packages to 3

    • -1
    • +0
    /openacs-4/packages/acs-tcl/acs-tcl.info
- white space change: follow OpenACS formatting conventions more closely (replaced tabs by spaces)

- improve error reporting further (handle e.g. multiple errors per package nore nicely)

- improve error reporting during bootstrap loader: list dependency order in a human oriented manner, report more errors from sourcing files http://openacs.org/forums/message-view?message_id=4172245

- allow error propagation also from bootstrap loader

More occurrances of ad_table. Using list templates instead.

- fix a subtle bug causing installs to fail. (see http://openacs.org/forums/message-view?message_id=4172245)

Avoiding usage of ad_table. Usinging list templates instead.

- white space change: replace tabs by spaces

    • -272
    • +279
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl