Hypolite Petovan
1f98fdfda6
Add new Widget\ContactBlock
2019-01-21 10:54:42 -05:00
Hypolite Petovan
4a95ca280d
Remove unused code
...
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
- Remove duplicate array keys
2019-01-21 10:48:40 -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
070aa016e0
Update more PHPDoc, including in include/
2019-01-21 10:39:28 -05:00
Hypolite Petovan
3282ce5389
Fix PHPDoc comments project-wide
2019-01-21 10:35:51 -05:00
Hypolite Petovan
55e54bb950
Replace deprecated Addon::callHooks with Hook::callAll
...
- Update documentation
2019-01-21 09:50:56 -05:00
Unknown
5db9d2fe66
Some more alignation
2019-01-21 08:40:46 -05:00
Unknown
bc553a2c49
Translated string will never match what's saved in DB if not english
...
Rare jongens die Amerikanen ;)
2019-01-21 08:40:46 -05:00
Unknown
c44ca31aec
Why got this even approved?
2019-01-21 08:40:46 -05:00
Unknown
24dbb69421
Added EMPTY key + updated to hypolite's suggestions
2019-01-21 08:40:45 -05:00
Jeroen De Meerleer
1d8c64cfec
Added original keys to maritial status
2019-01-21 08:40:44 -05:00
Jeroen De Meerleer
b70d762574
Added original keys to sexual preference
2019-01-21 08:40:43 -05:00
Jeroen De Meerleer
ab49a613c9
Added original keys to gender
2019-01-21 08:40:43 -05:00
rabuzarus
7b78ba3929
Bugfix - use magicLinks also for common/all friends and the directory
2019-01-19 15:12:46 +01:00
rabuzarus
528d175baa
Bugfix - provide magic links for remote user in magicLink()
2019-01-18 17:50:21 +01:00
Michael
28f14c7d60
Don't show deleted contacts, changed "pending" behaviour
2019-01-12 13:28:14 +00:00
Hypolite Petovan
c5632a061f
Fix output of Pager->getBaseQueryString
2019-01-11 19:30:33 -05:00
Hypolite Petovan
eaea24f98b
Remove Pager->ensureQueryParameter
2019-01-11 19:29:55 -05:00
Hypolite Petovan
ec8b313c2d
Replace Pager->ensureQueryParameter by Strings::ensureQueryParameter
2019-01-11 19:29:39 -05:00
Hypolite Petovan
b7b7b1b664
Add support for Hubzilla forum mentions (starting with !)
2019-01-08 20:56:01 -05:00
Hypolite Petovan
5e1ceb57de
Escape global namespaced get_app() calls
...
- Add deprecated status
2019-01-03 21:27:36 -05:00
Michael
fd6c64f9c1
Warning and notice fixed
2018-12-29 09:53:31 +00:00
Michael Vogel
94eca77041
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
...
Rework mod/match and mod/msearch
2018-12-27 18:04:06 +01:00
Hypolite Petovan
761e94d134
Remove redundant htmlentities/htmlspecialchars
2018-12-25 11:37:57 -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
1938ec3ebe
Rework mod/match
...
- Replace classic pager with a start index
- Remove q() calls
- Ensure template is still loaded even with no results.
- Improve Minimal Pager display of next link
2018-12-24 00:56:14 -05:00
Hypolite Petovan
b6e1571b1e
Fix various notices
2018-12-15 04:32:47 -05:00
Hypolite Petovan
924869ab5b
Merge branch 'develop' into bug/6211-fix-contact-nets-all
2018-12-02 10:24:50 -05: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
Hypolite Petovan
663ba65f17
Remove "all" value for nets parameter
2018-11-30 05:43:07 -05:00
Michael Vogel
42a3610a79
Merge pull request #6184 from MrPetovan/task/normalize-bbcode-hashtags
...
Normalize BBCode hashtags links
2018-11-24 13:14:50 +01:00
Hypolite Petovan
9774fd8be9
Remove unused parameter $save in HTML::search
...
- Remove unused variables in saved_search()
2018-11-23 09:53:14 -05:00
Hypolite Petovan
ee88de1ef9
Normalize BBCode Hashtag replacement
2018-11-22 09:34:17 -05:00
Michael
aa1882fd99
Sanitize the OEmbed data before processing it
2018-11-21 07:07:24 +00:00
Michael
43079bfaf8
Several default features are now in the core
2018-11-18 20:13:46 +00:00
Michael
0ad71ebbbc
Networks are now protocols
2018-11-18 12:44:01 +00:00
Adam Magness
b5a97c1abe
Move getTags to BBCode
...
move getTags function to BBCode class and update calls.
2018-11-09 13:24:19 -05:00
Adam Magness
ffc406d819
normalise_link calls
...
implement normaliseLink function
2018-11-08 11:28:29 -05:00
Adam Magness
6fc9c6de3b
base64url calls
...
implement base64UrlEncode and base64UrlDecode functions
2018-11-08 10:37:08 -05:00
Adam Magness
991f259ecb
random_string calls
...
implement getRandomHex function
2018-11-08 08:45:46 -05:00
Adam Magness
e537f7d017
Function calls
...
update function calls to new class
2018-11-06 21:16:27 -05:00
Michael
ffb03517b6
Fixes PR 6085
2018-11-06 14:00:31 +00:00
Adam Magness
4f07ebb52f
Rename properly
...
rename function properly this time!
2018-11-06 06:34:32 -05:00
Adam Magness
3eecd108c5
rename function
...
rename function and update calls.
2018-11-06 06:31:48 -05:00
Adam Magness
237fc30b4e
Missed use
...
fix missing use statement
2018-11-05 21:45:44 -05:00
Adam Magness
591c00dd5c
bug fix
...
fix variable
2018-11-05 21:26:58 -05:00
Adam Magness
a71eb1d127
functions moved to HTML class
...
update function calls to moved class.
2018-11-05 21:06:26 -05:00
Adam Magness
e31dde6084
Split text.php to HTML class
...
move functions from text.php to src/Content/Text/HTML
2018-11-05 20:27:22 -05:00
Adam Magness
9e51be7554
Revert "Update function calls"
...
This reverts commit 748fb8b946
.
2018-11-05 13:07:07 -05:00
Adam Magness
748fb8b946
Update function calls
...
update function calls to new class
2018-11-05 07:40:18 -05:00