• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Display "scope" of parameters on the version parameters page.

    • -2
    • +3
    ./apm/version-parameters-postgresql.xql
1. Changed trigger functions from "opaque" to "trigger" to get rid of the

warnings during initial install (only for acs-kernel, there are a lot

elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)

  1. … 28 more files in changeset.
Had to move a db_transaction because it was causing some sort of lock

contention deadlock in PG.

1. Disallow the addition of multiple "provides" dependencies to a package (enforce the

"one package/one service" paradigm).

2. Only allow "requires" and "extends" of installed and enabled packages - when you build a

package interactively in the APM, it installs it, and would allow you to require packages

that aren't installed, which of course would make your package fail heavily if you

mounted or otherwise tried to use it.

3. Make adding "extends" properly copy parameters of its parent package.

4. When adding a package, rebuild the cached package dependency information (added by

me in 5.5.0, I'd missed the need to rebuild the cache in the APM interactive package

builder).

    • -5
    • +7
    ./apm/version-dependency-add-oracle.xql
    • -6
    • +8
    ./apm/version-dependency-add-postgresql.xql
    • -47
    • +10
    ./apm/version-dependency-add.tcl
Non-info file merge results, with conflicts resolved.

  1. … 200 more files in changeset.
Substitute ns_sendmail calls for acs_mail_lite::send one

Rolling back previos commit for 2 reasons: 1. this branch is closed; 2. the change not needed.

Retriving nextvalue of sequence using nextval sequence function.

HTML cleanup

Fix index query, and commit some apm changes that.

    • -8
    • +10
    ./apm/version-dependencies-oracle.xql
    • -2
    • +2
    ./apm/version-dependencies-postgresql.xql
HTML cleanup

  1. … 3 more files in changeset.
Fix acs-admin subsite list to show subsite extension packages

fix for yet another occurance of: adding missing FROM-clause entry for table "acs_object_id_seq" ...

Adding missing parameters ( implements_subsite_p and inherit_templates_p). To the

apm_package_register call. Does it make sense to let the user choose the values

for this parameters in the previos form?. Bug #3162.

insert missing argument for dependency_type

add option to delete users from the admin pages (acs-admin/users/one)

    • -0
    • +26
    ./users/delete-user.tcl
Extract queries from tcl to xql file

- cleanup: reduce usage of deprecated functions (ad_parameter)

  1. … 1 more file in changeset.
HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 13 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 19 more files in changeset.
Drop database type from generic sql file.

Add missing closing @ of the too_many_subsites_p var

Remove header stuff from core. Use template::head procedures.

Add template::head::add_style to add inline styles.

  1. … 5 more files in changeset.
HTML 4.01 Strict cleanup

  1. … 24 more files in changeset.
Merged 5.3 to HEAD

  1. … 57 more files in changeset.
Made sure we are using the right user-new template

changing <br/> to <br> to meet html transitional validation requirements

  1. … 12 more files in changeset.
Made sure that we are not loading subsites if there are to many of them

Added support for after user state change callback

  1. … 2 more files in changeset.
Allow a new parameter type "text" to show a textarea on the parmeter form for parmaeter values that don't fit well within a textbox.

  1. … 5 more files in changeset.