]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Roland Haeder [Fri, 12 Sep 2014 20:38:17 +0000 (22:38 +0200)]
Fixed type-hints + added assert + method getGroup().
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 20:28:09 +0000 (22:28 +0200)]
Merge branch 'fixes/type-hints' into social-master
Roland Haeder [Fri, 12 Sep 2014 20:27:06 +0000 (22:27 +0200)]
Fixed type-hint to correct object URLMapper as the other does not exist.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 20:27:37 +0000 (22:27 +0200)]
Fixed type-hints.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 20:27:06 +0000 (22:27 +0200)]
Fixed type-hint to correct object URLMapper as the other does not exist.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 20:21:25 +0000 (22:21 +0200)]
Fixed ;-)
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 20:19:02 +0000 (22:19 +0200)]
Merge branch 'social-master' of gitorious.org:statusnet/quix0rs-gnu-social into social-master
Roland Haeder [Fri, 12 Sep 2014 20:18:34 +0000 (22:18 +0200)]
Merge branch 'fixes/type-hints' of gitorious.org:statusnet/quix0rs-gnu-social into fixes/type-hints
Roland Haeder [Fri, 12 Sep 2014 20:11:25 +0000 (22:11 +0200)]
Fixed type hints:
- onStartEnqueueNotice
- onPluginVersion
- onGetValidDaemons
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:58:27 +0000 (21:58 +0200)]
Improved type-hint for following methods:
- handle
- isReadOnly
- prepare
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:41:53 +0000 (21:41 +0200)]
Added some (good known) type-hints.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:13:01 +0000 (21:13 +0200)]
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>
darksider3 [Mon, 3 Mar 2014 16:12:37 +0000 (16:12 +0000)]
Remove exception so it never throwed by HTTPClient
darksider3 [Mon, 3 Mar 2014 16:10:50 +0000 (16:10 +0000)]
Remove exception for generally problems.
darksider3 [Mon, 3 Mar 2014 16:04:11 +0000 (16:04 +0000)]
Delete @debugs from urlshortenerplugin2
darksider3 [Mon, 3 Mar 2014 16:02:52 +0000 (16:02 +0000)]
Adding htaccess.sample back*shame*
darksider3 [Mon, 3 Mar 2014 15:57:25 +0000 (15:57 +0000)]
oops, DB.txt O_o
darksider3 [Mon, 3 Mar 2014 15:50:34 +0000 (15:50 +0000)]
Fix @author back
darksider3 [Mon, 3 Mar 2014 15:08:22 +0000 (15:08 +0000)]
Add urlshortenerplugin2.php to solve some @todo's and adding exceptions
Roland Haeder [Fri, 12 Sep 2014 20:14:20 +0000 (22:14 +0200)]
Merge branch 'master' of git://gitorious.org/statusnet/darksider3s-gnu-social into social-master
Roland Haeder [Fri, 12 Sep 2014 20:11:25 +0000 (22:11 +0200)]
Fixed type hints:
- onStartEnqueueNotice
- onPluginVersion
- onGetValidDaemons
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:58:27 +0000 (21:58 +0200)]
Improved type-hint for following methods:
- handle
- isReadOnly
- prepare
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:41:53 +0000 (21:41 +0200)]
Added some (good known) type-hints.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:13:01 +0000 (21:13 +0200)]
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>
Roland Haeder [Fri, 12 Sep 2014 19:58:27 +0000 (21:58 +0200)]
Improved type-hint for following methods:
- handle
- isReadOnly
- prepare
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:41:53 +0000 (21:41 +0200)]
Added some (good known) type-hints.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 19:13:01 +0000 (21:13 +0200)]
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>
Roland Haeder [Fri, 12 Sep 2014 16:52:26 +0000 (18:52 +0200)]
Some cleanups:
- Used instanceof to compare object instance with class (not the best, interfaces would be better)
- Improved some SQL queries by addding backticks
- Converted some double-quotes to single
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Fri, 12 Sep 2014 16:48:59 +0000 (18:48 +0200)]
Possible fix for https://bugz.foocorp.net/T41
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Wed, 10 Sep 2014 20:06:50 +0000 (22:06 +0200)]
No need for php interpreter again as this script is executable.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Wed, 10 Sep 2014 20:06:12 +0000 (22:06 +0200)]
Fixed CHMOD.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Wed, 10 Sep 2014 20:02:58 +0000 (22:02 +0200)]
Merge remote-tracking branch 'upstream/master'
Signed-off-by: Roland Haeder <roland@mxchange.org>
Conflicts:
lib/installer.php
plugins/Meteor/MeteorPlugin.php
plugins/TwitterBridge/daemons/synctwitterfriends.php
scripts/getvaliddaemons.php
Mikael Nordfeldth [Sun, 24 Aug 2014 11:34:01 +0000 (13:34 +0200)]
QnA layout fix, still no answer-action
There is required to be an answer-action element for the threaded view
so we can fetch that action value to an AJAX call which fetches the form.
That is: Currently the "Your answer..." placeholder will fetch a blank URL.
Mikael Nordfeldth [Sun, 24 Aug 2014 11:33:52 +0000 (13:33 +0200)]
tabs to spaces
Roland Haeder [Mon, 18 Aug 2014 19:59:25 +0000 (21:59 +0200)]
Fixes for making Meteor working with HTTPS.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 13:16:22 +0000 (15:16 +0200)]
Added missing index declarations.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Mikael Nordfeldth [Sun, 24 Aug 2014 11:13:45 +0000 (13:13 +0200)]
Let's not avoid error reporting completely in getvaliddaemons
Roland Haeder [Mon, 18 Aug 2014 10:57:00 +0000 (12:57 +0200)]
Fixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings in PHP +5.5
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 08:34:27 +0000 (10:34 +0200)]
This JavaScript file is located in js/ - Fixed paths for all targets.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Mikael Nordfeldth [Sun, 24 Aug 2014 11:07:52 +0000 (13:07 +0200)]
AtomPub missing georss namespace merge from chimo
Mikael Nordfeldth [Sun, 24 Aug 2014 11:05:49 +0000 (13:05 +0200)]
QnA fixes from chimo
Mikael Nordfeldth [Sun, 24 Aug 2014 11:01:13 +0000 (13:01 +0200)]
Poll fixes by chimo
Roland Haeder [Sat, 23 Aug 2014 11:16:29 +0000 (13:16 +0200)]
Added additional check.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Matt Lee [Tue, 19 Aug 2014 03:42:56 +0000 (23:42 -0400)]
Merge branch 'master' of gitorious.org:social/mainline
Matt Lee [Tue, 19 Aug 2014 03:42:36 +0000 (23:42 -0400)]
Added GNU social install doc:
Roland Haeder [Mon, 18 Aug 2014 19:59:25 +0000 (21:59 +0200)]
Fixes for making Meteor working with HTTPS.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 16:34:36 +0000 (18:34 +0200)]
Usefull line for debugging added.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 16:28:14 +0000 (18:28 +0200)]
Opps.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 16:25:47 +0000 (18:25 +0200)]
Introduced common_get_temp_dir() which wraps getting temporary path.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 13:16:22 +0000 (15:16 +0200)]
Added missing index declarations.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 11:13:22 +0000 (13:13 +0200)]
Renamed commandline.inc -> commandline.inc.php to avoid confusion.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 10:57:00 +0000 (12:57 +0200)]
Fixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings in PHP +5.5
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 08:56:52 +0000 (10:56 +0200)]
Fixed error when installing 'Blog' plugin.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 08:34:27 +0000 (10:34 +0200)]
This JavaScript file is located in js/ - Fixed paths for all targets.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Mikael Nordfeldth [Mon, 18 Aug 2014 08:23:55 +0000 (10:23 +0200)]
alpha number bump
Mikael Nordfeldth [Mon, 18 Aug 2014 08:23:18 +0000 (10:23 +0200)]
Merge mmn's 'nightly' changes
Roland Haeder [Mon, 18 Aug 2014 07:39:27 +0000 (09:39 +0200)]
Check for valid database connection object.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 18 Aug 2014 07:39:27 +0000 (09:39 +0200)]
Check for valid database connection object.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Matt Lee [Sun, 17 Aug 2014 23:25:56 +0000 (19:25 -0400)]
Updated README
chimo [Sun, 17 Aug 2014 17:39:19 +0000 (13:39 -0400)]
PollListItem: Use showNotice args
chimo [Sun, 17 Aug 2014 17:37:43 +0000 (13:37 -0400)]
Added adaptNoticeListItem and QnAListItem
chimo [Sun, 17 Aug 2014 17:33:07 +0000 (13:33 -0400)]
Added adaptNoticeListItem and PollListItem
chimo [Wed, 13 Aug 2014 04:45:34 +0000 (00:45 -0400)]
Adds missing georss xmlns in subscriptions AtomPub
Fixes 'unbound prefix: georss' validation issue.
Mikael Nordfeldth [Fri, 8 Aug 2014 09:47:15 +0000 (11:47 +0200)]
Revert "Repeat query window misplaced"
I believe other parts of the CSS may have been tidied and propered up since.
Mikael Nordfeldth [Fri, 8 Aug 2014 09:35:38 +0000 (11:35 +0200)]
declared "next_id" used to set the max_id for next link
Mikael Nordfeldth [Fri, 8 Aug 2014 09:35:06 +0000 (11:35 +0200)]
local variable format in ApiAction declared in class
Mikael Nordfeldth [Thu, 7 Aug 2014 20:40:36 +0000 (22:40 +0200)]
User timeline ActivityStreams output now has paging data
Mikael Nordfeldth [Thu, 7 Aug 2014 19:54:31 +0000 (21:54 +0200)]
Profile activityobject array outputs "summary" field
Mikael Nordfeldth [Thu, 7 Aug 2014 18:26:32 +0000 (20:26 +0200)]
Removing old "-browser-border-radius" stuff (pre-CSS3)
Mikael Nordfeldth [Thu, 7 Aug 2014 18:19:33 +0000 (20:19 +0200)]
Merge request from postblue for unclosed @media in CSS
postblue [Thu, 7 Aug 2014 13:22:44 +0000 (15:22 +0200)]
Missing end of @media screen, projection, tv
postblue [Thu, 7 Aug 2014 13:17:48 +0000 (15:17 +0200)]
Deleting useless comma
Mikael Nordfeldth [Wed, 6 Aug 2014 08:31:31 +0000 (10:31 +0200)]
Apache 2.4 mod_authz_host access example
Apache 2.2 -> 2.4 upgrades tend to fail on the "Order allow,deny" bit.
Mikael Nordfeldth [Wed, 6 Aug 2014 08:30:35 +0000 (10:30 +0200)]
PATHINFO example added to htaccess.sample
Mikael Nordfeldth [Wed, 6 Aug 2014 07:29:47 +0000 (09:29 +0200)]
TwitterBridge PHP require_once paths now relative
Mikael Nordfeldth [Tue, 5 Aug 2014 10:42:30 +0000 (12:42 +0200)]
RSVP fromNotice now throws NoResultException
Mikael Nordfeldth [Tue, 5 Aug 2014 09:37:39 +0000 (11:37 +0200)]
Don't auto-enable Twitter and Facebook bridges (singleuser)
Multiuser instances already had them disabled.
Mikael Nordfeldth [Tue, 5 Aug 2014 09:30:45 +0000 (11:30 +0200)]
Removing excessive "inline" attachment listings
Mikael Nordfeldth [Tue, 5 Aug 2014 08:54:00 +0000 (10:54 +0200)]
File->getEnclosure improvements (text/html is not an attachment)
Mikael Nordfeldth [Mon, 4 Aug 2014 16:33:57 +0000 (18:33 +0200)]
Inline attachment layout improvement
Mikael Nordfeldth [Tue, 29 Jul 2014 22:21:00 +0000 (00:21 +0200)]
JOINs and FOLLOWs would have null titles in Activity representation of notices
Mikael Nordfeldth [Tue, 29 Jul 2014 22:17:22 +0000 (00:17 +0200)]
Shares would lack a title in any Activity representation
Mikael Nordfeldth [Tue, 29 Jul 2014 08:43:58 +0000 (10:43 +0200)]
Activity plugin fix (LeaveListItem unused)
Mikael Nordfeldth [Mon, 28 Jul 2014 08:58:24 +0000 (10:58 +0200)]
Moved some FAVORITE handling from Activity plugin to Favorite
Mikael Nordfeldth [Mon, 28 Jul 2014 08:57:45 +0000 (10:57 +0200)]
Fixes some non-defined variables in commit
eb2f93a
Mikael Nordfeldth [Mon, 28 Jul 2014 08:11:28 +0000 (10:11 +0200)]
quick fix for when there is no $cur defined
Mikael Nordfeldth [Mon, 28 Jul 2014 08:02:53 +0000 (10:02 +0200)]
Favorite plugin now "extends" Activity on NoticeAsActivity
Got this mainly from my patches to FreeSocial. The idea is to migrate
also the Note activity to a plugin and have everything be handled as
events, only filling out the basic "context" stuff in the Notice class.
Mikael Nordfeldth [Mon, 28 Jul 2014 07:40:07 +0000 (09:40 +0200)]
Start/End NoticeAsActivity modifications
More 'scoped' profiles and typing to the functions.
Also, there's no need to send an object as a reference.
Mikael Nordfeldth [Mon, 28 Jul 2014 07:25:05 +0000 (09:25 +0200)]
More use of Profile, less User
Mikael Nordfeldth [Sun, 27 Jul 2014 21:25:49 +0000 (23:25 +0200)]
Consistently use "email-notify_fave" syntax for preference
Mikael Nordfeldth [Sun, 27 Jul 2014 21:06:08 +0000 (23:06 +0200)]
ensureWebfinger was never complete in StatusNet. Worked a bit on it.
Mikael Nordfeldth [Mon, 21 Jul 2014 07:51:28 +0000 (09:51 +0200)]
Cronish plugin minor debugging text fixes and so
Mikael Nordfeldth [Wed, 16 Jul 2014 11:06:29 +0000 (13:06 +0200)]
Sorry, left some debug lines in the pushed source :)
Mikael Nordfeldth [Wed, 16 Jul 2014 11:02:55 +0000 (13:02 +0200)]
Further column collisions in ReplyNoticeStream
Mikael Nordfeldth [Tue, 15 Jul 2014 18:38:58 +0000 (20:38 +0200)]
Don't access HTTP_USER_AGENT if it doesn't exist
Mikael Nordfeldth [Tue, 15 Jul 2014 16:54:42 +0000 (18:54 +0200)]
Replies caused column name collision on joinAdd
Mikael Nordfeldth [Tue, 15 Jul 2014 16:15:36 +0000 (18:15 +0200)]
Using empty on a function return value (thanks mrvdb)
Source: https://gist.github.com/mrvdb/
0b49dd3c580bcfbe1358
Mikael Nordfeldth [Tue, 15 Jul 2014 12:27:03 +0000 (14:27 +0200)]
Replies and Conversation noticestreams should only get POSTs by default
Mikael Nordfeldth [Tue, 15 Jul 2014 12:26:42 +0000 (14:26 +0200)]
Show correct number of POSTs in conversation "more" link
Mikael Nordfeldth [Tue, 15 Jul 2014 12:12:39 +0000 (14:12 +0200)]
Allow exception to be thrown if saveActivityObject fails