- 06 Jun, 2015 1 commit
-
-
mattl authored
I ran: for i in `grep -R onPluginVersion...version plugins/|cut -d: -f1`; do sed -i '{ s/\(onPluginVersion(\)\(\&\$versions\)/\1array \2/ }' $i; done
-
- 28 Apr, 2014 1 commit
-
-
mattl authored
The login field said "Username or email address" already, so...
-
- 01 Nov, 2013 1 commit
-
-
mattl authored
-
- 18 Aug, 2013 1 commit
-
-
mattl authored
I used this hacky sed-command (run it from your GNU Social root, or change the first grep's path to where it actually lies) to do a rough fix on all ::staticGet calls and rename them to ::getKV sed -i -s -e '/DataObject::staticGet/I!s/::staticGet/::getKV/Ig' $(grep -R ::staticGet `pwd`/* | grep -v -e '^extlib' | grep -v DataObject:: |grep -v "function staticGet"|cut -d: -f1 |sort |uniq) If you're applying this, remember to change the Managed_DataObject and Memcached_DataObject function definitions of staticGet to getKV! This might of course take some getting used to, or modification fo StatusNet plugins, but the result is that all the static calls (to staticGet) are now properly made without breaking PHP Strict Standards. Standards are there to be followed (and they caused some very bad confusion when used with get_called_class) Reasonably any plugin or code that tests for the definition of 'GNUSOCIAL' or similar will take this change into consideration.
-
- 07 Apr, 2011 1 commit
-
-
Siebrand Mazeland authored
L10n and i18n updates. Break long lines in README before or at 80 characters. Superfluous whitespace removed.
-
- 20 Sep, 2010 1 commit
-
-
Siebrand Mazeland authored
-
- 27 May, 2010 1 commit
-
-
Craig Andrews authored
-
- 10 Jan, 2010 1 commit
-
-
Craig Andrews authored
-
- 13 Nov, 2009 1 commit
-
-
Craig Andrews authored
Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
-
- 13 Oct, 2009 1 commit
-
-
Craig Andrews authored
Added a new plugin that requires a user to have a validated email address before being allowed to post notices
-
- 20 Sep, 2009 1 commit
-
-
Craig Andrews authored
-
- 26 Aug, 2009 1 commit
-
-
Evan Prodromou authored
-
- 25 Aug, 2009 2 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 06 Aug, 2009 1 commit
-
-
Craig Andrews authored
-
- 05 Aug, 2009 2 commits
-
-
Craig Andrews authored
-
Craig Andrews authored
-