| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11701
|
| |
|
|
| |
PHPBB3-11701
|
| |
|
|
| |
PHPBB3-11701
|
| |
|
|
| |
PHPBB3-11701
|
| |
|
|
| |
PHPBB3-11701
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* EXreaction/ticket/11718:
[ticket/11718] Quick test for fixes in ELSEIF
[ticket/11718] Twig lexer only correcting statements in IF, not ELSEIF
Conflicts:
tests/template/template_test.php
|
| | |
| |
| |
| | |
PHPBB3-11718
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/11733:
[ticket/11733] Fix "Illegal offset type" Warning caused by overall feed
[ticket/11733] Add browse test for feed.php
|
| | | |
| | |
| | |
| | | |
PHPBB3-11733
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* asperous/ticket/11731:
[ticket/11731] Remove static calls to captcha garbage collector
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11731
|
| | |/ /
|/| |
| | |
| | | |
PHPBB3-11728
|
| |\ \ \
| |/ /
|/| | |
[ticket/11717] Use topic_posts_approved instead of topic_replies
|
| | | |
| | |
| | |
| | | |
PHPBB3-11717
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Due to the move to soft-delete, the topic_replies column no longer exists
in the topics table. Instead, the column topic_posts_approved should be used.
PHPBB3-11717
|
| |\ \ \
| | | |
| | | | |
Ticket/11582 Split permission logic from translations
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11582
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replace calls to the language-array type with a call to get_types()
PHPBB3-11582
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* marc1706/ticket/11725:
[ticket/11725] Use new paths for phpbb_class_loader in file.php
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In the PR #1559, the paths were changed from "{$phpbb_root_path}includes/" to
"{$phpbb_root_path}phpbb/" for the class loader. However, this was not changed
in all files that use it.
PHPBB3-11725
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-11722
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* EXreaction/ticket/11707:
[ticket/11707] Twig DEFINE not working as expected
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-11707
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/11720] Add functional test for submitting report as user
[ticket/11720] Do not call $captcha->validate if $captcha is not set
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* prep-release-3.0.12:
[ticket/11720] Add functional test for submitting report as user
[ticket/11720] Do not call $captcha->validate if $captcha is not set
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
prep-release-3.0.12
* marc1706/ticket/11720-prep-release:
[ticket/11720] Add functional test for submitting report as user
[ticket/11720] Do not call $captcha->validate if $captcha is not set
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11566 changed big parts of code. Unfortunately, a call to
$captcha->validate was added that is being called even if $captcha hasn't
been initialized. This change will fix this issue.
PHPBB3-11720
|
| | |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Up to now, the module or module category was always removed with jQuery,
even if there was an error. With this change, the modules will not be deleted
by jQuery if the return JSON array will have SUCCESS set to false.
PHPBB3-11713
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* cyberalien/ticket/11712:
[ticket/11712] Fixing typo in editor.js
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11712
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* cyberalien/ticket/11708:
[ticket/11708] Fix bulletin points in notifications
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11708
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10931
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11706
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* galaxyAbstractor/ticket/11697:
[ticket/11697] author_search() used incorrect parameter
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The author_search() function in fulltext_mysql.php had an argument
$m_approve_fid_ary parameter but it was changed in the Docblock
and code to $post_visibility. This change renames that argument
according to the docblock, the code and to mirror the other classes.
PHPBB3-11697
|