Robert Schilling
938eed1ef8
Consistency: Capitalize hex values of sugested colors
2014-08-15 11:02:05 +02:00
Dmitriy Zaporozhets
0602c5d027
Change default label color
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-08-15 10:20:12 +03:00
skv
4e40800166
diff unfold
2014-08-14 15:48:14 +04:00
Robert Schilling
8265d43d01
Force of markup output to be the input encoding
2014-08-11 12:18:07 +02:00
Robert Schilling
d7701a263f
Move calls to Gitlab::MarkdownHelper to application_helper
2014-08-11 11:59:36 +02:00
Robert Schilling
99eb283101
Use readme we support to render if there are multiple readmes
2014-08-11 08:50:56 +02:00
Robert Schilling
0e3f8ea2ef
Use simple_format if we don't have a proper renderer
2014-08-10 14:33:22 +02:00
Robert Schilling
2fd30cc57f
Rescue if markup fails, fixes #7455
2014-08-10 13:25:35 +02:00
Dmitriy Zaporozhets
e1f141ac1a
gfm should respect @ref value when build relative links
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-08-06 12:14:53 +03:00
Dmitriy Zaporozhets
d9d8d3b799
Fix old api compatibility and tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-30 17:17:29 +03:00
Dmitriy Zaporozhets
593df8e69a
Improve labels
...
* allow developers to manage labels
* add ability to remove label
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-30 15:15:39 +03:00
Dmitriy Zaporozhets
6ac26a3cb6
Label views: index, new, edit
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-30 13:27:29 +03:00
Dmitriy Zaporozhets
b2a6f4e136
Refactor label rendering and default label set generation
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-29 22:19:47 +03:00
Dmitriy Zaporozhets
d45a6b2941
Migrate issue/mr labels from act_as_taggable to own labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-29 19:19:26 +03:00
Robert Schilling
ceabda743a
Improve markup gems
2014-07-28 11:47:27 +02:00
Dmitriy Zaporozhets
420ba2119b
Move star button to sidebar. Add counter to forks too
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-24 22:14:12 +03:00
Dmitriy Zaporozhets
e21ca9f8b1
Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into cirosantilli-star
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-07-24 10:54:42 +03:00
Dmitriy Zaporozhets
667f40d271
Force encoding utf-8 for ruby 1.9
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-23 11:34:28 +03:00
Ciro Santilli
1591467655
Helper instead of template.
2014-07-17 22:47:17 +02:00
Dmitriy Zaporozhets
be5b6db883
Refactor diff suppress logic and diff views
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-15 18:28:21 +03:00
Dmitriy Zaporozhets
45623089e2
Refactor MR build process
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-15 15:34:06 +03:00
Dmitriy Zaporozhets
62d2aed036
Improve login page behaviour
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-13 20:56:29 +03:00
Dmitriy Zaporozhets
8c15fd0014
Rename brand helper
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-11 17:16:44 +03:00
Dmitriy Zaporozhets
5c51e4835e
Small fixes for sign-in page text
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-11 16:42:09 +03:00
Dmitriy Zaporozhets
b93c1a562c
Use same login layout between CE and EE versions
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-11 15:05:40 +03:00
Dmitriy Zaporozhets
20616c5af5
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-07-10 18:51:56 +03:00
Dmitriy Zaporozhets
cff1758486
Show counters in sidebar filter in same way like we did for projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-10 17:54:31 +03:00
tbpgr
e1535eff95
Fix gitlab_markdown_helper method header typo. rquest => request.
2014-07-10 21:59:01 +09:00
Marin Jankovski
91e01275cb
Add tests to check for correct browse link name.
2014-07-09 10:12:09 +02:00
Marin Jankovski
6b121aa5a7
Move the links decision to helper.
2014-07-09 10:12:09 +02:00
Dmitriy Zaporozhets
119b02877d
Merge branch 'bugfix/305/dashboard_feed_summaries' into 'master'
...
Incorporate Summaries for Notes and Merge Requests Into Dashboard Feed
This MR fixes #305 by adding summaries for notes and merge requests into the dashboard feed.
2014-07-02 07:00:16 +00:00
Dmitriy Zaporozhets
f12967ced7
Merge branch 'bugfix/304/dashboard_feed_note_urls' into 'master'
...
Fix Dashboard Feed URLs For Notes
This MR fixes issue #304 by updating the app/helpers/events_helper.rb event_feed_url() function to also return a URL for the various types of notes. Without this change, no URL is returned, which causes any note events on the feed to link directly back to the feed.
2014-07-01 11:46:23 +00:00
Marin Jankovski
4ca8a175a2
Filter group milestones.
2014-06-30 09:44:30 +02:00
Marin Jankovski
aaba993352
Skeleton of the group milestone index page.
2014-06-30 09:44:30 +02:00
Dmitriy Zaporozhets
1e673c72a1
Improve markdown parsing
...
* dont try to build links for anchors like `#title-anchor`
* dont build relative url for project with empty repo
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 10:13:38 +03:00
Kyle Fazzari
420b46eedf
Update events helper to remove wall-related sections.
2014-06-25 10:56:56 -04:00
Dmitriy Zaporozhets
e93f6b030a
Improve discussions
...
* check for outdated discussions by comparing diff
* improve discussion UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 22:19:35 +03:00
Dmitriy Zaporozhets
8c67c339dc
Dont show reply button if user is not signed in
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 13:35:50 +03:00
Dmitriy Zaporozhets
a49d45db41
Move reply button to helper from view
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 13:34:46 +03:00
Dmitriy Zaporozhets
5c23bb1171
Merge branch 'bugfix/303/dashboard_feed_ids' into 'master'
...
Move Event Helper To Use Project-level IDs Instead of Global IDs
This MR fixes issue #303 by updating app/helpers/event_helper.rb to use project-level IDs within the event title as opposed to global IDs (i.e. use target_iid instead of target_id).
This ties the issue and merge request numbers on the feed together with the numbers used throughout the rest of the site.
2014-06-24 06:41:56 +00:00
Dmitriy Zaporozhets
085a93d4a5
Replace ok with circle for boolean icon
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-16 22:31:15 +03:00
Dmitriy Zaporozhets
d29bb23a68
Update gitlab-grit to newer version with normal diff collection. Show if file mode was changed
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-14 22:54:56 +03:00
Dmitriy Zaporozhets
55795b7c29
Improve breadcrumbs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-14 19:02:16 +03:00
Dmitriy Zaporozhets
55d4e2647d
Merge branch 'ce_issues_sentence' into 'master'
...
Issues sentence helper
This will make merging CE into EE later easier.
2014-06-14 09:39:19 +00:00
Jacob Vosmaer
d698535854
Add a test for issue sentence generation
2014-06-13 18:10:28 +02:00
Dmitriy Zaporozhets
ae564c97d4
Dont expose user email via API
...
To prevent leaking of users info we reduce amount of user information
retrieved via API for normal users.
What user can get via API:
* if not admin: only id, state, name, username and avatar_url
* if admin: all user information
* about himself: all informaion
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-13 17:46:48 +03:00
Dmitriy Zaporozhets
1355ede49d
Wipe wall notes feature
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-13 14:24:54 +03:00
Dmitriy Zaporozhets
afa4a075e4
Show spinner on network graph while it loading
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-11 22:22:58 +03:00
Dmitriy Zaporozhets
f881e43677
Merge pull request #7024 from skv-headless/linkto_issues_on_main_dashboard
...
links to issues on main dashboard
2014-06-11 15:02:48 +03:00
Marvin Frick
587502390b
fixes gitlab.com issue #229
...
Changes .js.coffe files to not use a hardcoded path to
`no_avatar.png` but instead stick with the asset pipeline.
renames coffee.erb back to coffee
2014-06-10 22:28:11 +02:00