• last updated 12 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

Fix so order by (clicking on the column name) doesn't lose the the

applied filters for a certain list.

Many improvements, especially keying filter list client property on url

vars that are preserved in the list, using ns_sha1 to encode the client

property name so it fits within 50 character limit, fixed clear urls so

it saves the client property correctly.

Key list filter form client property by unamed hidden filters/url vars

Fix unquoted label for text filter form selection.

Remove conflict committed in error.

Properly escape square brackets in ad_form label defintion.

Adding new listfilters-form tag to generate a dynamic form to specify filter criteria for listbuilder lists.

Adding listed-filters listfilter style to show a nice summary of choosen filterswith a remove link for each one.

  1. … 2 more files in changeset.
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.
changes to use multival filter type in resources/lists/ files

Return text/csv mime type in template::list::write_csv

use dummy query name in list::prepare