• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve robustness of file operations against names starting with a "-"

  1. … 8 more files in changeset.
Improve robustness of "file delete" operations

  1. … 2 more files in changeset.
- compute .apm files as well for -final releases (starting with OpenACS 5.8)

- fix typo in HTML text

- distinguish in apm_package_selection_widget between operations (updates/installs/or both)

- Add a redirector for outdated releases

.xql-file reform of acs-admin

- remove sql statements from the code, where these are provided via .xql

- prefer empty sql statements over various forms of *SQL*

- remove obsolete Oracle queries

member_approve

member_ban

member_reject

member_deleted

member_unapprove

user_info

- remove obsolete .xql files (containing only unused query names)

www/users/modify-admin-privileges-oracle.xql

www/users/modify-admin-privileges-postgresql.xql

www/users/user-add-2.xql

  1. … 12 more files in changeset.
- add forward compatibility of API for oacs-5-9

  1. … 1 more file in changeset.
- add list filter for installs vs. upgrades

  1. … 1 more file in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 751 more files in changeset.
- remove obsolete lines

- make top header h1

- fix sort-order, when version reaches e.g. 5.10

- add lable to multirow

- new api call template::themed_template to obtain a template

optionally from the resource dir of a theme

- use call for themed apm package lists in acs-admin/tcl/apm-admin-procs.tcl

  1. … 1 more file in changeset.
- update head channel

HEAD now defaults to version 5.10.

- improve validity and security of HTML of admin pages

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

  1. … 2545 more files in changeset.
- transform table definitions to dicts to make it possible to check for colums to be added (based on work of Antonio Pisano)

  1. … 2 more files in changeset.
- fix invalid @param declarations for API browser

  1. … 10 more files in changeset.
- reduce verbosity

- fix typo

- acs-admin/www/apm/packages-install:

* don't html-quote in error.log

- acs-admin/www/apm/packages-install-2:

* handle additional install packages

- apm-packages-install-4

* scroll auotmatically to the end

* load install.xml if present

  1. … 3 more files in changeset.
- cleanup of acs-admin/apm/packages-install

- use usual OpenACS styles instead of self-cooked solution

- finish cleanup of install vs. finished started by lars ages ago

- improve HTML (quote attributes)

  1. … 3 more files in changeset.
- make naming of xom-attributes of info files more regular (use "." for separator for xml-attributes)

  1. … 1 more file in changeset.
- white space changes (follow coding guidelines more closely)

- fix documentaiton bugs

- add license to the manifest

- 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. … 27 more files in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 12 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

  1. … 12 more files in changeset.
- no need to write ad_quoted to error.log