friendica/view/theme/vier
Roland Häder 4d39164c1e [WIP] Rewrite to Proxy class: (#5507)
* Rewrite to Proxy class:
- introduced new Friendica\Network\Proxy class for in exchange of proxy_*()
  functions
- moved also all PROXY_* constants there as Proxy::*
- removed now no longer needed mod/proxy.php loading as composer's auto-load
  will do this for us
- renamed those proxy_*() functions to better names:
  + proxy_init()           -> Proxy::init()         (public)
  + proxy_url()            -> Proxy::proxifyUrl()   (public)
  + proxy_parse_html()     -> Proxy::proxifyHtml()  (public)
  + proxy_is_local_image() -> Proxy::isLocalImage() (private)
  + proxy_parse_query()    -> Proxy::parseQuery()   (private)
  + proxy_img_cb()         -> Proxy::replaceUrl()   (private)

* Ops, need to set $a here ...

* CR request:
- moved Proxy class to Friendica\Module
- extended BaseModule

* Ops, no need for own instance of $a when self::getApp() is around.

* Proxy-rewrite:
- proxy_url() and proxy_parse_html() are both non-module functions (now
  methods)
- so they must be splitted into a seperate class
- also the SIZE_* and DEFAULT_TIME constants are both not relevant to module

* No instances from utility classes

* Fixed error:
- proxify*() is now located in `Friendica\Util\ProxyUtils`

* Moved back to original place, ops? How did they move here? Well, it was not
intended by me.

* Removed duplicate (left-over from split) constants and static array. Thank to
MrPetovan finding it.

* Renamed ProxyUtils -> Proxy and aliased it back to ProxyUtils.
2018-07-30 22:06:22 -04:00
..
css vier theme was missing an icon for the block button 2018-07-30 17:32:35 +02:00
font
templates add class "wall-item-body" to all themes 2018-06-16 13:50:56 +02:00
breathe.css
calendar.png
config.php
dark.css
flat.css
hide.css
icons.png [ImgBot] optimizes images 2018-07-13 14:38:11 +00:00
icons.svg
LICENSE
lock.cur
mobile.css
narrow.css
netcolour.css
plus.css
plusminus.css
README.md
screenshot.png [ImgBot] optimizes images 2018-07-13 14:38:11 +00:00
shadow.css
style.css Seperate blocks in /admin/features. (#5345) 2018-07-10 16:57:13 -04:00
style.php
theme.php [WIP] Rewrite to Proxy class: (#5507) 2018-07-30 22:06:22 -04:00
wide.css

vier

Friendica theme "vier"