• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
strengthen boolean variables in page contracts

  1. … 12 more files in changeset.
Reimplement the news admin index page to use the template system and behave consistently with the rest of the graphics

One reason to have custom markup here was the bulk-actions pointing to the same URL differentiated only via URL parameters. This limitation has been overcome in the previous commit.

Use modern HTML and OpenACS features for date input, which do not require rendering via a custom widget api and cumbersome validation

Fir refactoreed variables

  1. … 3 more files in changeset.
Use modern contract and formfield features to avoid manual date validation

  1. … 2 more files in changeset.
Harden page contract, fix exporting of multiple revision ids

improve robustness in case parameter is not (yet) set

  1. … 3 more files in changeset.
Whitespace changes

  1. … 5 more files in changeset.
Disable RSS offering in news and news-portlet if the RSS generation service is disabled in rss-support. Bump version numbers and fix dependencies, as the RssGenActiveP parameter is only available in latest rss-support.

  1. … 6 more files in changeset.
Remove leftover text_file reference from revision add: reform happened in http://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Adonb%3A20091230231336 11 years ago discontinued this feature

Whitespace cleanup

  1. … 1 more file in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 161 more files in changeset.
Whitespace changes + editor hints

  1. … 18 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 32 more files in changeset.
Removed obsolete @arch-tag

  1. … 25 more files in changeset.
don't drop constraints, but fix it.

  1. … 2 more files in changeset.
Prefer literal in adp axpressions + Whitespace changes

  1. … 29 more files in changeset.
use canonical Tcl subcommand names

  1. … 7 more files in changeset.
strengthen page contracts

  1. … 1 more file in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

  1. … 31 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 7 more files in changeset.
add missing ',' in select statement

Add dual for oracle compliance

Reduce divergency between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

Use tcl to do date calculations instead of db, reduce postgres/oracle divergencies

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 80 more files in changeset.
Use package_id as "displayed_object_id" for "item-create" and "revision-add"

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

  1. … 7820 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.