• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Switched some param calls to use ad_conn subsite_id

Bumped version numbers to 5.4.3b1.

  1. … 21 more files in changeset.
removing diagnostic ns_logs I added by mistake, and adding case of possible third 3 variant to locations (when behind reverse proxy)

  1. … 1 more file in changeset.
fixing faulty wrong domain message by using a reliable ecommerce method to determine locations, creating security::locations

  1. … 1 more file in changeset.
Make progress bar empty at beginning 0% done

fixing my overzealous change of package versions.

adding parameter feature to suppress configured http, useful when server is behind proxy. defaults to no change in behavior. Bumping version for new parameter.

Remove package versions from catalog files

    • -1
    • +1
    ./catalog/acs-tcl.en_AU.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.nl_ZA.ISO-8859-1.xml
Ignore HTML comments when convertng html to text (hides MS Word junk)

    • -0
    • +46
    ./tcl/test/html-conversion-procs.tcl
Fix as much as possible, transformation from text/plain to text/html (attempt to get valid html)

added plain english to proc, so admins like me can find it if/when we need to

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 input, img, link, meta tags

  1. … 20 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 23 more files in changeset.
Bumped versions numbers to 5.5.0d1

  1. … 20 more files in changeset.
Got rid of noisesome notice ...

CVS merge made a hash of the db_nextval code (gustaf's improved version,

my rollback, his improved improved version apparently confused it).

Merged from 5.4.2

  1. … 273 more files in changeset.
Bumped version numbers for release

  1. … 21 more files in changeset.
Bumped version numbers to prepare for tomorrow's release.

  1. … 21 more files in changeset.
Relaxed the db_multirow restriction on appending when cached to allow it if

the multirow is empty.

new version of sequence name caching; use now system catalogs as last ressort

Commented out Gustaf's broken version of db_nextval, and replaced it with

the slower, but *correct*, earlier version. The "improved" version can be

commented back in locally for those who don't care about correctness. Or

it can be corrected and put back in if someone cares to fix it.

Commented out Gustaf's broken version of db_nextval, and replaced it with

the slower, but *correct*, earlier version. The "improved" version can be

commented back in locally for those who don't care about correctness. Or

it can be corrected and put back in if someone cares to fix it.

added function util::random_list_element which returns a random element from the given list

Bumped version numbers to 5.4.2b1

  1. … 21 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)

HTML Strict cleanup