aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix display issue for doubleleft templateMario2024-06-271-1/+1
* adjust right margin of profile imagesMario2024-06-271-1/+1
* version 9.3Mario2024-06-271-1/+1
* version 9.2RC1, strings and dump composer autoload filesMario2024-06-274-1879/+1873
* make sure we get a scrollbar if everything else breaks and remove some unused...Mario2024-06-263-21/+2
* use the doubleleft template by default for admin pages to work around some di...Mario2024-06-261-4/+1
* fix php errorMario2024-06-261-5/+5
* bump versionMario2024-06-251-1/+1
* reflect the censored state in the local xchan and exclude toplevel posts by c...Mario2024-06-252-20/+45
* fix issue where event items were parsed multiple timesMario2024-06-213-6/+12
* move template to wiki addonMario2024-06-181-59/+0
* fix return to blank page after editing post under some circumstancesMario2024-06-182-1/+6
* Merge branch 'misc-fixes' into 'dev'Mario2024-06-172-12/+113
|\
| * Update API docs for Module test case base class.Harald Eilertsen2024-06-161-6/+98
| * tests: Add helper expectRedirectTo to module test class.Harald Eilertsen2024-06-161-0/+6
| * Refactor is_local_url() and add api doc.Harald Eilertsen2024-06-161-6/+9
* | Merge branch 'add-tests-for-create-identity' into 'dev'Mario2024-06-177-82/+157
|\ \ | |/ |/|
| * Missing include in QueueWorker.Harald Eilertsen2024-06-151-0/+2
| * Use empty() to check if array entry exist in create_identity.Harald Eilertsen2024-06-141-2/+2
| * Add basic test for create_identity function.Harald Eilertsen2024-06-141-0/+65
| * Allow passing callable as array to hooks.Harald Eilertsen2024-06-142-10/+76
| * QueueWorker: Use DbaTransaction class for db transactions.Harald Eilertsen2024-06-141-24/+12
| * tests: Remove obsolete stubs from Permissions testsHarald Eilertsen2024-06-142-46/+0
|/
* Merge branch 'fix-rpost-module' into 'dev'Mario2024-06-137-129/+218
|\
| * Module\Rpost: Just a little bit of doc.Harald Eilertsen2024-06-131-0/+6
| * Module\Rpost: Redirect to submitted post on success.Harald Eilertsen2024-06-131-10/+1
| * Fix warnings exposed by tests.Harald Eilertsen2024-06-134-8/+11
| * Module\Rpost: Add return type and visibilty for `get`.Harald Eilertsen2024-06-131-1/+1
| * tests: More tests for Module\Rpost.Harald Eilertsen2024-06-131-14/+44
| * Module\Rpost: Refactor handling of attachments.Harald Eilertsen2024-06-131-68/+79
| * Module\Rpost: Reuse value of local_chanel.Harald Eilertsen2024-06-131-2/+4
| * Module\Rpost: Refactor redirect or login logic.Harald Eilertsen2024-06-131-26/+37
| * tests: Module\Rpost shows login form if not authenticated.Harald Eilertsen2024-06-131-0/+13
| * tests: Add comment to Tests\Unit\Module\RpostTest.Harald Eilertsen2024-06-131-0/+4
| * tests: Set query string in Module\TestCase::get method.Harald Eilertsen2024-06-131-0/+1
| * tests: Configure system.baseurl for tests.Harald Eilertsen2024-06-132-7/+5
| * Module\Rpost: Remove obsolete local variable $o.Harald Eilertsen2024-06-131-10/+1
| * Module\Rpost: Remove unused local variables.Harald Eilertsen2024-06-131-4/+1
| * Module\Rpost: Add basic test and fix session access.Harald Eilertsen2024-06-132-1/+32
|/
* docu and remove superfluous break statement after return statementMario2024-06-131-3/+1
* Merge branch 'add-config-for-phpcs' into 'dev'Mario2024-06-131-0/+78
|\
| * Add config file and rules for PHP Code Sniffer.Harald Eilertsen2024-06-121-0/+78
* | Merge branch 'fix-test-warnings' into 'dev'Mario2024-06-136-14/+21
|\ \
| * | Module\Setup: Don't access static variable as non static.Harald Eilertsen2024-06-121-3/+3
| * | Module\Help: Only variables can be passed by reference.Harald Eilertsen2024-06-121-1/+2
| * | Module\Rbmark: Pass all fields to input field templates.Harald Eilertsen2024-06-121-3/+3
| * | boot/login: Pass all expected args to sub templates.Harald Eilertsen2024-06-121-3/+3
| * | Module\Rbmark: Specify all fields in the template.Harald Eilertsen2024-06-121-0/+1
| * | includes/menu: Fix timestamp handling in menu_create.Harald Eilertsen2024-06-121-3/+4
| * | Module\Setup: Pass all required params for the template.Harald Eilertsen2024-06-122-1/+5
| |/