Skud
|
0c3c9c7694
|
fixed up some bootstrap formatting (rows/spans)
|
2013-08-07 15:51:49 +10:00 |
|
Skud
|
c12c0acc14
|
removed author fields from RSS
|
2013-08-05 12:23:36 +10:00 |
|
Skud
|
491e97c997
|
connected seeds into other parts of the site
|
2013-07-15 23:29:14 +10:00 |
|
Skud
|
2839d6bf66
|
Fixed RSS bug where comments were showing up as "edited"
Tried many ways to test this (assert_select, response.has_tag, etc), but
couldn't get it to work. Have tested manually and it looks good.
|
2013-06-04 12:24:53 +10:00 |
|
Skud
|
18b92b133b
|
Added titles to comment items in RSS
|
2013-05-24 14:43:45 +10:00 |
|
Skud
|
e17dcf8671
|
Reordered comments: they are now DESC by default
Added scope "post_order" to order them ASC for display on post page.
Also tweaked post/comment views a bit.
|
2013-05-24 14:36:58 +10:00 |
|
Skud
|
0d3588535e
|
Added RSS feed for all comments
|
2013-05-24 13:29:17 +10:00 |
|
Skud
|
57f8575ab9
|
removed unwanted @recent_comments, replaced w pagination
|
2013-05-24 12:54:57 +10:00 |
|
Miles Gould
|
2b84fa8bad
|
Show previous comments when creating a comment.
- Move "show previous comments" into a partial
- invoke said partial from the new comment form
- add tests.
|
2013-04-29 21:30:26 +01:00 |
|
Cesy Avon
|
f3cb251180
|
Merge branch 'standardise_buttons' of https://github.com/phazel/growstuff into dev
|
2013-03-24 01:56:24 -07:00 |
|
gnattery
|
d26b3d42ed
|
standardise button styles
|
2013-03-21 00:37:46 +11:00 |
|
Skud
|
17309723d5
|
show markdown help on post and comment pages
|
2013-03-20 22:08:09 +11:00 |
|
Skud
|
29016c3211
|
Tweaked member avatars
The member's name (in text) is no longer part of the avatar itself, as
it looks pretty awful and/or redundant in some places where it's used.
|
2013-03-11 14:32:34 +11:00 |
|
Skud
|
8caa4d12e8
|
limit to recent comments
|
2013-02-08 18:14:37 +11:00 |
|
Skud
|
40bcb8c380
|
fixed up titles
|
2013-02-08 17:35:08 +11:00 |
|
Skud
|
979ad334f3
|
made the index page not be ugly
|
2013-02-08 17:31:17 +11:00 |
|
Skud
|
801347976e
|
Added edit/delete buttons to comment display
|
2013-02-08 17:24:06 +11:00 |
|
Skud
|
62af897bf1
|
various prettification
|
2013-02-08 16:55:55 +11:00 |
|
Skud
|
660c626581
|
show comments on post page
|
2013-02-08 16:36:15 +11:00 |
|
Skud
|
b6c759e521
|
edit comments
|
2013-02-08 14:49:07 +11:00 |
|
Skud
|
ae59b1e18d
|
pass post_id through to comment
|
2013-02-08 14:37:57 +11:00 |
|
Skud
|
a0a88bee11
|
comment form shouldn't have author/post fields
|
2013-02-08 14:14:07 +11:00 |
|
gnattery
|
3cff543184
|
rails g scaffold Comment
|
2013-02-06 14:49:49 +11:00 |
|