| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
[ticket/10614] Add a script to enable, disable and view status of extens...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"Not installed" implies that extensions listed there can be
installed, but the operation is called enable.
Reduce the confusion by using "available" for the heading,
this matches extension manager code.
PHPBB3-10614
|
| |
| |
| |
| |
| |
| |
| |
| | |
By default RecursiveIteratorIterator skips all directories.
This results in extension manager not finding any extensions.
Add RecursiveIteratorIterator::SELF_FIRST to correct this.
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
| |
| |
| |
| | |
PHPBB3-10614
|
|\ \
| | |
| | |
| | |
| | | |
* Noxwizard/ticket/10641:
[ticket/10641] Update MCP template with new plurality forms
|
| | |
| | |
| | |
| | |
| | |
| | | |
Updates the MCP template according to PHPBB3-10345
PHPBB3-10641
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
Conflicts:
phpBB/download/file.php
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/10633:
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
While filenames are chosen at random and there is no correlation between the
original filename and the new filesystem filename, there is a correlation
between filesystem filename and filesytem filename of thumbnails.
Adjust error message to no longer include the physical filename and make it
consistent with the error message that is shown when there is no attachment at
all.
This information was mostly useless for regular users (i.e. non-admins) anyway.
PHPBB3-10633
|
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | |
| | | | |
* develop-olympus:
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
[ticket/10606] Fix incorrect hidden fields array name in page_header().
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/10606:
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
[ticket/10606] Fix incorrect hidden fields array name in page_header().
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* cyberalien/ticket/10569:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixing invalid string comparison in ucp_main_front.html in prosilver
PHPBB3-10569
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixing invalid string comparison in ucp_main_front.html in subsilver2
PHPBB3-10569
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10076:
[ticket/10076] STARTTLS support for SMTP via smtp_class.
[ticket/10076] Move EHLO/HELO code into its own method.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10076
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
PHPBB3-10076
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10636:
[ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Regression from 4c77903129749008cd08c346006d2a57cf6ff544.
PHPBB3-10636
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* cyberalien/ticket/10637:
[ticket/10637] Leftovers from implementation of extensions in convertor
[ticket/10637] Leftovers from implementation of extensions in develop tools
[ticket/10637] Leftovers from implementation of extensions in mcp_post
[ticket/10637] Leftovers from implementation of extensions in mcp_main
[ticket/10637] Leftovers from implementation of extensions
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replacing code in convertor that was missed in ticket 10323
PHPBB3-10637
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replacing code in development tools that was missed in ticket 10323
PHPBB3-10637
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replacing code in includes/mcp/mcp_post.php that was missed in ticket 10323
PHPBB3-10637
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replacing code in includes/mcp/mcp_main.php that was missed in ticket 10323
PHPBB3-10637
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Replacing code in includes/functions_admin.php that was missed in ticket 10323
PHPBB3-10637
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* bantu/ticket/10495:
[ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10495
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | / / /
| | |_|/ / /
| |/| | | | |
* develop-olympus:
[ticket/10512] Call startup.php from tests/bootstrap.php
|
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
* bantu/ticket/10512:
[ticket/10512] Call startup.php from tests/bootstrap.php
|
| | | |_|/
| | |/| |
| | | | |
| | | | | |
PHPBB3-10512
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* cyberalien/ticket/10634:
[ticket/10634] Specify module type when viewing profile
[ticket/10634] Changing p_master::is_full_class
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Specify module type when checking for enabled modules when viewing user's profile
PHPBB3-10634
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changing p_master::is_full_class to check allow all module types, not only current type
PHPBB3-10634
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10616] Add template inheritance to exported template
[ticket/10616] Ignore template inheritance that points to self
[ticket/10616] Add template inheritance to default styles
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* cyberalien/ticket/10616:
[ticket/10616] Add template inheritance to exported template
[ticket/10616] Ignore template inheritance that points to self
[ticket/10616] Add template inheritance to default styles
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add template inheritance when exporting template.cfg
PHPBB3-10616
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Ignore template inheritance if it points to self
PHPBB3-10616
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding template inheritance field to prosilver and subsilver2
PHPBB3-10616
|
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
* develop-olympus:
[ticket/9914] Add backup warning to updater.
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* unknownbliss/ticket/9914:
[ticket/9914] Add backup warning to updater.
|