Hypolite Petovan
|
20043914e6
|
Move App to src
- Add `use Friendica\App;` wherever needed
|
2017-05-02 22:59:36 -04:00 |
|
Hypolite Petovan
|
56ee734b00
|
Cleanup /format pre-move
|
2017-05-02 22:59:24 -04:00 |
|
Hypolite Petovan
|
623479a346
|
Normalize App parameter declaration (view folder)
|
2017-01-09 23:06:08 +11:00 |
|
Roland Häder
|
820ef8e4c7
|
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-23 19:50:51 +01:00 |
|
Roland Häder
|
f8a213e23b
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-23 19:49:36 +01:00 |
|
Roland Häder
|
20e71d21a6
|
Merge branch 'rewrites/app_get_baseurl_static' into develop
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
mod/admin.php
mod/bookmarklet.php
mod/community.php
mod/contacts.php
mod/crepair.php
mod/editpost.php
mod/events.php
mod/install.php
mod/lostpass.php
mod/network.php
mod/notify.php
mod/suggest.php
mod/uexport.php
mod/videos.php
view/theme/duepuntozero/config.php
view/theme/frio/config.php
view/theme/quattro/config.php
view/theme/vier/config.php
|
2016-12-22 11:37:23 +01:00 |
|
Roland Häder
|
ace8f753ac
|
added much more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
mod/bookmarklet.php
mod/community.php
mod/contacts.php
mod/crepair.php
mod/events.php
mod/network.php
mod/suggest.php
mod/uexport.php
view/theme/duepuntozero/config.php
view/theme/frio/config.php
view/theme/quattro/config.php
view/theme/vier/config.php
|
2016-12-20 11:59:13 +01:00 |
|
Roland Häder
|
e24c3a5b82
|
added much more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 11:56:34 +01:00 |
|
Roland Häder
|
fb817b18ad
|
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 10:59:06 +01:00 |
|
Roland Häder
|
884f44ce94
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-19 14:27:16 +01:00 |
|
Tobias Diekershoff
|
a9782251e5
|
updating config files for duepuntozero
|
2014-09-07 14:00:09 +02:00 |
|
Tobias Diekershoff
|
f0aaafa7aa
|
added Greenzero as colorset of duepuntozero
|
2014-09-07 12:48:23 +02:00 |
|