| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into issue_14678 | Alfredo Sumaran | 2016-04-07 | 1 | -1/+4 |
| |\ | |||||
| | * | Merge branch 'fix-todos' into 'master' | Rémy Coutable | 2016-03-31 | 1 | -1/+4 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Destroy related todos when an Issue/MR is deleted Closes #14550 Closes #14598 See merge request !3376 | ||||
| | | * | Fix error 500 when target is nil on todo list | Douglas Barbosa Alexandre | 2016-03-30 | 1 | -1/+4 |
| | | | | |||||
| * | | | Get pagination options form the view | Alfredo Sumaran | 2016-04-01 | 1 | -0/+1 |
| |/ / | |||||
| * | | Make entire todo row clickable | Annabel Dunstone | 2016-03-30 | 1 | -1/+1 |
| |/ | |||||
| * | Fixes inputs width inside .nav-controls | Alfredo Sumaran | 2016-03-18 | 1 | -0/+2 |
| | | |||||
| * | Refactor colors and lists | Dmitriy Zaporozhets | 2016-03-18 | 2 | -2/+2 |
| | | | | | | | | | | | * Introduce 2 color links: black and blue * Use black color link for UI elements like lists * Refactor lists to use .title nested under li * Make all lists (events, todos, activity, projects etc) use style * List colorschema is now 333 for links and 555 for text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'optimistic-todos' into 'master' | Jacob Schatz | 2016-03-18 | 2 | -5/+11 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds small AJAX optimistic functionality to todos. Fixes #13656 <br/> A good first step and boring solution. <br/> Will make ajax call to remove each issue. <br/> If issue is last in group of issues will refresh page. <br/> If issues remain in group will remove row with JS. <br/> Adds loading spinner to button and disables. <br/>  <br/> cc @dzaporozhets @JobV @dbalexandre See merge request !2946 | ||||
| | * | Mark all as done through AJAX | Phil Hughes | 2016-03-17 | 2 | -3/+5 |
| | | | |||||
| | * | Removed the flash success message | Phil Hughes | 2016-03-17 | 1 | -1/+3 |
| | | | | | | | | | Removes the group if empty | ||||
| | * | Adds small AJAX optimistic functionality to todos. | Jacob Schatz | 2016-03-17 | 2 | -3/+5 |
| | | | | | | | | | | | Fixes #13656 A good first step and boring solution. | ||||
| * | | Improve external users feature | Zeger-Jan van de Weg | 2016-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | Remove Project#publicish | Zeger-Jan van de Weg | 2016-03-13 | 1 | -2/+2 |
| |/ | |||||
| * | Avoid error 500 when todo author was removed | Douglas Barbosa Alexandre | 2016-03-09 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'improve-archived-projects' | Dmitriy Zaporozhets | 2016-03-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Make projects sort dropdown shared so it can be reused for other pages | Dmitriy Zaporozhets | 2016-03-04 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Updates from last code review.issue_13621_2 | Rubén Dávila | 2016-03-06 | 2 | -108/+9 |
| | | | |||||
| * | | Show some stats about Milestone according to the new UI. | Rubén Dávila | 2016-03-04 | 1 | -5/+13 |
| | | | |||||
| * | | Show project name for Issues tab in Group and Dashboard context. | Rubén Dávila | 2016-03-04 | 1 | -3/+3 |
| | | | |||||
| * | | Refactor Milestone view for Dashboard. | Rubén Dávila | 2016-03-04 | 5 | -70/+10 |
| | | | |||||
| * | | Refactor GlobalMilestone queries. | Rubén Dávila | 2016-03-04 | 2 | -2/+2 |
| |/ | | | | Make methods return ActiveRecord Relations instead of Arrays. | ||||
| * | Added tabindex to filter fielddashboard-search-field-tabindex | Phil Hughes | 2016-03-04 | 1 | -1/+1 |
| | | | | | | Based on however I changed the tabindex of the search field so that it goes search field -> filter field & then back to browser default. I dont think we should override the default tabindex of the page too much Closes #3706 | ||||
| * | Refactor projects list | Dmitriy Zaporozhets | 2016-03-03 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Don't show "Welcome to GitLab" when the search didn't return any projects | Rémy Coutable | 2016-03-02 | 1 | -1/+1 |
| | | |||||
| * | Small css cleanup for todos featureimprove-todos-css | Dmitriy Zaporozhets | 2016-02-27 | 1 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | "X assigned you Y" instead of "X assigned Y" | Douwe Maan | 2016-02-20 | 1 | -1/+1 |
| | | |||||
| * | Add "Mark all as done" button | Douwe Maan | 2016-02-20 | 1 | -4/+8 |
| | | |||||
| * | Include 'issue'/'merge request' in link | Douwe Maan | 2016-02-20 | 1 | -2/+2 |
| | | |||||
| * | Rename tab from 'Todos' to 'To do' | Douwe Maan | 2016-02-20 | 1 | -1/+1 |
| | | |||||
| * | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -35/+35 |
| | | |||||
| * | Refactoring TasksHelper | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+1 |
| | | |||||
| * | Improve tasks page list UI | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | | |||||
| * | Rename menu item and page 'Task queue' to 'Tasks' | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | | |||||
| * | Refactoring task queue partials | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -49/+19 |
| | | |||||
| * | Add filters by project, author, type, and action to task queue page list | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -6/+39 |
| | | |||||
| * | Create a pending task when a user is mentioned on a note | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -17/+47 |
| | | |||||
| * | Add pending tasks badge on top right next to the new and logout button | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | | |||||
| * | Allow user to mark each task as done manually | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+4 |
| | | |||||
| * | Fix task queue list page title | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | | |||||
| * | Add tasks queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -0/+42 |
| | | |||||
| * | number_with_delimiter() added | heiko | 2016-02-19 | 1 | -2/+2 |
| | | |||||
| * | Cleanup to use one selectorfix-explore-filter | Josh Frye | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'paginate-dashboard-projects' into 'master' | Dmitriy Zaporozhets | 2016-02-05 | 2 | -1/+5 |
| |\ | | | | | | | | | | | | | Page project list on dashboard See merge request !2689 | ||||
| | * | Fix project filter form rendering | Dmitriy Zaporozhets | 2016-02-05 | 1 | -7/+7 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | Implement changes from MR feedback | Josh Frye | 2016-02-04 | 1 | -7/+7 |
| | | | |||||
| | * | Various filter fixes | Josh Frye | 2016-02-04 | 2 | -4/+4 |
| | | | |||||
| | * | Delay filter until user stops typing | Josh Frye | 2016-02-04 | 2 | -2/+2 |
| | | | |||||
| | * | Paginate + ajax filter dashboard projects | Josh Frye | 2016-02-04 | 2 | -7/+11 |
| | | | |||||
| * | | Re-use top-are css component for issues/mr pages | Dmitriy Zaporozhets | 2016-02-05 | 2 | -12/+11 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'master' into use-top-area | Dmitriy Zaporozhets | 2016-02-03 | 4 | -10/+2 |
| |\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
