• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
ranslate characters into HTML codes

ranslate characters into HTML codes

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fixed bug #1655 by applying patch #468

duh A-F not A-f

fix expanding hex entities resolves bug 2454

fix expanding hex entities resolves bug 2454

add an ad_unquotehtml function to invert ad_quotehtml

change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
If there's no whitespace before truncate_len, then just truncate at the given index, instead of leaving us with an empty string

add an apm_version_sortable public function, add a test which checks the db upgrade scripts are well ordered.

  1. … 4 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Added more description on how to correctly use the ad_html_text_convert proc.

Added an example.

fix from Sloan - 100 iterations was not enough in some cases

add some output to help diagnose error in ad_parse_html_attributes_upvar

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Fixed bug #1450: Don't dress img src URLs as links

- Fixed bug: default for ad_html_text_convert was set to truncate at 70 chars

- The algorith in util_close_html_tags for including ellipsis in determining when to break was flawed -- caused it to break too son

  1. … 1 more file in changeset.
- Improved text formatting and clipping

- Added test cases

  1. … 1 more file in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
Fix handling of HTML comments in util_close_html_tags. Fixes bug #1386.

Changed ad_quotehtml to use "string map", which is faster than the old

regexp approach. Thanks to Daniel Mantione...

Slight hack to make HTMLified text not have whitespace at the end

  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
starting to debug bug 810 and added some debug printouts

Cleaning up the api-doc of ad_html_text_convert, after searching half an hour for something that would format the contents of a richtext widget and only finding this proc after looking into the display code of the form builder. (rant: It'd be awesome if those who add cool functionality would find the extra minute to at least mention it in the api-doc, /endofrant). Also changed it so that it returns the empty string when input is empty, so it can deal with NULL content/format pairs in the database conveniently.

patch 360 bug 1154