summaryrefslogtreecommitdiff
path: root/plugins/UserFlag/User_flag_profile.php
AgeCommit message (Collapse)Author
2009-11-25Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵Zach Copley
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by ↵Craig Andrews
overriding keys(), table(), and sequenceKey() for them
2009-11-07fixup key definition for User_flag_profileEvan Prodromou
2009-11-07Simply flag a profile for reviewEvan Prodromou
Instead of trying to have lots of different flags on different objects, cut to the core of this functionality: flag a profile for moderator review.
2009-11-01insert profile flags more or less correctlyEvan Prodromou
2009-11-01add data definitions to user flag classesEvan Prodromou
2009-11-01update autogenerated data objects to match our classesEvan Prodromou
2009-11-01remove exe flags on UserFlag data objectsEvan Prodromou
2009-11-01autogenerated files for UserFlag data objectsEvan Prodromou