rabuzarus
0993f3e6ef
fix isssue if friendica is installed into a subdirectory
2019-01-30 01:00:40 +01:00
Hypolite Petovan
7f2dc40601
Fix potential bugs without expected behavior change
...
- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value
2019-01-21 11:04:19 -05:00
Hypolite Petovan
cb3f09ae4f
Refactor namespaces
...
- Remove unused use statements
- Add required use statements
- Escape global classes
2019-01-21 10:43:42 -05:00
Hypolite Petovan
3282ce5389
Fix PHPDoc comments project-wide
2019-01-21 10:35:51 -05:00
Philipp Holzer
2e602afd3e
Add Monolog
2019-01-21 10:10:40 -05:00
Hypolite Petovan
2f49c4a058
Revert "Add monolog"
2019-01-21 10:08:09 -05:00
Philipp Holzer
6e48df2163
Refactor Loglevels
2019-01-21 10:00:46 -05:00
Philipp Holzer
6150c2fa9c
Bugfixing
2019-01-21 09:59:11 -05:00
Philipp Holzer
8f9c0fe149
Adding Develop and normal Logging instances
2019-01-21 09:59:08 -05:00
Philipp Holzer
fe8f0e0045
Add Monolog
2019-01-21 09:58:05 -05:00
Hypolite Petovan
55e54bb950
Replace deprecated Addon::callHooks with Hook::callAll
...
- Update documentation
2019-01-21 09:50:56 -05:00
fabrixxm
75daf96590
Revert "Catch HTTPExceptions in App::runFrontend()"
...
This reverts commit 58bd75f8f35f89fc275d5cd8e3ef40b9b18cb149.
2019-01-21 08:59:59 -05:00
fabrixxm
89eaf508f1
Catch HTTPExceptions in App::runFrontend()
...
Set correct http response header, display error message using "404.tpl"
2019-01-21 08:49:17 -05:00
Hypolite Petovan
89cb1b276d
Move rawContent before theme initialization
2019-01-19 22:03:49 -05:00
Hypolite Petovan
af7b852d04
Insert theme init after module init but before post/content
2019-01-19 21:52:43 -05:00
Michael
2a0e18c7dd
Bugfix: Theme functions hadn't been executed anymore
2019-01-18 20:08:35 +00:00
Hypolite Petovan
f6092ebebb
Add App->mobileDetect property
2019-01-11 20:48:29 -05:00
Hypolite Petovan
979230da27
Allow theme setting in module
...
- Restore theme name caching
2018-12-29 15:40:04 -05:00
Hypolite Petovan
acaee626f5
Remove include/ requires that are now done directly from Composer
2018-12-24 09:56:25 -05:00
Hypolite Petovan
607f7daf51
Add PHP 5 compatible recursive dirname()
2018-12-15 02:46:08 -05:00
Michael Vogel
5a3991d4f7
Merge pull request #6219 from MrPetovan/task/remove-x
...
Remove x()
2018-12-01 23:40:51 +01:00
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()
2018-11-30 09:06:22 -05:00
Michael
4a1f9a9bdd
Improved url detection for redirects
2018-11-30 11:27:17 +00:00
Hypolite Petovan
d6eb1135e5
Add support for PHP array config files
...
- Add new base config files
- Remove useless DIRECTORY_SEPARATOR instances
2018-11-25 01:42:05 -05:00
Jonny Tischbein
9aea59d4e3
Change Worker to use only MemFree in isMinMemoryReached
2018-11-19 23:21:40 +01:00
Hypolite Petovan
09c94dba86
Add URL encoding to toggle_mobile parameter
2018-11-10 08:55:48 -05:00
Adam Magness
ffc406d819
normalise_link calls
...
implement normaliseLink function
2018-11-08 11:28:29 -05:00
Adam Magness
5276c28a78
link_compare calls
...
implement compareLink function.
2018-11-08 10:46:50 -05:00
Hypolite Petovan
8a46c786f3
Merge pull request #6053 from zeroadam/CoreRenderer
...
Core Renderer Class
2018-10-31 13:57:12 -04:00
Adam Magness
70f01d6c00
Template Engine and props to Renderer
...
move methods and props from App to Renderer
2018-10-31 13:25:38 -04:00
Adam Magness
3f74ba88c2
Move delimiter props and functions
...
move left and right delimiter functions and properties to Render class.
2018-10-31 12:12:15 -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
Philipp Holzer
f08f063a38
Replaced check_db in App
2018-10-31 14:44:24 +01:00
Adam Magness
c3ee9afa59
Bug fix
...
update Logger::DEBUG to Core\Logger::
2018-10-30 11:43:27 -04:00
Adam Magness
50da89d861
Logger Levels
...
update logger levels in calls
2018-10-30 09:58:45 -04:00
Adam Magness
14fde5dc9b
Log function
...
implement log() function.
2018-10-30 09:57:14 -04:00
Philipp Holzer
e586e49c82
Bugfixing missing 'REQUEST_URI' for relative path installation
2018-10-30 12:58:15 +01:00
Hypolite Petovan
4bcd2d7708
Declare missing $lang
for default template in App->runFrontend
2018-10-26 08:13:31 -04:00
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()
2018-10-25 00:07:15 -04:00
Philipp Holzer
072eeb8bec
making english sentences
2018-10-24 20:52:38 +02:00
Philipp Holzer
99a33b7335
Code standards
2018-10-24 20:44:19 +02:00
Philipp Holzer
310d49b82a
removed use Friendica\Core\System again
2018-10-24 20:24:22 +02:00
Philipp Holzer
48535c0959
Bugfixing redirects
...
- Adding App->redirect if both redirects are possible
2018-10-24 20:18:46 +02:00
fabrixxm
035603a516
Replace Frienica\Core\Addon::isApp() withi Friendica\Core\Hook::isAddonApp()
...
fix #6010
2018-10-23 17:27:53 +02:00
Philipp Holzer
3e6ea9383b
Making redirect message more informative
2018-10-23 12:17:41 +02:00
Hypolite Petovan
b6a0b686c4
Fix missing instance of Addon::isEnabled in App
2018-10-22 21:09:53 -04:00
Hypolite Petovan
373df31817
Fix wrong namespace for Core\System in App
2018-10-22 18:07:00 -04:00
Hypolite Petovan
f6e064195a
Fix Fatal Error in App
2018-10-22 18:01:17 -04:00
Hypolite Petovan
9eaedc576c
Remove unused dbstructure hook call in App->loadDatabase
2018-10-22 16:50:55 -04:00