Dmitriy Zaporozhets
|
70fc1c5021
|
cleanup ProjectMover
|
2013-03-12 14:13:25 +02:00 |
|
Dmitriy Zaporozhets
|
6755d9908f
|
Merge pull request #3196 from Undev/feature/broken-projects-search-23049
Broken projects search on dashboard
|
2013-03-12 04:31:57 -07:00 |
|
Dmitriy Zaporozhets
|
102695530b
|
fix project move email
|
2013-03-12 12:40:49 +02:00 |
|
Dmitriy Zaporozhets
|
59b36f2032
|
Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0
|
2013-03-12 12:37:53 +02:00 |
|
Andrew8xx8
|
23f8f13ea4
|
Search fields were have same id's. Fixed
|
2013-03-12 13:41:23 +04:00 |
|
Andrew8xx8
|
072883fd08
|
Search projects on dashboard was not worked. Fixed
|
2013-03-12 13:26:45 +04:00 |
|
Dmitriy Zaporozhets
|
b1e425511f
|
restyle and cleanup emails
|
2013-03-12 10:46:04 +02:00 |
|
Sato Hiroyuki
|
197f9abedf
|
Covert to coffee.
|
2013-03-11 21:41:24 +09:00 |
|
Sato Hiroyuki
|
b8f070f0d1
|
Rename to coffee.
|
2013-03-11 21:32:44 +09:00 |
|
Dmitriy Zaporozhets
|
473efc82b6
|
Group and team rss is valid now
|
2013-03-10 12:16:57 +02:00 |
|
Dmitriy Zaporozhets
|
8812d9dee2
|
Move groups and teams to tabs on dashboard. Remember tab with cookie
|
2013-03-10 11:57:14 +02:00 |
|
Dmitriy Zaporozhets
|
96c627edd8
|
Merge pull request #3169 from hiroponz/refactor-network-graph
Refactor network graph
|
2013-03-10 01:00:14 -08:00 |
|
Dmitriy Zaporozhets
|
8e8372d5ce
|
better logo images for header
|
2013-03-10 00:12:25 +02:00 |
|
Dmitriy Zaporozhets
|
9c709be335
|
fix event relative date being cached
|
2013-03-08 13:14:47 +02:00 |
|
Sebastian Ziebell
|
3374027e3a
|
Merge branch 'master' into fixes/api, code clean up and tests fixed
Conflicts:
doc/api/projects.md
spec/requests/api/projects_spec.rb
|
2013-03-07 14:51:56 +01:00 |
|
Sato Hiroyuki
|
c0d312bebe
|
Refactor: Removing a if statement, because the nil value is already removed in the view template.
|
2013-03-07 21:10:40 +09:00 |
|
Sato Hiroyuki
|
b7e5f4556b
|
Refactor: Removing the duplicated code.
|
2013-03-07 21:10:27 +09:00 |
|
Sato Hiroyuki
|
79cd1ca304
|
Refactor: change the map hash from a local variable to private variable.
|
2013-03-07 19:52:46 +09:00 |
|
Sato Hiroyuki
|
ccc712b198
|
Refacor: removing the times array, because that is same with @commits array.
|
2013-03-07 19:16:51 +09:00 |
|
Dmitriy Zaporozhets
|
a32f85ac76
|
Merge pull request #3139 from rapofran/auto_focus_ldap_login
Autofocus to username input (LDAP login).
|
2013-03-07 01:55:19 -08:00 |
|
Dmitriy Zaporozhets
|
ca9098d898
|
remove last commit widget, added repo size and owner info on project home page
|
2013-03-07 11:14:19 +02:00 |
|
Sato Hiroyuki
|
8c5003cf75
|
Refactor: clean up models.
* Network::Commit
** Removing unnecessary accessors.
** Removing add_refs methods.
* Network::Graph
** Removing unnecessary accessors.
** The 3 times loop of commits don't need.
|
2013-03-07 17:56:01 +09:00 |
|
Dmitriy Zaporozhets
|
e90277f9b5
|
show project description on public area
|
2013-03-07 10:08:43 +02:00 |
|
Sato Hiroyuki
|
e03a018d28
|
Refactor: rename module and class names.
* Module: Graph -> Network
* Class: JsonBuilder -> Graph
|
2013-03-07 15:42:30 +09:00 |
|
Sato Hiroyuki
|
784aa266bd
|
Refactor: grouping parent and their space by including array.
|
2013-03-07 15:19:42 +09:00 |
|
Sato Hiroyuki
|
2f7f46b256
|
Refactor: replace "render :json = graph.to_json" to view template(show.json.erb).
Because model shouldn't know about view logic.
|
2013-03-07 15:19:32 +09:00 |
|
Dmitriy Zaporozhets
|
9dc46eee8e
|
Return project description back
|
2013-03-06 22:56:48 +02:00 |
|
Dmitriy Zaporozhets
|
7b38a0de98
|
show highlighted code correctly inside issue body
|
2013-03-06 21:48:15 +02:00 |
|
Dmitriy Zaporozhets
|
872cf404eb
|
fix js syntax error
|
2013-03-06 21:39:10 +02:00 |
|
Dmitriy Zaporozhets
|
19e9c736e7
|
add system hooks api docs to help content
|
2013-03-06 21:12:47 +02:00 |
|
Dmitriy Zaporozhets
|
4c1538a946
|
Use redis as cache storage. cache events
|
2013-03-06 17:30:48 +02:00 |
|
Dmitriy Zaporozhets
|
40f1868194
|
Fix loading animation while browsing tree
|
2013-03-06 17:12:28 +02:00 |
|
Dmitriy Zaporozhets
|
d03af842c5
|
fix public projects identations
|
2013-03-06 09:12:14 +02:00 |
|
Sebastian Ziebell
|
61cfa2a7a6
|
Merge branch 'master' into fixes/api
Conflicts:
lib/api/projects.rb
|
2013-03-05 22:29:49 +01:00 |
|
Dmitriy Zaporozhets
|
6beae84ea3
|
reduce letter-spacing for top nav
|
2013-03-05 17:28:13 +02:00 |
|
Dmitriy Zaporozhets
|
a99ad3d355
|
tree_heleper: concat html only if present. Avoid nil exception
|
2013-03-05 17:15:20 +02:00 |
|
Dmitriy Zaporozhets
|
9ba21dd0c4
|
better solution for #3027
|
2013-03-05 17:07:12 +02:00 |
|
Dmitriy Zaporozhets
|
da6b53a80e
|
Merge branch 'omniauth_no_email_1' of https://github.com/gliptak/gitlabhq into gliptak-omniauth_no_email_1
Conflicts:
app/observers/user_observer.rb
spec/observers/user_observer_spec.rb
|
2013-03-05 16:48:18 +02:00 |
|
Dmitriy Zaporozhets
|
d5d9f1c515
|
Merge pull request #2015 from elvanja/commits-group-and-sort-by-date-desc
fix: grouping commits by date desc doesn't sort the groups too
|
2013-03-05 06:40:13 -08:00 |
|
Dmitriy Zaporozhets
|
c2ba868c9b
|
Merge pull request #2954 from cabeca/fix-image-url-emoji
Fix image url for emoji.
|
2013-03-05 05:52:01 -08:00 |
|
Dmitriy Zaporozhets
|
f22488f726
|
Merge pull request #3143 from Undev/state-machine-3
State machine 3
|
2013-03-05 05:38:16 -08:00 |
|
Dmitriy Zaporozhets
|
f9200e118c
|
remove custom font
|
2013-03-05 13:16:56 +02:00 |
|
Dmitriy Zaporozhets
|
9bb35e7e59
|
Prevent app crash if team owner removed
|
2013-03-05 09:27:06 +02:00 |
|
Dmitriy Zaporozhets
|
3a09f02e11
|
Merge pull request #3109 from hiroponz/improve-network-graph
Improve network graph
|
2013-03-04 23:02:27 -08:00 |
|
J. Francisco Raposerias
|
a40541c42d
|
add autofocus to username input
|
2013-03-04 17:54:26 -03:00 |
|
Dmitriy Zaporozhets
|
bf06b3196d
|
Make clone widget read-only
|
2013-03-04 22:18:53 +02:00 |
|
Dmitriy Zaporozhets
|
730e79e787
|
better event-notes typography
|
2013-03-04 22:00:51 +02:00 |
|
Dmitriy Zaporozhets
|
d54845a16a
|
use md-typography for note content
|
2013-03-04 21:34:26 +02:00 |
|
Dmitriy Zaporozhets
|
dc7507cfe7
|
= preserve do was ignored for empty project page so was replaced with filter
|
2013-03-04 21:12:36 +02:00 |
|
Dmitriy Zaporozhets
|
533693ab41
|
Fix dark color bg for wiki
|
2013-03-04 21:11:03 +02:00 |
|