Joas Schilling
7079fefa61
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12424] Update Symfony component from v2.3.4 to v2.3.12.
[ticket/12423] Move PHP CodeSniffer from non-stable 1.5.0RC4 to latest 1.5.2.
[ticket/12423] Increase Composer minimum-stability to stable.
2014-04-22 13:42:45 +02:00
Joas Schilling
e360f911f8
Merge pull request #2334 from bantu/ticket/12423
...
Stable Composer Minimum Stability + Some Composer Dependency Updates
* bantu/ticket/12423:
[ticket/12424] Update Symfony component from v2.3.4 to v2.3.12.
[ticket/12423] Move PHP CodeSniffer from non-stable 1.5.0RC4 to latest 1.5.2.
[ticket/12423] Increase Composer minimum-stability to stable.
2014-04-22 13:42:04 +02:00
Oliver Schramm
bf3425b0f8
[ticket/12422] Add tests
...
PHPBB3-12422
2014-04-22 03:20:41 +02:00
Cesar G
227949d10b
[ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8.
...
PHPBB3-12130
2014-04-20 19:32:35 -07:00
Cesar G
a5a2e05c2b
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12347] Remove unknown/unnecessary hack
[ticket/12347] IE8 compatible CSS selector
[ticket/12347] Changed from :after to :before
[ticket/12347] Changed to the new navbar templates
2014-04-20 19:27:18 -07:00
Cesar G
52ebeb5f82
Merge remote-tracking branch 'PayBas/ticket/12347' into develop-ascraeus
...
* PayBas/ticket/12347:
[ticket/12347] Remove unknown/unnecessary hack
[ticket/12347] IE8 compatible CSS selector
[ticket/12347] Changed from :after to :before
[ticket/12347] Changed to the new navbar templates
2014-04-20 19:26:08 -07:00
Joas Schilling
c3164be288
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12405] Valid timezone and dateformat for create_user() in tests
2014-04-20 22:10:44 +02:00
Joas Schilling
c4bd2d682f
Merge pull request #2332 from VSEphpbb/ticket/12405
...
[ticket/12405] Valid timezone and dateformat for create_user() in tests
* VSEphpbb/ticket/12405:
[ticket/12405] Valid timezone and dateformat for create_user() in tests
2014-04-20 22:10:21 +02:00
PayBas
1abd031ad6
[ticket/12347] Remove unknown/unnecessary hack
...
PHPBB3-12347
2014-04-20 20:53:29 +02:00
PayBas
4e1a86d848
[ticket/12389] Moved PM tools to UCP template
...
PHPBB3-12389
2014-04-20 20:33:34 +02:00
Cesar G
6c297680b9
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12363] Fix typo
[ticket/12363] changed _winner_ to _most-votes_
[ticket/12363] Mark winning (most votes) results bar
2014-04-20 10:33:05 -07:00
Cesar G
889f6673b2
Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeus
...
* PayBas/ticket/12363:
[ticket/12363] Fix typo
[ticket/12363] changed _winner_ to _most-votes_
[ticket/12363] Mark winning (most votes) results bar
2014-04-20 10:17:08 -07:00
Oliver Schramm
1905a2a7b2
[ticket/12422] Fix debug warning in log search
...
PHPBB3-12422
2014-04-20 18:36:39 +02:00
PayBas
f13689887e
Merge pull request #3 from prototech/ticket/12389
...
[ticket/12389] Replace email and print icons.
2014-04-20 18:15:50 +02:00
Cesar G
f890b7098f
[ticket/12389] Replace email and print icons.
...
PHPBB3-12389
2014-04-20 08:57:35 -07:00
Andreas Fischer
92d82e80cb
[ticket/12424] Update Symfony component from v2.3.4 to v2.3.12.
...
PHPBB3-12424
2014-04-20 16:48:26 +02:00
Andreas Fischer
22210d3dc4
[ticket/12423] Move PHP CodeSniffer from non-stable 1.5.0RC4 to latest 1.5.2.
...
PHPBB3-12423
2014-04-20 16:46:37 +02:00
Andreas Fischer
ca5438d8fe
[ticket/12423] Increase Composer minimum-stability to stable.
...
PHPBB3-12423
2014-04-20 16:45:34 +02:00
Andreas Fischer
95308aa20a
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12390] Add comment to composer.json to update the build target
[ticket/12390] Move cleaning of vendor into it's own target
[ticket/12390] Remove documentation, tests and other files from vendor/
2014-04-20 16:20:59 +02:00
Andreas Fischer
c31ea7af66
Merge pull request #2299 from nickvergessen/ticket/12390
...
[ticket/12390] Remove documentation, tests and other files from vendor/
* nickvergessen/ticket/12390:
[ticket/12390] Add comment to composer.json to update the build target
[ticket/12390] Move cleaning of vendor into it's own target
[ticket/12390] Remove documentation, tests and other files from vendor/
2014-04-20 16:16:42 +02:00
PayBas
f251a8b50d
[ticket/12347] IE8 compatible CSS selector
...
PHPBB3-12347
2014-04-20 14:32:19 +02:00
Joas Schilling
4775ad59b0
[ticket/12012] Fix docs in connection manager
...
PHPBB3-12012
2014-04-20 12:58:46 +02:00
Joas Schilling
0a953ddb15
[ticket/12012] Remove duplicated code (only the $sql are different)
...
PHPBB3-12012
2014-04-20 12:54:19 +02:00
Joas Schilling
1757fdd4b7
[ticket/12390] Add comment to composer.json to update the build target
...
PHPBB3-12390
2014-04-20 12:41:19 +02:00
Matt Friedman
067ab9e800
[ticket/12405] Valid timezone and dateformat for create_user() in tests
...
PHPBB3-12405
2014-04-19 09:42:45 -07:00
Oliver Schramm
7cccd59cdc
[ticket/12193] Fix broken HTML if SQL error occurs during migration
...
PHPBB3-12193
2014-04-19 16:58:38 +02:00
Cesar G
abf72b31e7
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12419] Also shrink the size of "See All" in footer a little bit
[ticket/12419] Improve font size in notifications drop-down
2014-04-18 09:23:31 -07:00
Cesar G
6f41e7a98b
Merge remote-tracking branch 'VSEphpbb/ticket/12419' into develop-ascraeus
...
* VSEphpbb/ticket/12419:
[ticket/12419] Also shrink the size of "See All" in footer a little bit
[ticket/12419] Improve font size in notifications drop-down
2014-04-18 09:23:02 -07:00
Matt Friedman
34533a86da
[ticket/12419] Also shrink the size of "See All" in footer a little bit
...
PHPBB3-12419
2014-04-18 09:17:36 -07:00
Matt Friedman
8b61ba238f
[ticket/12419] Improve font size in notifications drop-down
...
PHPBB3-12419
2014-04-18 08:48:40 -07:00
Tristan Darricau
5008cbf903
[ticket/12418] Notice displayed for feed.php
...
https://tracker.phpbb.com/browse/PHPBB3-12418
language/viewtopic.php isn't loaded, so MISSING_INLINE_ATTACHMENT isn't
available.
PHPBB3-12418
2014-04-18 00:33:02 +02:00
Joas Schilling
e77d7638f2
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/11978] Fix width of topic search text field
2014-04-17 23:32:04 +02:00
Joas Schilling
3608abdf8c
Merge pull request #2317 from Elsensee/ticket/11978
...
[ticket/11978] Fix width of topic search text field
* Elsensee/ticket/11978:
[ticket/11978] Fix width of topic search text field
2014-04-17 23:31:45 +02:00
Joas Schilling
a75ac5efd2
[ticket/12012] Handle begin and commit transactions in tests
...
PHPBB3-12012
2014-04-17 11:35:10 +02:00
Joas Schilling
7dc163f2b7
[ticket/12012] Drop and recreate indexes when removing columns
...
PHPBB3-12012
2014-04-17 11:35:09 +02:00
Joas Schilling
5403848902
[ticket/12012] Add a unit test for removing a column with indexes
...
PHPBB3-12012
2014-04-17 11:35:03 +02:00
Joas Schilling
a48f1abf66
[ticket/12012] Add a unit test for changing the column type
...
PHPBB3-12012
2014-04-17 11:29:45 +02:00
Joas Schilling
190b4282df
[ticket/12012] Return SQL statements for index drop/create
...
Otherwise we recreate the index before changing the column
PHPBB3-12012
2014-04-17 11:29:44 +02:00
Joas Schilling
e2784d01ce
[ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000
...
PHPBB3-12012
2014-04-17 11:29:44 +02:00
Joas Schilling
9036cdaaa2
[ticket/12012] Drop and recreate indexes when changing a column on MSSQL
...
PHPBB3-12012
2014-04-17 11:29:43 +02:00
Joas Schilling
29ba06968d
[ticket/12012] Fix query layout
...
PHPBB3-12012
2014-04-17 11:29:42 +02:00
Joas Schilling
743d816631
[ticket/12012] Correctly drop default value constraints on MSSQL
...
We need to drop the default constraints of a column,
before being able to change their type or deleting them.
PHPBB3-12012
2014-04-17 11:29:42 +02:00
n-aleha
31e11d81e8
[ticket/12406] Fix variable description of core.viewtopic_modify_page_title
...
Variable page_title should be described as "Title of the viewtopic page".
PHPBB3-12406
2014-04-17 01:47:18 +03:00
Joas Schilling
f766692ce5
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
2014-04-16 23:33:11 +02:00
Joas Schilling
0da5e3bee9
Merge pull request #2318 from prototech/ticket/12121
...
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
* prototech/ticket/12121:
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
2014-04-16 23:33:03 +02:00
Joas Schilling
beab7dd685
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12345] Improve search flood interval message for ascraeus
2014-04-16 23:26:47 +02:00
Joas Schilling
659c2e14b8
Merge pull request #2243 from n-aleha/ticket/12345
...
[ticket/12345] Improve search flood interval message for ascraeus
* n-aleha/ticket/12345:
[ticket/12345] Improve search flood interval message for ascraeus
2014-04-16 23:26:09 +02:00
Joas Schilling
67debc790d
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
2014-04-16 22:48:04 +02:00
Joas Schilling
7f3aebd495
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
2014-04-16 22:47:27 +02:00
Joas Schilling
d735129d6e
Merge pull request #2324 from bantu/ticket/12417
...
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fai...
* bantu/ticket/12417:
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
2014-04-16 22:46:41 +02:00