• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- remove unneeded expr statements

  1. … 5 more files in changeset.
- renamve template::add_acs_confirm_handler into template::add_confirm_handler

  1. … 9 more files in changeset.
- use confirm handler instead of "onclick=..." in all packages in oacs-5-9

  1. … 14 more files in changeset.
- modernize HTML

  1. … 194 more files in changeset.
- don't substitute message keys in message-usage-include.adp, otherwise the include is useless, since the whole point is to list occurances of the message keys

- prefer "localurl" over "return_url" as name of page filter

  1. … 10 more files in changeset.
- improve checking of return_urls in page_contracts

  1. … 8 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

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

  1. … 740 more files in changeset.
- fix broken urls

- remove globals for errorInfo and use namespace qualifiers instead

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

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

  1. … 382 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 2 more files in changeset.
- improve securita and validity of HTML

- quote HTML attributes

  1. … 5 more files in changeset.
- improve validity and security of HTML of admin pages

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

  1. … 4 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.
- fix regular expression, extracting time from timeanddate.com

- fix bracing and quoting

- make sure, the results are returned from timeanddate.com in english

- add raw value returned from timeanddate.com to results to make it easier to detect potential problems

- use util::http::get instead of util_httpget

- remove needless quotes from numeric comparisons

  1. … 1 more file in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 11 more files in changeset.
- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 7 more files in changeset.
- remove obsolete files from www directory

  1. … 4 more files in changeset.
- remove obsolete test files

- drop function lc_monetary_currency (seems a leftover from long ago; required tables are not part of the datamodel since many years)

  1. … 2 more files in changeset.
Moved checks for semantic correctness of translation messages keys to the new proc lang::message::check,

introduced such proc into message edit form and in new regression test lang_messages_correct.

Added check to ensure localized separators for thousands and decimals are different. Equal separators

would have caused localized number parsing to fail.

  1. … 2 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. … 323 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 38 more files in changeset.