aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog
Commit message (Collapse)AuthorAgeFilesLines
* Rails 3.1 - wip.Uģis Ozols2011-07-274-201/+0
|
* I don't know, it looks like before_filters are down hereJoe Sak2011-07-121-1/+3
|
* this is the 'railscasts' way of handling the category checkboxesJoe Sak2011-07-121-1/+6
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-041-0/+10
| | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled.
* fix my typosPhilip Arndt2011-07-011-1/+1
|
* Making use of modules and putting classes under modules.Philip Arndt2011-07-014-136/+152
|
* Making use of translation scopes.Philip Arndt2011-07-012-3/+3
|
* Needs to use ~* operatorJoe Sak2011-06-211-1/+1
|
* postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-2/+14
|
* Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵Philip Arndt2011-06-211-4/+3
| | | | the previous line)
* autocomplete added for tagsJoe Sak2011-06-151-0/+8
|
* WIP: trying to test user association as authorJoe Sak2011-02-241-0/+46
|
* Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-211-2/+14
| | | | enabled, with translations.
* Add controller action and view template for uncategorized postsJoe Sak2011-02-161-0/+7
|
* use published at in more placesdjones2010-09-212-2/+2
|
* Hello rails3 support.Philip Arndt2010-09-031-1/+1
|
* Redirect properly after saving notification recipients and display a nice ↵Philip Arndt2010-09-021-1/+8
| | | | friendly message to the user.
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-4/+18
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* Fix sortingPhilip Arndt2010-08-261-1/+1
|
* Added categories sectionPhilip Arndt2010-08-251-1/+1
|
* Added asset copying to the generator script for those systems that can't ↵Philip Arndt2010-08-183-4/+12
| | | | cope with rails3 coolness.
* Adds unmoderated support through changing approved to state.Philip Arndt2010-08-111-0/+5
|
* Helps when you use the RefinerySetting library properly. This is even sadder ↵Philip Arndt2010-08-111-1/+1
| | | | when you wrote most of it and then forgot.
* 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-101-3/+11
| | | | script files but not using them yet.
* Make comment moderation toggleablePhilip Arndt2010-08-101-1/+2
|
* add advanced options to blog post and prepare to add checkboxes for categories.Philip Arndt2010-08-091-0/+5
|
* Set up menu and what is to come.Philip Arndt2010-08-093-0/+31
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-0/+5
blog/categories