aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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 th...Philip Arndt2011-06-271-4/+3
* Fix error in views/blog/posts/_post, looping over tag_list, should loop over ...Glenn Goodrich2011-06-251-1/+1
* this needs html_safeJoe Sak2011-06-231-1/+1
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog in...Joe Sak2011-06-237-6/+61
|\
| * Add button to copy the blog post's body to the teaser editor to get started o...Kyle Wilkinson2011-06-213-0/+31
| * Call tabs() method on admin tabs section only after the document is ready. T...Kyle Wilkinson2011-06-212-2/+4
| * Add helper for finding the teaser to display for a blog post. Use this when ...Kyle Wilkinson2011-06-212-3/+13
| * Add tab field for the custom teaser. Currently, width is set to zero for tea...Kyle Wilkinson2011-06-212-0/+12
| * 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: https://s...Philip Arndt2011-06-212-4/+4
* Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on t...Philip Arndt2011-06-211-4/+3
* 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 bl...Kyle Wilkinson2011-06-132-7/+10
* this functionality exists in refinery, so the double bind makes it scroll rig...Joe Sak2011-06-131-11/+0
* 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
| * 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
|\| |
| * | Wow, I'm getting good at releasing new versions of this. Fixes size (again).Philip Arndt2011-05-281-2/+2
| * | use options[:size] not size.Philip Arndt2011-05-281-1/+1
| * | Added avatar to blog comments based on email address associated with a gravatar.Philip Arndt2011-05-272-0/+8
* | | fixed issue where the tags heading was showing up even though there are no tagsDavid Jones2011-05-311-1/+1
|/ /
* | don't need p tags here because simple_format already renders those for usDavid Jones2011-05-271-3/+1
* | Decrement the required RefineryCMS version back down to 0.9.9.22 so that we c...Philip Arndt2011-05-261-22/+1
|/
* Edited app/models/blog_post.rb via GitHubJoe Sak2011-05-101-1/+1
* Present the blog post's meta information now. This will require refinerycms-c...Philip Arndt2011-05-061-3/+3
* Added form fields for SEO and translations.Philip Arndt2011-05-062-2/+25
* Add is_seo_meta call to blog posts.Philip Arndt2011-05-051-9/+11
* tests were failing all over the placeJoe Sak2011-04-221-2/+0
* Added friendly_id to categories so instead of /categories/1 we get, say, /cat...Philip Arndt2011-04-021-0/+4
* mild refactor, one line if statement and decreased an indent one level.Philip Arndt2011-04-021-4/+2
* Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-117-5/+53
* More test coverage for tags: can fill tags in on admin formJoe Sak2011-03-111-0/+6
* Acts as taggable installedJoe Sak2011-03-111-0/+3