• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 473 more files in changeset.
improve list operations

  1. … 5 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

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

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

  1. … 202 more files in changeset.
fix spelling errors

category::get: new API call in symmetry to category::set to obtain as name and description for the specified locale.

iBump version number to 1.1.4

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

    • -7
    • +0
    ./category-synonyms-procs-postgresql.xql
    • -0
    • +11
    ./category-synonyms-procs.xql
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
Fix spelling errors

  1. … 7 more files in changeset.
Fix spelling errors

  1. … 8 more files in changeset.
Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 15 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

  1. … 4 more files in changeset.
- improve indentation CVS: ----------------------------------------------------------------------

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

file tagcloud-procs-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./tagcloud-procs-oracle.xql
file tagcloud-procs-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./tagcloud-procs-postgresql.xql
- remove xql query with bad name

- prefer ns_quotehtml over ad_quotehtml

  1. … 19 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 301 more files in changeset.
- harden page contracts

- standardize url construction

  1. … 8 more files in changeset.
- ensure proper encoding of hrefs

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

  1. … 2543 more files in changeset.
Added new proc 'category::ad_form::fill_widgets' used when editing an existing object that has category mappings.

See http://www.openacs.org/forums/message-view?message_id=4192799 for details.

- fix spelling of @param

  1. … 1 more file in changeset.
- use "lassign" instead of "foreach ... break" idiom

- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

  1. … 4 more files in changeset.
- used expand operator instead of "eval"

- use "in" or not in (ni) operator instead of lsearch

- no need to use "expr" inside an "if" or "for" condition

- brace expressions to allow for tcl compilation

- bump version number

  1. … 4 more files in changeset.
- use "lassign" instead of "util_unlist"

  1. … 16 more files in changeset.
- modernize tcl

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.