• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- modernize HTML

  1. … 25 more files in changeset.
- modenize HTML

  1. … 9 more files in changeset.
.xql-file reform of news

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

  1. … 339 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

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

- quote HTML attribute values

- use &amp instead of & in hrefs

  1. … 8 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

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

  1. … 2540 more files in changeset.
- improve page-contracts

  1. … 7 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 123 more files in changeset.
- moved former www/news.{tcl,adp} to lib, since when it was called via www, it produced errors

  1. … 4 more files in changeset.
- use numeric comparison operator for truth value comparisons

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

  1. … 8 more files in changeset.
- use <property name="doc(title)">

  1. … 50 more files in changeset.
- replace deprecated calls => export_vars

  1. … 15 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

  1. … 3 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

  1. … 5 more files in changeset.
Removed the rest of the image stuff and also the file upload stuff as discussed

in honchos this morning.

  1. … 10 more files in changeset.
Another brain-dead mistake (removing allhtml from values which can contain

some html tags).

  1. … 3 more files in changeset.
Oops I was disallowing unsafe HTML tags in non-HTML/enhanced news items

  1. … 3 more files in changeset.
Removed the call to convert to html - this is handled by the new news.tcl

script. news.adp was previously shared by all the "display news" pages, so

I decided to have the conversion to html done in the shared include script,

too.

Changed to use richtext and a bit of other clean-up. Tested news item create,

edit, upload from file, notifications, rss, view, admin view, etc for PG. Testing

for Oracle is next and if bugs are found, there will be a commit soon.

  1. … 12 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 368 more files in changeset.