- 25 Oct, 2014 4 commits
-
-
mattl authored
-
Roland Haeder authored
Signed-off-by:
Roland Haeder <roland@mxchange.org>
-
Roland Haeder authored
Signed-off-by:
Roland Haeder <roland@mxchange.org>
-
Roland Haeder authored
Some fixes/improvements - added getter getGroup() for https://bugz.foocorp.net/T44 - added type-hints in method signatures --------------------------------------------------------- WARNING: Some plugins attempt to get a property 'group' from (basicly) a Menu class which does NOT have such property. This badly needs fixing. --------------------------------------------------------- Signed-off-by:
Roland Haeder <roland@mxchange.org>
-
- 27 Jun, 2014 1 commit
-
-
mattl authored
The code is now more event-driven when it comes to rendering notices and their related HTML elements, since we can't have direct calls from core to a plugin. lib/activitymover.php has a function to move a Favorite activity which will not happen now. The move must be pluginified and performed as an event which plugins can catch on to.
-
- 01 Nov, 2013 1 commit
-
-
mattl authored
-
- 28 Aug, 2013 1 commit
-
-
mattl authored
lib/plugin.php now has a parent onAutoload function that finds most common files that are used in plugins (actions, dataobjects, forms, libs etc.) if they are put in the standardised directories ('actions', 'classes', 'forms', 'lib' and perhaps some others in the future).
-
- 21 Aug, 2013 1 commit
-
-
mattl authored
Lots of the Memcached_DataObject classes stopped working when upgraded to Managed_DataObject because they lacked schemaDef(). I have _hopefully_ made it so that all the references to the table uses each class' schemaDef, rather than the more manual ColumnDef stuff. Not all plugins have been tested thoroughly yet. NOTE: This is applied with getKV calls instead of staticGet, as it was important for PHP Strict Standards compliance to avoid calling the non- static functions statically. (unfortunately DB and DB_DataObject still do this within themselves...)
-
- 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.
-
- 08 Apr, 2011 1 commit
-
-
Siebrand Mazeland authored
Whitespace updates. Header updates. Break long lines in README. Indentation updates.
-
- 01 Apr, 2011 1 commit
-
-
Siebrand Mazeland authored
-
- 30 Mar, 2011 1 commit
-
-
Siebrand Mazeland authored
Some other i18n and L10n updates, too. i18n/L10n review not complete.
-
- 18 Mar, 2011 1 commit
-
-
Brion Vibber authored
Fixes for GroupPrivateMessage, OStatus due to changes in group output events, and some internal bugs using wrong vars
-
- 07 Feb, 2011 9 commits
-
-
Brion Vibber authored
Fix group regexes that got missed in Nickname::DISPLAY_FMT update: fixes bug where group linking happened, but not actual delivery, when using _underscores_ in the !group_name
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
Shows the messages to a private group in a list. New classes for showing a group private message and list of group private messages. New actions for showing a stream of group private messages and a single group private message.
-
- 04 Feb, 2011 1 commit
-
-
Evan Prodromou authored
-
- 03 Feb, 2011 3 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 27 Jan, 2011 1 commit
-
-
Evan Prodromou authored
-
- 20 Jan, 2011 1 commit
-
-
Evan Prodromou authored
-
- 19 Jan, 2011 1 commit
-
-
Evan Prodromou authored
-
- 18 Jan, 2011 1 commit
-
-
Evan Prodromou authored
-