• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix bug on #of results in answer page (was number of items per page and not number of total results)

- make navbar themeable

  1. … 2 more files in changeset.
- use templating for navigation in doc files

- add adp-files /packages/acs-core-docs/lib/navheader and

/packages/acs-core-docs/lib/navfooter

  1. … 216 more files in changeset.
- let all package doc files start with H1

  1. … 51 more files in changeset.
- update/add .adp files for documentation

  1. … 12 more files in changeset.
file guidelines.adp was initially added on branch oacs-5-9.

- add .adp files for pretty documentation

  1. … 19 more files in changeset.
file index.adp was initially added on branch oacs-5-9.

  1. … 7 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 124 more files in changeset.
- fix and standardize quoting in template properties

  1. … 42 more files in changeset.
- strengthen page contracts

  1. … 1 more file in changeset.
- quote HTML attribute values

- use &amp instead of & in hrefs

  1. … 9 more files in changeset.
- quote HTML attributes

  1. … 2 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.
- fix pagination logic and simplify further

- fix for annyong warnings due to mixup of count and result(count) on openacs.org. document purposes in source code

- better handling of incorrect counts returned from driver

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2543 more files in changeset.
- update documentation

- don't append $search_package_id to param when it is empty

- remove apparently dead code

- no reason to generate a warning, when a callback is not defined

- remove unneeded expr from condition in "for" loop

  1. … 1 more file in changeset.
- pass property doc(title)

  1. … 1 more file in changeset.
- break overlong lines

- modernize tcl

- remove unneeded ReturnHeaders + ns_write

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 336 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.
Fix subsite search

Don't kill the whole search page if a datasource or other proc fails on one item. Log info on the error.

Implement TIP#130 Add -exta_args to search callback definition to avoid having to redefine it constantly

  1. … 4 more files in changeset.