aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...Rick Olson2007-09-231-0/+5
* Remove use of & logic operator. Closes #8114.Nicholas Seckar2007-09-221-0/+2
* Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...David Heinemeier Hansson2007-09-221-0/+2
* Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...David Heinemeier Hansson2007-09-221-0/+2
* Fixed that setting the :host option in url_for would automatically turn off :...David Heinemeier Hansson2007-09-221-0/+2
* Added FormHelper#label (closes #8641) [jcoglan]David Heinemeier Hansson2007-09-221-0/+2
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-211-0/+2
* Forgotten changelog entryMichael Koziarski2007-09-211-0/+2
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...David Heinemeier Hansson2007-09-211-0/+2
* Don't warn when a path segment precedes a required segment. Closes #9615.Nicholas Seckar2007-09-211-0/+2
* Fixed CaptureHelper#content_for to work with the optional content parameter i...David Heinemeier Hansson2007-09-211-0/+2
* Added that render :json will automatically call .to_json unless its being pas...David Heinemeier Hansson2007-09-201-0/+25
* Autolink behaves well with emails embedded in URLs. Closes #7313.Jeremy Kemper2007-09-201-0/+2
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-0/+2
* Fixed optimized route segment escaping. Closes #9562.Jeremy Kemper2007-09-151-0/+2
* root_path returns '/' not ''. Closes #9563.Jeremy Kemper2007-09-151-0/+2
* Fixed that setting request.format should also affect respond_to blocks [DHH]David Heinemeier Hansson2007-09-151-1/+1
* Fixed that setting request.format would also affect respond_to blocks [DHH]David Heinemeier Hansson2007-09-151-0/+2
* Add option to force binary mode on tempfile used for fixture_file_upload. Clo...Jeremy Kemper2007-09-141-0/+2
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-111-0/+2
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-101-0/+2
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-101-0/+2
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-0/+2
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-0/+7
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-0/+2
* Removed ActionController::Base.scaffold -- it went through the whole idea of ...David Heinemeier Hansson2007-09-091-0/+2
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-091-1/+1
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-091-0/+7
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-0/+2
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-0/+2
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+2
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-051-0/+2
* Add missing changelog entryMichael Koziarski2007-09-031-0/+2
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-311-0/+2
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-0/+2
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-0/+2
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-051-0/+2
* Fix number_to_human_size when using different precisions. Closes #7536. [Rich...Michael Koziarski2007-08-051-0/+2
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-021-0/+2
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-251-0/+2
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-241-0/+2
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-191-0/+2
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-141-0/+2
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-111-0/+2
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-111-0/+6
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-011-0/+2
* Allow you to render views with periods in the name. Closes #8076 [norbert]Rick Olson2007-07-011-0/+4
* Improve capture helper documentation. Closes #8796.Jeremy Kemper2007-06-281-0/+2
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-271-0/+2
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-261-0/+4