• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add code for TIP#128 Add filter_select_clause and filter_from_clause to template::list filters.

Handle grouping in CSV if data is grouped.

Add output headers so you get a reasonable filename and you can open

the results in Excel of OpenOffice.

Export element labels as CSV column headers.

Add configurable bulk action javascript function.

  1. … 1 more file in changeset.
Fix bug 3150 applying patch 875 provided by miguelc

Hide hidden columns in CSV output.

Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Fixed a couple of issues with date and spellchecking as they were fixed by Quest

  1. … 6 more files in changeset.
Added support for templates being located *outside* acs-templating/resources

  1. … 2 more files in changeset.
Don't reset filters if page is changed.

Don't show page in list of available filters in form

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

drb-*-20070513

  1. … 324 more files in changeset.
Fix typo in checkbox identifiers

Zen: fixing bug so that summary tag only shows up for tables

Project Zen: adding translation variable for table summary

removing default for caption because caption is optional

adding caption property to list_properties

  1. … 1 more file in changeset.
Project Zen: removed element_index as a parameter. emma thought of an easier way to do this. undoing previous work.

Zen: localize orderby_html_title (list builder)

  1. … 1 more file in changeset.
adding element_index parameter to template::list::element::create and making the var available to list builder templates

Mark Wylie's changes: changed the default class that list tables are assigned from 'list' to 'list-table'

Don't try to sum non-numerical data! Previously if you tried to "count" a non-numeric column, it still tried to accumulate the sum variable, which clearly will not work.

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.
Added support for includes in lists, originally I guess written by SG. Seems not to be harmful to other lists

Add type attribute back to list filters, removed by a previous commit,

in error. Thanks to Malte for noticing.

Once and for all resolve the case where page_query_name is blank in

template::list::create. If its blank or if its not blank, the query

text is retrieved previously in the procedure so it does not matter

what query name we pass in.

Fix infinite redirect by clearing, the clear_one url var. Thanks to

vinod kurup for catching it!

All templating procs now have at least minimal documentation.

  1. … 8 more files in changeset.
Always reset client_property when clearing one filter (thanks Vinod)