]> git.openstreetmap.org Git - rails.git/commit
Treat all newly entered blocks of text as Markdown
authorTom Hughes <tom@compton.nu>
Wed, 15 Feb 2012 00:48:52 +0000 (00:48 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 17 Mar 2012 16:36:55 +0000 (16:36 +0000)
commitaa4205482a4af317ec26fc686793b57f02a6864a
tree8080f1db919079f33aacd8be04d823c9e7d98eab
parent2ee961be9f6461421bf9f0e1952d578df676268f
Treat all newly entered blocks of text as Markdown
21 files changed:
Gemfile
Gemfile.lock
app/helpers/application_helper.rb
app/models/diary_comment.rb
app/models/diary_entry.rb
app/models/message.rb
app/models/user.rb
app/models/user_block.rb
app/views/diary_entry/_diary_comment.html.erb
app/views/diary_entry/_diary_entry.html.erb
app/views/diary_entry/comments.html.erb
app/views/diary_entry/rss.rss.builder
app/views/message/read.html.erb
app/views/notifier/diary_comment_notification.text.erb
app/views/notifier/message_notification.html.erb
app/views/notifier/message_notification.text.erb
app/views/user/_user.html.erb
app/views/user/view.html.erb
app/views/user_blocks/show.html.erb
db/migrate/20120214210114_add_text_format.rb [new file with mode: 0644]
lib/rich_text.rb [new file with mode: 0644]