| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1790 from prototech/ticket/11280 | Nathan Guse | 2013-11-02 | 1 | -1/+0 |
| |\ | | | | | [ticket/11280] Prevent duplicate entry in forums_track table. | ||||
| | * | [ticket/11280] Prevent duplicate entry in forums_track table. | Cesar G | 2013-10-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | Enforcing a time limit prevents all rows from being selected, thus a new row is inserted resulting in a duplicate entry. PHPBB3-11280 | ||||
| * | | Merge pull request #1812 from prototech/ticket/11746 | Nathan Guse | 2013-11-02 | 3 | -35/+16 |
| |\ \ | | | | | | | [ticket/11746] Add "admin activation required" notification. | ||||
| | * | | [ticket/11746] Delete the notification after user is approved & fix language. | Cesar G | 2013-10-26 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11746 | ||||
| | * | | [ticket/11746] Add "admin activation required" notification. | Cesar G | 2013-10-24 | 3 | -35/+16 |
| | | | | | | | | | | | | | PHPBB3-11746 | ||||
| * | | | 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 | 1 | -2/+34 |
| |\ \ \ \ | | | | | | | | | | | Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes | ||||
| | * | | | | [ticket/11031] Correctly add groups to teampage | Joas Schilling | 2013-11-02 | 1 | -1/+33 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11031 | ||||
| | * | | | | [ticket/11031] Fix group legend position | Joas Schilling | 2013-10-28 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | | | | | 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 | 7 | -17/+18 |
| |\ \ \ \ | | | | | | | | | | | More PHP Code Sniffer rules | ||||
| | * | | | | [task/code-sniffer] Replace spaces with tabs. | Andreas Fischer | 2013-10-30 | 7 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11980 | ||||
| | * | | | | [task/code-sniffer] Fix argument list spacing. | Andreas Fischer | 2013-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11980 | ||||
| * | | | | | [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 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11987 | ||||
| * | | | | | [ticket/11987] Change {ROOT_PATH} to point to board root. | Cesar G | 2013-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11987 | ||||
| * | | | | | Merge remote-tracking branch 'nickvergessen/ticket/11974' into develop | Dhruv | 2013-10-30 | 1 | -10/+4 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11974: [ticket/11974] Fix timezone names with underscores [ticket/11974] Translate all timezones | ||||
| | * | | | | [ticket/11974] Translate all timezones | Joas Schilling | 2013-10-27 | 1 | -10/+4 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-11974 | ||||
| * | | | | Merge remote-tracking branch 'marc1706/ticket/11981' into develop | Andreas Fischer | 2013-10-29 | 7 | -26/+30 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * marc1706/ticket/11981: [ticket/11981] Fix code sniffer complaints | ||||
| | * | | | | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 7 | -26/+30 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-11981 | ||||
| * | | | | Merge pull request #1784 from nickvergessen/ticket/11924 | Nils Adermann | 2013-10-28 | 3 | -8/+8 |
| |\ \ \ \ | |/ / / |/| | | | [Ticket/11924] Add a script to export the events in wiki format | ||||
| | * | | | [ticket/11924] Fix some minor issues with the php event docs | Joas Schilling | 2013-10-16 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | PHPBB3-11924 | ||||
| * | | | | Merge pull request #1801 from nickvergessen/ticket/11948 | Nils Adermann | 2013-10-22 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | Ticket/11948 Extensions should be allowed to have more then 1 routing file | ||||
| | * | | | | [ticket/11948] Allow resource importing for routing | Joas Schilling | 2013-10-21 | 1 | -4/+4 |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-11948 | ||||
| * | | | | [ticket/11923] Attempt to translate errors only if user can change avatar. | Cesar G | 2013-10-17 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | PHPBB3-11923 | ||||
| * | | | Merge pull request #1781 from VSEphpbb/ticket/11921 | Nathan Guse | 2013-10-16 | 2 | -16/+4 |
| |\ \ \ | |/ / |/| | | Ticket/11921 - Streamline PMs and Notifications in Header Link List | ||||
| | * | | [ticket/11921] Directly inject unread messages count into the template | Matt Friedman | 2013-10-16 | 1 | -8/+2 |
| | | | | | | | | | | | | | PHPBB3-11921 | ||||
| | * | | [ticket/11921] Only get the count of unread PMs | Matt Friedman | 2013-10-16 | 1 | -4/+1 |
| | | | | | | | | | | | | | PHPBB3-11921 | ||||
| | * | | [ticket/11921] Move any HTML for Notifications to the templates | Matt Friedman | 2013-10-16 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11921 | ||||
| | * | | [ticket/11921] Remove "l_" from non-lang variables | Matt Friedman | 2013-10-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | PHPBB3-11921 | ||||
| | * | | [ticket/11921] Improve appearance of PM notifications in linklist | Matt Friedman | 2013-10-15 | 1 | -8/+5 |
| | | | | | | | | | | | | | PHPBB3-11921 | ||||
| * | | | [develop] Update version to 3.1.0-a2-dev | Joas Schilling | 2013-10-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | [prep-release-3.1.0-a1] Update version to 3.1.0-a1 | Joas Schilling | 2013-10-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 4 | -9/+100 |
| | | | | | | | | | | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929 | ||||
| * | | Merge pull request #1764 from EXreaction/ticket/11874 | Nils Adermann | 2013-10-10 | 1 | -1/+1 |
| |\ \ | | | | | | | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path | ||||
| | * | | [ticket/11874] Correct when $phpbb_root_path is appended to build_url() | Nathan Guse | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11874 | ||||
| * | | | [ticket/11703] Also use empty() for T_JQUERY_LINK. | Andreas Fischer | 2013-10-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11703 | ||||
| * | | | [ticket/11703] Make jQuery CDN switch more generic. | Andreas Fischer | 2013-10-10 | 3 | -5/+5 |
| |/ / | | | | | | | | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703 | ||||
| * | | [ticket/11901] Pass empty string as relative_url for non-local magic URL. | Andreas Fischer | 2013-10-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty string was passed to make_clickable_callback() as a replacement in case of less than three capturing groups. This patch reintroduces the empty string. Regression from 49c12ef4be229bf2223139298766ef441b075fbc. PHPBB3-11901 | ||||
| * | | [ticket/11898] Correct adm_relative_path created by installer | Nathan Guse | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | PHPBB3-11898 | ||||
| * | | [ticket/11898] Correct admin S_LOGIN_ACTION | Nathaniel Guse | 2013-10-09 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-11898 | ||||
| * | | Merge remote-tracking branch 'prototech/ticket/11890' into develop | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | * prototech/ticket/11890: [ticket/11890] Fix untranslated string when deleting posts through MCP. | ||||
| | * | | [ticket/11890] Fix untranslated string when deleting posts through MCP. | Cesar G | 2013-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11890 | ||||
| * | | | [ticket/11892] Fix undefined variables: to_forum_id & to_topic_id | Cesar G | 2013-10-08 | 2 | -39/+15 |
| |/ / | | | | | | | PHPBB3-11892 | ||||
| * | | Merge pull request #1739 from nickvergessen/ticket/11871 | Nathan Guse | 2013-10-03 | 2 | -5/+28 |
| |\ \ | | | | | | | [ticket/11871] Allow backslash in classnames for Modules | ||||
| | * | | [ticket/11871] Fallback to int ID of the module, when creating links | Joas Schilling | 2013-10-02 | 1 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Firefox is currently unable to correctly copy a urlencoded \ so users will be unable to post links to modules. However we can still fallback to the id instead of the name, so we do that in this case. PHPBB3-11871 | ||||
| | * | | [ticket/11871] Allow backslash in classnames for Modules | Joas Schilling | 2013-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11871 | ||||
