nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
Hypolite Petovan
|
5670c19d5c
|
Move/rename base module classes
|
2020-01-29 23:23:07 -05:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +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
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
nupplaPhil
|
8b6e123b3f
|
Refactor deprecated App::isAjax() to DI::mode()->isAjax()
|
2019-12-29 20:17:44 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
2019-11-05 21:48:54 +00:00 |
|
Michael
|
bd62d548db
|
Added parameters
|
2019-11-05 20:22:54 +00:00 |
|
Hypolite Petovan
|
f59ea2af55
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
|
Philipp Holzer
|
d39a6ba444
|
Auto-remove duplicated, allowed themes during reload
|
2019-08-17 20:00:11 +02:00 |
|
Philipp Holzer
|
7e82f8dc2e
|
fix Admin Theme reload
|
2019-08-17 19:55:14 +02:00 |
|
Hypolite Petovan
|
477a84a8c4
|
Ensures node theme settings are used to render theme embed
|
2019-07-17 23:25:22 -04:00 |
|
Hypolite Petovan
|
92b415bc36
|
Fix EOL and EOF in Admin modules
|
2019-05-02 09:55:50 -04:00 |
|
Hypolite Petovan
|
9774c95b80
|
Remove duplicate $baseurl template variable
- Remove unused $overwriteURL parameter in Renderer::replaceMacros
|
2019-05-02 09:55:48 -04:00 |
|
Hypolite Petovan
|
d0b40cda4c
|
Move admin/themes/{theme} to src/Module
- Remove now unused templates/admin/addon_detail.tpl
- Remove references to themes admin in mod/admin.php
|
2019-05-02 09:52:50 -04:00 |
|
Hypolite Petovan
|
a5da0fd98f
|
Add admin/themes/{theme}/embed module
- This module allows editing the site settings for a theme with a different user theme
|
2019-05-02 09:52:49 -04:00 |
|
Hypolite Petovan
|
a13bc14933
|
Move admin/themes to src/Module
- Add Module\Admin\Themes\Index class
- Add route for admin/themes
- Add themes admin aside menu entry
- Add admin/addons/index.tpl template
- Remove theme list from mod/admin
|
2019-05-02 09:52:43 -04:00 |
|