Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1812 from prototech/ticket/11746 | Nathan Guse | 2013-11-02 | 7 | -35/+211 |
|\ | | | | | [ticket/11746] Add "admin activation required" notification. | ||||
| * | [ticket/11746] Delete the notification after user is approved & fix language. | Cesar G | 2013-10-26 | 3 | -3/+3 |
| | | | | | | | | PHPBB3-11746 | ||||
| * | [ticket/11746] Add "admin activation required" notification. | Cesar G | 2013-10-24 | 7 | -35/+211 |
| | | | | | | | | PHPBB3-11746 | ||||
* | | [ticket/11995] Fix Revert of config.remove | Joas Schilling | 2013-11-02 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11995 | ||||
* | | Merge remote-tracking branch 'brunoais/ticket/11663' into develop | Joas Schilling | 2013-11-02 | 1 | -1/+11 |
|\ \ | | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | | [ticket/11663] Add the doc block about the parameters. | brunoais | 2013-08-17 | 1 | -0/+8 |
| | | | | | | | | | | | | PHPBB3-11663 | ||||
| * | | [ticket/11663] Add the doc block about the return value. | brunoais | 2013-08-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong. PHPBB3-11663 | ||||
| * | | [ticket/11663] Make generate_text_for_storage return the errors. | brunoais | 2013-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong. PHPBB3-11663 | ||||
* | | | Merge pull request #1810 from nickvergessen/ticket/11031 | Nils Adermann | 2013-11-02 | 4 | -11/+172 |
|\ \ \ | | | | | | | | | Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes | ||||
| * | | | [ticket/11031] Convert user notification options with default settings | Joas Schilling | 2013-11-02 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Correctly add groups to teampage | Joas Schilling | 2013-11-02 | 3 | -2/+78 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Fix group legend position | Joas Schilling | 2013-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Convert timezones to new 3.1 timezone | Joas Schilling | 2013-10-28 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Fix missing variable lang_file from code conversion | Joas Schilling | 2013-10-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Correctly set topic and post visibility | Joas Schilling | 2013-10-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Update extension group names after converting them | Joas Schilling | 2013-10-25 | 2 | -0/+51 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Fix conversion of topic_replies to topic_posts | Joas Schilling | 2013-10-23 | 2 | -3/+12 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| * | | | [ticket/11031] Fix container construction and missing objects | Joas Schilling | 2013-10-23 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
* | | | | [ticket/11983] Add missing argument to docblock in ucp_notifications | Marc Alexander | 2013-11-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The argument $subscriptions was not documented in the docblock of the method output_notification_types() until now. PHPBB3-11983 | ||||
* | | | | Merge pull request #1839 from bantu/task/code-sniffer | Nils Adermann | 2013-11-01 | 202 | -1860/+158 |
|\ \ \ \ | | | | | | | | | | | More PHP Code Sniffer rules | ||||
| * | | | | [task/code-sniffer] Remove class result_mssqlnative. | Andreas Fischer | 2013-10-31 | 1 | -169/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-11980 | ||||
| * | | | | [task/code-sniffer] Replace spaces with tabs. | Andreas Fischer | 2013-10-30 | 17 | -150/+154 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-11980 | ||||
| * | | | | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 192 | -1537/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-11980 | ||||
| * | | | | [task/code-sniffer] Fix argument list spacing. | Andreas Fischer | 2013-10-29 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-11980 | ||||
* | | | | | [ticket/11992] Fix Users with most Warnings block | Marcus Vinny | 2013-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-11992 | ||||
* | | | | | Merge remote-tracking branch 'prototech/ticket/11987' into develop | Andreas Fischer | 2013-10-31 | 5 | -7/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | | | | | [ticket/11987] Add {ADMIN_ROOT_PATH}. | Cesar G | 2013-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11987 | ||||
| * | | | | | [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}. | Cesar G | 2013-10-30 | 4 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11987 | ||||
| * | | | | | [ticket/11987] Change {ROOT_PATH} to point to board root. | Cesar G | 2013-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11987 | ||||
* | | | | | | [ticket/11991] Fix incorrect class name for report_post_closed notification. | Cesar G | 2013-10-30 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | PHPBB3-11991 | ||||
* | | | | | Merge remote-tracking branch 'nickvergessen/ticket/11974' into develop | Dhruv | 2013-10-30 | 2 | -10/+436 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11974: [ticket/11974] Fix timezone names with underscores [ticket/11974] Translate all timezones | ||||
| * | | | | | [ticket/11974] Fix timezone names with underscores | Joas Schilling | 2013-10-27 | 1 | -59/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11974 | ||||
| * | | | | | [ticket/11974] Translate all timezones | Joas Schilling | 2013-10-27 | 2 | -10/+436 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11974 | ||||
* | | | | | | [ticket/11986] Fix undefined index: poster_id in file.php. | Cesar G | 2013-10-29 | 1 | -1/+1 |
| |/ / / / |/| | | | | | | | | | | | | | | PHPBB3-11986 | ||||
* | | | | | Merge remote-tracking branch 'marc1706/ticket/11981' into develop | Andreas Fischer | 2013-10-29 | 30 | -65/+70 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * marc1706/ticket/11981: [ticket/11981] Fix code sniffer complaints | ||||
| * | | | | | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 30 | -65/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11981 | ||||
* | | | | | | Merge pull request #1784 from nickvergessen/ticket/11924 | Nils Adermann | 2013-10-28 | 6 | -19/+378 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Ticket/11924] Add a script to export the events in wiki format | ||||
| * | | | | | | [ticket/11924] Verify that the script is only run from command line | Joas Schilling | 2013-10-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Do not use globals :( | Joas Schilling | 2013-10-26 | 1 | -17/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Remove duplicated code | Joas Schilling | 2013-10-16 | 1 | -54/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Fix some minor issues with the php event docs | Joas Schilling | 2013-10-16 | 4 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Add option to export php event list | Joas Schilling | 2013-10-16 | 1 | -0/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Reduce unneccessary load | Joas Schilling | 2013-10-16 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Add version info of template events to events.md | Joas Schilling | 2013-10-16 | 2 | -2/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Add script to export events.md with wiki markup | Joas Schilling | 2013-10-16 | 1 | -0/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | | | [ticket/11924] Bring layout of events.md to one style | Joas Schilling | 2013-10-16 | 1 | -10/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
* | | | | | | | [ticket/11982] Fix z-index for AJAX popup background | Vjacheslav Trushkin | 2013-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11982 | ||||
* | | | | | | | Merge pull request #1818 from cyberalien/ticket/11957 | Nils Adermann | 2013-10-28 | 20 | -279/+1068 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Responsive design for ACP | ||||
| * | | | | | | [ticket/11957] Append new line to install_header | Vjacheslav Trushkin | 2013-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11957 | ||||
| * | | | | | | [ticket/11957] Responsive ACP groups table | Vjacheslav Trushkin | 2013-10-27 | 2 | -12/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11957 |