• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use string equal instead of 'ne' syntax, since the 'ne' syntax seems to break on some versions of Tcl

Applied patch #476 to fix bug #1687: listbuilder paginator doesn't cache all pages

Fix list-builder to allow using a variable for the list name instead of having to put a hard value there

empty_string_p fixes for head

  1. … 4 more files in changeset.
fix the very common error of calling empty_string_p with var instead of $var

  1. … 5 more files in changeset.
Internationalized list-builder formats and sort order labels

Moved javascript to core.js

Added provision for sorting in Tcl using template::multirow sort

Added @see comments

  1. … 1 more file in changeset.
Do lc_numeric on group/totals

- Default multirow to list-template name.

- Throw error if you're providing bulk_actions, but haven't set the key

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fixed bug #1021: Clarified example

Fixed bug #1111: Default orderby direction if clipped off in the URL

Fixed bug #1112: forum sorting by author requires named orderby partial queries

Fixed security hole: You could pass in the name of an orderby which included [...], and it would get executed in the page's nameapace

list builder labels couldnt start with a -

Typo

removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

  1. … 3 more files in changeset.
I18n of list-builder ('no data')

Started I18N work (Together with Lars)

Added namespace eval $namespace calls to each file in the tcl dir.

Rooted out some hardcoded text, replaced it with respective calls to

the i18n text catalog text function.

Shuffled around proc creation and calling, so that everything works properly.

  1. … 25 more files in changeset.
String trim label for null_label

- Fixed bug where it tried to sum columns with a count aggregate -- only sum if sum or average

- Export empty filter vars, anyway, to allow for null filters.

Changed list builder so it can now work with filter values which is the empty string, and provide a special label and where clause for such null values. Used in bug-tracker's patch list (and soon also in bug-tracker)

bug fix for bug #791, added __ prefix to local vars to mimize clobbering

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Added comment, because both Jun and I were confused.

applied patch 261, to allow access to variables in -pass_properties. applied patch 249, renames level to __level so the multirow with level name element will not conflict

Added -orderby_name switch to let you specify a name for the orderby filter for your list

Typo in spelling of checkbox_name in the API doc.