Changeset 881 for trunk/radiant
- Timestamp:
- 05/21/08 21:45:58 (3 months ago)
- Files:
-
- trunk/radiant/CHANGELOG (modified) (1 diff)
- trunk/radiant/app/controllers/admin/welcome_controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/radiant/CHANGELOG
r880 r881 2 2 3 3 === Edge 4 * Don't require an authenticity token check on the login action. [Sean Cribbs] 4 5 * Make sure region sets are reloaded when activating extensions in development 5 6 mode. [Sean Cribbs] trunk/radiant/app/controllers/admin/welcome_controller.rb
r860 r881 1 1 class Admin::WelcomeController < ApplicationController 2 2 no_login_required 3 skip_before_filter :verify_authenticity_token 3 4 4 5 def index
