• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added -remove_files boolean switch to apm_package_delete to optionally

remove files fromt he filesystem.

Added checkbox option to delete package files instead of a mandatory delete.

Added a -remove_files boolean switch to apm_package_delete to make

delete of package files optional.

- fix to allow display of daily/weekly scheduled procs. closes bug 170

making sure the acs-tcl test procs are source after the Tcl libraries of acs-automated-testing are sourced

adding the proc apm_supported_callback_types for the new package callbacks. Making apm_load_packages take arguments to make it optional to source libraries and queries (only load tests, needed for acs-tcl)

with help from Jeff and Lars making the util_sets_equal_p proc do the right thing

moving dotLRN documentation from dotlrndoc package to dotlrn/www/doc

    • -0
    • +186
    /openacs-4/packages/dotlrn/www/doc/architecture-overview.adp
    • -0
    • +209
    /openacs-4/packages/dotlrn/www/doc/dotlrn-faq.adp
    • -0
    • +381
    /openacs-4/packages/dotlrn/www/doc/dotlrn-install.adp
    • -0
    • +15
    /openacs-4/packages/dotlrn/www/doc/index.adp
    • -0
    • +2
    /openacs-4/packages/dotlrn/www/doc/master.adp
    • -0
    • +286
    /openacs-4/packages/dotlrn/www/doc/nomenclature.adp
    • -0
    • +89
    /openacs-4/packages/dotlrn/www/doc/permission-api.adp
    • -0
    • +248
    /openacs-4/packages/dotlrn/www/doc/permission-overview.adp
    • -0
    • +98
    /openacs-4/packages/dotlrn/www/doc/permission-portals.adp
- Fixed double declaration of function acs_attribute__create_attribute, with

same arguments. Thanks for Stan Kaufman on #openacs for reporting this.

setting upgrade status for a message key to deleted if the en_US message is deleted. This is unfortunately another example in the I18N code where we are assuming the presence of the en_US locale and that translation is done from this locale.

- Add lots more documentation to ad_proc. Even old-time #openacs'ers

(myself included) didn't know how the (formerly undocumented) :boolean

attribute for name parameters worked (thanks Til!).

- Added example to ad_proc's docstring.

I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

  1. … 320 more files in changeset.
Creating and running through workflows with both API-style and array-list style

    • -28
    • +159
    /openacs-4/packages/workflow/tcl/action-procs.tcl
    • -20
    • +18
    /openacs-4/packages/workflow/tcl/case-procs.xql
    • -8
    • +138
    /openacs-4/packages/workflow/tcl/role-procs.tcl
    • -0
    • +125
    /openacs-4/packages/workflow/tcl/state-procs.tcl
    • -0
    • +32
    /openacs-4/packages/workflow/tcl/state-procs.xql
  1. … 3 more files in changeset.
Merged in changes to make acs-workflow not part of initial install from HEAD to 4.6 branch

Merged changes on HEAD over to 4-6 branch: Make acs-workflow not part of initial install

- Remove restriction on PG 7.3, now that jeffd committed bartt's 7.3 fixes.

making sure message keys with upgrade status of deleted are not exported to xml files, important fix: write xml files in utf-8 if the specified charset is not supported by tcl, correcting some log statements

adding all locales from the dotlrn translation server. Kudos to all the translators.

Fixed problem with book_no not exported in URLs

Amazon changed their layout. We should probably switch to SOAP.

merge bartt PG 7.3 fixes from HEAD

  1. … 40 more files in changeset.
last_modified should be last_modified_ansi

bullet multirow for text v textarea with longer bullets bug 160/patch 52

(reworked version of patch 51 by Jascha Zapp).

    • -11
    • +14
    /openacs-4/packages/wp-slim/www/edit-slide.adp
horrific and wrong query now merely horrific

using the new apm_load_packages proc to source all enabled packages after APM installation so that restart of server is not needed

changing to use the new apm_load_packages proc that sources Tcl files of packages in right order. I broke bootstrapping with my previous commit because -init files were sourced to early. Sorry...

renaming apm_load_package to apm_load_packages and making the proc source Tcl files in the right order (-procs before all -init etc.)

    • -28
    • +35
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
Merged fix to bug #8: default patch component to bug's component when following link from bug page to HEAD

adding proc util_sets_equal_p for determining if two lists contain the same set of strings

merging in the templated version of one.tcl from the 4.6 branch. Converting one text to message lookup in one.adp