Commit Graph

70 Commits

Author SHA1 Message Date
Michael Vogel 475299e642 Avoid warnings in addons (#639)
* Avoid warnings in addons

* And some warnings removed

* And more ...

* And some more ...

* Added comment

* And again ...

* And again ...

* Partly reworked "newmemberwidget"

* And more warnings ...

* The next round
2018-07-10 08:30:23 -04:00
Michael e1714de8ad New function for generating item URIs 2018-06-16 06:46:25 +00:00
Hypolite Petovan facfd74288 [fromgplus] Remove empty call to L10n::t()
- Regenerate master messages.po
2018-04-01 11:15:08 -04:00
Hypolite Petovan 1900da6c42 Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan cbc89d147d Add Temporal::utc() shorthand to Temporal::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan b24690e8df Refactor datetime_convert() into Temporal::convert() 2018-02-03 11:40:38 -05:00
Adam Magness f151406355 Review updates
update renamed and moved functions
2018-01-27 11:23:04 -05:00
Adam Magness ca3c45101e Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
2018-01-27 08:52:02 -05:00
Adam Magness f8c162cbfb Update t() calls
Update all t() calls.
2018-01-22 18:09:05 -05:00
Adam Magness c71f7b0e1a Update function names
update function names and hook calls
2018-01-20 08:57:41 -05:00
Adam Magness 0afd633346 Addon class
plugin moved to Addon src class
2018-01-19 07:20:17 -05:00
Hypolite Petovan 27b60e003f Use short form array syntax everywhere 2018-01-15 08:15:33 -05:00
Hypolite Petovan 31823eb729
Revert "Revert "Move objects to src"" 2017-12-08 00:18:01 -05:00
Michael Vogel cf45cafea2
Revert "Move objects to src" 2017-12-08 05:24:41 +01:00
Hypolite Petovan 34396fedfe Move Objects to Model
- Object\Photo -> Object\Image and Model\Photo
- Object\Contact -> Model\Contact
- Model\GlobalContact -> Model\GContact
2017-12-07 20:16:42 -05:00
Michael e8975125cf Some includes hadn't been removed 2017-12-01 22:37:46 +00:00
Adam Magness 797f0c4ca2 Update Function call
update function call for Photo class.
2017-11-30 07:42:34 -05:00
Adam Magness 7b6bc4777c Updates
Updates from review changes to main friendica project
2017-11-29 17:38:05 -05:00
Adam Magness 30fa9ac76c Photo to namespace
updates for Photo class moving to Friendica\Object namespace.
2017-11-29 12:38:39 -05:00
Tobias Diekershoff 2b64efd907 use pconfig::delete in fromgplus addon 2017-11-11 07:22:46 +01:00
Adam Magness 48dcbc6f3f Issue 3873
Replace deprecated functions with new syntax
2017-11-06 18:55:24 -05:00
Hypolite Petovan 8fa3f2415a Replace and/AND and or/OR by && and || 2017-06-08 21:20:27 -04:00
Michael b59c0e54a8 The URI of mirrored posts are now looking more standard 2016-11-15 06:36:52 +00:00
Michael dea5b33632 Prevent posting loops 2016-11-07 05:23:19 +00:00
Michael Vogel 06af9e017c Merge remote-tracking branch 'upstream/master' into 1603-fromgplus-keywords 2016-05-28 13:53:05 +02:00
Michael Vogel 3239c375fb Fromgplus: Add location and coordinates to posts 2016-04-10 20:06:19 +02:00
Michael Vogel b3eb963a2b fromgplus: Add keywords to imported posts 2016-03-12 07:42:57 +01:00
Michael Vogel c9fd85c456 The addons "fromgplus" and "appnet" are now having a better documentation 2015-11-21 12:27:48 +01:00
Michael Vogel e98c299cd2 Support for new "share_header" function 2015-04-06 14:04:40 +02:00
Michael Vogel 584f58e573 Improved loop detection for Google+, Pump.io, Twitter and GNU Social 2015-03-22 08:55:45 +01:00
Michael Vogel 5a7abb3ffd buffer/fromgplus: Some more loop prevention 2014-12-01 22:31:29 +01:00
Michael Vogel f296b5b4d6 fromgplus: This addon is now enabled to cooperate with "leistungsschutzrecht" as well. 2014-11-14 15:06:24 +01:00
Michael Vogel 418ce62d7b fromgplus: Don't post posting that are too young. It could happen that the picture upload isn't finished, when the post is being fetched. 2014-07-22 00:38:52 +02:00
Michael Vogel 67cf047ef7 fromgplus: Using the new function to upload pictures to the wall 2014-07-15 09:01:18 +02:00
Michael Vogel 2284e21c0a Re-enabling a once stopped mirroring now doesn't flood the timeline with old posts anymore. 2014-05-29 22:10:54 +02:00
Michael Vogel 021d6265cd Massive reworking of the export connectors using the plaintext function, improving of the tumblr export, option to prevent too short wordpress postings 2014-05-29 12:42:25 +02:00
Michael Vogel 1d340dce46 fromgplus: Albums are now posts with a link to the album - not a collection of photos anymore. 2014-05-15 23:21:39 +02:00
Michael Vogel 7521977ab8 Google+: Option to use the commercial script "postToGooglePlus.php", Settings of "fromgplus" are shown inside of "gpluspost" when activated. 2014-04-24 10:28:23 +02:00
Michael Vogel ce997a0367 The title for the settings now contain the words "import, "export" or "Mirror" according to their function. 2014-04-04 11:14:45 +02:00
Michael Vogel 503ec7d072 Removed the word "Settings" from the settings. This information is redundant. 2014-03-16 20:50:36 +01:00
Michael Vogel 1754b58cd9 Added function "bb_CleanPictureLinks" ro all connectors 2014-03-02 01:42:19 +01:00
Michael Vogel 70742b56c2 Design improvements for importing posts from twitter, facebook and G+ 2013-12-08 15:00:49 +01:00
Tobias Diekershoff 0b459e8379 Merge pull request #166 from annando/master
inflate/deflate settings
2013-12-01 02:25:26 -08:00
Michael Vogel 5970954f1a fromgplus: inflate/deflate settings 2013-11-30 21:20:25 +01:00
Tobias Diekershoff b2e60b8c61 Merge pull request #165 from annando/master
fromgplus: doubled text and avoiding first time spam
2013-11-27 21:31:22 -08:00
Michael Vogel 1974b5d1a8 fromgplus: Don't fetch messages for the first time 2013-11-27 23:07:15 +01:00
Michael Vogel 971d820a4e fromgplus: Picture posts had doubled content due to some strange unicode character. 2013-11-27 22:25:14 +01:00
Tobias Diekershoff ccc6c2b785 wording submit -> save settings 2013-11-19 13:57:51 +01:00
Michael Vogel 34765b3b76 fromgplus: settings moved to connector settings 2013-11-03 16:29:53 +01:00
Michael Vogel 191c22f709 fromgplus: Additional detection for a posting loop. Preparation for the new google+ connector 2013-10-15 00:50:58 +02:00