randx
9ef9c58f55
Better UI for projects list on dahboard
2012-06-12 22:04:57 +03:00
randx
5f5cd2be13
ui-box style improved
2012-06-12 21:55:10 +03:00
randx
093159a868
Styled snippets. Raw button for snippet
2012-06-12 21:41:46 +03:00
randx
b96af79bb8
Specs for last push widget
2012-06-12 21:15:34 +03:00
Dmitriy Zaporozhets
e0d1fba15e
Recent push event
2012-06-12 17:43:16 +03:00
Dmitriy Zaporozhets
40af6e1ad2
few improvements for ui
2012-06-12 16:36:27 +03:00
Dmitriy Zaporozhets
6fa95a3d34
CSS refactored
2012-06-12 14:58:44 +03:00
Dmitriy Zaporozhets
0e33bf6eb0
Refactored IssuesController
2012-06-12 11:31:38 +03:00
randx
04bf40a923
Refactored theme css, added Modern theme pre version
2012-06-11 20:52:32 +03:00
Dmitriy Zaporozhets
a6dad85d2f
Get rid of modularity gem, Styled 'nothing here' message
2012-06-11 13:55:38 +03:00
Dmitriy Zaporozhets
0a70aca3b1
Models Refactoring: Move methods to roles
2012-06-07 15:44:57 +03:00
randx
2d68e7f4cd
MR -> remove source branch -> UI pollished
2012-06-05 19:45:18 +03:00
Zevs
d6ed9920d6
#888 prevent to remove source_branch
2012-06-05 00:11:07 +03:00
Zevs
3b41b1839b
ability to remove source branch after merge
2012-06-05 00:11:07 +03:00
Andrey Vakarev
3bd06d55e0
Remove trailing whitespaces and trailing lines
2012-06-04 01:37:27 +03:00
Andrey Vakarev
6ee4548c99
Removed empty helpers (probably auto-generated)
2012-06-03 22:32:40 +03:00
Andrey Vakarev
16b49124be
Remove unused methods
2012-06-03 22:27:34 +03:00
Dmitriy Zaporozhets
a35a12980e
Merge pull request #887 from nathanvda/improve_tag_count
...
Improve performance when handling large repo's
2012-06-03 08:05:54 -07:00
Dmitriy Zaporozhets
aadf9d607e
Merge pull request #885 from avakarev/clean-up-application_helper
...
Clean up application_helper.rb code
2012-06-03 00:54:34 -07:00
nathanvda
3792d624b6
Use the faster alternative methods in grit to count tags and branches (which I added). This is much faster in all cases, but especially on large repositories the difference should be obvious.
2012-06-03 03:24:59 +02:00
Andrey Vakarev
2048750029
Clean up application_helper.rb code
2012-06-03 04:08:01 +03:00
Andrey Vakarev
fb4b571fa6
Clean up tab_helper.rb code
2012-06-03 03:58:49 +03:00
randx
cbea0af290
custom select styled, tree table no round borders
2012-06-02 01:00:29 +03:00
Dmitriy Zaporozhets
16427f4c40
Merge pull request #880 from NARKOZ/dashboard-feed
...
Dashboard feed
2012-06-01 07:25:54 -07:00
Nihad Abbasov
cc3c6ad0ef
allow login via private token only for atom feeds
2012-06-01 06:56:28 -07:00
Nihad Abbasov
f8f6ff065e
add projects atom feed
2012-05-31 23:42:02 -07:00
randx
96308f7534
Milestones: progressbar from bootstrap. Bradcrumbs styles
2012-06-01 00:10:52 +03:00
randx
17d4cac208
Rescue encoding error on controller level
2012-05-31 23:36:52 +03:00
randx
a719bfc931
Graph: navigation with keyboard
2012-05-31 23:31:17 +03:00
randx
78f4c789b3
Improved Commit diff -> Images. Red border for removed & green for added images
2012-05-30 21:02:30 +03:00
randx
b826a684c7
Fix MR modal bug
2012-05-30 19:46:09 +03:00
Dmitriy Zaporozhets
2cf8010792
Merge pull request #868 from SaitoWu/bugfix/encoding
...
Bugfix/encoding
2012-05-30 00:24:43 -07:00
Saito
34cc38b6f5
diff now no need to force_encoding to utf8
2012-05-30 11:56:48 +08:00
Saito
202807c21a
remove detect_enoding. detect_encoding means force_encoding to the file.data's encoding, not encoding to utf8. will cause encoding problem.
2012-05-30 11:56:00 +08:00
Nihad Abbasov
7c7761099c
fix deprecation warnings
2012-05-29 19:16:28 +05:00
Nihad Abbasov
058d80b336
fix file extension
...
[ci skip]
2012-05-29 18:55:55 +05:00
Nihad Abbasov
865cf830c4
get rid of unused assets, use gems instead
2012-05-29 18:45:18 +05:00
Nihad Abbasov
8c7caaa69c
use chosen-rails
2012-05-29 17:50:10 +05:00
Nihad Abbasov
faa0ec7c63
cleanup User model
2012-05-29 17:13:41 +05:00
randx
89043d6b89
MR: Accept section polished. Show permission info
2012-05-28 20:19:54 +03:00
randx
020caf1274
Fixed wrong module name
2012-05-27 12:34:25 +03:00
randx
d72f8db08a
Merge branch 'fix_encoding' of https://github.com/brodock/gitlabhq into brodock-fix_encoding
...
Conflicts:
lib/gitlab/encode.rb
2012-05-27 12:20:35 +03:00
Gabriel Mazetto
50c2c16a4d
Better algorithm to deal with encodings. Moved fallback rescue message from view to encode library.
...
This helps fix cases where UTF-8 is wrongly identified as ISO-8859-1. We will only try to convert strings if we are 100% sure about the charset, otherwise, we will fallback to UTF-8.
2012-05-26 20:15:06 -03:00
randx
d29ec9d773
Images refactored, Feed icon replaced, Fixed comment form focus
2012-05-27 01:12:28 +03:00
Gabriel Mazetto
48a36851e6
It's dangerous to rescue errors here as it will hide bugs. define_tree_vars already catch all situations where something may not exist.
2012-05-26 15:56:11 -03:00
Gabriel Mazetto
39def0dcbb
Better fix for encoding problems on rendering of inline file visualizations like README files.
2012-05-26 15:56:11 -03:00
Gabriel Mazetto
eb5749ed39
Fixed encoding problems with plain/text blobs being sent without charset.
2012-05-26 15:55:53 -03:00
randx
3272620f72
lib/ refactoring. Module Gitlabhq renamed to Gitlab
2012-05-26 13:37:49 +03:00
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