gnu-social/plugins/UserFlag
Evan Prodromou e53793edf4 make 'admin' a safe user name
'admin' is a pretty common username that people try when installing;
it was blacklisted because all of our admin panels were at /admin/*,
which would conflict with the admin user's namespace.

Changed the location of all admin panels to /panel/*, blacklisted the
nickname 'panel', and allowed 'admin'. Tested with a fresh install;
seems to work great.
2011-01-23 10:18:35 -05:00
..
locale Localisation updates from http://translatewiki.net. 2010-12-16 16:30:30 +01:00
UserFlagPlugin.php make 'admin' a safe user name 2011-01-23 10:18:35 -05:00
User_flag_profile.php UserFlag fixes to prevent PHP notices breaking AJAX submissions when display_errors is on. Key & seq defs weren't quite right, which caused accesses to unset array indices in DB_DataObject. 2010-11-03 12:20:25 -07:00
adminprofileflag.php * i18n/L10n review. 2010-10-02 22:25:32 +02:00
clearflag.php * i18n/L10n review. 2010-10-02 22:25:32 +02:00
clearflagform.php * i18n/L10n review. 2010-10-02 22:25:32 +02:00
flagprofile.php Fix for ticket #2168: if we've already flagged a profile from another window, let the 'Flag' form submission gracefully show the updated state instead of throwing an error (error message isn't even exposed properly in AJAX submissions) 2010-11-03 12:32:11 -07:00
flagprofileform.php * i18n/L10n review. 2010-10-02 22:25:32 +02:00