| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-11981
|
| |\ \ \ \
| |/ / /
|/| | | |
[Ticket/11924] Add a script to export the events in wiki format
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11924
|
| |\ \ \ \
| | | | |
| | | | | |
Ticket/11948 Extensions should be allowed to have more then 1 routing file
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-11948
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-11923
|
| |\ \ \
| |/ /
|/| | |
Ticket/11921 - Streamline PMs and Notifications in Header Link List
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | |
| | |
| | |
| | | |
PHPBB3-11921
|
| | | | |
|
| |/ / |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".
PHPBB3-10929
|
| |\ \
| | |
| | | |
[ticket/11874] Do not always prepend the web path; only replace phpbb_root_path
|
| | | |
| | |
| | |
| | | |
PHPBB3-11874
|
| | | |
| | |
| | |
| | | |
PHPBB3-11703
|
| |/ /
| |
| |
| |
| |
| |
| | |
Config variable: load_jquery_cdn -> allow_cdn
Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN
PHPBB3-11703
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As
a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty
string was passed to make_clickable_callback() as a replacement in case of less
than three capturing groups. This patch reintroduces the empty string.
Regression from 49c12ef4be229bf2223139298766ef441b075fbc.
PHPBB3-11901
|
| | |
| |
| | |
PHPBB3-11898
|
| | |
| |
| |
| | |
PHPBB3-11898
|
| |\ \
| | |
| | |
| | |
| | | |
* prototech/ticket/11890:
[ticket/11890] Fix untranslated string when deleting posts through MCP.
|
| | | |
| | |
| | |
| | | |
PHPBB3-11890
|
| |/ /
| |
| |
| | |
PHPBB3-11892
|
| |\ \
| | |
| | | |
[ticket/11871] Allow backslash in classnames for Modules
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Firefox is currently unable to correctly copy a urlencoded \ so users will be
unable to post links to modules. However we can still fallback to the id
instead of the name, so we do that in this case.
PHPBB3-11871
|
| | | |
| | |
| | |
| | | |
PHPBB3-11871
|
| |\ \ \
| | | |
| | | | |
[ticket/11786] Fix various defects in PHPDoc in-code documentation
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The core.group_delete_user_before event had bad indentation in its PHPDoc.
Fixed.
PHPBB3-11786
|
| | |\ \ \ |
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed some PHPDoc errors I noticed while working on the karma extension.
Mostly spacing issues or omitted characters, though there was one description
that made no sense at all.
PHPBB3-11786
|
| |\ \ \ \
| | | | |
| | | | | |
Ticket/11852 filesystem class must not depend on a web request
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11852
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[prep-release-3.0.12] Update changelog for 3.0.12 release.
[ticket/11873] Add unit test for large password input.
[ticket/11873] Do not hash very large passwords in order to safe resources.
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* prep-release-3.0.12:
[prep-release-3.0.12] Update changelog for 3.0.12 release.
[ticket/11873] Add unit test for large password input.
[ticket/11873] Do not hash very large passwords in order to safe resources.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11873
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix comments after incorrect merge of previous PR.
PHPBB3-11862
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Marc/ticket/11862:
[ticket/11862] Correct var names in user_delete() events due to prune-users
|
| | | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The prune-users feature modified the names of the used variables in this
function. However, the variable names for the two events in this function
were not changed to reflect that. This patch will take care of it.
PHPBB3-11862
|
| |\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/11864] Do not call exit after display_progress_bar in acp_forums
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The progress bar is called with the method display_progress_bar() in the
acp_forums files. This method then call adm_page_footer() which also calls
exit_handler(). Therefore, the exit; in acp_forums after
$this->display_progress_bar() is obsolete and shouldn't exist in the first
place.
PHPBB3-11864
|
| | |_|_|/ /
|/| | | |
| | | | |
| | | | | |
PHPBB3-11868
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Ticket/11866 Fix some more namespace issues
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11866
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11866
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/11865] includes/bbcode.php is missing namespace change
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11865
|