table-display-procs.tcl

  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
cleanup of acs-tcl/tcl/table-display-procs.tcl:

- move ad_dimensional_sql to dimensional-procs

- mark the following unused procs as deprecated:

* ad_dimensional_set_variables

* ad_order_by_from_sort_spec

* ad_same_page_link

* ad_custom_load

* ad_custom_list

* ad_custom_page_defaults

* ad_custom_form

* ad_dimensional_settings

  1. … 1 more file in changeset.
Dimensional Slider Reform (ad_dimensional):

- remove hard-coded table layout from dimensional slider

- add backwards compatible templates to

packages/acs-templating/resources/dimensional/

- move hard-coded styles to

openacs-default-theme/www/resources/styles/default-master.css

- remove obsolete comments from ad_dimensional

  1. … 4 more files in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
- fix validation of HTML

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- mark functions as deprecated which are called only by deprecated functions

  1. … 2 more files in changeset.
- mark helper functions of ad_table* as well as deprecated

- get rid of old-style parameter passing

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

- 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.
- brace while expressions

- don't use expr within while expression

- use numeric comparison for truth values

- normalize string expressions

  1. … 9 more files in changeset.
- use tcl 8.5 extended index format for "lindex"

- use tcl 8.5 extended index format for "lrange"

- use tcl 8.5 expand operator instead of "eval lappend ..." idiom

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

  1. … 2 more files in changeset.
- 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.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
change all core proc_doc calls to ad_proc calls

  1. … 7 more files in changeset.
OCD repair of the hard coded @cvs-id strings

  1. … 14 more files in changeset.
HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 21 more files in changeset.
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.
HTML Strict cleanup

Deprecated ad_table

HTML Strict cleanup

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.