| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 2 | -6/+64 |
| |\ | |||||
| | * | Merge pull request #3330 from kasimi/ticket/13540 | Joas Schilling | 2015-02-02 | 2 | -6/+64 |
| | |\ | | | | | | | | | | [ticket/13540] Add core event for modifying topic review block data | ||||
| | | * | [ticket/13540] Added var row to both events | kasimi | 2015-01-25 | 2 | -0/+4 |
| | | | | | | | | | | | | | PHPBB3-13540 | ||||
| | | * | [ticket/13540] Add core event for MCP topic review block data | kasimi | 2015-01-24 | 1 | -3/+31 |
| | | | | | | | | | | | | | | | | | | | | | | Similar to the previous event, this event triggers for each post in the MCP topic review. PHPBB3-13540 | ||||
| | | * | [ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentations | kasimi | 2015-01-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-13540 | ||||
| | | * | [ticket/13540] Add core event for modifying topic review block data | kasimi | 2015-01-24 | 1 | -3/+29 |
| | | | | | | | | | | | | | | | | | | | | | | Added event core.topic_review_modify_row in function topic_review() in functions_posting for modifying template data blocks for topic reviews. PHPBB3-13540 | ||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -5/+87 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_queue.php | ||||
| | * | | Merge pull request #3326 from Wolfsblvt-Test/ticket/13537 | Joas Schilling | 2015-02-02 | 1 | -5/+87 |
| | |\ \ | | | | | | | | | | | | | Add core events on mcp_queue for approval and disapproval | ||||
| | | * | | [ticket/13537] Add core events on mcp_queue for approval and disapproval | Wolfsblvt | 2015-01-23 | 1 | -5/+87 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | Events added for the functions approve_posts(), approve_topics() and disapprove_posts() in mcp_queue.php, so that you can send notifications during approval and disapproval. PHPBB3-13537 | ||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 2 | -1/+49 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php | ||||
| | * | | Merge pull request #3325 from rxu/ticket/13536 | Joas Schilling | 2015-02-02 | 2 | -1/+49 |
| | |\ \ | | | | | | | | | | | | | [ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing | ||||
| | | * | | [ticket/13536] Add core events to allow modifying user profile data on editing | rxu | 2015-01-23 | 2 | -1/+49 |
| | | |/ | | | | | | | | | | | | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744 PHPBB3-13536 | ||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -1/+31 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #3324 from rxu/ticket/13336 | Joas Schilling | 2015-02-02 | 1 | -1/+31 |
| | |\ \ | | | | | | | | | | | | | [ticket/13336] Add core events to the function user_active_flip() | ||||
| | | * | | [ticket/13336] Add core events to the function user_active_flip() | rxu | 2015-01-23 | 1 | -1/+31 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | Add core events to the function user_active_flip() in includes/functions_user.php to allow checking/modifying data while activating/deactivating users. PHPBB3-13336 | ||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -0/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #3323 from rxu/ticket/13535 | Joas Schilling | 2015-02-02 | 1 | -0/+22 |
| | |\ \ | | | | | | | | | | | | | [ticket/13535] Add core event to allow modifying account settings on editing | ||||
| | | * | | [ticket/13535] Add core event to allow modifying account settings on editing | rxu | 2015-01-22 | 1 | -0/+22 |
| | | |/ | | | | | | | | | | | | | | | | Add ucp_profile.php core event to allow modifying account settings on editing. PHPBB3-13535 | ||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -0/+19 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #3317 from Wolfsblvt/ticket/13532 | Joas Schilling | 2015-02-02 | 1 | -0/+19 |
| | |\ \ | | | | | | | | | | | | | Add core event to get_unread_topics() in functions.php | ||||
| | | * | | [ticket/13532] Add core event to get_unread_topics() in functions.php | Wolfsblvt | 2015-01-23 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding core event core.get_unread_topics_modify_sql to to funtion get_unread_topics() in functions.php, so that you now are able to modify the sql query that retrieves the unread topics. PHPBB3-13532 | ||||
| * | | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -1/+34 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #3305 from Wolfsblvt/ticket/13518 | Joas Schilling | 2015-02-02 | 1 | -1/+34 |
| | |\ \ \ | | | | | | | | | | | | | | | | Add core event to markread() in functions.php | ||||
| | | * | | | [ticket/13518] Add core event to markread() in functions.php | Wolfsblvt | 2015-01-23 | 1 | -1/+34 |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding core event core.markread_before to to funtion markread() in functions.php, so that you now are able to add additional stuff inside the markread process, for example notifications designed in extensions. PHPBB3-13518 | ||||
| * | | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -2/+16 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #3282 from Elsensee/ticket/13313 | Joas Schilling | 2015-02-02 | 1 | -2/+16 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/13313] Add event core.acp_email_display | ||||
| | | * | | | [ticket/13313] Update version in @since tag of event | Oliver Schramm | 2015-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13313 | ||||
| | | * | | | [ticket/13313] Add event core.acp_email_display | Oliver Schramm | 2015-01-11 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13313 | ||||
| * | | | | | Merge branch 'develop-ascraeus' into develop | Marc Alexander | 2015-02-02 | 1 | -3/+5 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #3334 from paul999/ticket/13542 | Marc Alexander | 2015-02-02 | 1 | -3/+5 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13542] Update core.ucp_prefs_personal_data to include $error | ||||
| | | * | | | | [ticket/13542] Added sentenence of what is changed in the event | paulsohier | 2015-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13542 | ||||
| | | * | | | | [ticket/13542] Merge result of validation into existing $error | paulsohier | 2015-01-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because extensions can set a entry in $error, the result of the validate needs to be merged into it. PHPBB3-13542 | ||||
| | | * | | | | [ticket/13542] Update core.ucp_prefs_personal_data to include $error | paulsohier | 2015-01-24 | 1 | -1/+3 |
| | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | Update the event so extensions will be able to validate (and deny) changes. PHPBB3-13542 | ||||
| | * | | | | Merge branch 'prep-release-3.1.3' into develop-ascraeus | Joas Schilling | 2015-01-31 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | [prep-release-3.1.3] Update version to 3.1.3-RC2 | Joas Schilling | 2015-01-31 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'prep-release-3.1.3' into develop-ascraeus | Dhruv | 2015-01-30 | 1 | -1/+1 |
| | |\ \ \ \ \ | | |/ / / / | |||||
| | | * | | | | [prep-release-3.1.3] Update version to 3.1.2-RC1 | Joas Schilling | 2015-01-26 | 1 | -1/+1 |
| | | |/ / / | |||||
| * | | | | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 17 | -99/+101 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13494 | ||||
| * | | | | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2015-01-28 | 1 | -5/+5 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13414] Set Content-Length header only if status is not 304 | ||||
| | * | | | | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2015-01-28 | 1 | -5/+5 |
| | |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13414] Set Content-Length header only if status is not 304 Conflicts: phpBB/download/file.php | ||||
| | | * | | | [develop-olympus] Increment version number to 3.0.14-dev. | Andreas Fischer | 2015-01-21 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | [develop-olympus] Bump version numbers for 3.0.13-RC1 release. | Andreas Fischer | 2015-01-21 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | [ticket/13531] Send 404 Not Found. | Andreas Fischer | 2015-01-21 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13531 | ||||
| | | * | | | [ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO). | Marc Alexander | 2015-01-21 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13531 | ||||
| | | * | | | Merge pull request #3312 from bantu/ticket/13527 | Andreas Fischer | 2015-01-20 | 1 | -4/+1 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13527] Escape information received from version server * bantu/ticket/13527: [ticket/13527] Apply htmlspecialchars() to data from version server. [ticket/13527] Remove two unused variables. | ||||
| | | | * | | | [ticket/13527] Apply htmlspecialchars() to data from version server. | Andreas Fischer | 2015-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13527 | ||||
| | | | * | | | [ticket/13527] Remove two unused variables. | Andreas Fischer | 2015-01-20 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13527 | ||||
| | | * | | | | Merge pull request #3311 from bantu/ticket/13526 | Andreas Fischer | 2015-01-20 | 1 | -1/+5 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13526] Correctly validate the ucp_pm_options form key. * bantu/ticket/13526: [ticket/13526] Correctly validate the ucp_pm_options form key. | ||||
| | | | * | | | | [ticket/13526] Correctly validate the ucp_pm_options form key. | Joas Schilling | 2015-01-20 | 1 | -1/+5 |
| | | | |/ / / | | | | | | | | | | | | | | | | | | | PHPBB3-13526 | ||||
| * | | | | | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 41 | -290/+516 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13468 | ||||
