Extension talk:Semantic Social Profile

About this board

Google Code Shutting Down

2
Ckoerner (talkcontribs)

Hello, As you are likely aware, Google is shutting down their Google Code service in January of 2016. This extension appears to house its code with Google Code and is at risk to creating broken links and confusion of users in the near future.

I’m helping to let folks know about this coming update and provide some helpful links to make this migration easy. I hope you’ll take a moment and migrate your extension to a new hosting solution.

For extensions that have a compatible license, you can request developer access to the MediaWiki source repositories for extensions and get a new repository created for you. Alternatively, you may also export your code to other popular repositories such as Github and Bitbucket. Google has provided tools to help with this migration.

Kghbln (talkcontribs)

For the record: I have just moved the code over from Google to GitHub to preserve it an have a smooth migration process. However, this extension is still unmaintained, so who ever wants to pick up this task is very welcome to do so.

Reply to "Google Code Shutting Down"
109.223.241.197 (talkcontribs)

Hi, When I try to install this extension, my wiki turns blank when I go to “Special:SemanticSocialProfile”. I have SocialProfile, Semantic MediaWiki (without shell access), Semantic Forms and ParserFunctions installed, and they all appear in "Special:Version" before I install SemanticSocialProfile. Does anyone has the same problem and finds a solution ? Thanks Fred

GeorgeBarnick (talkcontribs)

Have you checked in your Apache/nginx error log, if you have access to it? There's most likely a related error message in the log that may help you (or us) find a fix for your wiki.

204.115.33.47 (talkcontribs)

I'm experiencing the same issue and no there error message reported in apache log. I am running MediaWiki version 1.22.2 if that helps.

204.115.33.46 (talkcontribs)
Reply to "Crash on install"
Kghbln (talkcontribs)

Heiya Yury,

I have prepared the German translation. Your provided no comprehensive description for this extension, so I have added one. Just drop me a note in case you change or add some messages.

/** German (Deutsch)
 * @author Kghbln
 */
$messages['de'] = array(
    'ssp' => 'Semantic Social Profile',
    'ssp-desc' => "Ergänzt die Erweiterung SocialProfile um die Möglichkeit semantischer Annotationen von Benutzerdaten und vereinfacht deren Weiternutzung",
    'ssp-setupsspbutton' => "Einrichten",
    'semanticsocialprofile' => "Einrichtung von Semantic Social Profile",
    'ssp-setupdesc' => "Erster Schritt: Einrichtung der Erweiterung",
    'ssp-setupabout' => "Bitte die Schaltfläche anklicken, um die Einrichtung der Erweiterung durchzuführen. Die für das fehlerfreie Funktionieren der Erweiterung notwendigen Daten werden hinzugefügt.",
    'ssp-setupdone' => "Die folgenden Seiten wurden hinzugefügt:",
    'ssp-syncdesc' => "Zweiter Schritt: Synchronisierung der Daten",
    'ssp-syncabout' => "Bitte die Schaltfläche anklicken, um die semantischen Attribute mit den von der Erweiterung SocialProfil gespeicherten Benutzerdaten zu synchronisieren",
    'ssp-syncbutton' => "Synchronisieren",
    'ssp-syncdone' => "Die semantischen Profile der folgenden Benutzer wurden aktualisiert:",
    'main-page' => "Zurück zur Hauptseite",
    'ssp-done' => "Die Einrichtung wurde erfolgreich durchgeführt.",
    'ssp-nosp' => "Zunächst muss die Erweiterung SocialProfile installiert werden."
    );

Cheers

Reply to "i18n - de"
Davydog (talkcontribs)

Hello Yury and Dmitry,

After installing Semantic Social Profile on PortlandWiki.org, one of our admins pointed out that potentially sensitive data is exposed on some user profiles.

What is the procedure to un-expose some of the more sensitive data user data -- like email addresses, full names, social security numbers (just kidding about the ssn), etc -- that this extension exposes apart from removing the extension or manually reverting each of the changes made to each user's profile?

By the way, I think Semantic Social Profile has a lot of potential and hope you continue its development! :-)

Kind regards,

Katkov Yury (talkcontribs)

Sorry there is no uninstallation procedure now. Try this extension and remove all the invocation of our template with regular expression.

Davydog (talkcontribs)
Reply to "Revert Data Exposure"
There are no older topics