• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- redefine dotlrn_community__new with p_archived_p defined as boolean

- www/admin/term.tcl: allow negative values for term_id

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

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.9.1d2-2.9.1d3.sql
- add editor hints to .vuh files

  1. … 29 more files in changeset.
- bump version to 2.9.1d2

- improve security of page_contracts

  1. … 6 more files in changeset.
- prefer "localurl" over "return_url" as name of page_filter

    • -2
    • +2
    ./www/one-community-portal-configure-2.tcl
file upgrade-2.9.0-2.9.1d1.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql
- Alter caveman style booleans (type character(1)) to real SQL boolean types.

- bump version number to 2.9.1d1

    • -6
    • +4
    ./sql/postgresql/communities-create.sql
    • -0
    • +134
    ./sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql
- fix bug, which occurs, when dotlrn/configure is called, when use is not logged in (portal::get_name returns a runtime error)

- prefer sql statements between curly braces

  1. … 5 more files in changeset.