aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Refactor blog_archive_list helper function into blog_archive_widget function ↵Jamie Winsor2011-07-295-9/+19
| | | | | | (with alias for compatability) Fix archive view for rails-3-1 support
* Update translation scopesJamie Winsor2011-07-285-22/+22
| | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit
* Update translation scopes and routes.Uģis Ozols2011-07-285-17/+20
|
* More request specs and updates to code to make specs pass.Uģis Ozols2011-07-282-14/+14
|
* Update some translation scopes.Uģis Ozols2011-07-282-5/+6
|
* will_paginate -> paginate.Uģis Ozols2011-07-275-14/+10
|
* Cucumber tag steps now pass.Uģis Ozols2011-07-276-15/+15
|
* Cucumber author steps now pass.Uģis Ozols2011-07-273-9/+9
|
* Wip.Uģis Ozols2011-07-2739-25/+25
|
* weird sentence fix and that RAW thing with mailerJoe Sak2011-07-131-11/+11
|
* this is the 'railscasts' way of handling the category checkboxesJoe Sak2011-07-121-2/+0
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-042-2/+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.
* don't know how we got away with this not being hereJoe Sak2011-06-301-0/+2
|
* Making use of translation scopes.Philip Arndt2011-07-0114-34/+39
|
* 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
|
* Fix error in views/blog/posts/_post, looping over tag_list, should loop over ↵Glenn Goodrich2011-06-251-1/+1
| | | | tags
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵Joe Sak2011-06-235-5/+48
|\ | | | | | | 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-211-3/+1
| | | | | | | | 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.
* | tag url strategy updatedJoe Sak2011-06-212-2/+2
|/
* 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
* Add field to edit custom url on BlogPosts.Kyle Wilkinson2011-06-161-0/+9
|
* you have to specify .css for some filenamesJoe Sak2011-06-151-1/+1
|
* autocomplete added for tagsJoe Sak2011-06-152-0/+56
|
* 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-131-7/+6
| | | | 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 '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-313-2/+31
| |
* | Merge branch 'master' of github.com:resolve/refinerycms-blogDavid Jones2011-05-311-0/+1
|\|
| * Added avatar to blog comments based on email address associated with a gravatar.Philip Arndt2011-05-271-0/+1
| |
* | 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 ↵Philip Arndt2011-05-261-22/+1
| | | | can release 1.4.0.
* Added form fields for SEO and translations.Philip Arndt2011-05-061-1/+23
|
* 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-116-5/+40
|
* More test coverage for tags: can fill tags in on admin formJoe Sak2011-03-111-0/+6
|
* fix searching: use _post partial and put inside ulscambra2011-03-071-1/+3
|
* <aside> can't be inside <p> (thanks IRC channel member t4nkD)Joe Sak2011-03-041-10/+9
|
* fix no results messagescambra2011-03-041-1/+1
|