aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12691] Comment changeStanislav Atanasov2014-06-221-1/+1
| | | | | | Change a bit the core event comment PHPBB3-12691
* [ticket/12691] Change event to core.delete_pm_beforeStanislav Atanasov2014-06-221-3/+3
| | | | | | Just a requested change by nickvergessen PHPBB3-12691
* [ticket/12691] Add core.delete_pm to funtion delete_pmStanislav Atanasov2014-06-221-1/+13
| | | | | | | | | | | | | Add core.delete_pm to funtion delete_pm. Event will return: int $user_id - ID of the user requested the message delete array $msg_ids - array of all messages to be deleted int $folder_id - ID of the user folder where the messages are stored Justification: Allow extensions to capture this event and act as intended by ext author PHPBB3-12691
* Merge pull request #2635 from PayBas/ticket/12758Joas Schilling2014-06-221-0/+3
|\ | | | | | | | | | | | | | | [ticket/12758] Add show_results var to core.search_modify_rowset * PayBas/ticket/12758: [ticket/12758] Add @changed to doc block [ticket/12758] Add show_results var to core.search_modify_rowset
| * [ticket/12758] Add @changed to doc blockPayBas2014-06-221-0/+1
| | | | | | | | PHPBB3-12758
| * [ticket/12758] Add show_results var to core.search_modify_rowsetPayBas2014-06-221-0/+2
| | | | | | | | PHPBB3-12758
* | Merge pull request #2638 from VSEphpbb/ticket/12332Joas Schilling2014-06-222-1/+5
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12332] Fix plupload attachments with long names * VSEphpbb/ticket/12332: [ticket/12332] Fix plupload attachments with long names overflow
| * | [ticket/12332] Fix plupload attachments with long names overflowMatt Friedman2014-06-222-1/+5
| |/ | | | | | | PHPBB3-12332
* | Merge pull request #2617 from hanakin/ticket/12740Joas Schilling2014-06-224-5/+5
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12740] Use .logo instead of #logo in css * hanakin/ticket/12740: [ticket/12740] Use class for logo in css
| * | [ticket/12740] Use class for logo in csshanakin2014-06-204-5/+5
| | | | | | | | | | | | PHPBB3-12740
* | | Merge pull request #2632 from Dragooon/ticket/12753Joas Schilling2014-06-221-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12753] Add invalid chars string for ALPHA_DOTS and ALPHA_PUNCTUAION * Dragooon/ticket/12753: [ticket/12753] Add invalid chars string for ALPHA_DOTS and ALPHA_PUNCTUATION
| * | | [ticket/12753] Add invalid chars string for ALPHA_DOTS and ALPHA_PUNCTUATIONShitiz Garg2014-06-211-0/+2
| | | | | | | | | | | | | | | | PHPBB3-12753
* | | | Merge pull request #2615 from Dragooon/ticket/12730Joas Schilling2014-06-2211-1/+200
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12730] Add Google+ profile field * Dragooon/ticket/12730: [ticket/12730] Update Google+ button class to use proper identification [ticket/12730] Update maxlen for type_googleplus to 255 [ticket/12730] Fix type_googleplus_test to use same validation rule as the field [ticket/12730] Update field_length to be 20 by default for Google+ [ticket/12730] Google+ field_order should be 13 [ticket/12730] Switch service name to googleplus for type_googleplus [ticket/12730] Restore field_length to 10 for type_googleplus [ticket/12730] Add functional test for Google+ field [ticket/12730] Value shouldn't be escaped for schema_data.sql [ticket/12730] Missing newline at type_googleplus_test.php [ticket/12730] Set field_active to 1 for Google+ field [ticket/12730] Add unit test for type_googleplus [ticket/12730] Add missing brackets to type_googleplus.php [ticket/12730] Update field_order for Google+ CPF [ticket/12730] Use string template for Google+ CPF instead of a new one [ticket/12730] Minor formatting fixes [ticket/12730] Incorrect indentation for type_googleplus [ticket/12730] Spaces in block header [ticket/12730] Add a Google+ field by default [ticket/12730] Add Google+ profile field type
| * | | | [ticket/12730] Update Google+ button class to use proper identificationShitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Update maxlen for type_googleplus to 255Shitiz Garg2014-06-213-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Fix type_googleplus_test to use same validation rule as the fieldShitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Update field_length to be 20 by default for Google+Shitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Google+ field_order should be 13Shitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Switch service name to googleplus for type_googleplusShitiz Garg2014-06-211-10/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Restore field_length to 10 for type_googleplusShitiz Garg2014-06-211-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Add functional test for Google+ fieldShitiz Garg2014-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Value shouldn't be escaped for schema_data.sqlShitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Missing newline at type_googleplus_test.phpShitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Set field_active to 1 for Google+ fieldShitiz Garg2014-06-211-2/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Add unit test for type_googleplusShitiz Garg2014-06-211-0/+62
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Add missing brackets to type_googleplus.phpShitiz Garg2014-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Update field_order for Google+ CPFShitiz Garg2014-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Use string template for Google+ CPF instead of a new oneShitiz Garg2014-06-213-6/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Minor formatting fixesShitiz Garg2014-06-212-7/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Incorrect indentation for type_googleplusShitiz Garg2014-06-211-21/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Spaces in block headerShitiz Garg2014-06-211-10/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Add a Google+ field by defaultShitiz Garg2014-06-216-0/+68
| | | | | | | | | | | | | | | | | | | | PHPBB3-12730
| * | | | [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-214-0/+71
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Google+ has a "+" before a custom URL but doesn't for those which are using their integer ID. To cover that we need to have an extra profile field PHPBB3-12730
* | | | Merge pull request #2630 from Nicofuma/ticket/12723Andreas Fischer2014-06-2221-291/+233
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12723] Add Sniff ensuring PHP files use the correct file header * Nicofuma/ticket/12723: [ticket/12723] Do not mention too many details on documentation. [ticket/12723] Do not reference the coding guidelines section. [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions [ticket/12723] Properly describe new Code Sniffer rulsets. [ticket/12723] Use core suffix in filename instead of phpbb in the middle. [ticket/12723] Add Sniff ensuring PHP files use the correct file header
| * | | Merge pull request #1 from bantu/ticket/12723Tristan Darricau2014-06-227-27/+41
| |\ \ \ | | | | | | | | | | Ticket/12723
| | * | | [ticket/12723] Do not mention too many details on documentation.Andreas Fischer2014-06-222-3/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12723
| | * | | [ticket/12723] Do not reference the coding guidelines section.Andreas Fischer2014-06-221-3/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12723
| | * | | [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensionsAndreas Fischer2014-06-222-0/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12757
| | * | | [ticket/12723] Properly describe new Code Sniffer rulsets.Andreas Fischer2014-06-222-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12723
| | * | | [ticket/12723] Use core suffix in filename instead of phpbb in the middle.Andreas Fischer2014-06-223-3/+3
| |/ / / | | | | | | | | | | | | PHPBB3-12723
| * | | [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-2220-289/+217
| | | | | | | | | | | | | | | | PHPBB3-12723
* | | | Merge pull request #2634 from Nicofuma/ticket/12756Andreas Fischer2014-06-221-12/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12756] Fix mysqli_fetch_assoc on hhvm * Nicofuma/ticket/12756: [ticket/12756] Fix mysqli_fetch_assoc on hhvm
| * | | | [ticket/12756] Fix mysqli_fetch_assoc on hhvmTristan Darricau2014-06-211-12/+25
|/ / / / | | | | | | | | | | | | PHPBB3-12756
* | | | Merge pull request #2631 from Nicofuma/ticket/12752Joas Schilling2014-06-211-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | [ticket/12752] Cron list tests fail on windows with ansi support * Nicofuma/ticket/12752: [ticket/12752] Cron list tests fail on windows with ansi support
| * | | [ticket/12752] Cron list tests fail on windows with ansi supportTristan Darricau2014-06-201-1/+1
| |/ / | | | | | | | | | PHPBB3-12752
* | | Merge pull request #2628 from Dragooon/ticket/12731Joas Schilling2014-06-206-0/+69
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12731] Add YouTube custom profile field * Dragooon/ticket/12731: [ticket/12731] Add functional test for youtube field [ticket/12731] Set field_active to 1 for YouTube field [ticket/12731] Add YouTube custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
| * | | [ticket/12731] Add functional test for youtube fieldShitiz Garg2014-06-201-0/+2
| | | | | | | | | | | | | | | | PHPBB3-12731
| * | | [ticket/12731] Set field_active to 1 for YouTube fieldShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12731
| * | | [ticket/12731] Add YouTube custom profile fieldShitiz Garg2014-06-205-0/+67
| |/ / | | | | | | | | | PHPBB3-12731
* | | Merge pull request #2621 from Dragooon/ticket/12732Joas Schilling2014-06-209-4/+87
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12732] Add Skype custom profile field * Dragooon/ticket/12732: [ticket/12732] Update schema.json for Skype [ticket/12732] Add functional test for Skype profile field [ticket/12732] Values shouldn't be escaped for schema_data.sql [ticket/12732] Set field_active to 1 for Skype's field [ticket/12732] Add unit tests for ALPHA_PUNCTUATION [ticket/12732] Missing comma after validation definition [ticket/12732] Improve ALPHA_PUNCTUATION description [ticket/12732] Use user info instead of chat as default Skype action [ticket/12732] Add Skype custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php tests/profilefields/type_string_test.php