Changeset [03ef2e7b090518a153709f9225dd577921235ee8] by Josh Adams

September 13th, 2008 @ 11:07 PM

added acts_as_taggable_redux http://github.com/knewter/ansuz/...

Committed by Josh Adams

  • M app/controllers/admin/tags_controller.rb
  • M app/helpers/admin_helper.rb
  • M app/helpers/tag_helper.rb
  • M app/models/user.rb
  • M app/views/admin/tags/index.html.erb
  • M app/views/admin/tags/show.html.erb
  • M app/views/layouts/admin.html.erb
  • M app/views/layouts/application.html.erb
  • M app/views/layouts/page.html.erb
  • M config/routes.rb
  • M db/migrate/20080914031652_add_acts_as_taggable_tables.rb
  • M public/stylesheets/acts_as_taggable_stylesheet.css
  • M public/stylesheets/base.css
  • M themes/default-pink/layouts/page.html.erb
  • M themes/default-pink/stylesheets/base.css
  • M themes/default/layouts/page.html.erb
  • M themes/default/stylesheets/base.css
  • M vendor/plugins/acts_as_taggable_redux/MIT-LICENSE
  • M vendor/plugins/acts_as_taggable_redux/README
  • M vendor/plugins/acts_as_taggable_redux/Rakefile
  • M vendor/plugins/acts_as_taggable_redux/generators/acts_as_taggable_stylesheet/acts_as_taggable_stylesheet_generator.rb
  • M vendor/plugins/acts_as_taggable_redux/generators/acts_as_taggable_stylesheet/templates/acts_as_taggable_stylesheet.css
  • M vendor/plugins/acts_as_taggable_redux/generators/acts_as_taggable_tables/acts_as_taggable_tables_generator.rb
  • M vendor/plugins/acts_as_taggable_redux/generators/acts_as_taggable_tables/templates/migration.rb
  • M vendor/plugins/acts_as_taggable_redux/init.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/acts_as_taggable.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/acts_as_taggable_helper.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/acts_as_tagger.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/tag.rb
  • M vendor/plugins/acts_as_taggable_redux/lib/tagging.rb
  • M vendor/plugins/acts_as_taggable_redux/tasks/acts_as_taggable_tasks.rake
  • M vendor/plugins/acts_as_taggable_redux/test/acts_as_taggable_test.rb
  • M vendor/plugins/acts_as_taggable_redux/test/database.yml
  • M vendor/plugins/acts_as_taggable_redux/test/debug.log
  • M vendor/plugins/acts_as_taggable_redux/test/fixtures/taggings.yml
  • M vendor/plugins/acts_as_taggable_redux/test/fixtures/tags.yml
  • M vendor/plugins/acts_as_taggable_redux/test/fixtures/thing.rb
  • M vendor/plugins/acts_as_taggable_redux/test/fixtures/things.yml
  • M vendor/plugins/acts_as_taggable_redux/test/fixtures/user.rb
  • M vendor/plugins/acts_as_taggable_redux/test/fixtures/users.yml
  • M vendor/plugins/acts_as_taggable_redux/test/schema.rb
  • M vendor/plugins/acts_as_taggable_redux/test/tag_test.rb
  • M vendor/plugins/acts_as_taggable_redux/test/tagging_test.rb
  • M vendor/plugins/acts_as_taggable_redux/test/test_helper.rb
  • M vendor/plugins/ansuz_blog/app/controllers/admin/blog_posts_controller.rb
  • M vendor/plugins/ansuz_blog/app/controllers/blog_posts_controller.rb
  • M vendor/plugins/ansuz_blog/app/models/blog_post.rb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/_content_section.html.erb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/_edit.html.erb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/_form.html.erb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/edit.html.erb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/index.html.erb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/new.html.erb
  • M vendor/plugins/ansuz_blog/app/views/admin/blog_posts/show.html.erb
  • M vendor/plugins/ansuz_blog/app/views/articles/index.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/_content_section.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/_edit.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/_form.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/edit.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/index.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/new.html.erb
  • M vendor/plugins/ansuz_blog/app/views/blog_posts/show.html.erb
  • M vendor/plugins/ansuz_user_manager/app/views/admin/users/_form.html.erb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Project for ansuz: Open source Rails-based content management that works.