| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-9741
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The bulk of database storage of templates is removed, rendering template
stored in the database as useless.
Theme database storage is reduced to a skeleton for full removal soon.
This commit was cherry picked from the old feature/ascraeus-experiment branch
the old commit hash is 0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.
PHPBB3-9741
|
| |
|
|
|
|
| |
Removing imagesets. Changing admin control panel styles module
PHPBB3-10336
|
| |
|
|
|
|
| |
Removing imagesets. Changing database structure
PHPBB3-10336
|
| |\
| |
| |
| |
| | |
* develop-olympus:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* callumacrae/ticket/8173:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Conflicts:
phpBB/adm/style/acp_users_signature.html
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The following code can be found in the ACP, when changing a user's
signature:
t: '{ BBCODE_T_HELP }',
The code that uses it and the code that produces it were changed or
removed a while ago, but this code remained. In 2c4c1f9, the accesskey
for the list item button was changed to y from t, explaining the origin of
the redundant code - although it wasn't being used then, either.
This commit also changes the helpline code of "[*]" to y, as the access
key is y, so this makes it more consistent.
PHPBB3-8173
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10237] Also display login-box on subscribing
[ticket/10237] Handle watching and unwatching the same way.
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
Conflicts:
phpBB/includes/functions_display.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* github-nickvergessen/ticket/10237:
[ticket/10237] Also display login-box on subscribing
[ticket/10237] Handle watching and unwatching the same way.
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add some information to the confirm-box (forum_name / topic title)
PHPBB3-10237
|
| | | |/
| | |
| | |
| | | |
PHPBB3-10237
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10208] Explain what happens when 'Warning duration' is set to 0.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10208
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
|
| | |/
| |
| |
| |
| |
| |
| | |
Previously "errors are listing below", should have said "errors are
listed below".
PHPBB3-10216
|
| | |
| |
| |
| | |
PHPBB3-7090
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10228] Correct "trigger" to "triggered" in acp registration settings
|
| | |
| |
| |
| | |
PHPBB3-10228
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10229] On languge/acp/styles.php "%s" should be %s
|
| | |
| |
| |
| | |
PHPBB3-10229
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10221] Append unit (seconds) after input field, remove from explanation
|
| | |
| |
| |
| | |
PHPBB3-10221
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10211] Add spce after dot in new language string
|
| | |
| |
| |
| | |
PHPBB3-10211
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9992] Clarify explanations of ip and account limits on login
[ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN
[ticket/9992] Use sql_fetchfield for single row and single column result
[ticket/9992] Adding a limit on login attempts per IP.
[ticket/9992] Make sql_create_table and sql_table_exists available in updater
|
| | |
| |
| |
| | |
PHPBB3-9992
|
| | |
| |
| |
| | |
PHPBB3-9992
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A new table was created to save all failed login attempts with
corresponding information on username, ip and useragent. By default
the limit is 50 login attempts within 6 hours per IP. The limit is
relatively high to avoid big problems on sites behind a reverse
proxy that don't receive the forwarded-for value as REMOTE_ADDR but
see all users as coming from the same IP address. But if these
users run into problems a special forwarded-for option is available
to limit logins by forwarded-for value instead of ip.
PHPBB3-9992
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/6712] Properly explain result of setting the bump interval to 0.
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
[ticket/6712] Pass $post_data by the value instead of by the reference.
[ticket/6712] Bump does not create new topic icon on index.
Conflicts:
phpBB/includes/functions_posting.php
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/rxu/6712:
[ticket/6712] Properly explain result of setting the bump interval to 0.
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
[ticket/6712] Pass $post_data by the value instead of by the reference.
[ticket/6712] Bump does not create new topic icon on index.
|
| | | |
| | |
| | |
| | | |
PHPBB3-6712
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* naderman/ticket/10005:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10005
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10203] Fix quotations and hyphen in language strings for PHPBB3-10067
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10203
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10067] Clarify language for user activation options in ACP.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/p/10067:
[ticket/10067] Clarify language for user activation options in ACP.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10067
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10158] Remove some code duplication from generating the message.
[ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.
[ticket/10158] Only view "Return to" links if they are useful.
[ticket/10158] Add return-link to folder, when the user replied from a folder.
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
|
| | |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/nickvergessen/10158:
[ticket/10158] Remove some code duplication from generating the message.
[ticket/10158] Only view "Return to" links if they are useful.
[ticket/10158] Add return-link to folder, when the user replied from a folder.
[ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-10158
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/9630:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-9630
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* nickvergessen/ticket/8542:
[ticket/8542] Display custom profile fields in private messages
Conflicts:
phpBB/install/database_update.php
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Introduce an option to display the cpf in the PM view.
PHPBB3-8542
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10170] Fix broken recaptcha verification host.
[ticket/10170] Include www in hostname in language strings.
[ticket/10170] Update language entries
[ticket/10170] reCaptcha API has been moved.
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10170:
[ticket/10170] Fix broken recaptcha verification host.
[ticket/10170] Include www in hostname in language strings.
[ticket/10170] Update language entries
[ticket/10170] reCaptcha API has been moved.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10170
|