Harald Eilertsen
0a6bb06f86
Member docs: Update dogs on tags and mentions.
...
Rewrote it and corrected some outdated information about how to tag
forums etc. Also cleaned up the markup a bit.
Added information and links about which apps and admin addons are
required for given functionality.
Also added some images to help illustrate some subjects.
Uncertain about whether the information on how the autocomplete popup is
populated is correct anymore. Underlined it and added a question mark to
make sure it annoys someone (possibly me) to figure it out.
2024-05-25 12:20:14 +02:00
Mario
a10402a788
Merge branch 'refactor-module-rbmark' into 'dev'
...
Refactor and cleanup Rbmark module + add tests
See merge request hubzilla/core!2126
2024-05-15 08:28:19 +00:00
Harald Eilertsen
5da0cc138f
Refactor and cleanup Rbmark module + add tests
2024-05-15 08:28:19 +00:00
Mario
2145207ad2
deal with inReplyTo array
2024-05-15 07:38:07 +00:00
Mario
f086dfd8ca
missing semicolon and code readability
2024-05-14 09:05:02 +00:00
Mario
26cfc29303
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-05-14 09:01:19 +00:00
Mario
10d1cbd3ce
php warnings/errors
2024-05-14 09:00:43 +00:00
Mario
1299fdb7be
Merge branch 'remove-unused-modules' into 'dev'
...
Remove unused Toggle_(safesearch|mobile) modules.
See merge request hubzilla/core!2125
2024-05-13 07:42:18 +00:00
Harald Eilertsen
430347a295
Remove unused Toggle_(safesearch|mobile) modules.
2024-05-13 07:42:17 +00:00
Mario
960354b16c
make mod regate return to system.workflow_channel_next and show register message field only if registration is set to register_approve
2024-05-08 19:27:48 +00:00
Mario
481e08b904
remove p tags from li. otherwise we will get unwanted new lines in the list. add test.
2024-05-08 15:41:54 +00:00
Mario
76ce4705e2
more fixes for issue #1843
2024-05-08 14:34:44 +00:00
Mario Vavti
7a5bb99d87
make sure the hcard addon markup will be available even if other profile entries are missing
2024-05-08 12:18:00 +02:00
Mario
11d7a4c9f7
Merge branch 'rename-help-helper-trait' into 'dev'
...
Rename HelpHelper to HelpHelperTrait.
See merge request hubzilla/core!2124
2024-05-07 09:04:45 +00:00
Mario
9dd63db736
add tests
2024-05-07 08:56:25 +00:00
Mario
f74922db39
add bbcode support for the HTML5 del tag
2024-05-07 08:52:05 +00:00
Mario
605aa37ad3
apply li fixes to html2plain
2024-05-03 11:50:29 +00:00
Mario
262cebb568
make parsing of li slightly more robust
2024-05-03 13:38:45 +02:00
Harald Eilertsen
bfa81490c1
Rename HelpHelper to HelpHelperTrait.
...
PHPCS prefers traits to be suffixed with "Trait", and I think I agree.
2024-05-03 13:00:14 +02:00
Mario
219f0dfeca
also deal with ol and ul tags earlier and add test for double nested lists
2024-05-03 12:04:19 +02:00
Mario
3a50a0b715
deal with li tags earlier seems to be more straight forward also add test for li without closing tag
2024-05-03 10:23:36 +02:00
Mario
b25662e183
fix nested lists by parsing li before ul or ol and add a test
2024-05-03 09:39:58 +02:00
Mario
47a86f8771
make sure to always move the recent notification to the top
2024-05-03 06:52:05 +00:00
Mario
07696d4bd1
fix the test - we do not use a title anymore since it does not make much sense in combination of the sub titles
2024-05-02 19:24:13 +00:00
Mario
52e97fe115
some css voodoo for the help menu
2024-05-02 18:36:16 +00:00
Mario
58033f3255
bump version
2024-05-02 17:52:08 +00:00
Mario
ba4773a61e
add some deduplication
2024-05-02 17:51:39 +00:00
Mario
977e6a02f4
another css fix
2024-05-02 17:21:53 +00:00
Mario
6a53ddef21
css fix and bump version
2024-05-02 14:50:57 +00:00
Mario
2fb9c0ec0d
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-05-02 14:45:26 +00:00
Mario
98c3e2f93f
remove jgrowl
2024-05-02 14:44:16 +00:00
Mario
fb4568001d
Merge branch 'fix-broken-get_rpost_path' into 'dev'
...
Libzot: get_rpost_path was broken for URL's with no port.
See merge request hubzilla/core!2123
2024-05-02 14:43:22 +00:00
Mario
5eab32a65b
Merge branch 'improve-unit-test-docs' into 'dev'
...
Improve docs for UnitTestCase class.
See merge request hubzilla/core!2122
2024-05-02 14:16:16 +00:00
Mario
483221e2a8
remove redundant comma
2024-05-02 14:15:31 +00:00
Mario
2e575dee52
css fix
2024-05-02 14:09:09 +00:00
Mario
058c7d6c13
start removing jgrowl
2024-05-02 13:00:45 +00:00
Harald Eilertsen
630cecd740
Libzot: get_rpost_path was broken for URL's with no port.
2024-05-01 20:57:56 +02:00
Harald Eilertsen
4d29cffde5
Improve docs for UnitTestCase class.
2024-05-01 17:03:03 +02:00
Mario
c6116e367a
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
2024-04-30 07:01:19 +00:00
Mario
b6e6cecf70
Merge branch 'cherry-pick-60cd7cc8' into 'dev'
...
Fix some errors in Spanish strings
See merge request hubzilla/core!2121
2024-04-30 07:00:03 +00:00
Mario
ce15852b9a
Merge branch 'rework-help-module' into 'dev'
...
Rework Help module + begin tests for Setup module
See merge request hubzilla/core!2120
2024-04-30 06:59:20 +00:00
Harald Eilertsen
7c34a3676d
Rework Help module + begin tests for Setup module
2024-04-30 06:59:19 +00:00
mjfriaza:4GF~eYj,-iAv
1c92c7476b
Fix some errors in Spanish strings
...
(cherry picked from commit 60cd7cc8d09240e1a3f7f7b3bde75115a61ce4de)
2024-04-28 14:26:41 +00:00
Mario
80e124f53e
remove logging
2024-04-20 18:57:37 +00:00
Mario
48cec94505
Merge branch 'global-state-and-some-docs' into 'dev'
...
Reduce some global state and add some docs
See merge request hubzilla/core!2119
2024-04-18 09:55:43 +00:00
Harald Eilertsen
26c1fa07c9
Reduce some global state and add some docs
2024-04-18 09:55:42 +00:00
Mario
78a6774206
Merge branch 'cherry-pick-4e5c6f9b' into 'dev'
...
Update Spanish
See merge request hubzilla/core!2118
2024-04-18 08:31:52 +00:00
Mario
3b812f2570
comment out deprecated way to find forum items and do not count announce activities
2024-04-17 10:00:40 +00:00
Mario
2e15207d0b
fix spacing issues in mod wall_attach and make save_chunk() deal with userfile and file array keys
2024-04-17 07:45:20 +00:00
Mario
716013633e
passing an empty filter to deliverable_abook_xchans() will return all deliverable abook xchans - we do not want this in this place. also add some docu
2024-04-17 07:39:22 +00:00