• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add explicit casts to all max_n_rels with value null to increase readability and to ease function disambiguation

  1. … 8 more files in changeset.
Make package installable on current codebase, fix obious issues with ancient outdated api

  1. … 4 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Adding the ability to use notifications to manage group email subscriptions. Upgrade scripts are included and version increased to 1.2b31

    • -0
    • +69
    ./postgresql/groups-notifications-init.sql
    • -0
    • +76
    ./postgresql/upgrade/upgrade-1.2b30-1.2b31.sql
  1. … 9 more files in changeset.
Bad idea, as this forces users to change the attribute...

Wrote generic import scripts, first try.

    • -0
    • +9
    ./postgresql/upgrade/upgrade-1.2b26-1.2b27.sql
  1. … 9 more files in changeset.
Removed the bad idea to change the foreign key constraint for contacts on user_preferences

Removed the bad idea to change the foreign key constraint for contacts on user_preferences

Support for locales of parties. New I18N

    • -1
    • +4
    ./postgresql/contacts-messages-create.sql
    • -0
    • +21
    ./postgresql/upgrade/upgrade-1.2b21-1.2b22.sql
    • -0
    • +2
    ./postgresql/upgrade/upgrade-1.2b22-1.2b23.sql
  1. … 3 more files in changeset.
Fixed comments

    • -10
    • +10
    ./postgresql/contacts-create.sql
Wrong labelling of upgrade script

    • -0
    • +1
    ./postgresql/upgrade/upgrade-1.2b18-1.2b19.sql
Added user_change_p. Added preliminary documentation

    • -1
    • +2
    ./postgresql/contacts-package-create.sql
    • -0
    • +1
    ./postgresql/upgrade/upgrade-1.2b18-b19.sql
  1. … 1 more file in changeset.
fixing title creation for contact searches

    • -1
    • +3
    ./postgresql/contacts-search-create.sql
Adding contact lists, and bumping the version to 1.2b16. This allows non admins to create, maintain and share their own lists of contacts without the unnecessary overhead of the groups approval and object per membership system. The associated search procs, sql upgrade scripts and lang messages are included in this commit.

    • -0
    • +176
    ./postgresql/contacts-list-create.sql
    • -2
    • +1
    ./postgresql/contacts-search-create.sql
    • -0
    • +183
    ./postgresql/upgrade/upgrade-1.2b15-1.2b16.sql
  1. … 21 more files in changeset.
fixing creation date

Adding the pages and procedures for contact privacy controls (set via a parameter) and upgrading the contact version so that db and catalog changes are loaded

    • -0
    • +29
    ./postgresql/upgrade/upgrade-1.2b13-1.2b14.sql
  1. … 14 more files in changeset.
Added drops for contact_messages

More performance tuning on relationships and the contact__name procedure

    • -11
    • +14
    ./postgresql/contacts-package-create.sql
    • -0
    • +30
    ./postgresql/upgrade/upgrade-1.2b11-1.2b12.sql
  1. … 8 more files in changeset.
doing upgrade to support new more efficient and callback enbled extend_columns

    • -5
    • +2
    ./postgresql/contacts-search-create.sql
  1. … 13 more files in changeset.
Upgrading to contacts-1.2b9 so that the upgrade sql script is loaded for extended_columns

    • -0
    • +18
    ./postgresql/upgrade/upgrade-1.2b8-1.2b9.sql
  1. … 2 more files in changeset.
Adding ability to delete items from a contacts history which includes a new table. There is an associated parameter DeleteHistoryPermission that controls who can delete history items. Admins can automatically delete any history item.

    • -0
    • +24
    ./postgresql/upgrade/upgrade-1.2b5-1.2b6.sql
  1. … 7 more files in changeset.
Removing sql code that did not work and is now fixed by running it with contacts::install::package_upgrade

added envelope message type

adding upgrade from 1.2b4 to 1.2b5 script

    • -0
    • +27
    ./postgresql/upgrade/upgrade-1.2b4-1.2b5.sql
correcting creation date to year 2006

Added support for labels (Thanks to MatthewG for doing this)

  1. … 4 more files in changeset.
adding missing integer for the package_id for the search__new proc and adding a drop for the old search__new proc

fixed a typo in the upgrade script

upgrade to contacts 1.2b4, contacts is no longer singleton and supports multiple instances and the ability to have management instances as the root of the install that manage data from child instances

    • -3
    • +5
    ./postgresql/contacts-messages-create.sql
    • -7
    • +11
    ./postgresql/contacts-search-create.sql
    • -0
    • +100
    ./postgresql/upgrade/upgrade-1.2b3-1.2b4.sql
  1. … 39 more files in changeset.