nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
3411ced833
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:53 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
nupplaPhil
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
88bb66371c
|
Move PConfig::set() to DI::pConfig()->set()
|
2020-01-18 16:54:50 +01:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
Hypolite Petovan
|
9774c95b80
|
Remove duplicate $baseurl template variable
- Remove unused $overwriteURL parameter in Renderer::replaceMacros
|
2019-05-02 09:55:48 -04:00 |
|
Adam Magness
|
35abc4bb64
|
get markup template
implement getMarkupTemplate function
|
2018-10-31 10:44:06 -04:00 |
|
Adam Magness
|
91facd2d0a
|
replace macros
implement new replaceMacros function
|
2018-10-31 10:35:50 -04:00 |
|
rabuzarus
|
02ef222fe1
|
fix undeclared variables or wrong variable names (/view)
|
2018-02-12 16:50:05 +01:00 |
|
Adam Magness
|
ead9d86236
|
More t()
Update more t() calls
|
2018-01-22 18:03:26 -05:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Adam Magness
|
0dfa57948f
|
Issue-#3873
Replace deprecated functions with new syntax.
|
2017-11-07 06:24:39 -05:00 |
|
Michael
|
5adfeb0bd5
|
App::get_baseurl is now replaced with System::baseUrl
|
2017-08-26 07:32:10 +00:00 |
|
Michael
|
3c24bed412
|
New class "System"
|
2017-08-26 06:04:21 +00:00 |
|
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 |
|
rebeka-catalina
|
554704e6b9
|
Added a whitespace between comma and t()
|
2017-04-08 16:57:24 +02:00 |
|
Hypolite Petovan
|
623479a346
|
Normalize App parameter declaration (view folder)
|
2017-01-09 23:06:08 +11:00 |
|
Roland Haeder
|
bc9cb5e5f6
|
added curly braces + fixed indenting according to code review by Hypolite
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2016-12-30 21:48:09 +01: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
|
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 |
|
Zach Prezkuta
|
11c06e21b7
|
simplify by making Smarty include directives behave like Friendica native ones
|
2012-12-25 11:55:57 -07:00 |
|
Zach Prezkuta
|
96ed0a7791
|
Implement Smarty3
|
2012-12-22 12:57:29 -07:00 |
|
Fabrixxm
|
9d738570ee
|
quattro: options for posts and textareas font size
|
2012-10-01 08:58:05 -04:00 |
|
Tobias Diekershoff
|
cb1c9de069
|
quattro: lilac color schema
|
2012-09-14 17:01:26 +02:00 |
|
Fabio Comuni
|
7aa3b92f4c
|
quattro: add admin theme settigs. darker items background with a bottom border.
|
2012-04-13 11:21:15 +02:00 |
|
Fabio Comuni
|
be2005f146
|
quattro: move quattro-green inside quattro folder.
Add config option to select quattro color scheme.
|
2012-03-30 21:21:14 +02:00 |
|
Fabio Comuni
|
db59a45030
|
quattro: add config.php
|
2012-03-30 15:45:23 +02:00 |
|