• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
Added template::list::get_rowcount which will get the total number of records contained into template::list.

Before this information was not accessible, because existing count procs would stop at number_of_pages * rows_per_page.

For reference, see proc documentation.

  1. … 2 more files 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.
- reduce usage of "eval"

  1. … 4 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 33 more files in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 14 more files in changeset.
- use "![info exists]" instead of "template::util::is_nil" on scalars

  1. … 6 more files in changeset.
- brace expressions

- factor out groupby tests

- normalize string expressions

  1. … 12 more files in changeset.
- use tcl 8.5 extended index format for "lindex", "lrange" and "string range"

- use "in" operator instead of "lsearch"

  1. … 7 more files in changeset.
- no need to use "expr" in a condition of a "for" loop

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

  1. … 4 more files in changeset.
improve error messages from a variety of other malformed list things

make the invalid orderby spec message more informative since it can be hard to identify a malformed orderby spec

Fix typos

  1. … 1 more file in changeset.
Fix merge error. From clause bit and the part that sets the filter

value was left out of previous commit.

Allow preparing single element or filter. Allow setting properties for

multiple elements (for example, hiding a list of elements.).

Fix multivar handling to acutally respect the variables you set in the

filter specification.

Preliminayr change that would allow new aggregate functions to be

defined (without changing existing behavior.) Also chaging the if

statement to check for "sum" when deciding whether or not to calculate

the sum is more clear. Add one more fix to make sure we don't try to

do math on non-numerical data.

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.