Hypolite Petovan
73f182069e
Auto-focus first input field of modal when shown
...
Fixes #3101
6 years ago
rabuzarus
5ab6843f38
Bugfix: fix typo in event variable
6 years ago
Fabio
81529a43ad
Update IT strings
6 years ago
Hypolite Petovan
623479a346
Normalize App parameter declaration (view folder)
6 years ago
Michael
16f0221e4c
DBClean now has a smaller limit/Query improvements
6 years ago
rabuzarus
898761b4a0
Show mobile theme selection only if mobile themes are available (default template)
6 years ago
rabuzarus
0994a0ced5
Frio: Show mobile theme selection only if mobile themes are available
6 years ago
rabuzarus
995e1fe690
Bugfix: Frio - use "Help" instead of "Help And Documentation" as label in the nav user menu
6 years ago
rabuzarus
860d6d51b9
Frio: add "aria-describedby" to the field templates
6 years ago
rabuzarus
96dfd22d9d
Frio: implent switcher element
6 years ago
Tobias Diekershoff
b783a98a9f
DE translations THX Rabuzarus
6 years ago
rabuzarus
5bef39189b
Bugfix: Frio css - add z-index to badges
6 years ago
Tobias Diekershoff
e301dc7607
ES translation of the core
6 years ago
Tobias Diekershoff
e74cee1e42
DE translation of the core
6 years ago
rabuzarus
885bd09598
Bugfix: fix the frio poke template
6 years ago
Roland Häder
d2df464d8c
added curly braces + fixed indenting according to code review by Hypolite
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
bc9cb5e5f6
added curly braces + fixed indenting according to code review by Hypolite
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
rabuzarus
a6d7ad0755
Update cache on photo edit only when album name has changed
6 years ago
rabuzarus
3677467cef
update perfect-scrollbar to version 0.6.15
6 years ago
Roland Häder
820ef8e4c7
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
rabuzarus
747e97a7b2
frio: revert img.intro-photo to 80pxx80px
6 years ago
rabuzarus
2fcbba9410
provide local time for notifications
6 years ago
rabuzarus
125d2f24dd
frio: add profile link to the notifications url
6 years ago
rabuzarus
51c9a66fc3
frio: add notifications templates to frio
6 years ago
rabuzarus
8a9143023d
frio: append hovercard to body element
6 years ago
rabuzarus
24a58ab2e6
frio: append bs tooltip to body element
6 years ago
Roland Häder
013f8a4139
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
bb06d9ce32
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
54615be22e
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
3569c9d212
Opps, forgot this ...
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
a883514604
Opps, forgot this ...
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
c22878643b
Opps, forgot this ...
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 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>
6 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
6 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>
6 years ago
Roland Häder
fb817b18ad
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
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
Tobias Diekershoff
85dec3cf30
DE translation of the core
6 years ago
Michael
bc323b0bfa
OStatus: Follow/Unfollow should now work again.
6 years ago
Roland Häder
448c5aa694
Cleanup for #3010 - added spaces, thanks to @annando .
...
Signed-off-by: Roland Häder <roland@mxchange.org>
6 years ago
Roland Häder
dd8d797d9f
Fixes for #3010 - removed baseurl as this is no longer done, still there are 89
...
left in templates.
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
rabuzarus
7dcf44aa96
frio: delete unneeded button attributes in search forms
6 years ago
Tobias Diekershoff
132477990d
move that option up, as the admin panel has no control over it ATM
6 years ago
Tobias Diekershoff
89caa18fe0
add the kickstart allowed protocols to htconfig.tpl. 2932 follow-up
6 years ago
Tobias Diekershoff
3512c87e64
DE, ES update to the translation
6 years ago
Tobias Diekershoff
71cfe6db94
show some of the worker options only when the worker process is active
6 years ago
rabuzarus
b65433c823
docu docs: some polishing
6 years ago