| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12602
|
|
|
|
| |
PHPBB3-12602
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11942] Delete post/topic reason should be added to logs
* Nicofuma/ticket/11942:
[ticket/11942] Don't change the reason to '' when hard deleting
[ticket/11942] Don't show the checkbox if the post is already soft-deleted
[ticket/11942] Remove useless IF in templates
[ticket/11942] Apply the modifications to subsilver
[ticket/11942] Always display delete reason
[ticket/11942] Edits messages
[ticket/11942] Change the formulation
[ticket/11942] Adding the reason to hard deleted topic/post
[ticket/11942] Delete post/topic reason should be added to logs
|
| |
| |
| |
| | |
PHPBB3-11942
|
| |
| |
| |
| | |
PHPBB3-11942
|
| |
| |
| |
| | |
PHPBB3-11942
|
| |
| |
| |
| |
| |
| | |
https://tracker.phpbb.com/browse/PHPBB3-11942
PHPBB3-11942
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/11467] Add language variables for extension exception messages
* n-aleha/ticket/11467:
[ticket/11467] Add user object to extension manager for tests
[ticket/11467] Add language variables to tests
[ticket/11467] Add language variables for extension exception messages
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove hard-coded messages and add language variables for extension
exception messages.
PHPBB3-11467
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12597] Command for executing all available cron tasks
* bantu/ticket/12597:
[ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose.
[ticket/12597] Improve language for cron:run command.
[ticket/12597] Do not output anything besides the gif image.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12597
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12597
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12597] Command for executing all available cron tasks
* ptitlazy/ticket/12597: (27 commits)
[ticket/12597] Reformating an acp message
[ticket/12597] Modifiying acp message
[ticket/12597] Fix wrong global variable name
[ticket/12597] Typo correction
[ticket/12597] Typo corrections
[ticket/12597] Changing place of lock release in execute() method
[ticket/12597] Fix test file
[ticket/12597] Typing corrections and improvement of code consistency
[ticket/12597] Fix various mistakes
[ticket/12597] Fix various mistakes
[ticket/12597] Fix visibilty of two functions in run.php
[ticket/12597] Refactoring and test improving
[ticket/12597] Fix language key name
[ticket/12597] Fix coding style and typing mistakes
[ticket/12597] Changes name of command cron:run-all to cron:run.
[ticket/12597] Fix various problems
[ticket/12597] Fix constructor bug and servral doc blocs
[ticket/12597] Modification of return statuses and of test files
[ticket/12597] Fix misplaced release of db lock
[ticket/12597] Change EXECUTE to RUN in language
...
|
| | |
| | |
| | |
| | | |
PHPBB3-12597
|
| | |
| | |
| | |
| | |
| | |
| | | |
Modifying an acp message in order to include the use of the command
PHPBB3-12597
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding tests of return status
Refactoring code
Adding consistency in verbose mode
PHPBB3-12597
|
| | |
| | |
| | |
| | | |
PHPBB3-12597
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also adds an optional argument to specify one precise cron task to
lauch, and modifies test file accordingly.
PHPBB3-12597
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix previous commit : change execute to run in language keys
PHPBB3-12597
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Command cron:execute-all executes all available cron tasks.
Test files in tests/console/cron folder
PHPBB3-12597
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | | |
PHPBB3-11366
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
+ bug fix (missing exception)
+ Using \phpbb\version_helper
So, now, the version file have a new format :
{
"stable": {
"<branch>": {
"current": "<version>",
[ "announcement": "<announcement link>", ]
[ "download": "<download link>", ]
},
"<branch>": {
...
}
},
"unstable": {
}
}
PHPBB3-11366
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a feature to check automatically the version of the installed
extensions. The informations are cached for 24 hours (like for the
global update check on the main page of the acp).
The informations about the versions are display both on the global list
and on the detailled page.
To do this the developper has to to let the composer.json of the latest
version available and add some informations into it :
"extra": {
"version-check": {
"host": "<the host>",
"directory": "<the directory containing the file>",
"filename": "<the composer.json of the latest version>"
}
}
He can also add two extra informations which will be displayed if a new
version is available :
"extra": {
"download": "<download link>",
"annoucement": "<announcement link>",
}
Currently a notice is displayed when the "extra.version-check"
informations are
missing.
Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366
Signed-off-by: Nicofuma <github@nicofuma.fr>
PHPBB3-11366
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/docs/hook_system.html
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12527] Remove translation editor from ACP
* nickvergessen/ticket/12527:
[ticket/12527] Fix "board’s language" vs "boards language"
[ticket/12527] Use a proper language string on confirm screen
[ticket/12527] Remove unnecessary language strings
[ticket/12527] Check whether the language exists
[ticket/12527] Restore missing files and variables check
[ticket/12527] Remove editor from template
[ticket/12527] Remove language file editor form ACP
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12527
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-12594
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12074] Managing extensions doesn't produce any log entry
* Nicofuma/ticket/12074:
[ticket/12074] Update the visibility of the constructor
[ticket/12074] Don't log errors
[ticket/12074] Managing extensions doesn't produce any log entry
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12074
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12074
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Restore acl_m_approve language description to:
"Can approve and restore posts"
PHPBB3-12519
|
|/ /
| |
| |
| | |
PHPBB3-9388
|
| |
| |
| |
| |
| |
| | |
https://tracker.phpbb.com/browse/PHPBB3-12415
PHPBB3-12415
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/10737] Add live member search.
* prototech/ticket/10737:
[ticket/10737] Remove loading indicator.
[ticket/10737] Enforce allow_live_searches setting in memberlist.php.
[ticket/10737] Add config setting to disable live searches.
[ticket/10737] Add loading indicator and alert box code to simple_footer.html.
[ticket/10737] Load core.js and ajax.js in simple_footer.html.
[ticket/10737] Set the username as the input value instead of redirecting.
[ticket/10737] Drop subsilver2 changes.
[ticket/10737] Add a more generic live search implementation.
[ticket/10737] Clean up memberlist.php.
[ticket/10737] Use dropdown for search results container.
[ticket/10737] Adding delayed keyup and removing target_blank.
[ticket/10737] Using UTF-8 aware alternatives in PHP code.
[ticket/10737] Removing obsolete code.
[ticket/10737] Avoid hard-coding table row and use case-insensitive search.
[ticket/10737] Removing unnecessary/obsolete code.
[ticket/10737] Using JQuery events and JSON response.
[ticket/10737] Code fixes in AJAX search feature
[ticket/10737] Improvements over last commit
[ticket/10737] Adding username suggestions in "Find a member" using AJAX
|
| |
| |
| |
| | |
PHPBB3-10737
|
|\ \
| | |
| | |
| | |
| | | |
* github-marc1706/ticket/8960:
[ticket/8960] Allow changing avatar path if it's not writable
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/includes/acp/acp_board.php
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change will allow users to change the avatar path even if it's not
writable. However, this will get rid of the error message that the path is
not writable. Due to this, a minor addition to the explain message in the ACP
settings has been made.
PHPBB3-8960
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-ascraeus
* github-elsensee/ticket/stenudd/8558-2:
[ticket/8558] Fix operator
[ticket/8558] Fix field length in ACP
[ticket/8558] Use only one variable and improve explain string
[ticket/8558] Add config in migrations and schema_data
[ticket/8558] Add display name in emails from board
Conflicts:
phpBB/includes/functions_messenger.php
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8558
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-8558
|