• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix typo

Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

    • -0
    • +50
    ./sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql
  1. … 6 more files in changeset.
Merged oacs-5-7 to HEAD

  1. … 167 more files in changeset.
Bring PostgreSQL functions closer to the current level of PL/pgSQL:

- upgrade PL/pgSQL functions to the $$ notation (recommended since pg8.0, jan 2005).

- get rid of backslash usages in function definitions

- drop aliases in favor of named function arguments (recommended since pg8.0)

- fix wrong function_args, add missing function_args, align default semantics

with the defaults in pg (providing "null" as default means the argument is

optional).

- change return types of triggers from "opaque" to "trigger" (recommended since pg8.0)

- unify names of triggers *_tr

- removed some version dependencies of pg 7.2 and 7.3

  1. … 54 more files in changeset.
Bumping up version numbers for core packages to 5.8.0d1

  1. … 24 more files in changeset.
Bumped version number to 5.7.0

  1. … 24 more files in changeset.
Bump to 5.7.0b1

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

    • -0
    • +1
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -2
    • +3
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
    • -11
    • +11
    ./www/admin/host-node-map/index.tcl
i18n and translation into spanish

    • -1
    • +2
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -8
    • +9
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
    • -38
    • +47
    ./www/admin/groups/elements-by-rel-type.adp
Localization and translation into spanish

    • -0
    • +12
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -1
    • +13
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
    • -22
    • +22
    ./www/admin/group-types/rel-type-add.adp
    • -2
    • +4
    ./www/admin/group-types/rel-type-add.tcl
Localization and translation into spanish

    • -1
    • +3
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
    • -15
    • +15
    ./www/admin/applications/index.tcl
    • -1
    • +1
    ./www/admin/applications/multiple-add.adp
    • -5
    • +5
    ./www/admin/applications/multiple-add.tcl
Localization and translation into spanish

    • -22
    • +118
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -16
    • +118
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
When inviting users from the main site, show only the form to add a new user since searching for an existing one makes no sense.

    • -0
    • +1
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/acs-subsite.es_ES.ISO-8859-1.xml
A new user would be added as administrator when he was added to the main site. Fix for this.

calendar popup fixes - date range and month combo box display quirk

calendar popup widget fixes

Adding messing extention to image src url.

Fix passing HTML in url variable and use util_user_message instead

remove old limitation that forbids acs_objecs of more than 8 digits

disable old integer limit that forbids objects with more than 8 digits via regexp

Bumped version numbers to 5.6.0d1

  1. … 23 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 212 more files in changeset.
Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

    • -0
    • +9
    ./sql/oracle/upgrade/upgrade-5.7.0d1-5.7.0d2.sql
    • -3
    • +5
    ./www/admin/group-types/rel-type-add-2.tcl
  1. … 8 more files in changeset.
removing OpenGraph from default implementation, moving side-bar to ecommerce

  1. … 3 more files in changeset.
fixing to not serve social networking icons by default, when connected via https

adding packages/acs-subsite/lib/share-bar for share links example.

  1. … 1 more file in changeset.
Bumped to 5.6.0.

  1. … 24 more files in changeset.
When instantiating and object of type object_type, make sure the object

we create is of type object_type.

file perm-user-add-include-oracle.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000

file perm-user-add-include-postgresql.xql was added on branch oacs-5-9 on 2016-07-14 15:57:38 +0000