Cesar G
7251feab67
[ticket/11987] Change {ROOT_PATH} to point to board root.
...
PHPBB3-11987
2013-10-30 15:42:35 -07:00
Cesar G
4b024f035e
[ticket/11928] Rename loadingAlert to loading_indicator.
...
PHPBB3-11928
2013-10-30 15:28:11 -07:00
Cesar G
a95306643e
[ticket/11991] Fix incorrect class name for report_post_closed notification.
...
PHPBB3-11991
2013-10-30 15:17:08 -07:00
Dhruv
a9524d6e08
Merge remote-tracking branch 'nickvergessen/ticket/11974' into develop
...
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11974:
[ticket/11974] Fix timezone names with underscores
[ticket/11974] Translate all timezones
2013-10-30 22:43:25 +05:30
Andreas Fischer
10bfb2fe05
[task/code-sniffer] Completely ignore database_update.php.
...
PHPBB3-11980
2013-10-30 13:56:11 +01:00
Andreas Fischer
ef1f991837
[task/code-sniffer] Replace spaces with tabs.
...
PHPBB3-11980
2013-10-30 13:37:29 +01:00
Andreas Fischer
7aa8f6461f
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
...
PHPBB3-11980
2013-10-30 13:05:28 +01:00
Andreas Fischer
6ac46ad469
[task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbols
...
PHPBB3-11980
2013-10-30 11:40:34 +01:00
Vjacheslav Trushkin
7ce34f3f90
[ticket/11030] Fix cursor for checkboxes
...
PHPBB3-11030
2013-10-30 11:51:16 +02:00
Matt Friedman
16213c92fe
[ticket/11935] Merge remote-tracking branch 'upstream/develop'
...
PHPBB3-11935
2013-10-29 19:12:32 -07:00
Andreas Fischer
49269fbdf4
[task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespace
...
PHPBB3-11980
2013-10-30 01:33:00 +01:00
Andreas Fischer
3944efe528
[task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent
...
PHPBB3-11980
2013-10-30 01:15:57 +01:00
erangamapa
dffe790f19
[ticket/11030] Fixing cursor appearing in file upload browse button.
...
Removed unnecessary cursor CSS properties added for form inputs in both acp
and prosilver styles. Added cursor:pointer property only for buttons.
PHPBB3-11030
2013-10-30 02:10:47 +02:00
Andreas Fischer
63ce04d565
[task/code-sniffer] Add Generic.Functions.CallTimePassByReference
...
PHPBB3-11980
2013-10-30 00:49:01 +01:00
Andreas Fischer
94334992ec
[task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatements
...
PHPBB3-11980
2013-10-30 00:44:24 +01:00
Andreas Fischer
69a766fe79
[task/code-sniffer] Add OneClassPerFile and OneInterfacePerFile.
...
PHPBB3-11980
2013-10-30 00:31:39 +01:00
Andreas Fischer
27a180f5d2
[task/code-sniffer] Add Generic.CodeAnalysis.UselessOverridingMethod
...
PHPBB3-11980
2013-10-30 00:12:47 +01:00
Andreas Fischer
721e652425
[task/code-sniffer] Add Generic.CodeAnalysis.ForLoopShouldBeWhileLoop
...
PHPBB3-11980
2013-10-29 23:56:11 +01:00
Andreas Fischer
387ed37b31
[task/code-sniffer] Do not abort immediately on PHP Code Sniffer failure.
...
PHPBB3-11980
2013-10-29 23:53:07 +01:00
Andreas Fischer
02e9f6e284
[task/code-sniffer] Fix argument list spacing.
...
PHPBB3-11980
2013-10-29 23:38:05 +01:00
Andreas Fischer
d326a49fd0
[task/code-sniffer] Check function/method argument list spacing.
...
PHPBB3-11980
2013-10-29 21:27:07 +01:00
Cesar G
57fc62b000
[ticket/11928] Make sure the indicator is on top of other elements.
...
PHPBB3-11928
2013-10-29 10:11:29 -07:00
Cesar G
da4e0c4219
[ticket/11928] Replace AJAX loading popup with animation.
...
PHPBB3-11928
2013-10-29 07:27:08 -07:00
Andreas Fischer
2f1cf0d287
Merge remote-tracking branch 'prototech/ticket/11986' into develop
...
* prototech/ticket/11986:
[ticket/11986] Fix undefined index: poster_id in file.php.
2013-10-29 14:09:43 +01:00
Cesar G
68d80f9952
[ticket/11986] Fix undefined index: poster_id in file.php.
...
PHPBB3-11986
2013-10-29 06:02:04 -07:00
Nils Adermann
d437f1f133
Merge pull request #1835 from bantu/task/code-sniffer
...
[task/code-sniffer] Require PHP Code Sniffer to pass
2013-10-28 22:59:33 -07:00
Andreas Fischer
99fccb6f19
[task/code-sniffer] Cleanup code sniffer ruleset files.
...
PHPBB3-11980
2013-10-29 01:36:37 +01:00
Andreas Fischer
5b66083120
[task/code-sniffer] Reorganise .travis.yml
...
PHPBB3-11980
2013-10-29 01:03:53 +01:00
Andreas Fischer
92144b370c
[task/code-sniffer] Check phpBB/phpbb first. This is where new files go.
...
PHPBB3-11980
2013-10-29 01:00:24 +01:00
Andreas Fischer
6a7db8d51a
[task/code-sniffer] Require code sniffer to pass on Travis CI.
...
PHPBB3-11980
2013-10-29 00:59:51 +01:00
Andreas Fischer
59e3c2d16e
Merge remote-tracking branch 'marc1706/ticket/11981' into develop
...
* marc1706/ticket/11981:
[ticket/11981] Fix code sniffer complaints
2013-10-29 00:00:00 +01:00
Joas Schilling
85a12ce4f4
[ticket/11031] Fix group legend position
...
PHPBB3-11031
2013-10-28 23:28:24 +01:00
Marc Alexander
7f58a4572e
[ticket/11981] Fix code sniffer complaints
...
PHPBB3-11981
2013-10-28 23:05:46 +01:00
Nils Adermann
ed94e3c576
Merge pull request #1784 from nickvergessen/ticket/11924
...
[Ticket/11924] Add a script to export the events in wiki format
2013-10-28 14:53:59 -07:00
Joas Schilling
88f72bd411
[ticket/11031] Convert timezones to new 3.1 timezone
...
PHPBB3-11031
2013-10-28 21:54:43 +01:00
Nils Adermann
0ffc3395c5
Merge pull request #1832 from cyberalien/ticket/11982
...
Fix z-index for AJAX popup background
2013-10-28 11:51:28 -07:00
Vjacheslav Trushkin
5dd199dd60
[ticket/11982] Fix z-index for AJAX popup background
...
PHPBB3-11982
2013-10-28 20:18:56 +02:00
Nils Adermann
bf08b9ad34
Merge pull request #1818 from cyberalien/ticket/11957
...
Responsive design for ACP
2013-10-28 10:14:06 -07:00
Nils Adermann
2afd47b938
Merge pull request #1831 from bantu/task/code-sniffer
...
[task/code-sniffer] Setup PHP Code Sniffer
2013-10-28 09:19:51 -07:00
Vjacheslav Trushkin
2f19b549d8
[ticket/11957] Append new line to install_header
...
PHPBB3-11957
2013-10-28 13:42:00 +02:00
Andreas Fischer
77ee81c2f6
Merge remote-tracking branch 'marc1706/ticket/11857' into develop
...
* marc1706/ticket/11857:
[ticket/11857] Use passed service collection instead of container in manager
2013-10-27 17:56:25 +01:00
Andreas Fischer
8c83acb28b
[task/code-sniffer] Add code sniffer rulesets.
...
PHPBB3-11980
2013-10-27 17:50:58 +01:00
Andreas Fischer
c230701e48
[task/code-sniffer] Run code sniffer in PHP 5.5 / MySQL Travis CI environment.
...
PHPBB3-11980
2013-10-27 17:43:08 +01:00
Andreas Fischer
e660d1bac1
[task/code-sniffer] Phing target for sniffing.
...
PHPBB3-11980
2013-10-27 17:43:03 +01:00
Andreas Fischer
c82979a472
[task/code-sniffer] Add PHP CodeSniffer dependency to composer.
...
PHPBB3-11980
2013-10-27 17:42:58 +01:00
Andreas Fischer
7fb3676957
[task/code-sniffer] Move code sniffer below build folder.
...
PHPBB3-11980
2013-10-27 17:42:49 +01:00
Marc Alexander
b2f638b793
[ticket/11857] Use passed service collection instead of container in manager
...
The service collection that was already passed to the avatar manager should
be used in the avatar manager method get_driver() instead of the container
itself.
PHPBB3-11857
2013-10-27 15:08:58 +01:00
Joas Schilling
ce487aad09
[ticket/11974] Fix timezone names with underscores
...
PHPBB3-11974
2013-10-27 00:48:23 +02:00
Vjacheslav Trushkin
65ab004f96
[ticket/11957] Responsive ACP groups table
...
PHPBB3-11957
2013-10-27 01:27:31 +03:00
Joas Schilling
2086db0d7a
[ticket/11974] Translate all timezones
...
PHPBB3-11974
2013-10-27 00:21:17 +02:00