Commit Graph

117 Commits

Author SHA1 Message Date
Hypolite Petovan c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Hypolite Petovan d836593a3b Replace x() by !empty() or defaults()
- Remove extraneous parentheses around !empty()
2018-11-30 09:11:56 -05:00
Adam Magness 9079480d4a move to Renderer class
update functions calls for new Renderer class.
2018-10-31 10:55:15 -04:00
Adam Magness 49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
Hypolite Petovan 375f625e83 [fromgplus] Fix potentially missing attachments property in activity 2018-10-14 09:27:44 -04:00
Hypolite Petovan b040bee1d0 [fromgplus] Fix Undefined property: stdClass::$published notice 2018-10-14 07:17:15 -04:00
Tobias Diekershoff dcbf2f4416 NL translation THX JeroenED 2018-08-25 21:12:02 +02:00
Michael Vogel 7c6aa340d9 Fixed wrong handling of empty variable in fromgplus (#703) 2018-08-14 08:36:31 +02:00
Roland Häder c8371bc521 Rewrite: (#680)
- replace usage of deprecated NETWORK_* with Protocol::*
2018-08-11 22:40:48 +02:00
Michael 74353e7f2d Some more notices in addons 2018-08-01 17:28:55 +00:00
Michael 06c6bfc88d And some more notices ... 2018-07-31 18:10:34 +00:00
Michael 7f02ca32c9 And now for something complete different ... notices 2018-07-31 16:22:05 +00:00
Michael Vogel 31d0fac64a Some more notices fixed (#672) 2018-07-26 15:20:12 -04:00
Michael cdd510909f We don't store the "type" parameter anymore 2018-07-18 05:49:41 +00:00
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
Tobias Diekershoff f95abcbe07 updated CS translation of the fromgplus addon THX Aditoo 2018-06-12 16:17:16 +02:00
Tobias Diekershoff ca50db103a update to the FI translations THX kris 2018-05-20 19:16:32 +02:00
Tobias Diekershoff 50f5c7e251 update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
Tobias Diekershoff fec12801fb added EN_BG translation to fromgplus addon THX Kris 2018-04-16 07:10:53 +02:00
Tobias Diekershoff eb5eb5986d update to the FI translations 2018-04-09 15:00:17 +02:00
Tobias Diekershoff 85815a8810 added FI translations to many addons THX Kris 2018-04-06 13:58:38 +02:00
Michael Vogel c4bd245a1a
Merge pull request #566 from MrPetovan/task/add-content_filter-hook
Add content_filter hook
2018-04-06 06:44:00 +02:00
Tobias Diekershoff 697870b506 fromgplus PL translation 2018-04-01 19:38:08 +02:00
Hypolite Petovan facfd74288 [fromgplus] Remove empty call to L10n::t()
- Regenerate master messages.po
2018-04-01 11:15:08 -04:00
fabrixxm bfd8e37fb8 Update IT strings 2018-03-19 21:28:00 +01: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
Fabio b5701ac885 Update IT strings 2017-01-18 14:04:53 +01:00
Tobias Diekershoff 7175105fe5 IT fromgplus translation 2016-11-22 07:48:46 +01:00
Tobias Diekershoff 0e14a597b8 missed a files 2016-11-17 07:53:47 +01:00
Tobias Diekershoff 4e92317606 DE translation fromgeplus 2016-11-17 07:41:46 +01:00
Tobias Diekershoff 0771c0566f ES translations THX Albert 2016-11-17 07:38:41 +01:00