• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added new ad_context_bar_multirow, which gets the context bar as a multirow, so we can render it using the templating system rather than Tcl

Marking procs public/private

- Improved doc for ad_returnredirect

- Removed remaining ref to -abort_p on ad_returnredirect.

file acs-tcl.ch_zh.utf-8.xml was initially added on branch oacs-5-0.

    • -0
    • +0
    ./catalog/acs-tcl.ch_zh.utf-8.xml
file acs-tcl.RO_RO.utf-8.xml was initially added on branch oacs-5-0.

    • -0
    • +0
    ./catalog/acs-tcl.RO_RO.utf-8.xml
file acs-tcl.FA_IR.utf-8.xml was initially added on branch oacs-5-0.

    • -0
    • +0
    ./catalog/acs-tcl.FA_IR.utf-8.xml
committing catalog files from the translation server. Have used the new upgrade/merge feature of the acs-lang package for the first time (instead of doing merge in CVS).

    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -4
    • +4
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
  1. … 170 more files in changeset.
- 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

    • -5
    • +11
    ./tcl/test/html-conversion-procs.tcl
Cleaner code

- Improved text formatting and clipping

- Added test cases

    • -1
    • +85
    ./tcl/test/html-conversion-procs.tcl
Added util::age_pretty proc

Added util_user_message procs

Added links to available datatypes and widgets to ad_form documentation

util_url_valid_p now accepts ftp:// style URLs and also doesn't care

about the case (i.e. HTTP://example.com is a valid URL).

Clarified error message

added a clue to the 'no select_query or select_query_name clause

exists error' message

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 277 more files in changeset.
Fixed another typo in permissions procs

Fixed bug with thread-level caching of permissions: Typo in proc definition

Caching results of permission checks within one thread -- typically avoids 3-6 DB hits per page

Fixed problem with last night's bug-fix: Now subsite_id was blank, not unset, which caused it to never get computed

updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
Fixed bug #1397: subsite_id not reset by ad_conn -reset

Fix handling of HTML comments in util_close_html_tags. Fixes bug #1386.

Moved setting of ad_conn subsite_id to the ad_conn proc itself, so it'll always be set, and not just for tcl/adp files

    • -13
    • +32
    ./tcl/request-processor-procs.tcl
  1. … 1 more file in changeset.
Changing most Returns to @return in proc docs

added test for @returns

Marked util_unlist public

Got rid of the 3 ds_comment's always present, and moved them into RP-info structure

    • -20
    • +20
    ./tcl/request-processor-procs.tcl
TODO comment