• last updated 57 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- simplify tcl

- fix for bug #3225: make sure the result list of ad_parse_html_attributes_upvar is a well-formed list

- Fix for bug #3222. Patches submitted by the bug-tracker with formatting "pre" could not be displayed. additionally removed "pre" formatting option on bug-tracker in HEAD, since it seems superfluous.

- use "lassign" instead of multiple "lindex" operations

  1. … 5 more files in changeset.
- flatten nested "lindex" structures

- merge multiple "lappend" operations

- use "lassign" instead of multiple "lindex" operations

- improve performance util_convert_line_breaks_to_html by reducing

number of regsub operations and more precise regular expressions

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

- reduce number of remaining "string equal" operations

  1. … 13 more files in changeset.
- don't use backslash in multiline expressions

- make long expressions more uniform and more readable

- use "in" or not in (ni) operator instead of lsearch

- brace expressions to allow for tcl compilation

- bump version number

  1. … 23 more files in changeset.
- 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)