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 The Font Awesome library is now updated, the replxy button is changed 2016-03-05 13:29:01 +01:00
templates add class "wall-item-body" to all themes 2018-06-16 13:50:56 +02:00
breathe.css rework autocomplete: some cleanup and docu 2016-05-01 13:46:08 +02:00
calendar.png Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
config.php fix undeclared variables or wrong variable names (/view) 2018-02-12 16:50:05 +01:00
dark.css Made hyperlinks visually different from normal text 2017-11-11 08:40:45 +01:00
flat.css networkheader: do css work the other supported themes 2015-11-30 01:24:22 +01:00
hide.css Vier: Menu at the right side (inspired and copyied from diabook) 2015-10-01 08:19:35 +02:00
icons.png [ImgBot] optimizes images 2018-07-13 14:38:11 +00:00
icons.svg New theme "vier" derives from "quattro" 2012-02-19 20:05:51 +01:00
LICENSE New version for "Vier". The navigation was restructured and several other stuff was changed as well, thanks to Beanow! 2015-02-02 21:00:32 +01:00
lock.cur Add sparkle cursor to Quattro/Vier/TestBubble 2012-07-12 19:21:21 +01:00
mobile.css Fix login dialog layout. 2018-04-23 20:29:55 +00:00
narrow.css rework autocomplete: some cleanup and docu 2016-05-01 13:46:08 +02:00
netcolour.css Vier: The different styles are now working with the right menubar 2015-11-01 09:45:02 +01:00
plus.css rework autocomplete: some cleanup and docu 2016-05-01 13:46:08 +02:00
plusminus.css removed heading backgrnd, added mention highlight 2018-01-24 08:02:33 +01:00
README.md New version for "Vier". The navigation was restructured and several other stuff was changed as well, thanks to Beanow! 2015-02-02 21:00:32 +01:00
screenshot.png [ImgBot] optimizes images 2018-07-13 14:38:11 +00:00
shadow.css rework autocomplete: some cleanup and docu 2016-05-01 13:46:08 +02:00
style.css Seperate blocks in /admin/features. (#5345) 2018-07-10 16:57:13 -04:00
style.php 2018-03-22 01:25:43 +01:00
theme.php [WIP] Rewrite to Proxy class: (#5507) 2018-07-30 22:06:22 -04:00
wide.css Vier: The different styles are now working with the right menubar 2015-11-01 09:45:02 +01:00

vier

Friendica theme "vier"