Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
Roland Haeder
f2f20c85d5
added spaces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
be59fe86e5
added space + type-hinted $a (App)
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
e325c6ec85
opps, missed this one.
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
d07236deb6
huh? missed again
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
cd697e0d7c
more spaces! ;-)
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
0319517f94
more curly braces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
6ff0b15873
more spaces + curly braces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
577e93e9fc
added spaces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
bc5d1015b3
added curly braces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
a66f6fe668
more spaces and curly braces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
3220234693
more spaces
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
a0e5f7a59a
added spaces + curly braces and TODOs for upcoming type-hint rewrite. Please
note that PHP5 allows 'array' as type-hint already (+ interface/class name).
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Roland Haeder
03571f6e74
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
3 years ago
Roland Häder
fbd559a823
more spaces + some curly spaces added
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
ed0d858f98
added spaces + some curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
951006dd10
more spaces + some curly spaces added
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
41a36606c6
added spaces + some curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Hypolite Petovan
67ae0fed7f
Fix response "self" assigment
- Switch from unreliable `uid` matching to `author-id` using
public_contact()
3 years ago
Hypolite Petovan
9d5384f107
- Remove tinyMCE mentions or convert to addeditortext()
- Remove $editselect template value
4 years ago
Hypolite Petovan
87eb3d5ef2
Normalize App parameter declaration (doc-include folders, boot)
4 years ago
Roland Haeder
4edc73486e
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>
4 years ago
Roland Haeder
6c0c9d542a
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>
4 years ago
Roland Haeder
af2909bf8f
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>
4 years ago
Roland Häder
ad3779fd06
added spaces + curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
fc9dbc0899
added spaces + curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
5588472f6d
added spaces + curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
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
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
a905522eb5
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
63389ba23d
Pending or blocked - that's the question ...
4 years ago
Michael
624fabf884
Somehow the changes of pull request 2748 got vanished
4 years ago
Michael
3a76a6766f
Issue 2772: Pending contacts should now be displayed
4 years ago
Hypolite Petovan
4937a3b7d8
Add the self property to conversation responses
- Add a condition to check if the current user is amongst the responses
- Populate the responses array with the self attribute
4 years ago
Michael
3de862712d
Issue 2772: Posts from pending contacts should be displayed as well.
4 years ago
Hypolite Petovan
4b0e76f3b7
Fix Issue #2803 - Hovercard view profile link and public directory link
- Change "Edit Contact" link to "View Contact" in `include/Contact.php`
and `include/conversation.php`
- Add zrl parameter to public directory on single user instances
- Improved formatting of modified functions
4 years ago
Hypolite Petovan
a05a425448
[frio] Capitalize Jot tabs title
- Revert translation term change for "permissions"
4 years ago
Hypolite Petovan
b99b0ad931
[frio] Capitalize a few terms for consistency
- Changed the translation term "permissions" because only frio is using
it
- Changed the vote links style because it is shared with other themes
4 years ago
Hypolite Petovan
b9468df1e6
Add the self property to conversation responses
- Add a condition to check if the current user is amongst the responses
- Populate the responses array with the self attribute
4 years ago
Tobias Diekershoff
252f1827c1
correction of typos
4 years ago
Michael Vogel
1cb6043aea
Attachments are now displayed again.
4 years ago
Michael Vogel
c02b1c3f36
The "tagged with" message now works again.
4 years ago
rabuzarus
c1555b623a
best_link_url: don't use redirect for pending contacts
4 years ago
Michael Vogel
0a46a3d10e
Bugfix: Avatar pictures of mail contacts weren't displayed correctly
4 years ago
rabuzarus
073f520cee
add missing strings for frio
4 years ago
Michael Vogel
0adff6f6b8
Fix for author-thumb/owner-thumb - DFRN: Relocate stuff
4 years ago
Michael Vogel
91db7a549c
Optimised the amount of function for the item query
4 years ago
Michael Vogel
e512a83ecc
Massively updated avatar handling
4 years ago