aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-121-0/+2
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-111-0/+2
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-111-0/+2
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-101-0/+2
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-0/+2
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-091-0/+2
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-0/+2
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-0/+2
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-0/+2
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-0/+2
* Forgot about CHANGELOGsThomas Fuchs2005-09-281-0/+2
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-271-0/+2
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-271-0/+2
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-271-0/+2
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-271-0/+2
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-0/+2
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-2/+4
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-0/+2
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-201-0/+2
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-0/+4
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-0/+2
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-191-0/+2
* Add routing tests from #1945Nicholas Seckar2005-09-181-0/+2
* Add a routing test case covering #2101Nicholas Seckar2005-09-181-0/+2
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-151-0/+2
* Speed up cookie use by decreasing string copying #2194 [skae]David Heinemeier Hansson2005-09-151-0/+2
* Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...David Heinemeier Hansson2005-09-141-0/+2
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-131-0/+9
* Added ActionController::Base.session_store=, session_store, and session_optio...David Heinemeier Hansson2005-09-131-0/+2
* Added TextHelper#cycle to cycle over an array of values on each hit (useful f...David Heinemeier Hansson2005-09-121-0/+2
* Ensure that request.path never returns nil. Closes #1675Nicholas Seckar2005-09-111-0/+2
* Add ability to specify Route Regexps for controllers. Closes #1917.Nicholas Seckar2005-09-111-0/+2
* Provide Named Route's hash methods as helper methods. Closes #1744.Nicholas Seckar2005-09-111-0/+2
* Added :multipart option to ActiveRecordHelper#form to make it possible to add...David Heinemeier Hansson2005-09-111-0/+2
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-111-0/+4
* Added :disabled option to all data selects that'll make the elements inaccess...David Heinemeier Hansson2005-09-111-0/+2
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #...David Heinemeier Hansson2005-09-111-0/+2
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-091-0/+2
* Allow link_to_remote to use any DOM-element as the parent of the form element...David Heinemeier Hansson2005-09-091-0/+9
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-0/+2
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-091-0/+2
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-081-0/+2
* Avoid extending view instance with helper modules each request. Closes #1979Nicholas Seckar2005-09-081-0/+2
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-081-0/+2
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-071-0/+2
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-061-0/+2
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-061-0/+2
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-051-0/+2
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-041-0/+5
* Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...Jamis Buck2005-09-021-0/+2