| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | [ticket/12176] Add functional test for founder deletion message. | Andreas Fischer | 2014-02-15 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12176 | |||||
| * | | | | | | Merge pull request #2104 from nickvergessen/ticket/12261 | Nathan Guse | 2014-03-12 | 4 | -2/+42 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | [ticket/12261] Remove web root path from login redirect url | |||||
| | * | | | | | | [ticket/12261] Mark test as incomplete, something is wrong with sessions | Joas Schilling | 2014-03-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261 | |||||
| | * | | | | | | [ticket/12261] Fix doc block | Joas Schilling | 2014-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261 | |||||
| | * | | | | | | [ticket/12261] Validate the redirect hidden field before submitting the form | Joas Schilling | 2014-03-10 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261 | |||||
| | * | | | | | | [ticket/12261] Add a functional test for redirect after using login_box() | Joas Schilling | 2014-03-10 | 4 | -2/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261 | |||||
| * | | | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11288-develop' into develop | Joas Schilling | 2014-03-11 | 1 | -0/+49 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11288-develop: [ticket/11288] Add unit test cases for foo-bar like queries [ticket/11288] Handle +,- without preceeding whitespace characters | |||||
| | * | | | | | | [ticket/11288] Add unit test cases for foo-bar like queries | Dhruv | 2014-03-09 | 1 | -0/+49 | |
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | foo-bar and foo -bar are interpreted differently by native search backend now. PHPBB3-11288 | |||||
| * | | | | | | Merge pull request #2107 from VSEphpbb/ticket/12117 | Nathan Guse | 2014-03-10 | 1 | -0/+16 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | [ticket/12117] Add get_all_tree_data method to tree class | |||||
| | * | | | | | | [ticket/12117] Add get_all_tree_data method to tree class | Matt Friedman | 2014-03-10 | 1 | -0/+16 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-12117 | |||||
| * | | | | | | Merge pull request #2092 from nickvergessen/ticket/12090 | Nathan Guse | 2014-03-10 | 13 | -198/+198 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | [ticket/12090] Pass route name to url() instead of the url itself | |||||
| | * | | | | | | [ticket/12090] Comment out broken test | Joas Schilling | 2014-03-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Move find() call to container and fix tests | Joas Schilling | 2014-03-09 | 2 | -29/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Split finding routes and returning routes into 2 methods | Joas Schilling | 2014-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Make provider a service and inject it into the helper | Joas Schilling | 2014-03-08 | 3 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Fix pagination for routes | Joas Schilling | 2014-03-08 | 2 | -32/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Fix helper usage in functional controller tests | Joas Schilling | 2014-03-07 | 1 | -27/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Change redirect tests to use route() | Joas Schilling | 2014-03-07 | 4 | -40/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| | * | | | | | | [ticket/12090] Pass route name to url() to allow admins to change the routes | Joas Schilling | 2014-03-07 | 8 | -123/+133 | |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | PHPBB3-12090 | |||||
| * | | | | | | Merge remote-tracking branch 'rxu3/ticket/12224' into develop | Joas Schilling | 2014-03-10 | 1 | -0/+34 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | * rxu3/ticket/12224: [ticket/12224] Add assign_block_vars_array() test. [ticket/12224] Add template wrapper method to assign block arrays | |||||
| | * | | | | | [ticket/12224] Add assign_block_vars_array() test. | rxu | 2014-03-10 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests, also change return value to null. PHPBB3-12224 | |||||
| * | | | | | | [ticket/10945] Remove mark test incomplete for native search backend | Dhruv | 2014-03-08 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10945 | |||||
| * | | | | | | [ticket/10945] Fix Unit Tests as per new changes to split_keywords | Dhruv | 2014-03-08 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10945 | |||||
| * | | | | | | [ticket/10945] Remove mark test incomplete for mysql and postgres | Dhruv | 2014-03-08 | 2 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10945 | |||||
| * | | | | | | Merge pull request #2087 from marc1706/ticket/12239 | Nathan Guse | 2014-03-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [ticket/12239] Move deprecated passwords functions to compatibility file | |||||
| | * | | | | | [ticket/12239] Move deprecated passwords functions to compatibility file | Marc Alexander | 2014-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deprecated passwords functions are no longer used in the core and have been replaced with the passwords manager. Therefore, the functions are moved to the functions_compatibility file. PHPBB3-12239 | |||||
| * | | | | | | [ticket/12236] Move AOL Instant Messanger field to custom profile field | Joas Schilling | 2014-03-05 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12236 | |||||
| * | | | | | | [ticket/12237] Convert yahoo messanger to custom profile field | Joas Schilling | 2014-03-05 | 1 | -1/+0 | |
| |/ / / / / | | | | | | | | | | | | | | | | PHPBB3-12237 | |||||
| * | | | | | [ticket/12235] Convert WLM to custom profile field | Joas Schilling | 2014-03-04 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12235 | |||||
| * | | | | | [ticket/12187] Remove user_website functionality | Joas Schilling | 2014-03-03 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12187 | |||||
| * | | | | | [ticket/12234] Replace ICQ with custom profile field | Joas Schilling | 2014-02-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12234 | |||||
| * | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ↵ | Joas Schilling | 2014-02-25 | 1 | -0/+42 | |
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | ticket/12205-develop * nickvergessen/ticket/12205: [ticket/12205] Do not display 0 for empty integers when show_novalue is off Conflicts: phpBB/includes/functions_profile_fields.php | |||||
| | * | | | [ticket/12205] Do not display 0 for empty integers when show_novalue is off | Joas Schilling | 2014-02-25 | 1 | -0/+42 | |
| | |/ / | | | | | | | | | | PHPBB3-12205 | |||||
| * | | | Merge pull request #2025 from marc1706/ticket/12183 | Nathan Guse | 2014-02-20 | 2 | -0/+135 | |
| |\ \ \ | | | | | | | | | [ticket/12183] Update user_newpasswd column in users table for passwords manager | |||||
| | * | | | [ticket/12183] Check if database columns were updated before changing them | Marc Alexander | 2014-02-19 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12183 | |||||
| | * | | | [ticket/12183] Test that login with old password doesn't work after reset | Marc Alexander | 2014-02-17 | 1 | -13/+34 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12183 | |||||
| | * | | | [ticket/12183] Test activating new password after reset | Marc Alexander | 2014-02-17 | 1 | -1/+65 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12183 | |||||
| | * | | | [ticket/12183] Make sure to undo changes to config in forgot_password_test | Marc Alexander | 2014-02-11 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The forgot_password_test disables the password reset functionalty but doesn't enable it again afterwards. PHPBB3-12183 | |||||
| | * | | | [ticket/12183] Add functional test for user password reset | Marc Alexander | 2014-02-10 | 1 | -0/+35 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12183 | |||||
| * | | | | Merge pull request #2021 from nickvergessen/ticket/12171 | Nathan Guse | 2014-02-20 | 2 | -0/+362 | |
| |\ \ \ \ | |_|_|/ |/| | | | Ticket/12171 Attachments from soft-deleted posts are still downloadable | |||||
| | * | | | [ticket/12171] Add functional tests for downloading attachments | Joas Schilling | 2014-02-10 | 1 | -0/+345 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12171 | |||||
| | * | | | [ticket/12171] Add functionality to upload attachments to submit_post() method | Joas Schilling | 2014-02-10 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12171 | |||||
| * | | | | Merge pull request #1994 from prototech/ticket/12158 | Nathan Guse | 2014-02-18 | 1 | -2/+17 | |
| |\ \ \ \ | | | | | | | | | | | [ticket/12158] The pagination start value should be 0 when there are no items. | |||||
| | * | | | | [ticket/12158] Add test data for 0 items to validate_start() test. | Cesar G | 2014-02-04 | 1 | -2/+17 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12158 | |||||
| * | | | | | Merge pull request #2002 from prototech/ticket/12153 | Nathan Guse | 2014-02-18 | 3 | -15/+17 | |
| |\ \ \ \ \ | | | | | | | | | | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination() | |||||
| | * | | | | | [ticket/12153] Adjust pagination tests. | Cesar G | 2014-02-03 | 3 | -15/+17 | |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-12153 | |||||
| * | | | | | [ticket/12169] Convert user_from to profile field location | Joas Schilling | 2014-02-10 | 1 | -1/+0 | |
| | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169 | |||||
| * | | | | Merge remote-tracking branch 'Marc/ticket/12170' into develop | Joas Schilling | 2014-02-10 | 3 | -4/+47 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/12170: [ticket/12170] Test for 12170 [ticket/12170] Assign schema keys in migration helper with data_depth 1 | |||||
| | * \ \ \ | Merge remote-tracking branch 'exreaction/ticket/12170' into ticket/12170 | Marc Alexander | 2014-02-07 | 1 | -4/+34 | |
| | |\ \ \ \ | ||||||
| | | * | | | | [ticket/12170] Test for 12170 | Nathan Guse | 2014-02-07 | 1 | -4/+34 | |
| | | | |/ / | | |/| | | | | | | | | | | | | PHPBB3-12170 | |||||
