• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- documentation update

  1. … 67 more files in changeset.
- remove globals for errorInfo/errorCode and use namespace qualifiers instead

  1. … 3 more files in changeset.
- fix syntax

- make styling of footer more robust when used together with bootstrap

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

  1. … 393 more files in changeset.
- make sure to quote hrefs

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

  1. … 13 more files in changeset.
- fix validty of HTML (unbalanced tags, wrong envonding, missing quotes around HTML attribute values)

- fix validty of HTML

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

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

  1. … 2533 more files in changeset.
- prettify documentation (use master templates)

  1. … 7 more files in changeset.
file index.adp was initially added on branch oacs-5-8.

  1. … 2 more files in changeset.
- fix incorrect "request duration"

- remove deprecated call to "ad_admin_footer"

- moderize tcl

* use "lassign" instead of repeated "lindex" calls,

* use "dict" instead of array

- improve indentation and quoting

- removed outdated and unlinked page

    • -273
    • +0
    ./doc/developer-support-example.html
- improve page-contracts

- use just first command word 2dn column of database statistics

- report times from developer support below ms granularity

  1. … 3 more files in changeset.
- quote pattern

- use numeric comparison operator for truth value comparisons

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

- brace expressions

  1. … 3 more files in changeset.
- 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. … 333 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 68 more files in changeset.
- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

  1. … 12 more files in changeset.
make test for user_switching more robust

be a bit more graceful on missing requests.

content_type css_file does not exist, require admin permission to do this, read file all at once instead of line by line

Added Malte's patch which removes the use of /o/ when editing the css file.

I think it's cleaner this way.

Show the pool name in the report. It might be handy and otherwise why are we collecting it.

Fun with developer support!

1. Added a button to turn template profiling on/off.

2. Moved templating information to the request information page. It was

confusing having it work differently than db and other information. If,

for instance, you clicked on a request link in the developer support

index page, you'd get the db timing information for that request, but

the profiling stuff would come from the footer - and would be the profile

information for displaying request-info.tcl/adp, not for the template

served for that request. Oops.

3. Simplified the ds_profile proc since in practice it only is used for

profiling templates.

  1. … 7 more files in changeset.