Dmitriy Zaporozhets
ddc7568fec
Milestone show, Team index: Better UI
2012-05-24 09:23:52 +03:00
Eric
837a78db2e
fix merge_requests.html
2012-05-23 15:20:41 +06:00
Dmitriy Zaporozhets
f33cf247b6
Merge pull request #833 from Nek-/patch-utf8
...
Added force utf8 encoding
2012-05-19 03:34:20 -07:00
Dmitriy Zaporozhets
5d24082787
Preparing to v2.5
2012-05-19 13:17:34 +03:00
Nek
8c7c43b94f
Added force utf8 encoding
2012-05-19 12:12:49 +02:00
Dmitriy Zaporozhets
860e3ab526
Event feed: Icons for some events
2012-05-19 12:25:56 +03:00
Dmitriy Zaporozhets
1e4d15b406
Password & token split up, icon to button for top panel
2012-05-19 12:25:56 +03:00
Dmitriy Zaporozhets
02dc256514
Branches pages polished. few css improvements
2012-05-18 00:23:18 +03:00
Dmitriy Zaporozhets
9cd8f7b082
New Feature: Git Blame for file
2012-05-17 19:11:45 +03:00
RickXing
4c503be0f1
fix bug in mailer
2012-05-17 14:30:24 +08:00
Robb Kidd
e660043d22
Make Notify#new_merge_request_email resque friendly.
2012-05-15 22:37:34 -04:00
Robb Kidd
39061af9f8
Make Notify#new_issue_email resque friendly.
2012-05-15 22:37:34 -04:00
Robb Kidd
41c00a20a9
Make Notify#note_wall_email resque friendly
...
Update method to take ids and then perform #finds itself during mailer
queue worker kick-off.
2012-05-15 22:37:34 -04:00
Robb Kidd
0a9a2c2a0b
Make Notify#note_commit_email resque friendly
...
Update method to take ids and then perform #finds itself during mailer
queue worker kick-off. Also, the faux SHA1 cannot have underscores or
it will not match the commit pattern defined in the routes.
2012-05-15 22:37:34 -04:00
Robb Kidd
435fd8f087
Make Notify#note_issue_email resque friendly
...
Update method to take ids and then perform #finds itself during mailer
queue worker kick-off.
2012-05-15 22:37:34 -04:00
Robb Kidd
bb22360d1a
Make Notify#note_merge_request_email resque friendly
...
Update method to take ids and then perform #finds itself during mailer
queue worker kick-off.
2012-05-15 22:37:33 -04:00
Robb Kidd
5fe75649b3
Rename changed_mr_email to reassigned_mr_email & make resque friendly
...
#changed_merge_request_email was really sending emails about merge
request reassignments. Updated method name to reflect that.
Update method to take ids and then perform #finds itself during mailer
queue worker kick-off.
2012-05-15 22:37:33 -04:00
Robb Kidd
dd921053c8
Rename changed_issue_email to reassigned_issue_email & make resque friendly
...
#changed_issue_email was really sending emails about issue reassignments.
Updated method name to reflect that.
Update method to take ids and then perform #finds itself during mailer
queue worker kick-off.
2012-05-15 22:35:53 -04:00
Dmitriy Zaporozhets
be79c9def9
CSS improvements for diff & file view
2012-05-15 19:35:18 +03:00
RickXing
465a195117
show rendered file if it is .markdown file
2012-05-15 09:23:14 +08:00
RickXing
25b80767bd
use resque mailer to send mail background
2012-05-12 17:01:09 +08:00
Adnan Abdulhussein
f20c079375
spelling mistake 'successfull'
2012-05-03 20:35:15 +01:00
Wouter D'Haeseleer
edcbe1178c
Make permission overview structured
...
The current overview is a mess.
This pull commit will make it look more clean.
All permissions are alliged between the columns and the master rights
have been enchanced with all its rights.
2012-05-03 12:44:03 +02:00
Valery Sizov
43dcc9575a
Task #735 Automerge should not be checked on every load of MR show page
2012-04-27 00:53:55 +03:00
Dmitriy Zaporozhets
28cb43135c
Hooks UI improved, Request tests added
2012-04-26 20:43:12 +03:00
Dmitriy Zaporozhets
2746be6ce3
Home button should targeted on root page of context
2012-04-24 21:47:01 +03:00
gitlabhq
c9af8e7579
New project page improved. User profile improved. Show issues, participant on Milestone show page.
2012-04-24 21:49:34 +03:00
gitlabhq
d97a9aa4a4
fixed email markdown
2012-04-23 15:32:56 +03:00
Dmitriy Zaporozhets
71819dc344
logo changed for header
2012-04-22 16:01:59 +03:00
Dmitriy Zaporozhets
08994f3f60
Merge remote-tracking branch 'origin/merge_button'
...
Conflicts:
app/assets/javascripts/merge_requests.js
db/schema.rb
2012-04-21 12:22:56 +03:00
Dmitriy Zaporozhets
7c8fbe8f7f
Merge branch 'master' of github.com:gitlabhq/gitlabhq into arthurschreiber-use_redcarpet_for_markdown
2012-04-21 01:44:52 +03:00
Dmitriy Zaporozhets
9cb51c6ea2
Merge branch 'use_redcarpet_for_markdown' of https://github.com/arthurschreiber/gitlabhq into arthurschreiber-use_redcarpet_for_markdown
...
Conflicts:
Gemfile
Gemfile.lock
2012-04-21 01:44:15 +03:00
Dmitriy Zaporozhets
680ee045d8
Merge pull request #709 from blueyed/master
...
Fix typo: "less then" => "less than"
2012-04-20 15:27:53 -07:00
Daniel Hahler
c851639a75
Fix typo: "less then" => "less than".
2012-04-20 23:36:09 +02:00
Arthur Schreiber
5b6019f357
Using github's linguist to better detect filetypes and to do syntax highlighting.
2012-04-20 23:21:12 +02:00
Arthur Schreiber
c437e2d7d4
Switch to Redcarpet for Markdown Rendering.
...
This gives us Github Flavored Markdown, which is awesome.
2012-04-20 23:01:45 +02:00
Dmitriy Zaporozhets
9ee345750c
fixed admin root path for header
2012-04-20 22:51:57 +03:00
randx
35e21b3402
Admin dashboard
2012-04-20 19:41:49 +03:00
randx
1d601616a3
Pagination and better perfomance for projects page.
2012-04-20 19:11:49 +03:00
Ricky Elrod
3f1a004c47
Fix a few grammatical mistakes in profile view.
2012-04-19 08:01:58 -03:00
Tiago Ribeiro
8b5ef3c24f
Fixed typo in label
2012-04-18 02:34:14 +01:00
Dmitriy Zaporozhets
5ef3b38429
MR commits suppressed if too many. few icons
2012-04-17 22:08:07 +03:00
Dmitriy Zaporozhets
3b7998e197
Milestone filter for issues improved
2012-04-17 21:03:01 +03:00
Dmitriy Zaporozhets
ac7bb20682
fixed app crash on new issue via get
2012-04-17 20:35:27 +03:00
Dmitriy Zaporozhets
3250a024ef
1. Improved admin -> new project form
...
2. Fixed bug: post-receive file was not added when create project via admin
2012-04-17 20:27:18 +03:00
Dmitriy Zaporozhets
f1795a4911
Issues form improved, Show milestone for Issue show
2012-04-17 00:22:59 +03:00
Dmitriy Zaporozhets
c9def945d4
User blocking improved. Admin area styled
2012-04-16 23:33:03 +03:00
Valery Sizov
a8e4f3ed88
Auto-merge: 'already can not be merged' alert
2012-04-16 23:05:08 +03:00
Valery Sizov
8269a3a735
Auto-merge: checking via AJAX
2012-04-16 22:08:03 +03:00
Dmitriy Zaporozhets
c0df0cd70c
Commit header improved. finalize PR 667
2012-04-16 01:10:09 +03:00
Dmitriy Zaporozhets
a7ed8276d7
Merge branch 'nicer_commit_headers' of https://github.com/arthurschreiber/gitlabhq into arthurschreiber-nicer_commit_headers
2012-04-15 21:01:35 +03:00
Arthur Schreiber
ad25dac8b6
Change the design a bit to look more like before.
2012-04-14 12:38:12 +02:00
Arthur Schreiber
c530543c1a
Nicer commit headers.
2012-04-14 12:38:12 +02:00
Dmitriy Zaporozhets
95fde9bd7a
Projects page as dashboard. Old dashboard removed
2012-04-14 11:20:45 +03:00
Dmitriy Zaporozhets
5f31989a05
Search improved
2012-04-14 11:16:11 +03:00
randx
497ee5fbbc
Ability to block user
2012-04-13 08:12:34 +03:00
Dmitriy Zaporozhets
fb6d4511a0
restored dark theme
2012-04-12 00:54:07 +03:00
Dmitriy Zaporozhets
0e62b1cbaa
preserve for code browse
2012-04-11 23:59:53 +03:00
Dmitriy Zaporozhets
088860de4e
feed few fixes
2012-04-11 23:50:13 +03:00
Dmitriy Zaporozhets
740e54c3fc
Merge pull request #667 from keikubo/master
...
The indents errors of pre blocks in haml
2012-04-11 13:34:15 -07:00
Dmitriy Zaporozhets
e7add858cf
bug fixes & bootstrap buttons
2012-04-11 23:32:45 +03:00
Dmitriy Zaporozhets
b7558a2063
Removed encoding monkey patch
2012-04-11 23:03:56 +03:00
Kei Kubo
42f04bf70c
bug fix: broken indents fixed in markdown rendered statements
2012-04-11 19:36:52 +00:00
Kei Kubo
700eec6672
added = preserve to some pre statements
2012-04-11 19:13:38 +00:00
Kei Kubo
51ca0abf10
bug fix: <pre> indent error fixed in projects/empty.html
2012-04-11 10:35:49 -07:00
Dmitriy Zaporozhets
ba3c359fd5
b2 fixes
2012-04-10 21:39:04 +03:00
Dmitriy Zaporozhets
8f22834c4e
bootstrap 2 integration complete.
2012-04-10 20:50:27 +03:00
Dmitriy Zaporozhets
2587de74df
Minor fixes
2012-04-10 20:06:17 +03:00
randx
627efddf63
migrated to bootstrap 2
2012-04-10 08:51:08 +03:00
Dmitriy Zaporozhets
d98b183361
first pack of tests for milestones
2012-04-09 01:01:42 +03:00
Dmitriy Zaporozhets
23d950855d
Milestone basic scaffold
2012-04-09 00:28:58 +03:00
Dmitriy Zaporozhets
667edcdd75
Dashboard issues/mr pages improved
2012-04-08 00:18:32 +03:00
Dmitriy Zaporozhets
88974b500f
projects list on dashboard with commit links
2012-04-07 23:13:18 +03:00
Andrea Dal Ponte
f30d56494e
admin_user_path correction
2012-04-06 12:00:13 +02:00
Dmitriy Zaporozhets
86676476e6
Handling big commits & big diff
2012-04-06 01:00:15 +03:00
randx
897da534fa
Fix issues with push 600+ commits. refactored, improved push events
2012-04-04 07:39:04 +03:00
Dmitriy Zaporozhets
a951e6f8ae
GitlabSerialize: cause of invalid yaml in some events we migrate to json serialization
2012-04-04 02:25:33 +03:00
Dmitriy Zaporozhets
8aa5076d68
pollished team index
2012-04-04 01:21:31 +03:00
Dmitriy Zaporozhets
c40c627a3b
team profile restyled
2012-04-02 21:13:44 +03:00
Dmitriy Zaporozhets
c9db6bb3f2
prevent app crash for events without git resources
2012-04-02 19:51:20 +03:00
Dmitriy Zaporozhets
00dc34e192
Events improved & refactored. Dashboard pollished
2012-04-02 00:24:45 +03:00
Dmitriy Zaporozhets
90748cf724
Merge Button v1 complete
2012-03-30 20:49:34 +03:00
Staicu Ionut
2b01c65e50
- when you add a new ssh key, the title field automatically fills with the email (if is present in the key sting)
2012-03-30 18:30:56 +03:00
randx
3824f9b372
Unverify MR on every push. Ajax for MR accept. better UI
2012-03-30 08:15:04 +03:00
randx
411d84f385
Better merge handling. show if MR can be accepted or not
2012-03-30 08:05:04 +03:00
Dmitriy Zaporozhets
cd74f9da91
Link for auto merge, db field for MR
2012-03-30 00:27:42 +03:00
randx
69ef81404c
UI improved, .main_box css class for show pages
2012-03-28 10:46:51 +03:00
Dmitriy Zaporozhets
bae4efa7cf
Merge branch 'master' of dev.gitlabhq.com:gitlabhq
2012-03-28 00:31:22 +03:00
Dmitriy Zaporozhets
46906ca9db
Issues, Merge Request show page polished. Fixed +n overflow
2012-03-28 00:31:14 +03:00
Valery Sizov
442d5dbef2
fixed yellow background in markdown documents
2012-03-27 23:04:21 +03:00
Dmitriy Zaporozhets
1647f46b1f
Project show page polished
2012-03-26 23:11:15 +03:00
Dmitriy Zaporozhets
788de6f1c8
Better commit show page
2012-03-26 22:41:56 +03:00
Dmitriy Zaporozhets
7d56a51bdc
Js refactoring and ajax animation replaced
2012-03-26 21:41:58 +03:00
Dmitriy Zaporozhets
f1c534c68e
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2012-03-26 20:30:06 +03:00
Gosha Arinich
73404f6281
there should be no space after '(' and before ')'
2012-03-26 12:11:02 +03:00
randx
dfe9f3674c
fix image width for markdown
2012-03-26 07:40:51 +03:00
Dmitriy Zaporozhets
39ea486e1f
Fixed specs. Some css fixes
2012-03-25 19:44:29 +03:00
Dmitriy Zaporozhets
8652cd8989
Preparing 591 for merge. Restyled issues & merge requests. Fixed issue edit.
2012-03-25 19:05:24 +03:00
Steven Verbeek
54dc2d5c32
Changed Note to Comment
2012-03-24 18:19:26 -03:00
Steven Verbeek
d3cb694edb
Fixed icon, added helper
2012-03-24 14:42:45 -03:00
Steven Verbeek
a805d3131f
Fixed line ending issues on windows.
2012-03-24 14:36:14 -03:00
Steven Verbeek
c2c4424ff8
Started note attachment changes, and text changes
2012-03-24 13:57:01 -03:00
Steven Verbeek
e5fa0bb127
Started note attachment changes, and text changes
2012-03-24 13:40:21 -03:00
Steven Verbeek
fb4c033aeb
Started note attachment changes, and text changes
2012-03-24 13:30:04 -03:00
Steven Verbeek
b91128cc6a
Started note attachment changes, and text changes
2012-03-24 13:26:25 -03:00
Steven Verbeek
194467b8f8
Started note attachment changes, and text changes
2012-03-24 13:19:20 -03:00
Steven Verbeek
46605c9175
Started note attachment changes, and text changes
2012-03-24 13:08:42 -03:00
Steven Verbeek
6c40e89853
merging upstream changes
2012-03-24 00:36:54 -03:00
Dmitriy Zaporozhets
1c6df8e075
Improved profile & team member show
2012-03-24 01:01:36 +02:00
Dmitriy Zaporozhets
fa8219e0a7
better MR list, dashboard pollished
2012-03-22 22:57:04 +02:00
Dmitriy Zaporozhets
81da8e46f2
Remove button for empty repo. Last push on dashboard. Better notes count indicator for issues
2012-03-22 22:28:02 +02:00
Dmitriy Zaporozhets
e241d1e670
Fix form label for ssl requests
2012-03-22 20:02:38 +02:00
randx
52d8ed9e4f
Pagination for Merge Requests. Fixed for issues
2012-03-22 00:09:57 +02:00
randx
755a894c91
Issues pagination
2012-03-22 00:09:56 +02:00
Valery Sizov
039b6db483
design improve of form of key
2012-03-22 00:09:53 +02:00
Valery Sizov
8bb4c6de56
improve how to merge tips
2012-03-21 23:59:12 +02:00
Steven Verbeek
fafc34b0db
merging upstream changes
2012-03-21 00:21:34 -03:00
Dmitriy Zaporozhets
b57faf9282
Push events polished
2012-03-20 23:59:35 +02:00
Steven Verbeek
35d0de8f36
merging upstream changes
2012-03-19 21:57:29 -03:00
Steven Verbeek
2a7cd2f1b5
Fixed tab indent.
2012-03-19 21:43:25 -03:00
Steven Verbeek
550274e136
Added badge, made the issue list smaller height wise, and moved # NOTES over to # comments
2012-03-19 21:32:08 -03:00
Dmitriy Zaporozhets
cadf12c60c
Merged activities & projects pages
2012-03-20 00:05:35 +02:00
Dmitriy Zaporozhets
724ea16c34
Activities page added. Dashboard few specs. Preparing for 2.3
2012-03-19 22:52:16 +02:00
Steven Verbeek
c43ac3c721
Small fix.
2012-03-17 13:13:42 -03:00
Steven Verbeek
66d64ad4f4
Fixed code in issue details, changed form description to details.
2012-03-17 13:02:48 -03:00
Steven Verbeek
9cbd1aef20
Fixed row messed up. Started on overall look.
2012-03-17 03:31:38 -03:00
Steven Verbeek
aeed7da6d4
Fixed HR
2012-03-17 02:48:22 -03:00
Steven Verbeek
1c2c860c22
Fixed css issues with issues :)
2012-03-17 02:46:47 -03:00
Steven Verbeek
c93fda2737
Added markdown is enabled.
2012-03-17 02:24:51 -03:00
Steven Verbeek
1b96985025
Re-added back to issues list, but moved it above title. Added css to move issue meta data around.
2012-03-17 02:22:12 -03:00
Steven Verbeek
7712d81f9b
Moved OPEN and removed back link (you can easily click on issues to get to the same spot)
2012-03-17 02:17:04 -03:00
Steven Verbeek
3263f2e1ab
Fixed markdown.
2012-03-17 02:13:36 -03:00
Steven Verbeek
4dc1331676
Markdown for issue description, added issue title
2012-03-17 02:09:16 -03:00
Steven Verbeek
94fd9a6e47
Added issue description.
2012-03-17 00:24:40 -03:00
Steven Verbeek
8a9e90dac5
Changed some more wording
2012-03-16 23:48:29 -03:00
Steven Verbeek
b6fdb8557b
Changed title to issue message (name) and changed Save to Submit new issue.
2012-03-16 23:43:28 -03:00
Dmitriy Zaporozhets
341b4414ea
styled title block for mr, issue, commit
2012-03-16 21:11:03 +03:00
Dmitriy Zaporozhets
2ec12c9bb8
Impoved merge requests show page. Minor style improvements across project
2012-03-16 01:45:46 +02:00
Dmitriy Zaporozhets
7f76d6cfee
counters for dashboard panel
2012-03-16 01:31:46 +02:00
Dmitriy Zaporozhets
5d2bd5ec3a
Simple search implementation
2012-03-16 01:14:39 +02:00
Dmitriy Zaporozhets
b2c13bdd77
button styled
2012-03-15 23:44:04 +02:00
Dmitriy Zaporozhets
7b75f3cfd3
show who merged request
2012-03-15 23:32:00 +02:00
Dmitriy Zaporozhets
2e2e0522d4
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2012-03-15 19:39:28 +02:00
Ariejan de Vroom
cbc56a96ac
Updated upvotes view for issue and merge request show
2012-03-15 13:03:56 +02:00
Dmitriy Zaporozhets
5a3f23f395
Persist Merge Request diff. Auto merge request close on push
2012-03-15 00:57:43 +02:00
Ariejan de Vroom
27e3699814
Links +upvote buttons directly to the notes section
2012-03-15 00:56:42 +02:00
Ariejan de Vroom
2d00f2dfe4
Added 'x notes' and +1 counters to issues and merge requests. Refs #549
2012-03-15 00:51:03 +02:00
Ariejan de Vroom
8d8b82127f
Count +1 votes in issue notes.
2012-03-14 15:31:31 +02:00
Ariejan de Vroom
ed11ca13e8
Added form hint about markdown for the project description
2012-03-14 12:39:33 +02:00
Ariejan de Vroom
317963b1ab
Use markdown to render the project description.
2012-03-14 12:34:03 +02:00
Dmitriy Zaporozhets
3676838dc9
Rspec test repo replaced.\nMerge Requests improved
2012-03-13 23:54:49 +02:00
Dmitriy Zaporozhets
781f5aa6fb
classic theme improved, images refactored
2012-03-13 22:17:13 +02:00
Dmitriy Zaporozhets
e44ee826ac
tree browse -> file icons
2012-03-12 23:52:10 +02:00
Loïc Gerbaud
3ae93e6f97
Typo : "vist" -> "visit" on dashboard
2012-03-12 13:15:48 +01:00
Dmitriy Zaporozhets
af0b65ddb8
projects page improved
2012-03-11 11:46:15 +02:00
Dmitriy Zaporozhets
4d24c3bb21
fixed snippet show
2012-03-10 23:57:53 +02:00
Dmitriy Zaporozhets
a10ad7183e
Usability improved. Nothing to show messages for issues, MR
2012-03-10 23:41:05 +02:00
Dmitriy Zaporozhets
51f7d94991
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2012-03-09 20:05:07 +02:00
Dmitriy Zaporozhets
fc058605c2
fixed app crash if edit empty project from admin
2012-03-09 20:04:26 +02:00
Dmitriy Zaporozhets
3c3d26f3e7
Merge pull request #529 from abhid/branch-commit-url-fix
...
This might fix the issue with commits showing up in the format.
2012-03-08 02:08:25 -08:00
Dmitriy Zaporozhets
d4ebde9378
help updated
2012-03-08 00:15:31 +02:00
Dmitriy Zaporozhets
a9ef0bc343
test fix, css refactoring
2012-03-07 23:55:46 +02:00
Abhi Devireddy
32f04fc345
This might fix the issue with commits showing up in the format.
...
Needs to be tested.
2012-03-07 11:41:39 -06:00
Dmitriy Zaporozhets
c9b64974c0
increased dashboard width
2012-03-07 00:16:43 -08:00
Dmitriy Zaporozhets
94befdd502
Events improved. Open/close issue, merge request events displayed
2012-03-07 00:13:43 -08:00
Abhi Devireddy
a7c8ce6a4d
Removed hardcoded SSH Username on project create/edit form
2012-03-06 17:39:07 -06:00
Dmitriy Zaporozhets
eb7bbedb20
Polishin & fixed tree switch
2012-03-06 00:29:40 +02:00
Dmitriy Zaporozhets
cb59aade4e
Cleaning and refactoring
2012-03-06 00:26:40 +02:00
Dmitriy Zaporozhets
0727edd8a0
Removed issues,mr delete buttons. Refactored models
2012-03-04 15:35:15 +02:00
Dmitriy Zaporozhets
bc6915f24a
projects page finished
2012-03-04 03:00:19 +02:00
Dmitriy Zaporozhets
d6b051c5be
get rid of sidebar
2012-03-03 13:03:03 +02:00
Dmitriy Zaporozhets
62707bb730
fixed invalid issues link on dashboard
2012-03-03 11:23:03 +02:00
Dmitriy Zaporozhets
6de7dc1e67
New projects page
2012-03-03 00:09:17 +02:00
Dmitriy Zaporozhets
5263dd4297
Events displayed on project page. \n Fixed theme issue. \n New issue, mr events enabled
2012-03-01 22:43:04 +02:00
Dmitriy Zaporozhets
00028702fc
design tab improved. Themes added
2012-03-01 21:23:50 +02:00
Dmitriy Zaporozhets
375ebcabfd
improved activity ui
2012-03-01 20:47:57 +02:00
Dmitriy Zaporozhets
c94159ab08
improved dashboard
2012-03-01 20:40:32 +02:00
Dmitriy Zaporozhets
1924de91c5
fixed compare for push
2012-02-29 23:34:06 +02:00
Dmitriy Zaporozhets
bb164ebf1b
Send author to post hook. Display push activity to dashboard
2012-02-29 22:38:24 +02:00
Dmitriy Zaporozhets
93a5b3d811
Merge pull request #485 from deanperry/master
...
Fixed spelling mistake - 'yo tour' to 'to your'
2012-02-28 13:12:08 -08:00
Dmitriy Zaporozhets
a1385d11ac
hide admin link for users
2012-02-28 23:08:11 +02:00
Dmitriy Zaporozhets
5c2e89b279
reduced number of recent projects for dashboard to 5
2012-02-28 23:01:50 +02:00
Dmitriy Zaporozhets
376bec26de
Added dashboard page. Projects page not root from now
2012-02-28 22:59:36 +02:00
Dean Perry
b9e23b906e
fixed spelling mistake - 'Ream more' to 'read more'
2012-02-28 19:35:35 +00:00
Dean Perry
c9c292f350
fixed spelling mistake - 'yo tour' to 'to your'
2012-02-28 19:31:27 +00:00
Dmitriy Zaporozhets
34e1580184
Improved file browse page, prepared for downloads tab
2012-02-28 00:00:19 +02:00
Dmitriy Zaporozhets
bcf03b5de6
tree css fixes
2012-02-27 20:51:12 +02:00
Dmitriy Zaporozhets
1e689bfba3
fixed notes logic
2012-02-27 19:05:27 +02:00
Dmitriy Zaporozhets
3a4b4fb4cd
Moving ui styles to one scss file, Added ui class to body
2012-02-27 00:21:53 +02:00
Dmitriy Zaporozhets
065c200c33
removed unnecessary hr tags & titles
2012-02-26 22:06:40 +02:00
Dmitriy Zaporozhets
1e8b111be8
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2012-02-26 21:39:13 +02:00
Dmitriy Zaporozhets
f403da73f5
Fixed ajax loading image. Fixed wrong wording
2012-02-26 21:38:45 +02:00
Dmitriy Zaporozhets
e6ea73c776
Merge pull request #468 from bencevans/patch-1
...
Title for a link fixed
2012-02-25 13:12:49 -08:00
bgondy
0347fe2412
Update app/views/projects/team.html.haml
2012-02-25 16:41:58 +01:00
Ben Evans
2b5c61bdec
Title for a link fixed
2012-02-25 11:03:44 +00:00
Dmitriy Zaporozhets
21c141afb1
Merge branch 'notes_refactoring'
2012-02-24 22:39:51 +02:00
Dmitriy Zaporozhets
292a41cbe2
Fixed comments for snippets. Tests fixed
2012-02-24 22:36:44 +02:00
Dmitriy Zaporozhets
d41d8ffb02
Reply button, Comments for Merge Request diff
2012-02-24 22:19:47 +02:00
Christos Trochalakis
e42fb4fda4
Fix broken commit link in branches page
2012-02-24 17:27:44 +02:00
Dmitriy Zaporozhets
215a01f63c
move notes login to one controller
2012-02-24 09:16:06 +02:00
Dmitriy Zaporozhets
7d279f9302
better error handling for not found resource, gitolite error
2012-02-22 07:14:54 +02:00
Dmitriy Zaporozhets
8c40aab120
Abilities extended. Resources security improved
2012-02-22 00:31:18 +02:00
Dmitriy Zaporozhets
af82b6773b
btn padded class
2012-02-21 23:09:46 +02:00
Dmitriy Zaporozhets
fb17234b05
separated buttons for sidebar
2012-02-21 22:51:18 +02:00
Dmitriy Zaporozhets
9803e0885e
Project sidebar improved
2012-02-21 22:46:34 +02:00
Dmitriy Zaporozhets
1c22d4f50f
Help message for wiki, styled projects page
2012-02-21 22:04:01 +02:00
Dmitriy Zaporozhets
ce8eba8913
Merge branch 'wiki'
...
Conflicts:
app/views/layouts/_project_menu.html.haml
2012-02-21 20:32:43 +02:00
Dmitriy Zaporozhets
5c492a7089
make issue, commit row title color lighter
2012-02-20 21:50:11 +02:00
Dmitriy Zaporozhets
29c41e9a0e
pollishing UI
2012-02-20 21:38:59 +02:00
Dmitriy Zaporozhets
6a445b4200
fixed forgot password form
2012-02-20 20:37:37 +02:00
vsizov
bdc42488e9
wiki is done
2012-02-20 20:16:55 +03:00
Dmitriy Zaporozhets
5f4a7c3e04
Home tab added, Repository tab removed\n Ability to download branch
2012-02-20 08:38:03 +02:00
Valery Sizov
2e1f119f22
wiki: markdown support
2012-02-19 22:19:31 +02:00
Valery Sizov
d68f8401b3
wiki: improve history
2012-02-19 21:56:18 +02:00
Valery Sizov
85974948e7
Wiki: history
2012-02-19 21:52:05 +02:00
Dmitriy Zaporozhets
313d96e42b
fixed mr counter for main menu
2012-02-19 21:34:59 +02:00
Dmitriy Zaporozhets
635d3e09b7
Issues, Merge Requests counters
2012-02-19 21:30:31 +02:00
Valery Sizov
b565cd1972
Wiki: fixed main menu
2012-02-19 21:16:29 +02:00
Valery Sizov
40ce6c9131
Wiki: remove notice line
2012-02-19 19:55:37 +02:00
Valery Sizov
57271da612
Wiki: design fixed
2012-02-19 19:50:13 +02:00
Valery Sizov
4c1b8558df
Wiki: base implemetation logic
2012-02-19 19:50:13 +02:00
Valery Sizov
eacea15a21
wiki base sceleton
2012-02-19 19:50:13 +02:00
Dmitriy Zaporozhets
2e83de1924
fixed layout for ipad
2012-02-19 16:31:11 +02:00
Dmitriy Zaporozhets
3f91da6816
Fixed widget counts, improved styles
2012-02-18 15:59:01 +02:00
Dmitriy Zaporozhets
fa7bd43ab9
How to merge instructions
2012-02-18 14:43:35 +02:00
Dmitriy Zaporozhets
94db8a1c33
Usability & design improvements
2012-02-18 14:12:48 +02:00
Dmitriy Zaporozhets
9a24ccdea1
Fixed mistype in permissions, Fixed migration
2012-02-16 09:04:56 +02:00
Dmitriy Zaporozhets
1c62ec09b0
4 roles permission system
2012-02-16 09:03:55 +02:00
Dmitriy Zaporozhets
dac7c44ab3
Updated readme, Roles in progress
2012-02-15 23:51:04 +02:00
Dmitriy Zaporozhets
37224dc9c1
ProtectedBranches model, Master permission for repo\n Allow push to protected branch for masters only
2012-02-15 22:02:33 +02:00
Dmitriy Zaporozhets
8d493019c4
Show commits for merge request immediatly
2012-02-15 01:15:02 +02:00
Dmitriy Zaporozhets
ef396d08fc
Fixed encoding issue for diff. Reordered merge request commits
2012-02-15 00:41:51 +02:00
Valery Sizov
65e4ad3147
fixed design new issue form
2012-02-15 00:33:54 +02:00
Dmitriy Zaporozhets
3230577ce0
Merge branch 'master' of dev.gitlabhq.com:gitlabhq
2012-02-15 00:21:07 +02:00
Dmitriy Zaporozhets
4aa2b34e79
Commit show should display author & commiter info
2012-02-15 00:21:00 +02:00
Valery Sizov
7b3b140004
fixed design login form
2012-02-15 00:15:15 +02:00
Dmitriy Zaporozhets
b84b485bbe
better commits list style
2012-02-15 00:10:01 +02:00
Dmitriy Zaporozhets
ccfeddec46
Ignore invalid submodule entries
2012-02-14 23:53:41 +02:00
Dmitriy Zaporozhets
a7bcc2eb5c
submodules displayed for tree view
2012-02-14 23:48:42 +02:00
Dmitriy Zaporozhets
c062e56b4c
Fixed commit diff: content of removed files displayed
2012-02-14 20:00:25 +02:00
Dmitriy Zaporozhets
ae416a76ff
per line comments improved. replaced from dbclick to link
2012-02-14 00:20:23 +02:00
root
3f4eb731df
Fixed a typo by the third n in 'commit'.
2012-02-13 20:41:16 +02:00
Dmitriy Zaporozhets
41d439401d
enable markdown for email notification
2012-02-13 20:40:39 +02:00
Dmitriy Zaporozhets
7fd29a78fa
Commits page styled better now
2012-02-13 00:12:18 +02:00
Dmitriy Zaporozhets
ece9f50fb1
fixed unworking infinite scroll
2012-02-12 23:52:27 +02:00
Dmitriy Zaporozhets
48bc4fc214
fixed flash message. better tree css
2012-02-12 19:47:37 +02:00
Dmitriy Zaporozhets
0cd873c2d3
fixed layout for ipad. changed main width
2012-02-12 17:48:17 +02:00
Dmitriy Zaporozhets
ec01fa29fb
styled top panel
2012-02-12 13:15:41 +02:00
Dmitriy Zaporozhets
c844723a24
restyled main menu. move from left to top orientation
2012-02-12 02:38:38 +02:00
Dmitriy Zaporozhets
9511ec846d
improved diff, restyled login page
2012-02-12 00:29:16 +02:00
Dmitriy Zaporozhets
cc1ba255d6
Lists restyled, blue link colors added
2012-02-11 23:22:33 +02:00
Dmitriy Zaporozhets
bc3735004c
Moving to rails 3.2
2012-02-11 20:34:25 +02:00
Dmitriy Zaporozhets
cc043f32d8
Admin area improved
2012-02-11 19:56:18 +02:00
Dmitriy Zaporozhets
a769204ff4
Improved commit author notification
2012-02-10 10:59:39 +08:00
Dmitriy Zaporozhets
c1fe37690a
logo updated
2012-02-10 00:07:49 +02:00
Dmitriy Zaporozhets
cd567ee40b
Titled dashboard, admin, profile areas. Wider top panel. Restored search input
2012-02-09 09:59:14 +02:00
Dmitriy Zaporozhets
fbd5296e32
layout refactored
2012-02-09 09:59:04 +02:00
Dmitriy Zaporozhets
fcd92f9d95
Browse button in commit list
2012-02-09 09:51:50 +02:00
Dmitriy Zaporozhets
f86df73c1a
removed dots from menu, renamed Code to Files
2012-02-08 19:18:38 +02:00
Dmitriy Zaporozhets
4d89322d67
Snippets - fixed after bootstrap
...
Project - restyled show page, removed info page
Repository - restyled show page, added download option
Tags - added download options
2012-02-08 01:00:49 +02:00
Dmitriy Zaporozhets
422e43989b
Compare view for commits
2012-02-06 22:32:04 +02:00
Dmitriy Zaporozhets
6c416aaac8
Issues, MR, Wall can be enabled/disabled per project
2012-02-06 19:40:32 +02:00
Dmitriy Zaporozhets
5134aa971c
fixed ability to edit team member access
2012-02-06 01:56:26 +02:00
Dmitriy Zaporozhets
e64a174968
project membership widget. css fixes
2012-02-05 21:26:04 +02:00
Dmitriy Zaporozhets
419368f4f4
fix empty page after broken pull request
2012-02-05 19:01:13 +02:00
Dmitriy Zaporozhets
cddf61ef3b
Merge pull request #363 from druidvav/master
...
Lexer корёжит имена пользователей на русском языке
2012-02-05 08:30:12 -08:00
Dmitriy Zaporozhets
2efc1068f0
css fixes for .entry class
2012-02-05 13:51:51 +02:00
Dmitriy Zaporozhets
c90f1d5c8b
fixed issue, mr crash if assignee/author removed from team
2012-02-05 12:58:02 +02:00
Dmitriy Zaporozhets
5a12bee37d
fix 500 on project page after someone leave note on wall
2012-02-05 12:26:27 +02:00
druidvav
03bf55846b
Fix for utf-8 names in empty project page.
2012-02-01 14:42:42 +04:00
Dmitriy Zaporozhets
8ebfae9a07
Merge branch 'bootstrap'
...
Conflicts:
Gemfile
app/views/commits/_commits.html.haml
app/views/projects/empty.html.haml
2012-01-30 00:45:35 +02:00
Dmitriy Zaporozhets
b51252e6ca
Bootstrap: test fixes
2012-01-30 00:43:14 +02:00
Dmitriy Zaporozhets
fca1ffb888
Bootstrap: Issues, Merge Requests, SSH Key completed
2012-01-29 23:59:12 +02:00
Dmitriy Zaporozhets
20721eff1c
Bootstrap: Commits page
2012-01-29 21:58:31 +02:00
Dmitriy Zaporozhets
ae5faf0fd3
Ajax branch/tag switch for tree view
2012-01-29 21:30:03 +02:00
Dmitriy Zaporozhets
a77c8bf9c3
Bootstrap: Issues & MR
2012-01-29 12:04:09 +02:00
Dmitriy Zaporozhets
d81f0b7845
Bootstrap: Merge Request -> Show
2012-01-28 17:21:00 +02:00
Dmitriy Zaporozhets
0a4222fb98
Bootstrap: Activities
2012-01-28 16:47:55 +02:00
vsizov
6572d96bb5
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2012-01-28 16:42:14 +03:00
vsizov
d6a0b8f428
LDAP done
2012-01-28 16:23:17 +03:00
Dmitriy Zaporozhets
15b06b0164
Bootstrap: Deploy keys, Hooks
2012-01-28 12:40:17 +02:00
Valery Sizov
c083df0570
LDAP BASE IMPLEMENRTATION
2012-01-28 13:11:21 +03:00
Dmitriy Zaporozhets
089dca4d6c
Bootstrap: network graph
2012-01-28 12:02:03 +02:00
Dmitriy Zaporozhets
c7933d7a78
Bootstrap: team
2012-01-28 11:54:11 +02:00
Dmitriy Zaporozhets
1afd93ee1a
Bootstrap: cleaning commits css
2012-01-28 02:08:26 +02:00
Dmitriy Zaporozhets
29b5aa2c76
Bootstrap: Issues restyled
2012-01-28 01:49:14 +02:00
Dmitriy Zaporozhets
7f6e41fa02
Bootstrap: application layout
2012-01-28 00:51:02 +02:00
Dmitriy Zaporozhets
7d750cbf79
Merge pull request #283 from veprbl/master
...
Display both author and committer in commits list
2012-01-27 11:15:24 -08:00
Dmitriy Zaporozhets
05d76fc4d0
Bootstrap: login screen
2012-01-27 19:58:10 +02:00
Dmitriy Zaporozhets
4d9c3f3123
Bootstrap: btn replacing
2012-01-27 09:19:55 +02:00
Dmitriy Zaporozhets
fbdb1da2ab
Bootstrap: issues, notes css
2012-01-27 08:57:55 +02:00
Dmitriy Zaporozhets
d4ad362387
Bootstrap: commits page + tree
2012-01-27 01:46:32 +02:00
Dmitriy Zaporozhets
bef29f0797
project, commits page with bootstrap
2012-01-27 00:13:19 +02:00
tomneedham
807721df73
fixed no ssh key message
2012-01-26 19:02:59 +00:00
Dmitriy Zaporozhets
fed0da8076
Cleaning css. layout is broken
2012-01-26 19:25:35 +02:00
Dmitriy Zaporozhets
15b1b51524
css refactoring & utf8 meta tag
2012-01-26 09:50:11 +02:00
Dmitriy Zaporozhets
b4cc04d7e1
Commit diff fixes, per-line comments fixed
2012-01-25 21:10:09 +02:00
Dmitriy Zaporozhets
16a98387c2
merge reques diff: files list displayed
2012-01-23 21:08:12 +02:00
Dmitriy Zaporozhets
7157305d5e
cleaning dashboard & tags
2012-01-23 09:54:47 +02:00
Dmitriy Zaporozhets
611c5a87ab
Version up to 2.1. Help page filled with simple workflow
2012-01-22 14:25:43 +02:00