aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | [ticket/14715] Converted tabs to spaceskasimi2016-07-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14715
| * | | | | | | | | | | [ticket/14715] Fixed typos in events.mdkasimi2016-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14715
| * | | | | | | | | | | [ticket/14715] Add template events in posting_topic_review & mcp_topickasimi2016-07-215-0/+42
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715
* | | | | | | | | | | Merge pull request #3659 from Elsensee/ticket/12230Marc Alexander2016-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | [ticket/12230] Disable newly registered group when post limit is set to 0
| * | | | | | | | | | [ticket/12230] Remove users from new users group when post limit is 0Oliver Schramm2016-05-171-1/+1
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12230
* | | | | | | | | | Merge pull request #4411 from Senky/ticket/12925Marc Alexander2016-08-214-12/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label
| * | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-154-12/+21
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12925
* | | | | | | | | | [ticket/14742] Reset migration_data_state before revertingOliver Schramm2016-08-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | | [ticket/14742] Change constants to use Symfony valuesOliver Schramm2016-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid errors when comparing verbosity levels in a CLI output handler that is using Symfony's OutputInterface for example. PHPBB3-14742
* | | | | | | | | | [ticket/14742] Pause after each update_data step tooOliver Schramm2016-08-201-50/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742
* | | | | | | | | | [ticket/14742] Improve readability of the codeOliver Schramm2016-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-205-5/+6
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | Merge pull request #4413 from wesleyfok/ticket/14745Marc Alexander2016-08-161-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14745] Removed unneeded HTML ampersand
| * | | | | | | | | [ticket/14745] Removed unneeded HTML ampersandWesley Fok2016-08-151-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
* | | | | | | | | [ticket/14742] Enhance measured time for migrationsOliver Schramm2016-08-121-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | [ticket/14742] Improve verbosity of migrator outputOliver Schramm2016-08-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | [ticket/14742] Avoid loop while reverting schemaOliver Schramm2016-08-111-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | [ticket/14742] Make $last_run_migration protectedOliver Schramm2016-08-112-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | [ticket/14742] Fix schema updateOliver Schramm2016-08-111-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First make it work, then avoid a loop PHPBB3-14742
* | | | | | | | | [ticket/14742] Small fixes to migratorOliver Schramm2016-08-111-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | | | [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-116-12/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* | | | | | | | | [ticket/14742] Pause after each schema changeOliver Schramm2016-08-112-2/+12
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742
* | | | | | | | Merge pull request #4324 from Senky/ticket/14516Marc Alexander2016-08-033-0/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | [ticket/14516] Add memberlist_email_before event
| * | | | | | | [ticket/14516] Add memberlist_email_before eventJakub Senko2016-07-173-0/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14516
* | | | | | | [ticket/14721] Avoid renaming deleted usersOliver Schramm2016-08-011-7/+17
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | PHPBB3-14721
* | | | | | Merge pull request #4301 from 3D-I/PHPBB3-14596Marc Alexander2016-07-312-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 7
| * | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14596
| * | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-04-232-5/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | PHPBB3-14596
* | | | | | Merge pull request #4336 from Senky/ticket/14652Andreas Fischer2016-07-291-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in core.index_modify_birthdays_list vars descriptions * Senky/ticket/14652: [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions
| * | | | | [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptionsJakub Senko2016-05-291-2/+2
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-14652
* | | | | [ticket/14538] Update symfony dependencies to latest versionsMarc Alexander2016-07-191-100/+106
| | | | | | | | | | | | | | | | | | | | PHPBB3-14538
* | | | | Merge pull request #4365 from rxu/ticket/14688Marc Alexander2016-07-173-2/+56
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14688] Add core events to the feeds
| * | | | | [ticket/14688] Add core events to the feedsrxu2016-07-173-2/+56
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-14688
* | | | | Merge pull request #4378 from Crizz0/ticket/14704Marc Alexander2016-07-173-508/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14704] Removes unused function and language files in base.php
| * | | | | [ticket/14704] Removes unused function and language files in base.phpCrizzo2016-07-033-508/+0
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-14704
* | | | | Merge pull request #4384 from rxu/ticket/14713Marc Alexander2016-07-171-1/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14713] Add core event to the admin function get_forum_list()
| * | | | | [ticket/14713] Add core event to the admin function get_forum_list()rxu2016-07-171-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14713
* | | | | | Merge pull request #4383 from rxu/ticket/14712Marc Alexander2016-07-171-2/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14712] Add search core event to allow modifying the forum select list
| * | | | | | [ticket/14712] Add search core event to allow modifying the forum select listrxu2016-07-171-2/+19
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14712
* | | | | | Merge pull request #4364 from kinerity/ticket/14687Marc Alexander2016-07-171-3/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14687] Modify viewforum_modify_topicrow event
| * | | | | | [ticket/14687] Modify viewforum_modify_topicrow eventKailey Truscott2016-06-201-3/+7
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add s_type_switch and s_type_switch_test to event vars. PHPBB3-14687
* | | | | | Merge pull request #4361 from kinerity/ticket/14685Marc Alexander2016-07-171-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14685] Add viewforum_get_announcement_topic_ids_data event
| * | | | | | [ticket/14685] Add viewforum_get_announcement_topic_ids_data eventKailey Truscott2016-06-191-0/+22
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new event to alter the SQL array of announcements. PHPBB3-14685
* | | | | | Merge pull request #4321 from Senky/ticket/14615Marc Alexander2016-07-172-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | [ticket/14615] Fix HTML5 validation errors on avatar deletion
| * | | | | [ticket/14615] Fix HTML5 validation errors on avatar deletionJakub Senko2016-05-162-4/+4
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-14615
* | | | | Merge pull request #4337 from Senky/ticket/14506Marc Alexander2016-07-163-4/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add mcp_move_before template event
| * | | | | [ticket/14506] Add mcp_move_before template eventJakub Senko2016-05-293-4/+16
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-14506
* | | | | Merge pull request #4374 from TheKigen/ticket/14616Marc Alexander2016-07-161-9/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14616] Fixed auto-prune failing on large forums
| * | | | | [ticket/14616] Switch prune limit to sql_query_limit instead of sql_andMax Krivanek2016-07-061-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14616
| * | | | | [ticket/14616] Added comma expected by test scripts.Max Krivanek2016-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14616