Amanda Wagener
1a666d4a73
Remove Rails2/Rails3 checks as this branch only supports Rails 2.
2010-12-01 12:05:05 +13:00
Joe Sak
572191db89
This line is from an older version of the script that totally sucked
2010-11-28 09:33:56 -06:00
djones
207a6c32b2
remove data-nav-url attribute from in post navigation
2010-11-27 10:11:16 +13:00
djones
a30753a7a5
keep to the same markup scheme Refinery uses for the menu
2010-11-26 16:55:52 +13:00
Philip Arndt
9b7cc770a2
Allow refinery users with access to the blog to see the blog posts when they are draft. Closes GH-19
2010-11-23 12:21:40 +13:00
Philip Arndt
97101633ca
Consistent whitespace.
2010-11-23 09:34:11 +13:00
J. Edward Dewyea
8b1fd44831
use string value for :scoping
2010-11-22 08:28:56 -05:00
djones
9bff563c4f
include the blog helper in all blog front end controllers. Also fix kend error on show.html.erb for front end blog viewing
2010-11-22 16:35:57 +13:00
djones
a45885bcd3
fix incorrect method call for javascript_include_tag
2010-11-22 16:16:32 +13:00
djones
c802a0db9b
removed files from gemspec that provented it from being installed
2010-11-22 16:13:19 +13:00
Philip Arndt
c67c282bc4
Merge remote branch 'origin/master'
2010-11-22 15:28:06 +13:00
Philip Arndt
e5b9af1054
Merged in Joe's and Steven's forks and updated for compatibility with < 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.
2010-11-22 15:26:53 +13:00
Philip Arndt
6a71948d0a
We can use scope for this.
2010-11-22 14:18:15 +13:00
J. Edward Dewyea
7d9361de63
find the correct key to translate
2010-11-21 19:58:16 -05:00
suweller
6d94a0ba7b
add helpers and blog_posts_helper to gemspec
2010-11-21 15:29:54 +01:00
suweller
affa60ef2a
place all script occurrences in content_for :javascripts
2010-11-21 13:30:23 +01:00
suweller
5cdb29dfe8
javascript should be in javascripts section
2010-11-21 12:24:07 +01:00
Joe Sak
ebb4c59cef
Gotta scroll back up!
2010-11-20 16:00:19 -06:00
Joe Sak
bfcc70edfc
updated js for nice smooth effects
2010-11-20 15:57:18 -06:00
Joe Sak
ef60c3df70
continued refactor
2010-11-20 15:42:26 -06:00
Joe Sak
cd28dbf187
flash messages & styles for comments
2010-11-20 15:40:22 -06:00
Joe Sak
da581331c7
total refactor here
2010-11-20 15:38:28 -06:00
Joe Sak
b617d540b9
Do the height at the end...?
2010-11-20 15:28:49 -06:00
Joe Sak
30730b7920
Move markup around
2010-11-20 15:27:29 -06:00
Joe Sak
7e8454d57d
Had some missing markup
2010-11-20 14:56:39 -06:00
J. Edward Dewyea
b663684114
remove unnecessary prefix
2010-11-20 15:42:13 -05:00
Joe Sak
44139cb7d8
better conditional
2010-11-20 14:29:47 -06:00
J. Edward Dewyea
aec8d69e3b
:name_prefix has been deprecated
2010-11-20 15:28:06 -05:00
Joe Sak
2f94c8c08a
ajaxify the nav
2010-11-20 13:59:27 -06:00
Joe Sak
cab02942d0
More deprecation warnings found
2010-11-20 11:58:54 -06:00
Joe Sak
a214b9e716
Added Next, Previous Article & Home navigation
2010-11-20 11:35:08 -06:00
Joe Sak
43d8c3a7ff
Deprecation warnings
2010-11-20 11:34:59 -06:00
Joe Sak
b093813eef
Archive routing tested and fixed
2010-11-20 11:34:23 -06:00
Joe Sak
f99c2ccbc7
Um... find_page was already there.
2010-11-20 11:31:52 -06:00
Joe Sak
178d782743
time datetime was invalid for HTML5 - sorry
...
details & aside added for category list
blog_post class added to show view
title put inside header
empty title hidden on show
2010-11-18 11:25:24 -06:00
Joe Sak
56ed554f56
It's blog, not news
2010-11-18 11:02:14 -06:00
Joe Sak
dc3cbaa091
Archive listing, views, helpers
...
@page added to PostsController
TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here
2010-11-18 10:52:10 -06:00
Joe Sak
c610fee93b
comment count is technically an 'aside'
2010-11-17 17:05:49 -06:00
Joe Sak
3705283322
HTML5 means HTML5, parndt.
2010-11-17 16:08:03 -06:00
Philip Arndt
5b55dc2f37
Added comment notifications.
2010-11-15 17:39:52 +13:00
Philip Arndt
426c0d913f
Apply convention from Refinery where the submenus are indented.
2010-11-15 16:14:28 +13:00
Philip Arndt
f68328a205
RC 15.. yeah, I know.
2010-11-12 17:35:47 +13:00
Steven Heidel
92d019d6a2
This html be safe
2010-11-11 22:32:30 -06:00
Philip Arndt
d0d2a5dde6
Version wasn't up to date in docs.
2010-11-11 10:19:48 +13:00
Philip Arndt
532f584814
Merge remote branch 'indaco/i18n_it'
2010-11-10 13:30:41 +13:00
Mirco Veltri
96c096923b
added the missing Italian key for the plural form of the comment word.
2010-11-07 13:21:28 +01:00
Philip Arndt
1a838fdfa6
Longest RC period, ever.
2010-11-03 11:55:49 +13:00
Philip Arndt
227e1b37eb
We can't use email_field < Rails 3.
2010-11-03 11:49:46 +13:00
Philip Arndt
b96e2725c8
Fix broken string by double quoting it.
2010-11-03 11:41:25 +13:00
Philip Arndt
1bd3427d00
Support rails2 version of will_paginate too
2010-11-03 11:36:44 +13:00