Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15251] Use dispatcher_interface in help manager | Agris | 2017-06-25 | 1 | -3/+3 |
| | | | | | | Allow TraceableEventDispatcher for webprofiler PHPBB3-15251 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-06-25 | 2 | -4/+4 |
|\ | |||||
| * | Merge pull request #4850 from rxu/ticket/15246 | Marc Alexander | 2017-06-25 | 2 | -4/+4 |
| |\ | | | | | | | | | | [ticket/15246] Allow use of Unix socket as memcache(d) host | ||||
| | * | [ticket/15246] Allow use of Unix socket as memcache(d) host | rxu | 2017-06-17 | 2 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-15246 | ||||
| * | | [ticket/15238] Add missing protected keyword | rxu | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15238 | ||||
| * | | [ticket/15238] More code cleanup | rxu | 2017-06-18 | 1 | -1/+2 |
| | | | | | | | | | | | | PHPBB3-15238 | ||||
| * | | [ticket/15238] Code cleanup, add docblocks | rxu | 2017-06-18 | 1 | -11/+39 |
| | | | | | | | | | | | | PHPBB3-15238 | ||||
| * | | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+105 |
| |/ | | | | | | | PHPBB3-15238 | ||||
| * | Merge pull request #4825 from marc1706/ticket/15219 | Tristan Darricau | 2017-06-06 | 3 | -0/+280 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron * github.com:phpbb/phpbb: [ticket/15219] Add console command for updating hashes to bcrypt [ticket/15219] Add missing space [ticket/15219] Update hashes to bcrypt with cron | ||||
* | \ | Merge pull request #4843 from rxu/ticket/15238 | Marc Alexander | 2017-06-25 | 1 | -0/+137 |
|\ \ \ | | | | | | | | | | | | | [ticket/15238] Add console command to fix forums/modules left/right IDs | ||||
| * | | | [ticket/15238] Add missing protected keyword | rxu | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15238 | ||||
| * | | | [ticket/15238] More code cleanup | rxu | 2017-06-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15238 | ||||
| * | | | [ticket/15238] Code cleanup, add docblocks | rxu | 2017-06-18 | 1 | -11/+39 |
| | | | | | | | | | | | | | | | | PHPBB3-15238 | ||||
| * | | | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+108 |
| | | | | | | | | | | | | | | | | PHPBB3-15238 | ||||
* | | | | Merge pull request #4824 from senky/ticket/15217 | Marc Alexander | 2017-06-25 | 1 | -3/+28 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15217] Add core.user_format_date_override event | ||||
| * | | | | [ticket/15217] Add core.user_format_date_override event | Jakub Senko | 2017-06-05 | 1 | -3/+28 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15217 | ||||
* | | | | | Merge pull request #4794 from lr94/ticket/15176 | Marc Alexander | 2017-06-24 | 1 | -0/+36 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | [ticket/15176] Add setting for user activity display limit. | ||||
| * | | | | [ticket/15176] Add setting for user activity display limit. | lr94 | 2017-04-16 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176 | ||||
* | | | | | [ticket/15243] Check permissions before installing with SQLite | Rubén Calvo | 2017-06-15 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15243 | ||||
* | | | | | Merge pull request #4799 from marc1706/ticket/15179 | Marc Alexander | 2017-06-11 | 3 | -3/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15179] Update dependencies and fix compatibility with newer twig | ||||
| * | | | | | [ticket/15179] Replace spaces with a tab | Marc Alexander | 2017-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15179 | ||||
| * | | | | | Merge branch 'ticket/15178' into ticket/15179 | Marc Alexander | 2017-05-31 | 2 | -2/+11 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge pull request #4826 from marc1706/ticket/15219-rhea | Tristan Darricau | 2017-06-06 | 3 | -0/+280 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15219] Update hashes to bcrypt with cron -- Rhea * github.com:phpbb/phpbb: [ticket/15219] Add console command for updating hashes to bcrypt [ticket/15219] Add missing space [ticket/15219] Update hashes to bcrypt with cron | ||||
| * \ \ \ \ \ \ | Merge branch 'ticket/15219' into ticket/15219-rhea | Marc Alexander | 2017-06-03 | 1 | -0/+117 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | [ticket/15219] Add console command for updating hashes to bcrypt | Marc Alexander | 2017-06-03 | 1 | -0/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219 | ||||
| * | | | | | | | Merge branch 'ticket/15219' into ticket/15219-rhea | Marc Alexander | 2017-05-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | [ticket/15219] Add missing space | Marc Alexander | 2017-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219 | ||||
| * | | | | | | | Merge branch 'ticket/15219' into ticket/15219-rhea | Marc Alexander | 2017-05-05 | 2 | -0/+163 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | | | |||||
| | * | | | | | [ticket/15219] Update hashes to bcrypt with cron | Marc Alexander | 2017-05-05 | 2 | -0/+163 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15219 | ||||
* | | | | | | | Merge pull request #4833 from javiexin/ticket/15227 | Marc Alexander | 2017-06-05 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15227] Check PHP version and remove old unused code | ||||
| * | | | | | | | [ticket/15227] Remove STRIP, as always false | javiexin | 2017-05-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15227 | ||||
* | | | | | | | | Merge pull request #4811 from rxu/ticket/15200 | Marc Alexander | 2017-06-05 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15200] Allow extensions using custom templates for help/faq controllers | ||||
| * | | | | | | | | [ticket/15200] Allow extensions using custom templates for help/faq controllers | rxu | 2017-04-27 | 1 | -1/+5 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15200 | ||||
* | | | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-06-05 | 1 | -0/+32 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Merge pull request #4784 from rubencm/ticket/15150 | Marc Alexander | 2017-06-05 | 1 | -0/+32 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15150] Add Jabber SSL context configuration options | ||||
| | * | | | | | | [ticket/15150] Add Jabber SSL context configuration options | Rubén Calvo | 2017-03-30 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15150 | ||||
* | | | | | | | | Merge remote-tracking branch 'javiexin/ticket/15068' into 3.2.x | Marc Alexander | 2017-05-29 | 3 | -0/+126 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch '3.2.x' into ticket/15068 | javiexin | 2017-03-09 | 428 | -6852/+41420 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | [ticket/15068] Add template vars retrieval from the template object | javiexin | 2017-03-09 | 2 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibility to retrieve full block of vars PHPBB3-15068 | ||||
| * | | | | | | | | | [ticket/15068] Add template vars retrieval from the template object | javiexin | 2017-02-05 | 3 | -0/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15068 | ||||
* | | | | | | | | | | [ticket/14992] Add temp index migration for removing duplicates | David Colón | 2017-05-25 | 4 | -3/+54 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4701 from DavidIQ/ticket/14992 | Marc Alexander | 2017-05-25 | 7 | -13/+335 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Improve user_notifications table performance | ||||
| * | | | | | | | | | | [ticket/14992] Reduce notification table col sizes | David Colón | 2017-05-25 | 2 | -1/+49 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [ticket/14992] 'method' is needed for the unique index | David Colón | 2017-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [ticket/14992] Remove temp index migration | David Colón | 2017-05-23 | 3 | -52/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [ticket/14992] Make unit tests run more verbose | Marc Alexander | 2017-05-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992 | ||||
| * | | | | | | | | | | [ticket/14992] Correctly remove table name and prefix from keys | Marc Alexander | 2017-05-21 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992 | ||||
| * | | | | | | | | | | [ticket/14992] Shorten index name for user_id and item_id | Marc Alexander | 2017-05-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992 | ||||
| * | | | | | | | | | | [ticket/14992] Check index name length in a more proper way | David Colón | 2017-03-01 | 7 | -17/+181 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Add indexes to user_notifications table | ||||
| * | | | | | | | | | | [ticket/14992] Add indexes to user_notifications table | David Colón | 2017-03-01 | 4 | -8/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications |