]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
9 years agoSome cleanups:
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>
9 years agoPossible fix for https://bugz.foocorp.net/T41
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>
9 years agoNo need for php interpreter again as this script is executable.
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>
9 years agoFixed CHMOD.
Roland Haeder [Wed, 10 Sep 2014 20:06:12 +0000 (22:06 +0200)]
Fixed CHMOD.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMerge remote-tracking branch 'upstream/master'
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

9 years agoQnA layout fix, still no answer-action
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.

9 years agotabs to spaces
Mikael Nordfeldth [Sun, 24 Aug 2014 11:33:52 +0000 (13:33 +0200)]
tabs to spaces

9 years agoFixes for making Meteor working with HTTPS.
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>
9 years agoAdded missing index declarations.
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>
9 years agoLet's not avoid error reporting completely in getvaliddaemons
Mikael Nordfeldth [Sun, 24 Aug 2014 11:13:45 +0000 (13:13 +0200)]
Let's not avoid error reporting completely in getvaliddaemons

9 years agoFixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings...
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>
9 years agoThis JavaScript file is located in js/ - Fixed paths for all targets.
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>
9 years agoAtomPub missing georss namespace merge from chimo
Mikael Nordfeldth [Sun, 24 Aug 2014 11:07:52 +0000 (13:07 +0200)]
AtomPub missing georss namespace merge from chimo

9 years agoQnA fixes from chimo
Mikael Nordfeldth [Sun, 24 Aug 2014 11:05:49 +0000 (13:05 +0200)]
QnA fixes from chimo

9 years agoPoll fixes by chimo
Mikael Nordfeldth [Sun, 24 Aug 2014 11:01:13 +0000 (13:01 +0200)]
Poll fixes by chimo

9 years agoAdded additional check.
Roland Haeder [Sat, 23 Aug 2014 11:16:29 +0000 (13:16 +0200)]
Added additional check.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMerge branch 'master' of gitorious.org:social/mainline sazius-nightly
Matt Lee [Tue, 19 Aug 2014 03:42:56 +0000 (23:42 -0400)]
Merge branch 'master' of gitorious.org:social/mainline

9 years agoAdded GNU social install doc:
Matt Lee [Tue, 19 Aug 2014 03:42:36 +0000 (23:42 -0400)]
Added GNU social install doc:

9 years agoFixes for making Meteor working with HTTPS.
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>
9 years agoUsefull line for debugging added.
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>
9 years agoOpps.
Roland Haeder [Mon, 18 Aug 2014 16:28:14 +0000 (18:28 +0200)]
Opps.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoIntroduced common_get_temp_dir() which wraps getting temporary path.
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>
9 years agoAdded missing index declarations.
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>
9 years agoRenamed commandline.inc -> commandline.inc.php to avoid confusion.
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>
9 years agoFixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings...
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>
9 years agoFixed error when installing 'Blog' plugin.
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>
9 years agoThis JavaScript file is located in js/ - Fixed paths for all targets.
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>
9 years agoalpha number bump
Mikael Nordfeldth [Mon, 18 Aug 2014 08:23:55 +0000 (10:23 +0200)]
alpha number bump

9 years agoMerge mmn's 'nightly' changes
Mikael Nordfeldth [Mon, 18 Aug 2014 08:23:18 +0000 (10:23 +0200)]
Merge mmn's 'nightly' changes

9 years agoCheck for valid database connection object.
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>
9 years agoCheck for valid database connection object.
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>
9 years agoUpdated README
Matt Lee [Sun, 17 Aug 2014 23:25:56 +0000 (19:25 -0400)]
Updated README

9 years agoPollListItem: Use showNotice args
chimo [Sun, 17 Aug 2014 17:39:19 +0000 (13:39 -0400)]
PollListItem: Use showNotice args

9 years agoAdded adaptNoticeListItem and QnAListItem
chimo [Sun, 17 Aug 2014 17:37:43 +0000 (13:37 -0400)]
Added adaptNoticeListItem and QnAListItem

9 years agoAdded adaptNoticeListItem and PollListItem
chimo [Sun, 17 Aug 2014 17:33:07 +0000 (13:33 -0400)]
Added adaptNoticeListItem and PollListItem

9 years agoAdds missing georss xmlns in subscriptions AtomPub
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.

9 years agoRevert "Repeat query window misplaced"
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.

9 years agodeclared "next_id" used to set the max_id for next link
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

9 years agolocal variable format in ApiAction declared in class
Mikael Nordfeldth [Fri, 8 Aug 2014 09:35:06 +0000 (11:35 +0200)]
local variable format in ApiAction declared in class

