Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use start_with? instead of regex | Dmitriy Zaporozhets | 2016-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'master' into project-navigation-redesign | Dmitriy Zaporozhets | 2016-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Enable Performance/StartWith cop and fix offensesrs-start-with | Robert Speicher | 2016-05-23 | 1 | -1/+1 |
| | | |||||
* | | Implement new horizontal navigation to project pages | Dmitriy Zaporozhets | 2016-05-16 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Implement top navigation concept for profile area | Dmitriy Zaporozhets | 2016-04-19 | 1 | -0/+8 |
| | | | | | | | | Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Restyle dashboard snippets visibility level tabs. | Douwe Maan | 2015-10-21 | 1 | -18/+0 |
| | |||||
* | Rebuild navigation for dashboard | Dmitriy Zaporozhets | 2015-08-20 | 1 | -1/+7 |
| | | | | | | | | | | * projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor sidebar navigation for dashboard | Dmitriy Zaporozhets | 2015-08-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move Project Members link from Settings to main menu. | Nicolas | 2015-06-09 | 1 | -1/+1 |
| | | | | Addresses #2278. | ||||
* | Use `project_member` instead of `team_member`. | Douwe Maan | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -1/+2 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | Rubocop: indentation fixes Yay!!! | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | Fix nav_link support for several path options | Dmitriy Zaporozhets | 2014-12-25 | 1 | -19/+33 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Move protected branches to Project settings | Dmitriy Zaporozhets | 2014-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Sort dropdown for Dashboard#projects page | Dmitriy Zaporozhets | 2013-12-29 | 1 | -1/+6 |
| | | | | | | | | Be default it sorts by name now Respect filters like scope, label, visibility when do sort or another filter Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests and tab highlight | Dmitriy Zaporozhets | 2013-07-16 | 1 | -2/+2 |
| | |||||
* | Project Snippets now part of project | Andrew8xx8 | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Return own tab for wall. Improve Wiki nav. Removed attachments listing page | Dmitriy Zaporozhets | 2013-03-18 | 1 | -10/+0 |
| | |||||
* | Use wiki tab for wiki, wall, snippets | Dmitriy Zaporozhets | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Merge wiki, wall & snippets under one tab - writeboards | Dmitriy Zaporozhets | 2013-03-14 | 1 | -2/+10 |
| | |||||
* | Add settings tab to project. Move all project administration there | Dmitriy Zaporozhets | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | User can create group | Dmitriy Zaporozhets | 2013-01-24 | 1 | -1/+6 |
| | |||||
* | Fix 500 error on services page. Fixed active project tab when on services | Dmitriy Zaporozhets | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | Filter projects on dashboard | Dmitriy Zaporozhets | 2012-11-30 | 1 | -0/+13 |
| | |||||
* | Minor doc fix | Robert Speicher | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Replace various "active tab" checks with nav_link | Robert Speicher | 2012-09-26 | 1 | -43/+1 |
| | | | Also remove now-unused tab_class helper | ||||
* | Add nav_link helper to TabHelper | Robert Speicher | 2012-09-26 | 1 | -0/+68 |
| | |||||
* | Remove commit_tab_class helper | Robert Speicher | 2012-09-26 | 1 | -6/+0 |
| | |||||
* | Change active tab and nav class to "active" | Robert Speicher | 2012-09-26 | 1 | -13/+4 |
| | | | | The main nav used active, the sub nav used current. This normalizes it. | ||||
* | Move tab_class helper to TabHelper | Robert Speicher | 2012-09-26 | 1 | -0/+39 |
| | |||||
* | Remove Projects#team action | Robert Speicher | 2012-09-16 | 1 | -1/+1 |
| | | | | Uses TeamMembers#index instead, to be more RESTful | ||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -2/+2 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | Clean up tab_helper.rb code | Andrey Vakarev | 2012-06-03 | 1 | -10/+4 |
| | |||||
* | first pack of tests for milestones | Dmitriy Zaporozhets | 2012-04-09 | 1 | -0/+43 |