Tristan Darricau
ecb98ce81f
Merge pull request #4006 from brunoais/feature/sql-bool-builder
...
[feature/sql-bool-builder] New syntax for DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS
[feature/sql-bool-builder] Fixing typos in previous commit
[feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbers
[feature/sql-bool-builder] Changing syntax pt2. Fix tests
[feature/sql-bool-builder] Changing syntax
2015-12-05 11:23:27 +01:00
Tristan Darricau
b4bbc7056a
Merge pull request #4005 from Elsensee/ticket/14257
...
[ticket/14257] Reparse after update
* Elsensee/ticket/14257:
[ticket/14257] Add tests for reparser manager
[ticket/14257] Fix CLI reparser and set cron interval
[ticket/14257] Fix CLI error message
[ticket/14257] Fix phpdoc in CLI command
[ticket/14257] Add text_reparser manager
[ticket/14257] Use migrations instead of cron job for some reparsers
[ticket/14257] Fix lock acquire in CLI command
[ticket/14257] Fix if condition
[ticket/14257] Add reparse_lock to CLI command
[ticket/14257] Add cron tasks for reparsing text
2015-12-05 11:21:40 +01:00
Tristan Darricau
7afc7ba3b4
Merge pull request #4050 from nickvergessen/ticket/14317
...
Ticket/14317 Update language help files
* nickvergessen/ticket/14317:
[ticket/14317] Make it easier to change the language iso tag
[ticket/14317] Run the script again
2015-12-05 11:01:42 +01:00
Marc Alexander
b0dfca1dbf
Merge pull request #4051 from CHItA/ticket/14311
...
[ticket/14311] Show errors in installer invoked by trigger_error
2015-12-03 10:52:32 +01:00
Marc Alexander
5d0e8eaf09
Merge pull request #4055 from CHItA/ticket/14326
...
[ticket/14326] Decode diffed file's content during update
2015-12-03 09:02:15 +01:00
Mate Bartus
e95414ed54
[ticket/14326] Decode diffed file's content during update
...
PHPBB3-14326
2015-12-02 12:16:32 +01:00
Mate Bartus
d1fc8f79e7
[ticket/14311] Use the iohandler for notices and warnings if possible
...
PHPBB3-14311
2015-12-01 18:50:20 +01:00
Marc Alexander
c2dddf296d
Merge pull request #4053 from CHItA/ticket/14320
...
[ticket/14320] Fix language selector in the installer
2015-12-01 14:35:53 +01:00
Mate Bartus
fad26c97bc
[ticket/14325] Fix variable names in docblocks
...
PHPBB3-14325
2015-11-30 18:27:06 +01:00
Mate Bartus
065b0a632f
[ticket/14325] Preserve event variable BC
...
PHPBB3-14325
2015-11-30 18:05:46 +01:00
Mate Bartus
151535fdaf
[ticket/14311] Show errors in installer invoked by trigger_error
...
PHPBB3-14311
2015-11-30 13:50:29 +01:00
Mate Bartus
4aac878ec7
[ticket/14320] Fix language selector in the installer
...
PHPBB3-14320
2015-11-29 15:49:18 +01:00
Joas Schilling
0c66d4816a
[ticket/14317] Make it easier to change the language iso tag
...
PHPBB3-14317
2015-11-28 11:36:05 +01:00
Joas Schilling
941d138650
[ticket/14317] Run the script again
...
PHPBB3-14317
2015-11-28 11:34:55 +01:00
Marc Alexander
1316fe2084
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/memberlist_group.html
2015-11-26 14:45:36 +01:00
Marc Alexander
8899829752
Merge pull request #4030 from RMcGirr83/ticket_14283
...
[ticket/14283] Add a Manage Group link on a group page
2015-11-26 14:44:51 +01:00
Marc Alexander
9d4f52a5eb
Merge branch '3.1.x'
2015-11-26 14:27:57 +01:00
Richard McGirr
4966d6c913
[ticket/14313] Check for item approved explicitly
...
PHPBB3-14313
2015-11-26 05:23:18 -05:00
Marc Alexander
e487ef42a2
Merge branch '3.1.x'
2015-11-25 21:06:54 +01:00
Marc Alexander
797b0c4058
Merge pull request #4034 from hanakin/ticket/14295
...
[ticket/14295]Add approval icon
2015-11-25 20:33:21 +01:00
Marc Alexander
290e23fb2d
Merge pull request #4043 from RMcGirr83/ticket_12649
...
[ticket/12649] Remove duplicated code from viewforum_body
2015-11-25 20:30:50 +01:00
RMcGirr83
4ea325029b
[ticket/14313] Don't display quote button on unapproved posts
...
PHPBB3-14313
2015-11-25 14:29:46 -05:00
RMcGirr83
08fa0b2323
[ticket/12649] Remove duplicated code from viewforum_body
...
PHPBB3-12649
2015-11-25 11:39:16 -05:00
Marc Alexander
4f0ecb0180
Merge pull request #4015 from RMcGirr83/ticket_12649
...
[ticket/12649] Change sort & display options in footers to dropdown menu
2015-11-25 13:39:58 +01:00
Richard McGirr
31510c0ae7
[ticket/14283] Check for user being group leader
...
PHPBB3-14283
2015-11-25 06:33:07 -05:00
Marc Alexander
59e058d884
Merge pull request #4042 from Nicofuma/ticket/13656-rhea
...
[ticket/13656][Rhea] Updates Symfony to fix the DB password issue
2015-11-25 09:31:06 +01:00
Marc Alexander
df223eac65
Merge pull request #4040 from Nicofuma/ticket/13656
...
[ticket/13656] Updates Symfony to fix the DB password issue
2015-11-25 09:30:56 +01:00
Tristan Darricau
38c05bfba3
Merge branch 'ticket/13656' into ticket/13656-rhea
...
* ticket/13656:
[ticket/13656] Updates Symfony to fix the DB password issue
2015-11-25 00:11:38 +01:00
Tristan Darricau
0bff95488b
[ticket/13656] Updates Symfony to fix the DB password issue
...
PHPBB3-13656
2015-11-25 00:04:48 +01:00
Marc Alexander
b81db686a8
Merge pull request #4031 from hanakin/ticket/14293
...
[ticket/14293]Fix postbody and profile responsive widths
2015-11-24 22:19:37 +01:00
Marc Alexander
eecde66ed4
Merge branch '3.1.x'
2015-11-24 21:46:01 +01:00
Marc Alexander
8489cb6f40
Merge pull request #4033 from tas2580/ticket/14297
...
[ticket/14297] Uppercase and lowercase when sorting topics
2015-11-24 21:45:53 +01:00
Michael Miday
e0893c27a2
[ticket/14295]fix report icon as well
...
PHPBB3-14295
2015-11-24 18:49:45 +01:00
Michael Miday
eb7b0afede
[ticket/14295]fix bidi
...
PHPBB3-14295
2015-11-24 18:40:42 +01:00
Michael Miday
21b58dcb6a
[ticket/14295]missed one
...
PHPBB3-14295
2015-11-24 18:40:18 +01:00
Michael Miday
9225507c45
[ticket/14295]Fix spacing
...
PHPBB3-14295
2015-11-24 18:38:48 +01:00
rxu
c3b9b3ab5b
[ticket/14308] Fix multibyte input for installer
...
PHPBB3-14308
2015-11-24 22:07:02 +07:00
brunoais
a3a163dea1
[feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS
...
PHPBB3-13652
2015-11-24 07:31:37 +00:00
Tristan Darricau
8a3288e3aa
[master] Update version to 3.2.0-a2-dev
2015-11-23 23:20:04 +01:00
Tristan Darricau
3698e9b8e0
Merge branch 'prep-release-3.2.0-a1'
...
* prep-release-3.2.0-a1:
[prep-release-3.2.0-a1] Add changelog for 3.2.0-a1
[prep-release-3.2.0-a1] Add migration for 3.2.0-a1
[prep-release-3.2.0-a1] Update version to 3.2.0-a1
2015-11-23 23:17:01 +01:00
Tristan Darricau
f283f5bd03
Merge pull request #4016 from CHItA/ticket/14270
...
[ticket/14270] Purge cache when the installer is finished
* CHItA/ticket/14270:
[ticket/14270] Purge cache when the installer is finished
2015-11-23 22:02:24 +01:00
Tristan Darricau
30e01a9e4b
Merge pull request #4026 from marc1706/ticket/14281
...
[ticket/14281] Fix installer CLI after recent changes
* marc1706/ticket/14281:
[ticket/14281] Add install/phpbbcli.php to executable files list
[ticket/14281] Correctly pass parameters to add_error_message
[ticket/14281] Fix installer CLI after recent changes
2015-11-23 22:01:07 +01:00
Richard McGirr
3a55cead92
[ticket/14283] Remove group founder and free up memory
...
PHPBB3-14283
2015-11-18 06:29:23 -05:00
Tobi Schäfer
f4f6a4f810
[ticket/14297] Uppercase and lowercase when sorting topics
...
PHPBB3-14297
Ticket: https://tracker.phpbb.com/browse/PHPBB3-14297
2015-11-16 21:01:32 +01:00
Michael Miday
0b444814e5
[ticket/14295]Add approval icon
...
PHPBB3-14295
2015-11-16 19:09:24 +01:00
Michael Miday
e031afc5f7
[ticket/14294]Fix removal of wanted icons
...
PHPBB3-14294
2015-11-16 19:02:28 +01:00
Michael Miday
c9ea49e1c2
[ticket/14293]Fix postbody and profile widths
...
PHPBB3-14293
2015-11-16 17:59:48 +01:00
Cesar G
cbf9408e66
Merge pull request #3960 from hanakin/ticket/14229
...
[ticket/14229]Responsive topic specific paging
2015-11-15 11:39:18 -08:00
Marc Alexander
780e472458
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/prosilver/template/viewtopic_body.html
phpBB/styles/subsilver2/template/viewtopic_body.html
2015-11-15 19:56:30 +01:00
Marc Alexander
e3f1cca911
Merge pull request #3888 from Senky/ticket/14146
...
[ticket/14146] Add viewtopic_body_post_subject_before event
2015-11-15 19:48:50 +01:00