*Proposal*
a) Add Jon Griffin's new paginator code to future releases of OpenACS. Information available here:
http://jongriffin.com/static/openacs/paginate/
a) Add Jon Griffin's new paginator code to future releases of OpenACS. Information available here:
http://jongriffin.com/static/openacs/paginate/
b) Add support for this new paginator into List Builder.
*Reason*
a)
1) It works really well.
2) The current paginator does not.
3) Is a lightweight alternative to list builder for large data sets where simple pagination and navigation is all that is required.
b)
1) Pagination in List Builder at present does not work well.
2) Supporting this within List Builder would help to avoid divergence in 'look and feel' and general display code structure which would increase workload later.
*Implementation*
Simply copy:
tools-procs.tcl
tools-procs-oracle.xql
tools-procs-postgresql.xql
tools-procs.xql
into ../acs-tcl/tcl/
...so that the procs and queries are sourced at server start-up.
Request notifications