Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module\Help: Only variables can be passed by reference. | Harald Eilertsen | 2024-06-12 | 1 | -1/+2 |
| | | | | | | Introduce an intermediate variable when extracting the file type from the file name. Otherwise we would try to pass a returned value as a reference. | ||||
* | Module\Rbmark: Pass all fields to input field templates. | Harald Eilertsen | 2024-06-12 | 1 | -3/+3 |
| | |||||
* | boot/login: Pass all expected args to sub templates. | Harald Eilertsen | 2024-06-12 | 1 | -3/+3 |
| | |||||
* | Module\Rbmark: Specify all fields in the template. | Harald Eilertsen | 2024-06-12 | 1 | -0/+1 |
| | | | | | The `field_select` sub template wants five elements in the `field` array. | ||||
* | includes/menu: Fix timestamp handling in menu_create. | Harald Eilertsen | 2024-06-12 | 1 | -3/+4 |
| | | | | | Referencing undefined array keys are not allowed anymore, so we need to check whether they exist first. | ||||
* | Module\Setup: Pass all required params for the template. | Harald Eilertsen | 2024-06-12 | 2 | -1/+5 |
| | | | | | | Non-existing keys in the array passed to the template causes a warning. Also make optional parts of the template actually optional by skipping them if the value is empty. | ||||
* | Merge branch 'doc/update-member-tag-and-mention-docs' into 'dev' | Mario | 2024-05-27 | 6 | -83/+96 |
|\ | | | | | | | | | Member docs: Update docs on tags and mentions. See merge request hubzilla/core!2130 | ||||
| * | Minor style update for the `.abook-self` CSS class. | Harald Eilertsen | 2024-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | It was hardcoded to a blindingly white, which did not work too well with the white text in dark mode. Use a proper bootstrap var, so it follows the prefered color scheme instead. | ||||
| * | Member docs: Update dogs on tags and mentions. | Harald Eilertsen | 2024-05-25 | 5 | -82/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'update-phpunit-10x' into 'dev' | Mario | 2024-05-27 | 25 | -485/+469 |
|\ \ | |/ |/| | | | | | Upgrade test framework to PHPUnit 10.5 See merge request hubzilla/core!2128 | ||||
| * | Upgrade test framework to PHPUnit 10.5 | Harald Eilertsen | 2024-05-27 | 25 | -485/+469 |
|/ | |||||
* | Merge branch 'refactor-module-rbmark' into 'dev' | Mario | 2024-05-15 | 5 | -60/+143 |
|\ | | | | | | | | | Refactor and cleanup Rbmark module + add tests See merge request hubzilla/core!2126 | ||||
| * | Refactor and cleanup Rbmark module + add tests | Harald Eilertsen | 2024-05-15 | 5 | -60/+143 |
| | | |||||
* | | deal with inReplyTo array | Mario | 2024-05-15 | 1 | -1/+1 |
| | | |||||
* | | missing semicolon and code readability | Mario | 2024-05-14 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-05-14 | 2 | -54/+0 |
|\ \ | |||||
| * \ | Merge branch 'remove-unused-modules' into 'dev' | Mario | 2024-05-13 | 2 | -54/+0 |
| |\ \ | | |/ | |/| | | | | | | | Remove unused Toggle_(safesearch|mobile) modules. See merge request hubzilla/core!2125 | ||||
| | * | Remove unused Toggle_(safesearch|mobile) modules. | Harald Eilertsen | 2024-05-13 | 2 | -54/+0 |
| |/ | |||||
* / | php warnings/errors | Mario | 2024-05-14 | 1 | -1/+4 |
|/ | |||||
* | make mod regate return to system.workflow_channel_next and show register ↵ | Mario | 2024-05-08 | 4 | -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. ↵ | Mario | 2024-05-08 | 2 | -0/+9 |
| | | | | add test. | ||||
* | more fixes for issue #1843 | Mario | 2024-05-08 | 3 | -14/+8 |
| | |||||
* | make sure the hcard addon markup will be available even if other profile ↵ | Mario Vavti | 2024-05-08 | 1 | -0/+3 |
| | | | | entries are missing | ||||
* | Merge branch 'rename-help-helper-trait' into 'dev' | Mario | 2024-05-07 | 3 | -3/+3 |
|\ | | | | | | | | | Rename HelpHelper to HelpHelperTrait. See merge request hubzilla/core!2124 | ||||
| * | Rename HelpHelper to HelpHelperTrait. | Harald Eilertsen | 2024-05-03 | 3 | -3/+3 |
| | | | | | | | | PHPCS prefers traits to be suffixed with "Trait", and I think I agree. | ||||
* | | add tests | Mario | 2024-05-07 | 1 | -0/+8 |
| | | |||||
* | | add bbcode support for the HTML5 del tag | Mario | 2024-05-07 | 2 | -1/+5 |
| | | |||||
* | | apply li fixes to html2plain | Mario | 2024-05-03 | 1 | -1/+3 |
| | | |||||
* | | make parsing of li slightly more robust | Mario | 2024-05-03 | 1 | -2/+2 |
|/ | |||||
* | also deal with ol and ul tags earlier and add test for double nested lists | Mario | 2024-05-03 | 2 | -6/+11 |
| | |||||
* | deal with li tags earlier seems to be more straight forward also add test ↵ | Mario | 2024-05-03 | 2 | -9/+17 |
| | | | | for li without closing tag | ||||
* | fix nested lists by parsing li before ul or ol and add a test | Mario | 2024-05-03 | 2 | -2/+9 |
| | |||||
* | make sure to always move the recent notification to the top | Mario | 2024-05-03 | 1 | -4/+5 |
| | |||||
* | fix the test - we do not use a title anymore since it does not make much ↵ | Mario | 2024-05-02 | 2 | -1/+3 |
| | | | | sense in combination of the sub titles | ||||
* | some css voodoo for the help menu | Mario | 2024-05-02 | 3 | -34/+31 |
| | |||||
* | bump version | Mario | 2024-05-02 | 1 | -1/+1 |
| | |||||
* | add some deduplication | Mario | 2024-05-02 | 1 | -4/+9 |
| | |||||
* | another css fix | Mario | 2024-05-02 | 2 | -2/+2 |
| | |||||
* | css fix and bump version | Mario | 2024-05-02 | 2 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-05-02 | 3 | -13/+95 |
|\ | |||||
| * | Merge branch 'fix-broken-get_rpost_path' into 'dev' | Mario | 2024-05-02 | 2 | -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 Eilertsen | 2024-05-01 | 2 | -2/+41 |
| | | | |||||
| * | | Merge branch 'improve-unit-test-docs' into 'dev' | Mario | 2024-05-02 | 1 | -11/+54 |
| |\ \ | | | | | | | | | | | | | | | | | Improve docs for UnitTestCase class. See merge request hubzilla/core!2122 | ||||
| | * | | Improve docs for UnitTestCase class. | Harald Eilertsen | 2024-05-01 | 1 | -11/+54 |
| | |/ | |||||
* | / | remove jgrowl | Mario | 2024-05-02 | 28 | -1265/+11 |
|/ / | |||||
* | | remove redundant comma | Mario | 2024-05-02 | 1 | -1/+1 |
| | | |||||
* | | css fix | Mario | 2024-05-02 | 1 | -1/+1 |
| | | |||||
* | | start removing jgrowl | Mario | 2024-05-02 | 4 | -5/+33 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2024-04-30 | 549 | -445/+764 |
|\| | |||||
| * | Merge branch 'cherry-pick-60cd7cc8' into 'dev' | Mario | 2024-04-30 | 2 | -18/+17 |
| |\ | | | | | | | | | | | | | Fix some errors in Spanish strings See merge request hubzilla/core!2121 |