]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/Favorite
MINOR: Please don't set a+x on files which are not being executed as shell script...
[quix0rs-gnu-social.git] / plugins / Favorite /
2015-02-15 Roland HaederMerge branch 'master' into social-master
2015-02-15 Roland HaederMerge remote-tracking branch 'upstream/master'
2015-02-13 Mikael NordfeldthFaves backed up properly to UAS
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/30' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/31' of https://gitori...
2015-02-03 Mikael NordfeldthFavoritePlugin uses getConfigPref for profile setting
2015-02-03 Mikael Nordfeldth$this out of context (use $rcpt)
2015-02-03 Mikael NordfeldthThe favorite activity is an activity.
2015-02-03 Mikael NordfeldthWrong variable name (s/fave/object/)
2015-02-03 Mikael NordfeldthFave::addNew now calls Notice::saveActivity
2015-02-03 Mikael Nordfeldthmore activity-like terminology in variable names
2015-02-03 Mikael NordfeldthFave insert logging directly in insert()
2015-01-29 Mikael NordfeldthA bunch of clientError that were called as serverError
2015-01-23 Mikael Nordfeldthuser is a protected property in UAS/AtomUserNoticeFeed
2015-01-18 Roland HaederMerge commit 'refs/merge-requests/30' of https://gitori...
2015-01-17 Roland HaederMerge commit 'refs/merge-requests/29' of https://gitori...
2015-01-16 Roland HäderMerge branch 'master' of gitorious.org:social/mainline...
2015-01-16 Roland HäderMerge branch 'master' of gitorious.org:social/mainline...
2015-01-16 Roland HäderMerge branch 'master' of gitorious.org:social/mainline...
2015-01-12 Mikael NordfeldthArrayWrapper spookiness, must make sure it's a Notice...
2015-01-12 Mikael NordfeldthFound some unreachable code in Favorite
2015-01-09 Mikael Nordfeldthsection control over their notice lists + HTML id stuff
2015-01-09 Roland HäderMerge branch 'master' into social-master
2015-01-09 Roland HäderMerge remote-tracking branch 'upstream/master'
2015-01-08 Mikael NordfeldthMerge commit 'refs/merge-requests/28' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-11-27 Mikael Nordfeldthscripts/upgrade.php would fail if Profile_prefs did...
2014-11-07 Mikael NordfeldthFavoritePlugin calls CommandInterpreter::split_arg
2014-11-07 Mikael Nordfeldth&$supported in CommandSupportedAPI event is boolean
2014-10-20 Hannes Mannerheimdo favorites from default like in API
2014-10-05 Roland HaederMerge branch 'master' into social-master
2014-09-28 Roland HaederMerge branch 'master' into social-master
2014-09-18 Roland HaederMerge branch 'fixes/type-hints' into social-master
2014-09-18 Roland HaederUse common_debug() instead of common_log(LOG_DEBUG...
2014-09-12 Roland HaederImproved type-hint for following methods:
2014-09-12 Roland HaederMerge branch 'master' of git://gitorious.org/statusnet...
2014-09-12 Roland HaederImproved type-hint for following methods:
2014-09-12 Roland HaederImproved type-hint for following methods:
2014-07-28 Mikael NordfeldthMoved some FAVORITE handling from Activity plugin to...
2014-07-28 Mikael NordfeldthFavorite plugin now "extends" Activity on NoticeAsActivity
2014-07-27 Mikael NordfeldthConsistently use "email-notify_fave" syntax for preference
2014-07-15 Mikael NordfeldthAllow exception to be thrown if saveActivityObject...
2014-07-14 Mikael NordfeldthMore Activity-based reasoning for saveActivity in Notice
2014-07-14 Mikael NordfeldthMerge request from chimo adding getvaliddaemons to...
2014-07-14 Mikael NordfeldthMerge request from robmyers upping the PHP version...
2014-07-14 Mikael NordfeldthBad variable reference in Fave class
2014-07-14 Mikael Nordfeldth"Notice posted" message in Ajax title for NewnoticeAction
2014-07-14 Mikael NordfeldthLocal favoriting fills out content to saveActivity
2014-07-14 Mikael NordfeldthPut text content into Favorite activities/activityobjects
2014-07-13 Mikael NordfeldthNoticeStream fixes regarding non-post verbs
2014-07-13 Mikael NordfeldthEmail notify-on-fave moved to Profile_prefs (run upgrad...
2014-07-13 Mikael NordfeldthDon't send favorite notifications unless the user wants it.
2014-07-13 Mikael Nordfeldthmaking more sense in mail_notify_fav
2014-07-06 Mikael NordfeldthDo proper Activity-plugin based mention notification
2014-07-05 Mikael NordfeldthFavorAction now uses Notice::saveActivity
2014-07-05 Mikael NordfeldthFave does not carry a type
2014-07-04 Mikael NordfeldthBad ActivityObject generation of Fave
2014-07-04 Mikael NordfeldthRewriting code for notice representation
2014-07-03 Mikael NordfeldthConverted all ActivityObject::fromProfile to $profile...
2014-07-02 Mikael NordfeldthFavorites are now being stored from activities
2014-07-02 Mikael NordfeldthMost of the activityobject-saving for Favorite implemented
2014-07-02 Mikael NordfeldthCaching fixes for Fave class
2014-07-02 Mikael NordfeldthGET, HEAD, DELETE are strings not constants
2014-07-02 Mikael NordfeldthMoved functions into ActivityHandlerPlugin from MicroAp...
2014-06-28 Mikael NordfeldthFavorite "aside"-sections moved, also small fixes left...
2014-06-28 Mikael NordfeldthMore Favorite pluginification (favecount, cache, menus...
2014-06-27 Mikael Nordfeldthpluginified most of hasFave, getFaves and related calls
2014-06-24 Mikael NordfeldthMoved Favorite EVENTS into plugin folder text file
2014-06-24 Mikael NordfeldthFavorite functionality put into plugin (not done yet)