Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
3 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>
4 years ago
Hypolite Petovan
f92918f471
Normalize App parameter declaration (mod folder, 2 out of 3)
4 years ago
Roland Häder
61c1317f80
added much more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
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
4 years ago
Roland Häder
e24c3a5b82
added much more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
4 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>
4 years ago
Roland Häder
98b7270295
Coding convention applied:
- space between "if" and brace
- curly braces on conditional blocks
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
include/lock.php
4 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>
4 years ago
Roland Häder
abff6372dd
Coding convention applied:
- space between "if" and brace
- curly braces on conditional blocks
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
include/lock.php
4 years ago
Roland Häder
fb676335db
Coding convention applied:
- space between "if" and brace
- curly braces on conditional blocks
Signed-off-by: Roland Häder <roland@mxchange.org>
4 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>
4 years ago
Roland Häder
46d383369c
Cleanup for #3010 - added spaces, thanks to @annando .
Signed-off-by: Roland Häder <roland@mxchange.org>
4 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>
4 years ago
Michael Vogel
668da905e2
"proc_run" is now called with priority.
4 years ago
Roland Haeder
3e701b90ac
Continued rewriting:
- use dba::is_result() everywhere (where I found the old, bad way)
- converted some spaces -> tabs for code
- converted some CRLF -> LF as mixures of both is not good
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Michael Vogel
5a90f865ed
Add the guid to items that we create locally
4 years ago
Michael Vogel
8f00836ffb
Add the guid to items that we create locally
4 years ago
fabrixxm
b202e02fbf
Revert "Updated modules to allow for partial overrides without errors"
This reverts commit db949bb802
.
5 years ago
Andrej Stieben
db949bb802
Updated modules to allow for partial overrides without errors
Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions.
5 years ago
rabuzarus
8f92b6eea4
some work on poke template
5 years ago
Michael Vogel
ed1dce93d6
Usage of /display/(guid) as path instead of /display/(user)/(id)
Bugfix for adding tags to photos
6 years ago
Michael Vogel
6e7bd68ebb
More "LIMIT 1" removed - and some other SQL improvements.
6 years ago
friendica
386b6d081b
moods
8 years ago
friendica
70389c99ea
logic was reversed - should work now
8 years ago
friendica
764ee653ba
Provide backend ability to poke as a comment rather than top-level post
8 years ago
friendica
0ff93edeee
poke privacy
8 years ago
friendica
9c72b45f36
and the main photo menu
8 years ago
friendica
d1243c9ad7
allow to prefill - url/poke?f=&c=nn - nn is contact id
8 years ago
friendica
1a75507f78
check permission
8 years ago
friendica
2f641ecdc8
id mismatch
8 years ago
friendica
d442bbc482
have fun...
8 years ago