• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Only convert table names to uppercase, during group type creation, on oracle. This was producing case mixed issues on postgres installations, where the table_name attribute on 'acs_object_types' was upppercase, while the real table name was lowercase, as detected by the 'datamodel__acs_object_type_check' test case.

added missing editor hints

  1. … 20 more files in changeset.
Reduce divergency between oracle and postgres codebase

Qualify 'callback' proc in the global namespace, lest it might conflict with 'subsite::callback'

Whitespace cleanup

Reduce divergency between oracle and postgres codebase

Replace deprecated idiom

Rename subsite_callback to comply with OpenACS naming convention, reduce divergency between oracle and postgres codebase

    • -21
    • +0
    ./subsite-callback-procs-oracle.xql
    • -22
    • +0
    ./subsite-callback-procs-postgresql.xql
Move rel_segments_* procs in new rel_segment:: namespace to comply with OpenACS naming convention, create deprecated wrappers, replace occurrences

  1. … 5 more files in changeset.
Whitespace cleanup

add missing SQL query

prefer all caps spelling for SQL

  1. … 2 more files in changeset.
Take care of removing the automatically generated group name translation when deleting the group

Correct inconsistent message key creation between group::new (underscore) and group update (dot)

improve spelling

  1. … 6 more files in changeset.
Close bracket and enjoy the fruits of automated testing

improve spelling

  1. … 18 more files in changeset.
Add a test about group membership for tcl api as well (will right now fail on direct membership)

Try to improve doc a bit. The proc seems to need some refactoring.

replace hardcoded /tmp by API function [ad_tmpdir]

  1. … 10 more files in changeset.
whitespace changes

  1. … 51 more files in changeset.
whitespace changes

    • -102
    • +102
    ./plpgsql-utility-procs.tcl
improve spelling

added more TODOs to half-finished (?) function subsite::pivot_root

added "create_or_replace" flag to subsite::new_subsite_theme

This feature is similar to the "create or replace" idiom for updating

SQL functions and eases the update of standard themes

  1. … 1 more file in changeset.
fix for issue #3391

Minor formatting changes

Use test api to make the test more generic, handle mixed-case emails

Use test api to make the test work in different contexts

Port from downstream: reimplement subsite::get_theme_subsites to be scalable on websites with many site nodes