Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-26 | Updated the cross line on silence icon | Sarven Capadisli | |
2009-11-26 | Updated moderation (sandbox, silence, delete) icons for UserFlag | Sarven Capadisli | |
2009-11-26 | Moved CSS out to its own file for UserFlag | Sarven Capadisli | |
2009-11-26 | Renamed icon file | Sarven Capadisli | |
2009-11-25 | Revert "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-17 | Added li for entity_flag | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/statusnet.ini | |||
2009-11-16 | Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf | Brion Vibber | |
Please test with error_reporting set to E_ALL! Classnames and function names aren't first-class objects in PHP and need to be referenced as strings here. :( | |||
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-16 | try to return to the correct page from FlagProfileForm | Evan Prodromou | |
2009-11-16 | make profile flag actions work like other profile actions | Evan Prodromou | |
2009-11-16 | use return-to method for adminprofileflag | Evan Prodromou | |
2009-11-16 | start showing actions for flagged profiles | Evan Prodromou | |
2009-11-11 | Added XHR for form_entity_flag | Sarven Capadisli | |
2009-11-09 | shorten flag notification and include a class | Evan Prodromou | |
2009-11-09 | Added flag icon for UserFlag plugin | Sarven Capadisli | |
2009-11-08 | Fixed Flagged for review view | Sarven Capadisli | |
2009-11-08 | Fixed alignment for entity action anchors and responses | Sarven Capadisli | |
2009-11-07 | fixup key definition for User_flag_profile | Evan Prodromou | |
2009-11-07 | fixup database interface and correct the flagged notice | Evan Prodromou | |
2009-11-07 | make sure FlagprofileAction without Profile_flag | Evan Prodromou | |
2009-11-07 | make sure UserFlagPlugin works without Profile_flag | Evan Prodromou | |
2009-11-07 | Simply flag a profile for review | Evan 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-01 | insert profile flags more or less correctly | Evan Prodromou | |
2009-11-01 | move action files to the right place | Evan Prodromou | |
2009-11-01 | show profile flag form when showing profile list or profile page | Evan Prodromou | |
2009-11-01 | profile flag form | Evan Prodromou | |
2009-11-01 | add data definitions to user flag classes | Evan Prodromou | |
2009-11-01 | update autogenerated data objects to match our classes | Evan Prodromou | |
2009-11-01 | remove exe flags on UserFlag data objects | Evan Prodromou | |
2009-11-01 | autogenerated files for UserFlag data objects | Evan Prodromou | |
2009-11-01 | make sure tables are created correctly | Evan Prodromou | |
2009-10-15 | Stub actions for UserFlag plugin | Evan Prodromou | |
Stub files for the actions in UserFlag plugin | |||
2009-10-13 | outline for plugin | Evan Prodromou | |