9 years agoUser timeline ActivityStreams output now has paging data
Mikael Nordfeldth [Thu, 7 Aug 2014 20:40:36 +0000 (22:40 +0200)]
User timeline ActivityStreams output now has paging data

9 years agoProfile activityobject array outputs "summary" field
Mikael Nordfeldth [Thu, 7 Aug 2014 19:54:31 +0000 (21:54 +0200)]
Profile activityobject array outputs "summary" field

9 years agoRemoving old "-browser-border-radius" stuff (pre-CSS3)
Mikael Nordfeldth [Thu, 7 Aug 2014 18:26:32 +0000 (20:26 +0200)]
Removing old "-browser-border-radius" stuff (pre-CSS3)

9 years agoMerge request from postblue for unclosed @media in CSS
Mikael Nordfeldth [Thu, 7 Aug 2014 18:19:33 +0000 (20:19 +0200)]
Merge request from postblue for unclosed @media in CSS

9 years agoMissing end of @media screen, projection, tv
postblue [Thu, 7 Aug 2014 13:22:44 +0000 (15:22 +0200)]
Missing end of @media screen, projection, tv

9 years agoDeleting useless comma
postblue [Thu, 7 Aug 2014 13:17:48 +0000 (15:17 +0200)]
Deleting useless comma

9 years agoApache 2.4 mod_authz_host access example
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.

9 years agoPATHINFO example added to htaccess.sample
Mikael Nordfeldth [Wed, 6 Aug 2014 08:30:35 +0000 (10:30 +0200)]
PATHINFO example added to htaccess.sample

9 years agoTwitterBridge PHP require_once paths now relative
Mikael Nordfeldth [Wed, 6 Aug 2014 07:29:47 +0000 (09:29 +0200)]
TwitterBridge PHP require_once paths now relative

9 years agoRSVP fromNotice now throws NoResultException
Mikael Nordfeldth [Tue, 5 Aug 2014 10:42:30 +0000 (12:42 +0200)]
RSVP fromNotice now throws NoResultException

9 years agoDon't auto-enable Twitter and Facebook bridges (singleuser)
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.

9 years agoRemoving excessive "inline" attachment listings
Mikael Nordfeldth [Tue, 5 Aug 2014 09:30:45 +0000 (11:30 +0200)]
Removing excessive "inline" attachment listings

9 years agoFile->getEnclosure improvements (text/html is not an attachment)
Mikael Nordfeldth [Tue, 5 Aug 2014 08:54:00 +0000 (10:54 +0200)]
File->getEnclosure improvements (text/html is not an attachment)

9 years agoInline attachment layout improvement
Mikael Nordfeldth [Mon, 4 Aug 2014 16:33:57 +0000 (18:33 +0200)]
Inline attachment layout improvement

9 years agoJOINs and FOLLOWs would have null titles in Activity representation of notices
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

9 years agoShares would lack a title in any Activity representation
Mikael Nordfeldth [Tue, 29 Jul 2014 22:17:22 +0000 (00:17 +0200)]
Shares would lack a title in any Activity representation

9 years agoActivity plugin fix (LeaveListItem unused)
Mikael Nordfeldth [Tue, 29 Jul 2014 08:43:58 +0000 (10:43 +0200)]
Activity plugin fix (LeaveListItem unused)

9 years agoMoved some FAVORITE handling from Activity plugin to Favorite
Mikael Nordfeldth [Mon, 28 Jul 2014 08:58:24 +0000 (10:58 +0200)]
Moved some FAVORITE handling from Activity plugin to Favorite

9 years agoFixes some non-defined variables in commit eb2f93a
Mikael Nordfeldth [Mon, 28 Jul 2014 08:57:45 +0000 (10:57 +0200)]
Fixes some non-defined variables in commit eb2f93a

9 years agoquick fix for when there is no $cur defined
Mikael Nordfeldth [Mon, 28 Jul 2014 08:11:28 +0000 (10:11 +0200)]
quick fix for when there is no $cur defined

9 years agoFavorite plugin now "extends" Activity on NoticeAsActivity
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.

9 years agoStart/End NoticeAsActivity modifications
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.

9 years agoMore use of Profile, less User
Mikael Nordfeldth [Mon, 28 Jul 2014 07:25:05 +0000 (09:25 +0200)]
More use of Profile, less User

9 years agoConsistently use "email-notify_fave" syntax for preference
Mikael Nordfeldth [Sun, 27 Jul 2014 21:25:49 +0000 (23:25 +0200)]
Consistently use "email-notify_fave" syntax for preference

