• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move logics to delete a group type into the API

  1. … 3 more files in changeset.
Fix quoting of group type

improve rowcount expressions

  1. … 73 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

Break long lines

  1. … 19 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 44 more files in changeset.
Remove obsolete xql file

  1. … 1 more file in changeset.
Remove obsolete query

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
file groups-list-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./groups-list-oracle.xql
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 122 more files in changeset.
- fix and standardize quoting in template properties

  1. … 387 more files in changeset.
- standardize url construction

  1. … 6 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 48 more files in changeset.
- improve validity and security of HTML of admin pages

- improve page_contracts

  1. … 37 more files in changeset.
- adding quotes for HTML attributes

  1. … 19 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 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. … 16 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 363 more files in changeset.
handles internationalization of supertypes options

Another noquote nitpick, this time in www/admin/group-types/index.adp

noquote changes (Dirk Gomez)

  1. … 93 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 106 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

  1. … 79 more files in changeset.

Switched tree-based queries to a tree-using form, which will greatly enhance

scalability...

  1. … 23 more files in changeset.

First round of speedups for verious permissions issues. Key finding is that

the all_object_party_privilege_map is speedy in PostgreSQL and apparently in

Oracle, as well (having re-read some of the optimization threads).

  1. … 22 more files in changeset.
Small fixes

  1. … 3 more files in changeset.