[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-799-gc1a85ed

Jesse Vincent jesse at bestpractical.com
Fri Sep 17 21:38:35 EDT 2010


The branch, 3.9-trunk has been updated
       via  c1a85eddf53632a784e3e6331b2773d418c19a33 (commit)
       via  45643594eb5ca07184ad02d34943610b4c9034f0 (commit)
       via  69f7b530b88eefe3bafe3fcc3b5daa5afee35a85 (commit)
       via  f362507c65aae202fcf24afcadc885ea921eea83 (commit)
       via  5e6912a5c96b88c4ed8f75f55c85ca624b08baec (commit)
       via  8d517208dded9209599cdc08ae94bdefe24aeb88 (commit)
       via  e41f5b3edd5ec5afad038ded9e0ed0f4ea5605d5 (commit)
       via  d9c39cc1a98a290df8e30878d57b1b15368c4271 (commit)
      from  3db7d2ca091d4f336b743bb36024e81f3e74f94b (commit)

Summary of changes:
 UPGRADING                                   |    2 +
 etc/schema.Informix                         |    2 -
 etc/schema.Oracle                           |    4 +-
 etc/schema.Pg                               |    2 -
 etc/schema.SQLite                           |    4 +-
 etc/schema.Sybase                           |    2 -
 etc/schema.mysql-4.0                        |    2 -
 etc/schema.mysql-4.1                        |    2 -
 etc/upgrade/3.9.2/content                   |   47 +++
 etc/upgrade/3.9.3/schema.Oracle             |    2 +
 etc/upgrade/3.9.3/schema.Pg                 |    2 +
 etc/upgrade/{3.3.11 => 3.9.3}/schema.SQLite |    0
 etc/upgrade/3.9.3/schema.mysql              |    2 +
 lib/RT/ACE_Overlay.pm                       |  144 +--------
 lib/RT/ACL_Overlay.pm                       |   66 ----
 lib/RT/CachedGroupMember_Overlay.pm         |   59 +----
 lib/RT/GroupMember_Overlay.pm               |   10 -
 lib/RT/Group_Overlay.pm                     |  195 +-----------
 lib/RT/Groups_Overlay.pm                    |   23 --
 lib/RT/Principal_Overlay.pm                 |   35 --
 lib/RT/Shredder/CachedGroupMember.pm        |    8 -
 lib/RT/System.pm                            |    9 -
 lib/RT/User_Overlay.pm                      |   67 ----
 share/html/User/Delegation.html             |  107 -------
 share/html/User/Elements/DelegateRights     |  110 -------
 share/html/User/Elements/GroupTabs          |   84 -----
 share/html/User/Elements/Tabs               |    8 -
 share/html/User/Groups/Members.html         |  160 ----------
 share/html/User/Groups/Modify.html          |  157 ---------
 share/html/User/Groups/index.html           |   67 ----
 t/api/ace.t                                 |  237 --------------
 t/delegation/cleanup_stalled.t              |  458 ---------------------------
 t/delegation/revocation.t                   |  135 --------
 33 files changed, 69 insertions(+), 2143 deletions(-)
 create mode 100644 etc/upgrade/3.9.2/content
 create mode 100644 etc/upgrade/3.9.3/schema.Oracle
 create mode 100644 etc/upgrade/3.9.3/schema.Pg
 copy etc/upgrade/{3.3.11 => 3.9.3}/schema.SQLite (100%)
 create mode 100644 etc/upgrade/3.9.3/schema.mysql
 delete mode 100755 share/html/User/Delegation.html
 delete mode 100755 share/html/User/Elements/DelegateRights
 delete mode 100755 share/html/User/Elements/GroupTabs
 delete mode 100755 share/html/User/Groups/Members.html
 delete mode 100755 share/html/User/Groups/Modify.html
 delete mode 100755 share/html/User/Groups/index.html
 delete mode 100644 t/api/ace.t
 delete mode 100644 t/delegation/cleanup_stalled.t
 delete mode 100644 t/delegation/revocation.t

- Log -----------------------------------------------------------------
commit c1a85eddf53632a784e3e6331b2773d418c19a33
Merge: 3db7d2c 4564359
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Sep 17 21:41:33 2010 -0400

    Merge branch 'remove-delegation' into 3.9-trunk
    
    * remove-delegation:
      First pass at removing "personal groups" feature. Needs testing, especially the upgrade feature.
      Removed api/ace.t as it tested ~only delegation.
      Update UPGRADING to remove delegation.
      Update schema to remove the delegation columns
      remove all ACEs that are DelegatedBy/DelegatedFrom from the ACL table, then drop the columns (across two upgrades)
      Remove delegation tests
      First pass of removing RT's delegation feature


-----------------------------------------------------------------------


More information about the Rt-commit mailing list