This website requires JavaScript.
Explore
Help
Sign In
eliseuamaro
/
gnu-social
Watch
1
Star
0
Fork
0
You've already forked gnu-social
forked from
GNUsocial/gnu-social
Code
Issues
Pull Requests
Releases
Wiki
Activity
gnu-social
/
plugins
/
UserFlag
History
Siebrand Mazeland
e6e402cefd
Localisation updates from
http://translatewiki.net
.
2011-01-29 23:10:15 +01:00
..
locale
Localisation updates from
http://translatewiki.net
.
2011-01-29 23:10:15 +01: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
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
UserFlagPlugin.php
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't replace the live action from here, and don't need a reference to keep the object mutable. Dumping the references helps ensure we don't end up getting errors when things calling the hooks might forget to use the reference and the PHP error reporting settings expose this fact at us.
2011-01-18 12:34:27 -08:00