aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* better gitignore, posts controller now uses translations that existdjones2010-09-072-3/+3
|
* Release candidate 5Philip Arndt2010-09-062-10/+18
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-0617-136/+175
| | | | into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks
* put date under post title not on the sidedjones2010-09-062-3/+2
|
* change to pluraldjones2010-09-061-1/+1
|
* use an id insteaddjones2010-09-061-1/+1
|
* Hello rails3 support.Philip Arndt2010-09-0320-51/+288
|
* Attempt threePhilip Arndt2010-09-032-2/+2
|
* Pass in 'app'Marc Chung2010-09-021-1/+1
|
* Allow a more liberal dependency because I don't see this becoming ↵Philip Arndt2010-09-033-5/+5
| | | | unsupported by refinerycms.
* Redirect properly after saving notification recipients and display a nice ↵Philip Arndt2010-09-022-1/+9
| | | | friendly message to the user.
* Ensure that the plugin works correctly (i.e. complains about the missing ↵Philip Arndt2010-09-021-1/+5
| | | | requirement of filters_spam) when installed using script/plugin install
* realistic version numberPhilip Arndt2010-09-022-2/+2
|
* RC3Philip Arndt2010-09-022-2/+2
|
* Include stylesheet on comment show page and add missing translationsPhilip Arndt2010-09-022-1/+10
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-029-19/+140
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-3015-36/+85
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-288-23/+120
| | | | already posted.
* Added bundler and filters_spam dependencyPhilip Arndt2010-08-286-5/+21
|
* Time for an ignore filePhilip Arndt2010-08-281-0/+2
|
* link to categories in the side barPhilip Arndt2010-08-261-1/+1
|
* that version needs a zero on itPhilip Arndt2010-08-262-2/+2
|
* Time for an RCPhilip Arndt2010-08-263-6/+31
|
* Fix sortingPhilip Arndt2010-08-261-1/+1
|
* display more frontend, create separate css for frontend and backend, ↵Philip Arndt2010-08-2612-59/+84
| | | | namespace the js in the same fashion, now has full English support..
* frontend markup and categories.Philip Arndt2010-08-267-16/+68
|
* Good, brackets aren't required here.Philip Arndt2010-08-261-1/+1
|
* Blog categories now save onto their posts.Philip Arndt2010-08-262-6/+8
|
* In theory categories should save correctly.Philip Arndt2010-08-253-11/+18
|
* Added categories sectionPhilip Arndt2010-08-2511-22/+101
|
* Fixes the previous string with int comparison failPhilip Arndt2010-08-181-1/+1
|
* Added asset copying to the generator script for those systems that can't ↵Philip Arndt2010-08-1816-15/+34
| | | | cope with rails3 coolness.
* Made use of new ajax loader from Neoteric Design that is now in Refinery ↵Philip Arndt2010-08-186-76/+99
| | | | core, regenerated gemspec, set up js and css files and currently just reading them in (this will work better under rails3)
* spacingPhilip Arndt2010-08-111-4/+14
|
* Fixes moderation toggler.Philip Arndt2010-08-111-2/+2
|
* Makes menu more flexible.Philip Arndt2010-08-112-8/+57
|
* Adds unmoderated support through changing approved to state.Philip Arndt2010-08-113-3/+9
|
* Add comments menuPhilip Arndt2010-08-112-1/+6
|
* remove word currentlyPhilip Arndt2010-08-112-3/+2
|
* Not yetPhilip Arndt2010-08-111-6/+0
|
* Helps when you use the RefinerySetting library properly. This is even sadder ↵Philip Arndt2010-08-112-9/+5
| | | | when you wrote most of it and then forgot.
* Blog submenu cleanupJoe Sak2010-08-101-0/+7
|
* The settings popup for notification had silliness in itJoe Sak2010-08-101-1/+1
|
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-108-9/+68
| | | | script files but not using them yet.
* add remaining iconsPhilip Arndt2010-08-101-1/+1
|
* Give the submenu some whimsy and flair.Philip Arndt2010-08-101-25/+44
|
* Make comment moderation toggleablePhilip Arndt2010-08-102-1/+19
|
* Merge remote branch 'neotericdesign/master'Philip Arndt2010-08-107-3/+73
|\
| * Converted to factory_girl use, a little refactoredJoe Sak2010-08-096-10/+59
| |
| * Why verify presence and uniqueness of an attribute that doesn't exist?Joe Sak2010-08-091-3/+0
| | | | | | | | It was causing mysterious test fails, too.