index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
UserFlag
/
UserFlagPlugin.php
Age
Commit message (
Expand
)
Author
2010-02-02
Removed entity flag stylesheet and icons from plugin to core.
Sarven Capadisli
2010-01-31
Updated XHR binded events to work better in jQuery 1.4.1. Using
Sarven Capadisli
2010-01-06
Fix for broken profile flag admin UI: delete stray flag entries when users ar...
Brion Vibber
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
PHPCS-clean UserFlagPlugin
Evan Prodromou
2009-12-28
add stuff for clearing flags to UserFlagPlugin
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
2009-11-28
Bind for UserFlag only if there is a form for it
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 b...
Zach Copley
2009-11-25
Revert "Allow plugin DB_DataObject classes to not have to use the .ini file b...
Zach Copley
2009-11-19
Don't show flag user button your own profile
Zach Copley
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
2009-11-16
Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf
Brion Vibber
2009-11-16
Allow plugin DB_DataObject classes to not have to use the .ini file by overri...
Craig Andrews
2009-11-16
try to return to the correct page from FlagProfileForm
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-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 database interface and correct the flagged notice
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
2009-11-01
insert profile flags more or less correctly
Evan Prodromou
2009-11-01
show profile flag form when showing profile list or profile page
Evan Prodromou
2009-11-01
make sure tables are created correctly
Evan Prodromou
2009-10-13
outline for plugin
Evan Prodromou