• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

    • -2
    • +2
    ./group-types/change-join-policy-2.tcl
  1. … 58 more files in changeset.
- revert form_vars update

    • -1
    • +1
    ./group-types/change-join-policy-2.tcl
  1. … 68 more files in changeset.
- replace deprecated "ad_export_vars" by "form_vars"

    • -2
    • +2
    ./group-types/change-join-policy-2.tcl
  1. … 39 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 26 more files in changeset.
- replace deprecated "site_node_closest_ancestor_package_url" by "lindex [site_node::get_url_from_object_id -object_id [site_node::closest_ancestor_package ...]] 0"

  1. … 2 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

    • -2
    • +2
    ./rel-segments/constraints/delete-2.tcl
  1. … 56 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

  1. … 20 more files in changeset.
Getting rid of last calls to deprecated ad_table. Instead using the list-builder. There is still one call to ad_table within acs-subsite but this page is not linked from anywhere anymore ( probably we remove it later ).

  1. … 6 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 37 more files in changeset.
Rewriting acs_permission__permission_p function to use recursive queries ( available in PG since 8.4 ) and modifiying

queries around core packages to avoid checking persmissions using a subquery on the acs_object_party_privilege_map view.

  1. … 13 more files in changeset.
i18n and translation into spanish

  1. … 2 more files in changeset.
i18n and translation into spanish

    • -38
    • +47
    ./groups/elements-by-rel-type.adp
  1. … 2 more files in changeset.
Localization and translation into spanish

  1. … 2 more files in changeset.
Localization and translation into spanish

  1. … 2 more files in changeset.
Localization and translation into spanish

  1. … 2 more files in changeset.
Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

  1. … 15 more files in changeset.
Fix typo

Fix typo

Non-info file merge results, with conflicts resolved.

  1. … 203 more files in changeset.
Substitute acs_mail_lite::send for ns_sendmail

  1. … 2 more files in changeset.
HTML cleanup

  1. … 3 more files in changeset.
Moved package conversion code from acs-subsite to acs-tcl, as part of

the apm Tcl API.

  1. … 8 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 4 more files in changeset.
New admin files to convert the current subsite to a descendent of its

current package psuedo-type.

    • -0
    • +6
    ./subsite-convert-type.adp
    • -0
    • +33
    ./subsite-convert-type.tcl
Preliminary version of "extend package" code, along with new package

attributes that allow the declaration of packages that are subsites.

  1. … 27 more files in changeset.
Make description optional

Add description to groups object type

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

  1. … 21 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Use new doc(title) property to avoid warnings.