Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests update | Phil Hughes | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'clean-user-profile-classes' into 'master' | Jacob Schatz | 2016-05-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | Remove unused .contributed-projects class While working on #13401 and trying to add a new tab to the user profile page, I came across this. I noticed that the `contributed-projects` class was only being used in order to select the div in the tests. For consistency with the other tabs, I decided to remove this class and use the div's id for the selector. See merge request !3945 | ||||
| * | Remove unused .contributed-projects class | Karlo Soriano | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | While working on #13401 and trying to add a new tab to the user profile page, I came across this. I noticed that the `contributed-projects` class was only being used in order to select the div in the tests. For consistency with the other tabs, I decided to remove this class and use the div's id for the selector. | ||||
* | | Fix typo in user steps feature | Karlo Soriano | 2016-04-27 | 1 | -1/+1 |
|/ | | | | [ci skip] | ||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 1 | -2/+2 |
| | |||||
* | Improve user calendar testimprove-contributions-calendar | Dmitriy Zaporozhets | 2015-03-22 | 1 | -3/+1 |
| | |||||
* | Contribution calendar will use events instead of commits to count contributions | Dmitriy Zaporozhets | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | Refactor contributions events and write tests for calendar | Dmitriy Zaporozhets | 2015-03-22 | 1 | -0/+35 |
| | |||||
* | Remove unnecessary page. from tests. | Ciro Santilli | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | User pages are visible to users without login | Ciro Santillli | 2014-02-11 | 1 | -0/+10 |
... if the user is authorized to at least one public project. |