Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-02 | Removed entity flag stylesheet and icons from plugin to core. | Sarven Capadisli | |
2010-02-02 | Added icon to Clear label for UserFlag plugin | Sarven Capadisli | |
2010-01-31 | Updated XHR binded events to work better in jQuery 1.4.1. Using | Sarven Capadisli | |
.live() for event delegation instead of jQuery.data() and checking to see if an element was previously binded. | |||
2010-01-24 | set correct key types for User_flag_profile | Evan Prodromou | |
2010-01-24 | add function doc comment to User_flag_profile::create() | Evan Prodromou | |
2010-01-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-06 | pass through keys() as keyTypes() for UserFlag | Evan Prodromou | |
2010-01-06 | ...and drop the unnecessary &reference from child class pkeyGet() overrides. | Brion Vibber | |
2010-01-06 | Fix for broken profile flag admin UI: delete stray flag entries when users ↵ | Brion Vibber | |
are deleted so broken entries don't litter the lookups. * added ProfileDeleteRelated event to match UserDeleteRelated, to allow plugins to add extra related tables on profile deletion * UserFlagPlugin: deleting flags when target profile is deleted * UserFlagPlugin: deleting flags when flagging user is deleted * UserFlagPlugin: fix for autoloader -- class names are case-insensitive. We may get lowercase class names coming in at times, such as when creating DB objects programatically from a table name. Note that any already-existing bogus entries need to be removed from the database: select * from user_flag_profile where (select id from profile where id=profile_id) is null; select * from user_flag_profile where (select id from user where id=user_id) is null; | |||
2009-12-28 | don't add flag if it's already there at block time | Evan Prodromou | |
2009-12-28 | optionally flag a profile for review when blocked | Evan Prodromou | |
2009-12-28 | move flag creation to a method of data object | Evan Prodromou | |
2009-12-28 | phpcs-clean User_flag_profile as best as possible | Evan Prodromou | |
2009-12-28 | phpcs-clean flagprofile.php | Evan Prodromou | |
2009-12-28 | phpcs-clean clearflag.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean adminprofileflags.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean UserFlagPlugin | Evan Prodromou | |
2009-12-28 | clear flags and show flaggers in adminflagprofile | Evan Prodromou | |
2009-12-28 | add stuff for clearing flags to UserFlagPlugin | Evan Prodromou | |
2009-12-28 | Add tools to clear flags | Evan Prodromou | |
Added a form to clear all flags for a profile, when showed on adminprofileflags list. Add an action to handle the form, and a right for the action. | |||
2009-12-27 | pagination works for flagged profiles | Evan Prodromou | |
2009-12-27 | admin page checks for right to review flags | Evan Prodromou | |
2009-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-12-03 | Remove unnecessary pass by reference indicators | Craig Andrews | |
2009-11-30 | Merge branch 'master' into 0.9.x | Zach Copley | |
* master: (67 commits) Ticket 2038: fix bad bug tracker link Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D Log database errors when saving notice_inbox entries Drop the username from the log id for now; seems to trigger an error loop in some circumstances request id on logs... pid + random id per web request + username + method + url Add OpenID ini info back into statusnet.ini as a stopgap until we can Some changes to the OpenID DataObjects to make them emit the exact same OpenID plugin should set 'user_openid.display' as unique key Remove relationship: user_openid.user_id -> user.id. I don't think this Have OpenID plugin DataObjects emit their own .ini info Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die. Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. Fix fatal error on OMB subscription for first-timers Remove annoying log msg Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up. Catch uncaught exception Fixed bug where reply-sync bit wasn't getting saved Forgot to render the nav menu when on FB Connect login tab Facebook plugin no longer takes over Login and Connect settings nav menus ... Conflicts: db/08to09_pg.sql db/statusnet_pg.sql locale/pt_BR/LC_MESSAGES/statusnet.mo plugins/Mapstraction/MapstractionPlugin.php | |||
2009-11-28 | Bind for UserFlag only if there is a form for it | Sarven Capadisli | |
2009-11-26 | Moved moderation styles out of UserFlag and put it into core. Updated | Sarven Capadisli | |
icons. | |||
2009-11-26 | Init UI to show/hide a group of moderation actions. | Sarven Capadisli | |
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-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-19 | Don't show flag user button your own profile | Zach Copley | |
2009-11-19 | Fixed HXR response for flag user | Zach Copley | |
2009-11-20 | Using the right form class name | Sarven Capadisli | |
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 | |