[Bps-public-commit] jifty-plugin-authentication-twitter branch, master, updated. b847aac86378a34f40bed5b4a2f4cbb14932cbb3

Shawn Moore sartak at bestpractical.com
Fri Jun 4 08:56:03 EDT 2010


The branch, master has been updated
       via  b847aac86378a34f40bed5b4a2f4cbb14932cbb3 (commit)
      from  d45a40e20b577fc2758ac4aab5ee79966db3cd2d (commit)

Summary of changes:
 .../Authentication/Twitter/Mixin/Model/User.pm     |   21 --------------------
 1 files changed, 0 insertions(+), 21 deletions(-)
 delete mode 100644 lib/Jifty/Plugin/Authentication/Twitter/Mixin/Model/User.pm

- Log -----------------------------------------------------------------
commit b847aac86378a34f40bed5b4a2f4cbb14932cbb3
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Jun 4 08:56:46 2010 -0400

    Remove the user mixin, gonna use a new table instead

diff --git a/lib/Jifty/Plugin/Authentication/Twitter/Mixin/Model/User.pm b/lib/Jifty/Plugin/Authentication/Twitter/Mixin/Model/User.pm
deleted file mode 100644
index 09caf3c..0000000
--- a/lib/Jifty/Plugin/Authentication/Twitter/Mixin/Model/User.pm
+++ /dev/null
@@ -1,21 +0,0 @@
-use strict;
-use warnings;
-
-package Jifty::Plugin::Authentication::Twitter::Mixin::Model::User;
-use Jifty::DBI::Schema;
-use base 'Jifty::DBI::Record::Plugin';
-
-=head1 NAME
-
-Jifty::Plugin::Authentication::Twitter::Mixin::Model::User - mix twitter into a user model
-
-=cut
-
-use Jifty::Plugin::Authentication::Twitter::Record schema {
-    column twitter_name =>
-        type is 'text',
-        is distinct;
-};
-
-1;
-

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



More information about the Bps-public-commit mailing list