aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | php warnings/errorsMario2024-05-141-1/+4
|/
* make mod regate return to system.workflow_channel_next and show register ↵Mario2024-05-084-8/+11
| | | | message field only if registration is set to register_approve
* remove p tags from li. otherwise we will get unwanted new lines in the list. ↵Mario2024-05-082-0/+9
| | | | add test.
* more fixes for issue #1843Mario2024-05-083-14/+8
|
* make sure the hcard addon markup will be available even if other profile ↵Mario Vavti2024-05-081-0/+3
| | | | entries are missing
* Merge branch 'rename-help-helper-trait' into 'dev'Mario2024-05-073-3/+3
|\ | | | | | | | | Rename HelpHelper to HelpHelperTrait. See merge request hubzilla/core!2124
| * Rename HelpHelper to HelpHelperTrait.Harald Eilertsen2024-05-033-3/+3
| | | | | | | | PHPCS prefers traits to be suffixed with "Trait", and I think I agree.
* | add testsMario2024-05-071-0/+8
| |
* | add bbcode support for the HTML5 del tagMario2024-05-072-1/+5
| |
* | apply li fixes to html2plainMario2024-05-031-1/+3
| |
* | make parsing of li slightly more robustMario2024-05-031-2/+2
|/
* also deal with ol and ul tags earlier and add test for double nested listsMario2024-05-032-6/+11
|
* deal with li tags earlier seems to be more straight forward also add test ↵Mario2024-05-032-9/+17
| | | | for li without closing tag
* fix nested lists by parsing li before ul or ol and add a testMario2024-05-032-2/+9
|
* make sure to always move the recent notification to the topMario2024-05-031-4/+5
|
* fix the test - we do not use a title anymore since it does not make much ↵Mario2024-05-022-1/+3
| | | | sense in combination of the sub titles
* some css voodoo for the help menuMario2024-05-023-34/+31
|
* bump versionMario2024-05-021-1/+1
|
* add some deduplicationMario2024-05-021-4/+9
|
* another css fixMario2024-05-022-2/+2
|
* css fix and bump versionMario2024-05-022-2/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-05-023-13/+95
|\
| * Merge branch 'fix-broken-get_rpost_path' into 'dev'Mario2024-05-022-2/+41
| |\ | | | | | | | | | | | | Libzot: get_rpost_path was broken for URL's with no port. See merge request hubzilla/core!2123
| | * Libzot: get_rpost_path was broken for URL's with no port.Harald Eilertsen2024-05-012-2/+41
| | |
| * | Merge branch 'improve-unit-test-docs' into 'dev'Mario2024-05-021-11/+54
| |\ \ | | | | | | | | | | | | | | | | Improve docs for UnitTestCase class. See merge request hubzilla/core!2122
| | * | Improve docs for UnitTestCase class.Harald Eilertsen2024-05-011-11/+54
| | |/
* | / remove jgrowlMario2024-05-0228-1265/+11
|/ /
* | remove redundant commaMario2024-05-021-1/+1
| |
* | css fixMario2024-05-021-1/+1
| |
* | start removing jgrowlMario2024-05-024-5/+33
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-04-30549-445/+764
|\|
| * Merge branch 'cherry-pick-60cd7cc8' into 'dev'Mario2024-04-302-18/+17
| |\ | | | | | | | | | | | | Fix some errors in Spanish strings See merge request hubzilla/core!2121
| | * Fix some errors in Spanish stringsmjfriaza:4GF~eYj,-iAv2024-04-282-18/+17
| | | | | | | | | (cherry picked from commit 60cd7cc8d09240e1a3f7f7b3bde75115a61ce4de)
| * | Merge branch 'rework-help-module' into 'dev'Mario2024-04-30547-427/+747
| |\ \ | | |/ | |/| | | | | | | Rework Help module + begin tests for Setup module See merge request hubzilla/core!2120
| | * Rework Help module + begin tests for Setup moduleHarald Eilertsen2024-04-30547-427/+747
| |/
* / remove loggingMario2024-04-201-2/+0
|/
* Merge branch 'global-state-and-some-docs' into 'dev'Mario2024-04-185-33/+92
|\ | | | | | | | | Reduce some global state and add some docs See merge request hubzilla/core!2119
| * Reduce some global state and add some docsHarald Eilertsen2024-04-185-33/+92
| |
* | Merge branch 'cherry-pick-4e5c6f9b' into 'dev'Mario2024-04-182-1970/+1412
|\ \ | | | | | | | | | | | | Update Spanish See merge request hubzilla/core!2118
| * | Update Spanishmjfriaza:4GF~eYj,-iAv2024-03-302-1970/+1412
| | | | | | | | | (cherry picked from commit 4e5c6f9bbaa702d9ccd5606a166c8e65224b8d8f)
* | | comment out deprecated way to find forum items and do not count announce ↵Mario2024-04-171-1/+5
| | | | | | | | | | | | activities
* | | fix spacing issues in mod wall_attach and make save_chunk() deal with ↵Mario2024-04-173-12/+19
| | | | | | | | | | | | userfile and file array keys
* | | passing an empty filter to deliverable_abook_xchans() will return all ↵Mario2024-04-171-4/+13
| | | | | | | | | | | | deliverable abook xchans - we do not want this in this place. also add some docu
* | | add some docuMario2024-04-171-0/+8
| |/ |/|
* | update siteinfoMario2024-04-052-3/+3
| |
* | minor refactor and store import host for possible later useMario2024-04-051-8/+12
| |
* | allow to kick off sync process in case it did not start at all. requires ↵Mario2024-04-051-0/+39
|/ | | | import host to be set manually in pconfig for now.
* add pdl for mod homeMario2024-03-271-0/+4
|
* reduce default directory result setMario2024-03-262-4/+8
|
* bump versionMario2024-03-261-1/+1
|