aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | test fixingJoe Sak2011-03-081-15/+15
|/ /
* | Edited changelog.md via GitHubJoe Sak2011-03-071-3/+2
| |
* | Update changelogJoe Sak2011-03-071-2/+3
| |
* | 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
| |
* | Changelog updatedJoe Sak2011-03-041-0/+12
| |
* | update spanish translationscambra2011-03-041-1/+7
| |
* | fix no results messagescambra2011-03-041-1/+1
| |
* | Improved the YAML to support Psych better. Closes GH-46.Philip Arndt2011-03-0411-94/+94
| |
* | We're at version 1.3. Closes GH-38. Closes GH-45. Closes GH-35.Philip Arndt2011-03-041-1/+1
| |
* | Renamed seed and blog structure migration, removed name option from ↵Philip Arndt2011-03-045-77/+62
| | | | | | | | generator, regenerated gemspec.
* | Moved the generic blog tables code into the migration itself.Philip Arndt2011-03-041-0/+31
| |
* | Renamed migrations with ordering migration numbers.Philip Arndt2011-03-042-0/+0
| |
* | Moved most of the code toward EngineInstaller.Philip Arndt2011-03-045-84/+6
| |
* | No longer need rails/init.rb due to not supporting Rails 2.Philip Arndt2011-03-041-10/+0
| |
* | We no longer support Rails 2 on this engine so I'm removing the old generator.Philip Arndt2011-03-043-111/+0
| |
* | Just so people can see we're on 1.2 ;)Joe Sak2011-03-021-1/+1
| |
* | Regenerated gemspecPhilip Arndt2011-03-021-0/+1
| |
* | Hi, my name is...Philip Arndt2011-03-022-14/+14
| |
* | Changelog startedJoe Sak2011-03-011-0/+24
| |
* | Merge branch 'master' of github.com:resolve/refinerycms-blogJoe Sak2011-03-013-8/+32
|\ \
| * | Added new migration to add the user_id column to blog_posts. The madness ↵Philip Arndt2011-03-023-8/+32
| | | | | | | | | | | | must end, we must move to EngineInstaller in the next version.
* | | Kill AJAX based post nav -- let's shoot for HTML5 History API soonJoe Sak2011-03-011-2/+4
|/ /
* | Merge branch 'i18n_de' of https://github.com/gern/refinerycms-blog into ↵Joe Sak2011-02-241-0/+128
|\ \ | | | | | | | | | gern-i18n_de
| * | added de.yml translationGerhard Neugschwandtner2011-02-241-0/+128
| | |
* | | Whups. Wrong variable name pasted inJoe Sak2011-02-241-1/+1
| | |
* | | Closes GH-44. Authors are now associated with blog posts by current_user ↵Joe Sak2011-02-248-4/+80
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'addingusers' Conflicts: app/models/blog_post.rb
| * | | ALL CUKES PASS: Show author login in view templates (if author present?)Joe Sak2011-02-243-3/+3
| | | |
| * | | Fix bad syntax in cukesJoe Sak2011-02-242-1/+2
| | | |
| * | | Wrong syntax for AR associationJoe Sak2011-02-241-1/+1
| | | |
| * | | A little refactor and language change due to core auth steps & factoriesJoe Sak2011-02-242-8/+4
| | | |
| * | | WIP- just stuck on the uninitialized Constant weirdnessJoe Sak2011-02-243-5/+4
| | | |
| * | | WIP: trying to test user association as authorJoe Sak2011-02-244-1/+73
| | | |
| * | | Blog Posts belong to an author ("user_id")Joe Sak2011-02-242-0/+8
| |/ /
* / / just a lil' reminderJoe Sak2011-02-241-1/+2
|/ /
* | Polish translationMarcin Urbanski2011-02-211-0/+134
| |
* | Only show these sections when there is relevant information to show.Philip Arndt2011-02-212-16/+20
| |
* | Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-2112-14/+43
| | | | | | | | enabled, with translations.
* | Fix constant ajax-loader spinning.Philip Arndt2011-02-211-5/+5
| |
* | tidy up views, removing reference to comments when comments disableSimon Hambly2011-02-203-29/+31
| |
* | Chrome (atleast) got more strict about this and if you have a / in the ↵Philip Arndt2011-02-171-3/+3
| | | | | | | | selector then you need quotation marks. Closes GH-39
* | No more gemfile in the gemspecPhilip Arndt2011-02-171-2/+0
| |
* | Not sure why we were getting bundler involved. Regeneraed gemspecPhilip Arndt2011-02-175-19/+8
| |
* | lambda is necessary to keep Time.now from becoming a constant, which allows ↵Joe Sak2011-02-161-3/+3
| | | | | | | | .uncategorized to use .live posts again
* | The first shall be the .last, and the last shall be the .firstJoe Sak2011-02-161-1/+1
| | | | | | | | thanks to the default_scope :order_by published_at DESC
* | Previous scope test wasn't testing BlogPost.previousJoe Sak2011-02-161-1/+1
| |
* | Closes GH-34. Pagination was already in the public controller, the index ↵Joe Sak2011-02-161-0/+1
| | | | | | | | | | | | view template "just" needed will_paginate Should probably add basic CSS style or make it say older / newer? Open to suggestions
* | This is probably just fasterJoe Sak2011-02-161-2/+2
| |
* | Show publish date in preview data of admin indexJoe Sak2011-02-161-1/+1
| |
* | default_scope :order => 'published_at DESC'Joe Sak2011-02-162-10/+18
| | | | | | | | move "next" to << self to use exclusive scope