• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing upgrade scripts

file upgrade-2.9.1b1-2.9.1b2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.9.1b1-2.9.1b2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.9.1b1-2.9.1b2.sql
Add foreign key constraints for package_id in dotlrn_community_applets to avoid invalid data

Adjust version numbers in dotlrn

Prevent double-installation via xml file

  1. … 7 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 13 more files in changeset.
- tighten page contracts

  1. … 11 more files in changeset.
- tighten page contracts

  1. … 29 more files in changeset.
Validate page_num to avoid potential attacks and to provide proper error messages

make boolean tests in .adp files more uniform

- replace onchange handlers in admin pages and manage membership pages by event listeners

- get rid of MISSING FORMWIDGET messages

- replace all onfocus/onblur pairs by "placeholder"attribute in .adp files

- use event listener

- internationalize member confirm dialog

- replace "javascript:" urls by event listeners

- fix indentation

- use maxcdn rather than netdna CDN

  1. … 2 more files in changeset.
- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

- replace deprecated "cc_lookup_email_user ..." by "party::get_by_email -email ..."

- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

  1. … 2 more files in changeset.
- add preventDefault() to all event handlers listening to click events

  1. … 2 more files in changeset.
- CSP-reform: turn onclick handler into body_script with eventListener

- composition-rel reform: add one more type-cast

composition-rel reform:

- apply changes developed by Michael Steigman for making rel-types

configurable whether these should be composable or not

(default is: these are composable, which was up to now the only

choice)

- improved documentation of log argument lists of SQL functions

- Background:

http://openacs.org/forums/message-view?message_id=5330734

http://openacs.org/forums/message-view?message_id=4031049

- bump version number of acs-kernel to 5.9.1d16

    • -18
    • +18
    ./sql/postgresql/dotlrn-init.sql
  1. … 28 more files in changeset.
- turn char(1) with 't'/'f' into boolean

- bump version number to 2.9.1d4

file upgrade-2.9.1d3-2.9.1d4.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.9.1d3-2.9.1d4.sql
- get_community_id: pass current url to closest_ancestor_package if no

package_id is given

- use list for argument of util_memoize to avoid surprises

- don't write HTML tags to error.log

    • -71
    • +0
    ./sql/postgresql/custom-permissions.sql
- add missing <ul> elements

- get rid of the pesky "MISSING FORMWIDGET: ...formbutton:ok" message

- get rid of last call to dotlrn_community_admin_p

- align oracle code with postgres code

- modernize HTML

    • -26
    • +26
    ./www/dotlrn-group-admin-faq.adp
  1. … 14 more files in changeset.