Commit Graph

38 Commits

Author SHA1 Message Date
Philipp Holzer e67d810ecd
Move Global Functions - Part 3
- Replaced every CACHE_ definition
2018-10-20 18:22:13 +02:00
Philipp Holzer 1454abfdb4
rename App Methods
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
Roland Häder 9695138ba1
[global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils 2018-07-31 03:20:29 +02:00
Roland Häder e269589c65
[global] CR request: Moved proxify*() methods to separate class 2018-07-31 03:20:04 +02:00
Roland Häder 7032e088f7
[global] Moved to Module\Proxy 2018-07-31 03:20:04 +02:00
Roland Häder 265a2c498e
[global]: Proxy class has been introduced, need to fix these as well. 2018-07-31 03:20:04 +02:00
Roland Häder f4763f67ad [curweather] x() no longer used and more (#669)
* [curweather] Fixes/rewrites:
- Added `App` as type-hint for $a and no & (call-by-reference) anymore
- use empty() instead of deprecated x()
- opening curly brace belongs into new line after function/method declaration
- added a lot other curly braces for better readability
- added spaces and empty lines

* [curweather] CR request:
- added/removed spaces
- added missing line-feed after opening curly brace

* [curweather] Another new line-feed added

* [curweather] CR request:
- added/removed extra spaces
- removed trailing spaces
- nicely indented code block with `'$foo' => 'bar'`

* [curweather] CR request:
- removed stray space
2018-07-24 20:18:59 -04:00
Andreas Neustifter b058ac39df [curweather] Fix widget layout. [friendica#5473] (#662)
See issue [friendica#5473](https://github.com/friendica/friendica/issues/5473) and PR#653.
2018-07-23 17:06:09 -04:00
Andreas Neustifter 81e57250e8 [curweather] Only shown notice about unavailable weather once per session. (#653)
* [curweather] Only shown notice about unavailable weather once per session.

* Fix even more whitespace.

As requested by @MrPetovan.

* [curweather] Reset session's curweather_notice_shown when weather available again.
2018-07-20 15:58:53 -04: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
Adam Magness 036754e455 Move Cache to src
Cache class moved to Friendica\Core namespace
2017-11-09 11:08:32 -05:00
Adam Magness 48dcbc6f3f Issue 3873
Replace deprecated functions with new syntax
2017-11-06 18:55:24 -05:00
Tobias Diekershoff 17f29ae08c correction of typos 2016-09-24 08:03:51 +02:00
Tobias Diekershoff 4c0914712a encode the degree for the translation 2016-03-12 08:12:19 +01:00
Michael Vogel 2f2696c336 Hourly cache for the curweather addon 2015-09-13 08:30:40 +02:00
Tobias Diekershoff d25a0f6d72 make the icon using the image proxy 2015-07-17 16:57:58 +02:00
Tobias Diekershoff 7c6ae901d9 use icon for visualisation of current weather 2015-07-17 16:46:54 +02:00
Tobias Diekershoff ce637c5845 cleanup 2015-07-15 13:15:02 +02:00
Tobias Diekershoff 2b1d28f05a curweather caching of weather data 2015-07-13 18:45:12 +02:00
Tobias Diekershoff c3459bd66c manually fetch data from openweathermap and parse it 2015-07-13 16:21:43 +02:00
Tobias Diekershoff 317e8724c5 template for the widget should an error occur 2015-07-13 11:22:51 +02:00
Tobias Diekershoff f9c887e24d move widget HTML into smarty3 template and update styling 2015-07-13 07:05:55 +02:00
Tobias Diekershoff 02b29b2a6a use friendica temppath settings for cache data 2015-07-12 15:39:49 +02:00
Tobias Diekershoff 867f48aebe no appid logic not followed 2015-07-12 15:09:04 +02:00
Tobias Diekershoff 22cc81cbc5 had to remove the time for the last update again 2015-07-12 14:30:09 +02:00
Tobias Diekershoff 7b1c6557f3 show selected cachetime in admin panel 2015-07-12 08:52:29 +02:00
Tobias Diekershoff cf06804bc8 include the last time updates as title of the header of the widget 2015-07-12 08:33:49 +02:00
Tobias Diekershoff 1c720a6824 cache OWM data 2015-07-12 08:18:24 +02:00
Tobias Diekershoff c1f26a22c3 typo 2015-07-11 20:59:00 +02:00
Michael Vogel 503ec7d072 Removed the word "Settings" from the settings. This information is redundant. 2014-03-16 20:50:36 +01:00
Tobias Diekershoff e2cb4a9e74 Wording submit -> save settings 2013-11-19 13:43:58 +01:00
tony baldwin a0a918369c added wind data 2013-02-11 17:10:37 -05:00
tony baldwin 6ec3a4059a added more weather data, change curtemp to curweather 2013-02-11 12:49:19 -05:00