Vokhmin Alexey V
94e285e64f
#345 : updated gems, views, fixed specs
2014-03-15 01:55:28 +04:00
Alexander Machehin
0e39aae1bf
[ #343 ] use new ruby hash syntax
2014-01-21 10:51:49 +06:00
Vokhmin Alexey V
e98624ec41
#341 : added new action #packages into Repository API
2014-01-21 01:24:22 +04:00
Alexander Machehin
0cb585ef71
Merge branch 'master' into 29-migrate-to-ruby-2.1
...
Conflicts:
Gemfile
Gemfile.lock
app/controllers/activity_feeds_controller.rb
app/models/activity_feed_observer.rb
config/environments/development.rb
config/initializers/a_app_config.rb
config/initializers/airbrake.rb
lib/modules/models/git.rb
spec/controllers/activity_feeds_controller_spec.rb
spec/helpers/activity_feeds_helper_spec.rb
2014-01-10 08:31:31 +06:00
Alexander Machehin
a673f6ed56
add time ago
2013-09-01 18:06:42 +06:00
Vokhmin Alexey V
ffcdd26c66
#214 : updated UI of PullRequest#show
2013-07-12 18:21:46 +04:00
Alexander Machehin
b7fb0bc619
fix find commits with leading `0` symbols
2013-04-25 21:00:30 +06:00
Alexander Machehin
266ae36296
[ #19 ] fix error with undefined method `project`
2013-04-10 18:26:23 +06:00
Alexander Machehin
82668412ae
[ #19 ] fix hide autocomment to the hidden project for current user
2013-04-10 16:30:53 +06:00
Alexander Machehin
f7cd301479
[ #19 ] fix error with some kind of automatic comments
2013-04-10 01:41:48 +06:00
Alexander Machehin
c8084cc618
[ #19 ] hide autocomment for user without access to the issue
2013-04-10 01:26:27 +06:00
Vokhmin Alexey V
9ac0e46e96
#62 : show #created_at instead of #updated_at
2013-04-09 16:18:26 +04:00
Alexander Machehin
50235207a0
[ #19 ] fixed error with outdated commit reference
2013-04-09 17:47:45 +06:00
Alexander Machehin
7a6facd316
[ #19 ] small avatar refactoring
2013-04-02 21:14:32 +06:00
Alexander Machehin
66f59ab685
[ #19 ] fix creating & showing comments from commit message
2013-04-02 14:35:25 +06:00
Alexander Machehin
1f5f954962
[ #19 ] fixed showing comments
2013-04-01 23:24:19 +06:00
Alexander Machehin
0ed81826b0
[ #19 ] fix search of the committer
2013-03-28 22:01:59 +06:00
Alexander Machehin
7c9adc1d4c
[ #19 ] fix undefined method "is_reference_to_issue"
2013-03-27 19:37:55 +06:00
Alexander Machehin
e6e6b50aa6
[ #19 ] some fixes to issue link
2013-03-26 23:51:32 +06:00
Alexander Machehin
d737960913
[ #19 ] add issues link from comment
2013-03-26 16:47:42 +06:00
Alexander Machehin
ce2ca6646e
[ #19 ] add issue references from commit
2013-03-22 22:50:13 +06:00
Vokhmin Alexey V
e055d0080b
#29 : removed hack for encoding
2013-03-18 15:36:16 +04:00
Alexander Machehin
76606036cb
[refs #737 ] remove branch from commit message
2012-11-28 19:15:15 +06:00
Alexander Machehin
bb47567628
[refs #579 ] small improvements of the discussion
2012-10-13 00:12:04 +06:00
Alexander Machehin
f12634cee8
[refs #579 ] add link to comments
2012-10-08 15:14:31 +06:00
Alexander Machehin
a24ea9a4b1
[refs #579 ] fixed & refactoring markdown help
2012-10-05 14:16:27 +06:00
Alexander Machehin
21a5115137
[refs #579 ] fixed destroing comments
2012-10-05 12:13:14 +06:00
Alexander Machehin
32e05de186
[refs #616 ] cheat sheet small i18n
2012-09-20 00:53:40 +06:00
Alexander Machehin
a85a95d18a
[refs #616 ] markdown cheat sheet
2012-09-19 23:35:43 +06:00
Alexander Machehin
daf845705a
[refs #616 ] comment update
2012-09-19 00:42:22 +06:00
Alexander Machehin
a4c8e8eff8
Merge branch 'master' into 616-issues_and_comments
...
Conflicts:
Gemfile
app/assets/stylesheets/design/custom.scss
app/controllers/projects/projects_controller.rb
2012-09-17 16:52:50 +06:00
Vladimir Sharshov
54c6ba55be
[refs #349 ] Disable global menu Projects and Platforms; Allowed full search; Protect user and maintainer emails; Refactoring right rules
2012-09-06 21:09:10 +04:00
Alexander Machehin
d775fa0d08
[refs #616 ] ugly md preview
2012-08-29 21:24:06 +06:00
George Vinogradov
2fbb72e537
[issue #620 ] Changes in Maintainer db:
...
* Added maintainer selection on project page (see TODO in sources);
* Added `actual` field to BuildList::Package;
* Added rake task to set BuildList::Package.actual field.
Run it after migration (see TODO in sources);
* Packages after publising of BuildList becomes actual;
* Added MaintainerPresenter to avoid long method chains.
2012-08-24 19:21:24 +04:00
Pavel Chipiga
20e5936d0c
Fix and refactor build lists, comments and other specs. Refactor comments controller, models and views. Code cleanup. Refs #263
2012-04-05 00:43:06 +03:00
Pavel Chipiga
2db7726d55
Merge branch '3.2-master' into 190-encodings
...
Conflicts:
db/schema.rb
2012-03-22 00:13:18 +02:00
George Vinogradov
65e4e0f748
[issue #195 ] use avatar_url_by_email instead of gravatar_url
2012-03-22 02:06:33 +04:00
George Vinogradov
b902d8effe
[issue #195 ] Fixed avatar in commits & comments
2012-03-22 01:51:39 +04:00
Pavel Chipiga
89f31e9782
Minor gems update. Prepare gemfile for jruby and rbx tests. Remove encoding hacks. Apply grit fixes for encoding support. Recode incorrect encodings. Refactor, cleanup and fix lots bugs in git section. Refactor and remove unused git routes. Translate some untranslated parts. Redo branch/tags selector. Fix files tree last commit message. Project section templates refactor and cleanup. Refs #190
2012-03-21 21:55:14 +02:00
Alexander Machehin
ba437f7703
[refs #265 ] changed activity feed messages
2012-03-14 00:47:37 +06:00
Alexander Machehin
af69c02a6d
[refs #194 ] render user name
2012-03-06 18:29:42 +06:00
George Vinogradov
b3750f8644
[issue #195 ] Fixed branch selector.
2012-03-02 20:48:19 +04:00
Alexander Machehin
790ea38ba6
[refs 194] fix comments
2012-03-02 02:04:04 +02:00
George Vinogradov
43c10ee812
[issue #195 ] Fixed long comments displaying.
2012-03-02 00:33:48 +04:00
George Vinogradov
fe5ad9ebf3
[issue #195 ] Added missed js. Some changes.
2012-03-01 05:07:31 +04:00
George Vinogradov
662ea4018c
[issue #195 ] Changed commit header on commit page.
2012-02-29 19:08:21 +04:00
George Vinogradov
19dd58800b
[issue #195 ] Added comments to commit.
2012-02-29 19:05:36 +04:00
George Vinogradov
fe46e53ad8
[issue #195 ] Many changes.
...
* Base presenter moved to lib
* Added diff display
* Changes in some views
TODO Add translations.
TODO Change commit page layout.
TODO Change representation of commit on commit page.
TODO Fix bug with tree/branch select.
2012-02-29 06:02:07 +04:00
George Vinogradov
582063d066
[issue #195 ] Commits history, editing, showing...
2012-02-27 21:40:46 +04:00
George Vinogradov
6fe88ed69d
[issue #195 ] Merge branch '195-new_design_for_projects' of github.com:warpc/rosa-build into 195-new_design_for_projects
...
Conflicts:
app/presenters/git_presenters/commit_as_message_presenter.rb
2012-02-23 02:16:20 +04:00