Roland Häder
d529125c8e
added spaces + some curly braces + some usage of dbm::is_result()
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Roland Häder
aeb0ed32c8
added curly braces + removed more useless intval() calls on file_exists()
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Roland Häder
0cd241bcbe
added spaces + some curly braces + some usage of dbm::is_result()
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Michael
eaf93dc041
I guess, @Hypolite will still find something to change ...
5 years ago
Michael
0dbc72c4ea
Embrace the braces and spaces ...
5 years ago
Michael
cc86d8ea14
Language data won't be displayed anymore (it was experimental stuff)
5 years ago
Michael
997e94555b
The old pager is removed
5 years ago
Michael
39386ded36
"old_share" is removed
5 years ago
Michael
99fb15037b
Removed some more unneeded stuff
5 years ago
Michael
733caa5669
Removed admin settings
5 years ago
Michael
2a8a5a6d88
Improved server vitality detection
5 years ago
Michael
49834676c7
Bugfix issue 3116: Only allowed themes are displayed
5 years ago
Michael
becfeaf0b7
Bugfix: Caching of non string cache values now works.
5 years ago
Hypolite Petovan
8a197055e3
Normalize App parameter declaration (mod folder, 1 out of 3)
6 years ago
Tobias Diekershoff
236c7805a4
for the fed stats it is better to have a >= then a = in the query
6 years ago
Roland Häder
7131e45cb1
added some spaces
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
f844d96a7f
added some spaces
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
7aa799a0ee
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
b7c9d63b7a
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
9fad8109ff
changed to this:
...
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
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>
6 years ago
Roland Häder
d6e57f0348
Continued with coding convention:
...
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
70a042fd04
added more curly braces + space between "if" and brace
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
52f14ffa5f
Continued with coding convention:
...
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
6e44acfed6
Continued with coding convention:
...
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
de689583e2
added more curly braces + space between "if" and brace
...
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
mod/admin.php
6 years ago
Roland Häder
4b221d216e
added more curly braces + space between "if" and brace
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
4dce3d8224
changed to this:
...
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
e6463c8af6
Coding convention:
...
- added curly braces
- added space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
65e1cd728c
Coding convention:
...
- added curly braces
- added space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
a5e4882e25
Coding convention:
...
- added curly braces
- added space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
e1f3661645
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
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>
6 years ago
Roland Häder
46d383369c
Cleanup for #3010 - added spaces, thanks to @annando .
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
6a8a36f12d
More usage of dbm::is_result($r) instead of count($r):
...
- count() returns very different results and never a boolean (not even false on
error condition).
- therefore you should NOT use it in boolean expressions. This still *can* be
done in PHP because of its lazyness. But it is discouraged if it comes to
more clean code.
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Tobias Diekershoff
ac5617c40c
add frontend worker to the admin panel and regen master messages.po file
6 years ago
Michael
edbdd0e34a
Bugfix: We should only search in the current database for MyISAM tables
6 years ago
Tobias Diekershoff
97c6f668e6
add a warning to the admin panel when the MySQL version is problematic
6 years ago
Tobias Diekershoff
b03009d962
use an array for warnings in admin panel
6 years ago
Tobias Diekershoff
38f9fab6c4
mysql keywords
6 years ago
Tobias Diekershoff
7aaaa0a3c7
Show a warning message in the admin panel when MyISAM is still in use
6 years ago
Tobias Diekershoff
b95bf00e89
Additional info in registration request
6 years ago
Jens Tautenhahn
d92c9a444f
Revert "count only version numbers starting with "numbers / dot or dash / numbers" in federation statistics"
...
This reverts commit 7b5c5c0fa2
.
6 years ago
Tobias Diekershoff
df3c776e1b
shorter foreach loop
6 years ago
Tobias Diekershoff
772d33342c
add unkown to empty version strings
6 years ago
Tobias Diekershoff
32b2d9952b
some platforms don't provide version information
6 years ago
Jens Tautenhahn
7b5c5c0fa2
count only version numbers starting with "numbers / dot or dash / numbers" in federation statistics
6 years ago
Tobias Diekershoff
350887f892
prepare for Mastodon in the federation stats and include BlaBlaNet
6 years ago
Hypolite Petovan
2fc2a1a228
Fix typo in get_available_languages function name
...
- Add Doxygen comment block
- Fix formatting
- Renamed variable for faster understanding
6 years ago
Michael Vogel
e5c7ce0902
Use "last-item" in the contact table instead of an expensive sql query
6 years ago