• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- quote HTML entities

- updated version numbers, regenerated documentation

  1. … 298 more files in changeset.
- add editor hints to .vuh files

  1. … 30 more files in changeset.
- fix interface of oacs_dav::handle_request

- fix indentation

- bump version numbers to 6.9.0 (oacs) / 2.9.0 (dotlrn)

  1. … 72 more files in changeset.
- bump version numbers

  1. … 75 more files in changeset.
*** empty log message ***

  1. … 75 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

- prefer utf8 over iso8859

  1. … 59 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. … 217 more files in changeset.
- let all package doc files start with H1

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

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

  1. … 7 more files in changeset.
- initial checkin of russian catalog file as contributed by v v (see issue #3279)

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 124 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2541 more files in changeset.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
- bump version numbers for beta release

  1. … 74 more files in changeset.
- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

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

  1. … 32 more files in changeset.
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 26 more files in changeset.
- modernize tcl

- brace expressions

- flatten nested "lindex" structures

- use tcl 8.5 extended index format for "lrange"

- adjust maturity levels for packages at use at openacs.org

  1. … 4 more files in changeset.
- 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. … 337 more files in changeset.
- bump version numbers

  1. … 39 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

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

  1. … 10 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
- replace deprecated command "ns_unlink" with native tcl command "file delete"