Hypolite Petovan
2f49c4a058
Revert "Add monolog"
3 years ago
Philipp Holzer
6e48df2163
Refactor Loglevels
3 years ago
Philipp Holzer
6150c2fa9c
Bugfixing
3 years ago
Philipp Holzer
8f9c0fe149
Adding Develop and normal Logging instances
3 years ago
Philipp Holzer
fe8f0e0045
Add Monolog
3 years ago
Hypolite Petovan
55e54bb950
Replace deprecated Addon::callHooks with Hook::callAll
...
- Update documentation
3 years ago
fabrixxm
75daf96590
Revert "Catch HTTPExceptions in App::runFrontend()"
...
This reverts commit 58bd75f8f3
.
3 years ago
fabrixxm
89eaf508f1
Catch HTTPExceptions in App::runFrontend()
...
Set correct http response header, display error message using "404.tpl"
3 years ago
Hypolite Petovan
89cb1b276d
Move rawContent before theme initialization
3 years ago
Hypolite Petovan
af7b852d04
Insert theme init after module init but before post/content
3 years ago
Michael
2a0e18c7dd
Bugfix: Theme functions hadn't been executed anymore
3 years ago
Hypolite Petovan
f6092ebebb
Add App->mobileDetect property
4 years ago
Hypolite Petovan
979230da27
Allow theme setting in module
...
- Restore theme name caching
4 years ago
Hypolite Petovan
acaee626f5
Remove include/ requires that are now done directly from Composer
4 years ago
Hypolite Petovan
607f7daf51
Add PHP 5 compatible recursive dirname()
4 years ago
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
...
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
4 years ago
Michael
4a1f9a9bdd
Improved url detection for redirects
4 years ago
Hypolite Petovan
d6eb1135e5
Add support for PHP array config files
...
- Add new base config files
- Remove useless DIRECTORY_SEPARATOR instances
4 years ago
Jonny Tischbein
9aea59d4e3
Change Worker to use only MemFree in isMinMemoryReached
4 years ago
Alexandre Alapetite
4d092872a5
Escaping moved to template
...
https://github.com/friendica/friendica/pull/6147#pullrequestreview-176051481
4 years ago
Alexandre Alapetite
e45d32d5a5
Fix lack of HTML encoding for stylesheet link
...
Previous to the fix, the home page had a line like (notice the wrongly
encoded `&`):
```html
<link rel="stylesheet" href="view/theme/frio/style.pcss?f=&puid=1"
type="text/css" media="screen" />
```
4 years ago
Hypolite Petovan
09c94dba86
Add URL encoding to toggle_mobile parameter
4 years ago
Adam Magness
ffc406d819
normalise_link calls
...
implement normaliseLink function
4 years ago
Adam Magness
5276c28a78
link_compare calls
...
implement compareLink function.
4 years ago
Adam Magness
70f01d6c00
Template Engine and props to Renderer
...
move methods and props from App to Renderer
4 years ago
Adam Magness
3f74ba88c2
Move delimiter props and functions
...
move left and right delimiter functions and properties to Render class.
4 years ago
Adam Magness
35abc4bb64
get markup template
...
implement getMarkupTemplate function
4 years ago
Adam Magness
91facd2d0a
replace macros
...
implement new replaceMacros function
4 years ago
Philipp Holzer
f08f063a38
Replaced check_db in App
4 years ago
Adam Magness
c3ee9afa59
Bug fix
...
update Logger::DEBUG to Core\Logger::
4 years ago
Adam Magness
50da89d861
Logger Levels
...
update logger levels in calls
4 years ago
Adam Magness
14fde5dc9b
Log function
...
implement log() function.
4 years ago
Philipp Holzer
e586e49c82
Bugfixing missing 'REQUEST_URI' for relative path installation
4 years ago
Hypolite Petovan
4bcd2d7708
Declare missing `$lang` for default template in App->runFrontend
4 years ago
Hypolite Petovan
14237a9599
Move $pager and $page_offset out of App
...
- Move infinite scroll data output in a module hook
- Use Pager instead of paginate() and alt_pager()
4 years ago
Philipp Holzer
072eeb8bec
making english sentences
4 years ago
Philipp Holzer
99a33b7335
Code standards
4 years ago
Philipp Holzer
310d49b82a
removed use Friendica\Core\System again
4 years ago
Philipp Holzer
48535c0959
Bugfixing redirects
...
- Adding App->redirect if both redirects are possible
4 years ago
fabrixxm
035603a516
Replace Frienica\Core\Addon::isApp() withi Friendica\Core\Hook::isAddonApp()
...
fix #6010
4 years ago
Philipp Holzer
3e6ea9383b
Making redirect message more informative
4 years ago
Hypolite Petovan
b6a0b686c4
Fix missing instance of Addon::isEnabled in App
4 years ago
Hypolite Petovan
373df31817
Fix wrong namespace for Core\System in App
4 years ago
Hypolite Petovan
f6e064195a
Fix Fatal Error in App
4 years ago
Hypolite Petovan
9eaedc576c
Remove unused dbstructure hook call in App->loadDatabase
4 years ago
Hypolite Petovan
19ffc0510b
Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php
4 years ago
Hypolite Petovan
ca9cad3491
Move hook-related methods from Core\Addon to Core\Hook
4 years ago
Philipp Holzer
3072c56057
goaway fix in App
4 years ago
Philipp Holzer
a9510ffcdf
description fix
4 years ago
Philipp Holzer
d00ddc01af
Split goaway to System::externalRedirectTo() and App->internalRedirect()
4 years ago