Dmitriy Zaporozhets
|
70690e1971
|
base implementation
|
2013-01-22 19:05:01 +02:00 |
|
Riyad Preukschas
|
8a5b770c36
|
Reorder help routes
|
2013-01-19 15:26:23 +01:00 |
|
Riyad Preukschas
|
8db80f1f6d
|
Rename help#public_area to help#public_access
|
2013-01-19 15:24:51 +01:00 |
|
GitLab
|
232d61d598
|
Refactor project creation. Added logout link to profile page
|
2013-01-17 17:35:57 +02:00 |
|
Dmitriy Zaporozhets
|
2e9c0e2b47
|
switch to use link_to_member to prevent 500 if user is a project owner but does not have membership and leave comment
|
2013-01-17 22:35:45 +02:00 |
|
Riyad Preukschas
|
16b5417842
|
Use image Urls for Emoji in GFM
Fixes #2617
|
2013-01-16 22:39:45 +01:00 |
|
Dmitriy Zaporozhets
|
08426d336d
|
Merge pull request #2538 from jouve/app_helper
clean application_helper a bit
|
2013-01-16 04:59:29 -08:00 |
|
Dmitriy Zaporozhets
|
f598cc7897
|
change logic on line_code
|
2013-01-15 11:12:17 +02:00 |
|
Riyad Preukschas
|
bda7fe38d0
|
Merge branch 'master' into discussions
|
2013-01-15 00:53:00 +01:00 |
|
Riyad Preukschas
|
3022786948
|
Merge commit 'master' into discussions
Conflicts:
app/assets/stylesheets/sections/notes.scss
app/contexts/notes/load_context.rb
app/models/project.rb
app/observers/note_observer.rb
app/roles/votes.rb
app/views/commit/show.html.haml
app/views/merge_requests/_show.html.haml
app/views/merge_requests/diffs.js.haml
app/views/merge_requests/show.js.haml
app/views/notes/_note.html.haml
features/steps/project/project_merge_requests.rb
spec/models/note_spec.rb
|
2013-01-15 00:52:25 +01:00 |
|
Riyad Preukschas
|
b3bfb75252
|
Fix link_to_member to not be bold by default
|
2013-01-11 20:16:37 +01:00 |
|
Dmitriy Zaporozhets
|
abc2bdc3aa
|
Remove unused images. More use of font-awesome icons
|
2013-01-10 08:43:25 +02:00 |
|
Cyril
|
8a3bbbdb88
|
clean app helper
* remove unused method
* simplify gravatar_icon
|
2013-01-10 01:46:23 +01:00 |
|
Alex Denisov
|
d7bc121474
|
replace javascript:void with preventDefault
|
2013-01-09 21:02:41 +00:00 |
|
Alex Denisov
|
3cc0458312
|
Reloading of events via ajax instead of page reloading.
|
2013-01-09 19:30:20 +00:00 |
|
Alex Denisov
|
97d17cf835
|
Event filters stores at cookies.
|
2013-01-09 19:30:20 +00:00 |
|
Alex Denisov
|
b255c3c44b
|
Tests on events filtering added
|
2013-01-09 19:30:20 +00:00 |
|
Dmitriy Zaporozhets
|
cc64f2a814
|
Common filtering for dashboard and group. Share partial search result partial
|
2013-01-07 20:52:43 +02:00 |
|
Dmitriy Zaporozhets
|
dccd8b6eaa
|
Continue refactoring. Use repostory and team
|
2013-01-04 08:43:25 +02:00 |
|
Dmitriy Zaporozhets
|
39ba934c0a
|
REpostiry, Team models
|
2013-01-03 21:09:18 +02:00 |
|
Dmitriy Zaporozhets
|
d431e43392
|
Fix few bugs and tests after refactoring ownership logic
|
2013-01-02 19:32:34 +02:00 |
|
Dmitriy Zaporozhets
|
a16533a04a
|
Add groups to search autocomplete. Use alphabetically scope for users order
|
2012-12-30 13:50:23 +02:00 |
|
Dmitriy Zaporozhets
|
c8ba5c2d58
|
Fix routing issues when navigating over tree, commits etc
|
2012-12-25 06:14:05 +03:00 |
|
Riyad Preukschas
|
db2c15369c
|
Merge branch 'master' into discussions
Conflicts:
app/assets/stylesheets/main.scss
app/models/project.rb
app/views/notes/_common_form.html.haml
app/views/notes/_per_line_form.html.haml
lib/gitlab/markdown.rb
spec/models/note_spec.rb
|
2012-12-23 01:03:57 +01:00 |
|
Riyad Preukschas
|
757c7a5291
|
Fix gravatar and ldap config
|
2012-12-20 16:54:28 +01:00 |
|
Riyad Preukschas
|
19eb637419
|
Update uses of Gitolite.config.foo settings
|
2012-12-20 16:54:28 +01:00 |
|
Dmitriy Zaporozhets
|
4b02f4a22d
|
show production.log, show only active milestone for issue filter
|
2012-12-19 07:14:05 +03:00 |
|
Dmitriy Zaporozhets
|
85d5f606f6
|
Labels autocomplete
|
2012-12-18 06:14:05 +03:00 |
|
Dmitriy Zaporozhets
|
03369a9165
|
Use one helper for linking to team member. More clear title for Issue and MR
|
2012-12-13 06:14:05 +03:00 |
|
Dmitriy Zaporozhets
|
d7eb314553
|
Project titles with namespaces
|
2012-12-12 12:02:29 +02:00 |
|
Dmitriy Zaporozhets
|
ca936d2784
|
Improve CI integration for merge requests
|
2012-12-11 06:14:05 +03:00 |
|
Riyad Preukschas
|
20c8d6e644
|
Merge pull request #2222 from jojosch/add-test-help-raketasks
add help/raketasks to routing spec and search autocomplete
|
2012-12-10 05:38:14 -08:00 |
|
Dmitriy Zaporozhets
|
f4d9059b7e
|
Show project with namespace in feeds
|
2012-12-09 10:56:15 +02:00 |
|
Johannes Schleifenbaum
|
3a48177762
|
add help raketasks to search autocomplete
|
2012-12-08 17:35:10 +01:00 |
|
Sergey Linnik
|
0aa7f79ca4
|
allow customize gravatar url
|
2012-12-07 00:44:22 +04:00 |
|
Sergey Linnik
|
2c37fa381e
|
fix some glitches in gravatar image url generation
always use proper size value
do not show alt text when avatar image not loaded
|
2012-12-07 00:03:13 +04:00 |
|
Dmitriy Zaporozhets
|
674efd38d8
|
Fix 500 error on services page. Fixed active project tab when on services
|
2012-12-05 14:17:40 +02:00 |
|
Riyad Preukschas
|
c4a7824a8c
|
Fix wall notes
|
2012-12-03 22:51:56 +01:00 |
|
Riyad Preukschas
|
494ae87840
|
Refactor discussion reply
|
2012-12-03 22:51:56 +01:00 |
|
Riyad Preukschas
|
ae067ee322
|
Fix vote counting
|
2012-12-03 22:51:56 +01:00 |
|
Riyad Preukschas
|
5c2f6d7f05
|
Update notes views to support discussions
|
2012-12-03 22:51:55 +01:00 |
|
Riyad Preukschas
|
b91d680257
|
Fix notes helper
|
2012-12-03 22:51:55 +01:00 |
|
Dmitriy Zaporozhets
|
c38b9a2f80
|
Filter projects on dashboard
|
2012-11-30 13:40:34 +02:00 |
|
Riyad Preukschas
|
184a9ecaf6
|
Add user_color_scheme_class helper
|
2012-11-27 22:51:05 +01:00 |
|
Dmitriy Zaporozhets
|
81f8114f24
|
NamespacesHelper
|
2012-11-27 17:48:25 +02:00 |
|
Dmitriy Zaporozhets
|
f5551efdfd
|
Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
|
2012-11-27 09:31:15 +03:00 |
|
Dmitriy Zaporozhets
|
cc52eed981
|
Show namespace in search autocomplete
|
2012-11-27 07:29:11 +03:00 |
|
Dmitriy Zaporozhets
|
d7c5885c3d
|
Improved Issues and MR filters
|
2012-11-27 07:29:11 +03:00 |
|
Dmitriy Zaporozhets
|
ab42370af0
|
Fix sattellites
|
2012-11-21 09:14:05 +03:00 |
|
Dmitriy Zaporozhets
|
23734a715e
|
Dashboard filters for events
|
2012-11-21 08:24:05 +03:00 |
|