aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Rails 3.1 - wip.Uģis Ozols2011-07-2726-620/+644
|
* Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵Jack Kinsella2011-07-221-0/+2
| | | | requested.
* categorization has_many :through should have an ID, and the relationship ↵Joe Sak2011-07-182-2/+2
| | | | should be destroyed if the blog post or category is
* readonly author just for safety's sakeJoe Sak2011-07-181-1/+1
|
* weird sentence fix and that RAW thing with mailerJoe Sak2011-07-131-11/+11
|
* 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-122-3/+6
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-045-2/+37
| | | | | | 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.
* don't know how we got away with this not being hereJoe Sak2011-06-301-0/+2
|
* fix my typosPhilip Arndt2011-07-011-1/+1
|
* Making use of modules and putting classes under modules.Philip Arndt2011-07-017-229/+251
|
* Making use of translation scopes.Philip Arndt2011-07-0118-40/+45
|
* just remove this and it's fine, we won't have to remember to use it for ↵Joe Sak2011-06-301-2/+0
| | | | future attrs
* Merge pull request #88 from mirosr/masterJoe Sak2011-06-301-3/+3
|\ | | | | Fixed some embeded strings in English in admin/blog/posts/_form partial (Issue #86)
| * Fixed some embeded strings in English in admin/blog/posts/_form partial ↵Miroslav Rachev2011-06-301-3/+3
| | | | | | | | (Issue #86)
* | the checkbox list for categories was out of handJoe Sak2011-06-291-2/+7
|/
* Only use custom_teaser if the migration has runPhilip Arndt2011-06-271-1/+1
|
* Ensure that the custom_teaser column exists before trying to use it incase ↵Philip Arndt2011-06-271-4/+3
| | | | the migration hasn't been generated/run.
* Fix error in views/blog/posts/_post, looping over tag_list, should loop over ↵Glenn Goodrich2011-06-251-1/+1
| | | | tags
* this needs html_safeJoe Sak2011-06-231-1/+1
|
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵Joe Sak2011-06-237-6/+61
|\ | | | | | | into wikyd-custom-teasers
| * Add button to copy the blog post's body to the teaser editor to get started ↵Kyle Wilkinson2011-06-213-0/+31
| | | | | | | | on creating a custom teaser.
| * Call tabs() method on admin tabs section only after the document is ready. ↵Kyle Wilkinson2011-06-212-2/+4
| | | | | | | | This fixes the problem where the teaser editor was showing with a width of 0. Set the active tab to the initial tab on the blog post editor.
| * Add helper for finding the teaser to display for a blog post. Use this when ↵Kyle Wilkinson2011-06-212-3/+13
| | | | | | | | displaying short version of blog posts.
| * Add tab field for the custom teaser. Currently, width is set to zero for ↵Kyle Wilkinson2011-06-212-0/+12
| | | | | | | | teaser editor... need to debug.
| * Allow custom_teaser field to be updated via forms.Kyle Wilkinson2011-06-211-1/+1
| |
* | tag url strategy updatedJoe Sak2011-06-213-4/+5
| |
* | Needs to use ~* operatorJoe Sak2011-06-211-1/+1
| |
* | postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-2/+14
|/
* Using <section class='details'> instead of <details> to avoid this: ↵Philip Arndt2011-06-212-4/+4
| | | | https://skitch.com/parndt/ffa3d/refinery-cms-1.0-released-refinery-cms
* 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)
* Add field to edit custom url on BlogPosts.Kyle Wilkinson2011-06-161-0/+9
|
* Make blog_post custom_url field updatable.Kyle Wilkinson2011-06-161-1/+1
|
* Add logic to allow users to override the url for a post from just a title.Kyle Wilkinson2011-06-161-1/+5
|
* you have to specify .css for some filenamesJoe Sak2011-06-151-1/+1
|
* autocomplete added for tagsJoe Sak2011-06-153-0/+64
|
* Make category_ids attribute accessible so that blog categories can be updated.Kyle Wilkinson2011-06-141-1/+1
|
* Use the correct message for no posts on category show page.Kyle Wilkinson2011-06-131-1/+3
|
* Modify the category view of the blog to show a paged view, rather than all ↵Kyle Wilkinson2011-06-132-7/+10
| | | | blog posts.
* this functionality exists in refinery, so the double bind makes it scroll ↵Joe Sak2011-06-131-11/+0
| | | | right back up
* Remove old code (< 0.9.9).Uģis Ozols2011-06-034-44/+14
|
* fix locale key. 'i18n' was showing up in the blog index outputDavid Jones2011-05-311-1/+1
|
* Merged remote branch 'keram/master'.Philip Arndt2011-05-312-3/+9
|\
| * For backwards compatibility must be approximate_ascii and strip_non_ascii by ↵Marek2011-05-192-4/+4
| | | | | | | | default false
| * Approximate ascii on blog slugs. For: GH-60Marek2011-05-192-2/+8
| |
* | Merged remote branch 'Dougui/add_translation'Philip Arndt2011-05-313-5/+5
|\ \
| * | add some options for translation and translate in frenchGuirec CORBEL2011-05-293-5/+5
| | |
* | | Wrapped javascript inside a jQuery wrapper.Philip Arndt2011-05-311-9/+11
| | |
* | | Add page-like tab functionalityMichael Gall2011-05-314-2/+33
| | |
* | | Merge branch 'master' of github.com:resolve/refinerycms-blogDavid Jones2011-05-312-0/+8
|\| |