• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use standard templating

- remove deprecated call of ad_header

  1. … 1 more file in changeset.
file parameter-set.adp was initially added on branch oacs-5-8.

- fix gor bug #3174. subsites disappeared from sitemap, when a hard coded value was surpassed

- 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. … 334 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url", rewriting syntax

  1. … 1 more file in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 114 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 70 more files in changeset.
- revert form_vars update

  1. … 80 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 29 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 64 more files in changeset.
Getting rid of last calls to deprecated ad_table. Instead using the list-builder. There is still one call to ad_table within acs-subsite but this page is not linked from anywhere anymore ( probably we remove it later ).

  1. … 6 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 41 more files in changeset.
Rewriting acs_permission__permission_p function to use recursive queries ( available in PG since 8.4 ) and modifiying

queries around core packages to avoid checking persmissions using a subquery on the acs_object_party_privilege_map view.

  1. … 13 more files in changeset.
i18n and translation into spanish

  1. … 13 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 5 more files in changeset.
HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 21 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
HTML Strict cleanup

  1. … 4 more files in changeset.
HTML 4.01 Strict cleanup

  1. … 25 more files in changeset.
Made sure we do not display all subsites. Bad idea especially when dealing with dotFolio

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 360 more files in changeset.
Made the name displayed in the mounting consitent with the instance name shown on the site map, as the object_name is not necessarily the instance name of the package

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 719 more files in changeset.
Fixed a bug in the code to add an application, this has been here a long

time, presumably most people are adding apps from the main page.

Applied #725, fixed #1936

I18N

  1. … 1 more file in changeset.
fixed small redirect bug

added adp for umounted applications page

Bringing in fixes from HEAD

  1. … 1 more file in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 688 more files in changeset.