9 years agoensureWebfinger was never complete in StatusNet. Worked a bit on it.
Mikael Nordfeldth [Sun, 27 Jul 2014 21:06:08 +0000 (23:06 +0200)]
ensureWebfinger was never complete in StatusNet. Worked a bit on it.

9 years agoCronish plugin minor debugging text fixes and so
Mikael Nordfeldth [Mon, 21 Jul 2014 07:51:28 +0000 (09:51 +0200)]
Cronish plugin minor debugging text fixes and so

9 years agoSorry, left some debug lines in the pushed source :)
Mikael Nordfeldth [Wed, 16 Jul 2014 11:06:29 +0000 (13:06 +0200)]
Sorry, left some debug lines in the pushed source :)

9 years agoFurther column collisions in ReplyNoticeStream
Mikael Nordfeldth [Wed, 16 Jul 2014 11:02:55 +0000 (13:02 +0200)]
Further column collisions in ReplyNoticeStream

9 years agoDon't access HTTP_USER_AGENT if it doesn't exist
Mikael Nordfeldth [Tue, 15 Jul 2014 18:38:58 +0000 (20:38 +0200)]
Don't access HTTP_USER_AGENT if it doesn't exist

9 years agoReplies caused column name collision on joinAdd
Mikael Nordfeldth [Tue, 15 Jul 2014 16:54:42 +0000 (18:54 +0200)]
Replies caused column name collision on joinAdd

9 years agoUsing empty on a function return value (thanks mrvdb)
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

9 years agoReplies and Conversation noticestreams should only get POSTs by default
Mikael Nordfeldth [Tue, 15 Jul 2014 12:27:03 +0000 (14:27 +0200)]
Replies and Conversation noticestreams should only get POSTs by default

9 years agoShow correct number of POSTs in conversation "more" link
Mikael Nordfeldth [Tue, 15 Jul 2014 12:26:42 +0000 (14:26 +0200)]
Show correct number of POSTs in conversation "more" link

9 years agoAllow exception to be thrown if saveActivityObject fails
Mikael Nordfeldth [Tue, 15 Jul 2014 12:12:39 +0000 (14:12 +0200)]
Allow exception to be thrown if saveActivityObject fails

9 years agoMore Activity-based reasoning for saveActivity in Notice
Mikael Nordfeldth [Mon, 14 Jul 2014 21:54:58 +0000 (23:54 +0200)]
More Activity-based reasoning for saveActivity in Notice

If we can, get the activity ID from the activity itself, instead of the
supplied $options array.

9 years agoMerge request from chimo adding getvaliddaemons to stopdaemons.php
Mikael Nordfeldth [Mon, 14 Jul 2014 21:53:55 +0000 (23:53 +0200)]
Merge request from chimo adding getvaliddaemons to stopdaemons.php

Source: https://gitorious.org/statusnet/gnu-social/merge_requests/15

9 years agoMerge request from robmyers upping the PHP version dependency
Mikael Nordfeldth [Mon, 14 Jul 2014 21:50:59 +0000 (23:50 +0200)]
Merge request from robmyers upping the PHP version dependency

Source: https://gitorious.org/statusnet/gnu-social/merge_requests/16

9 years agoBad variable reference in Fave class
Mikael Nordfeldth [Mon, 14 Jul 2014 21:37:28 +0000 (23:37 +0200)]
Bad variable reference in Fave class

9 years ago"Notice posted" message in Ajax title for NewnoticeAction
Mikael Nordfeldth [Mon, 14 Jul 2014 15:11:54 +0000 (17:11 +0200)]
"Notice posted" message in Ajax title for NewnoticeAction

9 years agoBad variable reference in lib/mail.php
Mikael Nordfeldth [Mon, 14 Jul 2014 15:01:52 +0000 (17:01 +0200)]
Bad variable reference in lib/mail.php

9 years agoLocal favoriting fills out content to saveActivity
Mikael Nordfeldth [Mon, 14 Jul 2014 11:59:50 +0000 (13:59 +0200)]
Local favoriting fills out content to saveActivity

9 years agoUnifying HTML stripping functions to common_strip_html
Mikael Nordfeldth [Mon, 14 Jul 2014 11:52:23 +0000 (13:52 +0200)]
Unifying HTML stripping functions to common_strip_html

9 years agoStore activity content into Notice table in saveActivity
Mikael Nordfeldth [Mon, 14 Jul 2014 11:29:03 +0000 (13:29 +0200)]
Store activity content into Notice table in saveActivity

