summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Restyle admin:group:show. Remove .all calls fro users, projects hereDmitriy Zaporozhets2013-06-105-132/+92
|
* fix layout for snippetsDmitriy Zaporozhets2013-06-081-1/+1
|
* add data-page property to all pagesDmitriy Zaporozhets2013-06-084-4/+4
|
* Fix determine of layout for group/teamDmitriy Zaporozhets2013-06-082-5/+20
|
* Refactor event title for notesDmitriy Zaporozhets2013-06-072-19/+29
|
* Fix event note outputDmitriy Zaporozhets2013-06-071-1/+1
|
* remove outdated permission option from help pageDmitriy Zaporozhets2013-06-071-1/+0
|
* navless layout for new group/team. Proper title for this pagesDmitriy Zaporozhets2013-06-074-18/+29
|
* Show native head panel for logged-in users at public areaDmitriy Zaporozhets2013-06-071-9/+13
|
* Use navless layout when it makes senseDmitriy Zaporozhets2013-06-077-8/+26
|
* Fix dashboard lost if comment on commitDmitriy Zaporozhets2013-06-072-1/+9
|
* Merge pull request #4163 from jdamick/slow_team_listDmitriy Zaporozhets2013-06-062-2/+3
|\ | | | | addresses issue #4156
| * addresses issue #4156jdamick2013-06-012-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | when there are large number of members of in a team, for me 260+ From: [2013-06-01 00:55:01] Rendered team_members/_team_member.html.haml (206.9ms) [2013-06-01 00:55:01] Rendered team_members/_team.html.haml (54479.2ms) To: [2013-06-02 02:40:36] Rendered team_members/_team_member.html.haml (2.1ms) [2013-06-02 02:40:36] Rendered team_members/_team.html.haml (1412.6ms)
* | Merge pull request #4164 from hiroponz/fix-postgres-errorDmitriy Zaporozhets2013-06-061-1/+1
|\ \ | | | | | | Fix postgres error when displaying network graph.
| * | Fix postgres error when displaying network graph.Sato Hiroyuki2013-06-021-1/+1
| |/ | | | | | | fix #4149
* | API: project eventsDmitriy Zaporozhets2013-06-061-1/+3
| |
* | Merge pull request #4178 from docwhat/use-COLOR_SCHEMESDmitriy Zaporozhets2013-06-067-22/+19
|\ \ | | | | | | design pages now uses the COLOR_SCHEMES
| * | design pages now uses the COLOR_SCHEMESChristian Höltje2013-06-057-22/+19
| | | | | | | | | | | | | | | This unifies the code color-scheme code and makes adding new schemes a little easier.
* | | Merge pull request #4206 from babatakao/authorize_all_teams_to_adminDmitriy Zaporozhets2013-06-063-4/+8
|\ \ \ | | | | | | | | Authorize all teams to admin: fix 500 error on showing team page.
| * | | Authorize all teams to admin: fix 500 error on showing team page.babatakao2013-06-053-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 500 error was occured in the following steps: 1. user1 creates new team "team1". 2. Assign team1 to project1. 3. Sign in as admin. This admin is not a member of team1. 4. Open project1 team setting page (/project1/team). 5. Click "team1" link in "Assigned teams" area. 6. 500 error. Fixed this issue.
* | | | Allow forking of public projects by authenticated users. Fixes #4152Dmitriy Zaporozhets2013-06-061-1/+22
| | | |
* | | | public_icon, private_icon helpersDmitriy Zaporozhets2013-06-068-8/+24
| | | |
* | | | Move search to separate layoutDmitriy Zaporozhets2013-06-063-2/+14
| | | |
* | | | Improve api docsDmitriy Zaporozhets2013-06-063-114/+37
| | | |
* | | | Merge pull request #4155 from babatakao/selectable_master_project_deploy_keysDmitriy Zaporozhets2013-06-052-3/+5
|\ \ \ \ | | | | | | | | | | Selectable deploy keys contain master projects
| * | | | Selectable deploy keys contain master projectsbabatakao2013-06-052-3/+5
| |/ / /
* | | | Restyle snippetsDmitriy Zaporozhets2013-06-0514-93/+138
| | | |
* | | | Its better to load graph with ajax since it requires ~10 seconds for bigger ↵Dmitriy Zaporozhets2013-06-053-32/+53
| | | | | | | | | | | | | | | | projects to finish up
* | | | Fix new snippet tab highlight. Added new entries to changelogDmitriy Zaporozhets2013-06-051-1/+1
| | | |
* | | | Style a bit a person section in graphDmitriy Zaporozhets2013-06-051-1/+2
| | | |
* | | | Contributors graphs feature for GitLabKarlo Soriano2013-06-0510-0/+428
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors
* | | Fixed ability and modify UI a bitDmitriy Zaporozhets2013-06-043-15/+19
| | |
* | | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵Dmitriy Zaporozhets2013-06-0431-83/+399
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
| * | | Typos fixedAndrew8xx82013-03-251-2/+2
| | | |
| * | | Codestyle improvedAndrew8xx82013-03-252-12/+6
| | | |
| * | | Notes fixedAndrew8xx82013-03-254-0/+15
| | | |
| * | | Permissions for Project Snippet fixedAndrew8xx82013-03-253-8/+8
| | | |
| * | | Tests fixedAndrew8xx82013-03-252-6/+6
| | | |
| * | | Tests for private snippet fixedAndrew8xx82013-03-251-1/+1
| | | |
| * | | View improved. Pagination addedAndrew8xx82013-03-253-10/+6
| | | |
| * | | Personal snippet model addedAndrew8xx82013-03-251-0/+18
| | | |
| * | | Personal snippets controlelr refactoredAndrew8xx82013-03-252-31/+33
| | | |
| * | | Search link removed. Will be implemented laterAndrew8xx82013-03-251-2/+0
| | | |
| * | | Layuot and templates for personal snippets addedAndrew8xx82013-03-259-26/+75
| | | |
| * | | It's better to use STI insteadAndrew8xx82013-03-251-1/+0
| | | |
| * | | New layout for snippets addedAndrew8xx82013-03-251-0/+24
| | | |
| * | | Additional scopes addedAndrew8xx82013-03-251-2/+5
| | | |
| * | | Private added to attr_accessibleAndrew8xx82013-03-251-1/+1
| | | |
| * | | Association form user to snippets addedAndrew8xx82013-03-241-0/+1
| | | |
| * | | Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-249-16/+17
| | | |