• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- applied patches for template::list from head to oacs-5-9

  1. … 2 more files in changeset.
Bugfix for regression: reimplemented new feature for template::list that allows to get full record count so it

doesn't change any public API. This was causing regression into code that calls template::paginator directly.

  1. … 3 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.
file list-procs.xql was initially added on branch oacs-5-8.