9 years agoPut text content into Favorite activities/activityobjects
Mikael Nordfeldth [Mon, 14 Jul 2014 11:25:26 +0000 (13:25 +0200)]
Put text content into Favorite activities/activityobjects

9 years agoNoticeStream fixes regarding non-post verbs
Mikael Nordfeldth [Sun, 13 Jul 2014 22:59:04 +0000 (00:59 +0200)]
NoticeStream fixes regarding non-post verbs

9 years agoProperly output error messages in AJAX mode
Mikael Nordfeldth [Sun, 13 Jul 2014 17:46:51 +0000 (19:46 +0200)]
Properly output error messages in AJAX mode

9 years agoEmail notify-on-fave moved to Profile_prefs (run upgrade.php)
Mikael Nordfeldth [Sun, 13 Jul 2014 15:13:05 +0000 (17:13 +0200)]
Email notify-on-fave moved to Profile_prefs (run upgrade.php)

9 years agoNew Profile_prefs get a 'created' value now.
Mikael Nordfeldth [Sun, 13 Jul 2014 15:09:18 +0000 (17:09 +0200)]
New Profile_prefs get a 'created' value now.

9 years agoShortcut to Profile_prefs get/set Data in Profile and User
Mikael Nordfeldth [Sun, 13 Jul 2014 14:30:37 +0000 (16:30 +0200)]
Shortcut to Profile_prefs get/set Data in Profile and User

9 years agoAllow default data from Profile_prefs::getData call
Mikael Nordfeldth [Sun, 13 Jul 2014 14:26:08 +0000 (16:26 +0200)]
Allow default data from Profile_prefs::getData call

9 years agoStart and End EmailSaveForm events now take a scoped profile
Mikael Nordfeldth [Sun, 13 Jul 2014 13:42:15 +0000 (15:42 +0200)]
Start and End EmailSaveForm events now take a scoped profile

9 years agoStart and End EmailFormData events include current profile
Mikael Nordfeldth [Sun, 13 Jul 2014 13:29:58 +0000 (15:29 +0200)]
Start and End EmailFormData events include current profile

9 years agoDon't send favorite notifications unless the user wants it.
Mikael Nordfeldth [Sun, 13 Jul 2014 10:58:52 +0000 (12:58 +0200)]
Don't send favorite notifications unless the user wants it.

9 years agomaking more sense in mail_notify_fav
Mikael Nordfeldth [Sun, 13 Jul 2014 10:56:43 +0000 (12:56 +0200)]
making more sense in mail_notify_fav

We should probably get rid of this function, at least storing everything in
lib/mail.php - but until then, at least let's make it more understandable.

9 years agoPEAR::HTTP_Request2 updated to 2.2.1
Mikael Nordfeldth [Thu, 10 Jul 2014 14:23:21 +0000 (16:23 +0200)]
PEAR::HTTP_Request2 updated to 2.2.1

Release date: 2014-01-16 19:53 UTC

9 years agoStrict standards and deprecation warnings are good, but confusing
Mikael Nordfeldth [Thu, 10 Jul 2014 11:16:51 +0000 (13:16 +0200)]
Strict standards and deprecation warnings are good, but confusing

we know we have to get rid of PEAR::DB, but don't alarm users with hundreds
of lines of output.

9 years agocheck-fancy test gave confusing output (not the real message)
Mikael Nordfeldth [Thu, 10 Jul 2014 11:10:48 +0000 (13:10 +0200)]
check-fancy test gave confusing output (not the real message)

9 years agoReplies don't have verbs (we'll do some join magic later)
Mikael Nordfeldth [Wed, 9 Jul 2014 19:53:21 +0000 (21:53 +0200)]
Replies don't have verbs (we'll do some join magic later)

9 years agoOnly get POST verbs for noticestreams for now
Mikael Nordfeldth [Wed, 9 Jul 2014 11:37:09 +0000 (13:37 +0200)]
Only get POST verbs for noticestreams for now

Since we store 'favorite' verbs as notices now too, they caused a lot of
"null" notices that might not be interesting before we handle them better
in the UIs.

9 years agoUse canonical object type in Notice title as ActivityObject
Mikael Nordfeldth [Wed, 9 Jul 2014 11:35:52 +0000 (13:35 +0200)]
Use canonical object type in Notice title as ActivityObject

9 years agoWhen modplus.css got moved, it should've re-related an image path
Mikael Nordfeldth [Sun, 6 Jul 2014 23:40:33 +0000 (01:40 +0200)]
When modplus.css got moved, it should've re-related an image path