aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests were failing all over the placeJoe Sak2011-04-224-55/+44
|
* Revert "bumping to 1.4 released"Joe Sak2011-04-221-1/+1
| | | | This reverts commit 57b79b75083993a8bd8452a5d068cd58fbb95993.
* bumping to 1.4 releasedJoe Sak2011-04-221-1/+1
|
* fix for issue 58Robin Wenglewski2011-04-041-1/+1
|
* Made the distinction between branches supporting rails 3.0.x and rails 2.3.x ↵Philip Arndt2011-04-031-1/+1
| | | | clearer.
* Define acts-as-taggable-on in the lib/gemspec.rb so that it's recreated ↵Philip Arndt2011-04-032-5/+6
| | | | every time.
* Merge remote branch 'michaek/master'Philip Arndt2011-04-031-2/+0
|\
| * removed nonexistent files from gemspecMichael Hellein2011-03-291-2/+0
| |
* | Added friendly_id to categories so instead of /categories/1 we get, say, ↵Philip Arndt2011-04-021-0/+4
| | | | | | | | /categories/news
* | mild refactor, one line if statement and decreased an indent one level.Philip Arndt2011-04-021-4/+2
|/
* acts-as-taggable-on is a dependency, yoJoe Sak2011-03-281-0/+1
|
* Merge branch 'master' of https://github.com/natebird/refinerycms-blog into ↵Joe Sak2011-03-271-2/+4
|\ | | | | | | natebird-master
| * Fixed for failed migration when installing refinery_cms_blog. Also makes it ↵Nate Bird2011-03-251-2/+4
| | | | | | | | consistent with generated engine format.
* | We need to start targeting refinerycms-core not refinerycms because this ↵Philip Arndt2011-03-283-6/+13
|/ | | | would prevent people building their own stack and using this engine.
* improved and completed the Dutch translationLeonard Punt2011-03-241-10/+120
|
* Merge branch 'master' of https://github.com/MarceloCajueiro/refinerycms-blog ↵Joe Sak2011-03-150-0/+0
|\ | | | | | | into MarceloCajueiro-master
| * Added pt-Br translations to uncategorized.Marcelo Griggio Cajueiro2011-03-141-0/+3
| |
* | Added pt-Br translations to uncategorized.Marcelo Griggio Cajueiro2011-03-151-0/+3
| |
* | changelog updateJoe Sak2011-03-131-0/+1
| |
* | Merge branch 'i18n_sk_cs' of https://github.com/keram/refinerycms-blog into ↵Joe Sak2011-03-132-0/+256
|\ \ | | | | | | | | | keram-i18n_sk_cs
| * | Slovak and Czech translationkeram2011-03-132-0/+256
| | |
* | | Changelog udpated to reflect tagsJoe Sak2011-03-111-0/+3
| | |
* | | Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-1111-10/+77
| | |
* | | More test coverage for tags: can fill tags in on admin formJoe Sak2011-03-115-2/+34
| | |
* | | Acts as taggable installedJoe Sak2011-03-114-0/+38
| | |
* | | chinese locale dataNick Plante2011-03-111-0/+128
| | |
* | | Incremented version to 1.3.2Philip Arndt2011-03-092-3/+3
| | |
* | | 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
|/ /