• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use tcl 8.5 extended index format for "string range"

- modernize tcl

  1. … 6 more files in changeset.
- replace deprecated "philg_quote_double_quotes" by "ad_quotehtml"

  1. … 2 more files in changeset.
- reduce verbosity

- raise limit in html/text processing from 1000 to 3000 in "loop detection"

- improve performance by byte-code-compiling expressions

- use more tcl8.5 idioms

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

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
- get rid of empty_string_p

  1. … 20 more files in changeset.
tighten protocol regexp - was matching any word immediately followed by : within a valid html attribute

- normalize string expressions

  1. … 3 more files in changeset.
Non-info file merge results, with conflicts resolved.

  1. … 203 more files in changeset.
Xpath query is not being interpreted as it supposed to ( maybe it is a tdom bug ).

Xpath query is not being interpreted as it supposed to ( maybe it is a tdom bug ).

Make the "old style" tag closing style lower case to be compatible with

the "new style" (tDOM) style, for consistency and so the same test cases

can be used with both. Changed test to match.

  1. … 1 more file in changeset.
- Use tdom code in util_close_html_tags only when no breaks are required

- Use tdom code in util_close_html_tags only when no breaks are required

- fix for the exponential time bug that brought down openacs.org on forum queries

Ignore HTML comments when convertng html to text (hides MS Word junk)

  1. … 1 more file in changeset.
Fix as much as possible, transformation from text/plain to text/html (attempt to get valid html)

Fix mime type values of "from" and "to" in calls to ad_html_text_convert

Reindent code with spaces instead of tabs...

Removed extra "=" after a switch in a call to a proc

HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 25 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Broke out the check for valid mime types that ad_html_text_convert can

convert so a caller can check that it will work (the content repository

is hard-wired to try to convert any text mime type when delivering it

through an automagically-generated template created by content::init)

user curly brackets around expr to allow for bytecode compilation

Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Fix a bug in ad_html_to_text: This function breaks, when it encounters a (valid) entity like &0038;

The problem was, that the old code interpreted the numeric value of the entity as an octal value

because it starts with leading zeros.

fix a bug in ad_html_to_text: This function breaks, when it encounters a (valid) entity like &0038;

The problem was, that the old code interpreted the numeric value of the entity as an octal value

because it starts with leading zeros.

  1. … 3 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
First round of oacs-5-3 merge to HEAD commits

  1. … 96 more files in changeset.