Changeset [438e2f00b3b11353f8aa9c32d676cfa384eb87ab] by Josh Adams

September 9th, 2008 @ 11:11 PM

Added ability for a plugin to register for a slot in the site's navigation, basic start of blog plugin http://github.com/knewter/ansuz/...

Committed by Josh Adams

  • M app/controllers/application.rb
  • M app/controllers/page_controller.rb
  • M app/views/layouts/page.html.erb
  • M app/views/page/_breadcrumb.html.erb
  • M app/views/page/_top_nav.html.erb
  • M app/views/page_plugins/_plugins_nav.html.erb
  • M config/routes.rb
  • M lib/ansuz/plugin_manager.rb
  • M vendor/plugins/ansuz_blog/README
  • M vendor/plugins/ansuz_blog/Rakefile
  • M vendor/plugins/ansuz_blog/app/controllers/articles_controller.rb
  • M vendor/plugins/ansuz_blog/app/controllers/blog_posts_controller.rb
  • M vendor/plugins/ansuz_blog/app/models/blog_comment.rb
  • M vendor/plugins/ansuz_blog/app/models/blog_post.rb
  • 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_blog/db/migrate/001_create_blog_posts.rb
  • M vendor/plugins/ansuz_blog/init.rb
  • M vendor/plugins/ansuz_blog/routes.rb
  • M vendor/plugins/ansuz_content_section/routes.rb
  • M vendor/plugins/ansuz_photo_album/routes.rb
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.