Commit graph

17883 commits

Author SHA1 Message Date
Joas Schilling
414a4d587e [ticket/11995] Fix Revert of config.remove
PHPBB3-11995
2013-11-02 18:13:11 +01:00
Joas Schilling
8a78699f6c Merge remote-tracking branch 'brunoais/ticket/11663' into develop
* brunoais/ticket/11663:
  [ticket/11663] Add the doc block about the parameters.
  [ticket/11663] Add the doc block about the return value.
  [ticket/11663] Make generate_text_for_storage return the errors.
2013-11-02 16:26:29 +01:00
Nils Adermann
158c998216 Merge pull request #1810 from nickvergessen/ticket/11031
Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes
2013-11-02 07:20:15 -07:00
Joas Schilling
481d25d885 [ticket/11031] Convert user notification options with default settings
PHPBB3-11031
2013-11-02 13:30:29 +01:00
Joas Schilling
cb8cd50495 [ticket/11031] Correctly add groups to teampage
PHPBB3-11031
2013-11-02 13:25:46 +01:00
Marc Alexander
54b7b2320c [ticket/11983] Add missing argument to docblock in ucp_notifications
The argument $subscriptions was not documented in the docblock of the method
output_notification_types() until now.

PHPBB3-11983
2013-11-02 10:42:16 +01:00
Nils Adermann
e118b4f4c0 Merge pull request #1839 from bantu/task/code-sniffer
More PHP Code Sniffer rules
2013-11-01 07:58:18 -07:00
Marcus Vinny
e4008308fc [ticket/11992] Fix Users with most Warnings block
PHPBB3-11992
2013-10-31 15:30:02 -03:00
Andreas Fischer
ae7ef3e09d [task/code-sniffer] Remove class result_mssqlnative.
PHPBB3-11980
2013-10-31 00:48:03 +01:00
Andreas Fischer
d499db36a0 Merge remote-tracking branch 'prototech/ticket/11987' into develop
* prototech/ticket/11987:
  [ticket/11987] Add {ADMIN_ROOT_PATH}.
  [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}.
  [ticket/11987] Change {ROOT_PATH} to point to board root.
2013-10-31 00:44:58 +01:00
Cesar G
831075e5fe [ticket/11987] Add {ADMIN_ROOT_PATH}.
PHPBB3-11987
2013-10-30 16:13:20 -07:00
Cesar G
05dd4d55d2 [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}.
PHPBB3-11987
2013-10-30 15:43:07 -07:00
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
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
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
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
02e9f6e284 [task/code-sniffer] Fix argument list spacing.
PHPBB3-11980
2013-10-29 23:38:05 +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
Cesar G
68d80f9952 [ticket/11986] Fix undefined index: poster_id in file.php.
PHPBB3-11986
2013-10-29 06:02:04 -07: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
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
c82979a472 [task/code-sniffer] Add PHP CodeSniffer dependency to composer.
PHPBB3-11980
2013-10-27 17:42:58 +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
Marc Alexander
5193b3279c [feature/passwords] Pass list of default types to passwords manager
This list is in the order of how the driver types would be used. If a driver
is not supported we will try the subsequent one.

PHPBB3-11610
2013-10-27 14:18:02 +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
Joas Schilling
6a87388e69 [ticket/11973] Remove logic from tokens language array
Previously if a translator did no translate a token, it would not be
displayed. On the other hand, the translator could add additional tokens
which have no functionality.  Functionality is already hardcoded into
bbcode.php so we can that in the ACP aswell, in order to prevent namend
issues.

PHPBB3-11973
2013-10-26 23:55:19 +02:00
Joas Schilling
616574d7ab [ticket/11924] Verify that the script is only run from command line
PHPBB3-11924
2013-10-26 22:53:40 +02:00
Vjacheslav Trushkin
522d5cc3f4 [ticket/11957] Responsive ACP permissions
PHPBB3-11957
2013-10-26 22:45:55 +03:00
Vjacheslav Trushkin
bea94b1f5b [ticket/11957] Fix position of main block for tab-less pages
PHPBB3-11957
2013-10-26 22:16:54 +03:00
Vjacheslav Trushkin
1cdb9a8057 [ticket/11957] Hide other navigation items when one is activated
PHPBB3-11957
2013-10-26 22:11:55 +03:00
Vjacheslav Trushkin
00734741af [ticket/11957] Do not add empty headers to responsive tables
PHPBB3-11957
2013-10-26 22:00:25 +03:00
Vjacheslav Trushkin
e9c0c9d5d2 [ticket/11957] Responsive ACP tabs
PHPBB3-11957
2013-10-26 22:00:25 +03:00
Vjacheslav Trushkin
b79cfa9f4a [ticket/11957] Add z-index to menu
Add z-index to menu to prevent content block from overlapping menu

PHPBB3-11957
2013-10-26 22:00:24 +03:00
Vjacheslav Trushkin
2a1db92955 [ticket/11957] Wrap content in double div
PHPBB3-11957
2013-10-26 22:00:24 +03:00
Vjacheslav Trushkin
c1ca57fcdb [ticket/11957] Misc responsive changes
PHPBB3-11957
2013-10-26 22:00:24 +03:00