• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + editor hints

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

  1. … 33 more files in changeset.
Fix typos

  1. … 8 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Mention explicitly the tested procs in the test cases.

Removed obsolete @arch-tag

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

  1. … 26 more files in changeset.
Whitespace changes

Add documentation to public procs (fixes automated tests), simplify idioms, exploit current api

Fix News automated tests:

- rename tests using underscore instead of '-' or links in UI would not work

- remove duplicated SQL

- fix awkward hardcoded dates that were supposed to be in the future for test to work

    • -1
    • +1
    ./test/news-db-test-init-postgresql.xql
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. … 204 more files in changeset.
stop using deprecated procs site_map_unmount_application and site_node_id

Fix typos

  1. … 34 more files in changeset.
fix typos

  1. … 7 more files in changeset.
remove not referenced xql queries

    • -13
    • +0
    ./news-callback-procs-postgresql.xql
  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

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

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

  1. … 9 more files in changeset.
- replace deprecated "ad_permission_p " by "permission::permission_p"

- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 5 more files in changeset.
PG 9.0 compatibility. Avoiding quering the root folder from dual.

Improve the RSS content format

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

in honchos this morning.

  1. … 7 more files in changeset.
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. … 22 more files in changeset.
- protect against "-" in the text argument (otherwise errors due to non-positional agument parser)

Identify the instance in the subject of the notification and localize it.

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Don't HTML convert the HR.

Pass notification date to hold notifications until release date.