• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 334 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 120 more files in changeset.
- replace deprecated "site_node_closest_ancestor_package_url" by "lindex [site_node::get_url_from_object_id -object_id [site_node::closest_ancestor_package ...]] 0"

  1. … 2 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 62 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

  1. … 28 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 40 more files in changeset.
Adding messing extention to image src url.

file perm-user-add-include-oracle.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

file perm-user-add-include-postgresql.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

    • -0
    • +0
    ./perm-user-add-include-postgresql.xql
fixed pagination error in this seldom used (and fairly useless) page

    • -21
    • +0
    ./perm-user-add-include-postgresql.xql
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 25 more files in changeset.
HTML Strict cleanup and fix in parameters page

  1. … 1 more file in changeset.
HTML Strict cleanup

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
The default perm list didn't include the top-level perm "delete" (which is

useful when this is called from file-storage, for instance!)

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 363 more files in changeset.
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 718 more files in changeset.
I18N of strings and roles

  1. … 6 more files in changeset.
I18N of strings

fix so subsite admins toggling inheritence dont remove their own admin rights

fix to use ad_conn subsite_url

change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 688 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 320 more files in changeset.
show permissions granted to public on mainsite (used to be excluded on the query which made understanding the permissions quite difficult)

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2273 more files in changeset.
Grrr Oracle doesn't like long idents

security_context_root is no longer object 0

Got rid of call to permission_p() in WHERE clause, which Jeff thought he'd

already done but which I've not found in either 5.1 or HEAD.