index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adds the ability to include XML CDATA tags using Builder #1563 [Josh Knowles]
David Heinemeier Hansson
2005-07-02
1
-0
/
+11
*
Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [...
David Heinemeier Hansson
2005-07-02
3
-15
/
+34
*
Make render(:inline) use locals #1556 [Michael Shuerig]
David Heinemeier Hansson
2005-07-01
2
-2
/
+11
*
Load models and frequency typo on upoad progress #1555 [Sean Treadway]
David Heinemeier Hansson
2005-07-01
2
-2
/
+4
*
Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...
David Heinemeier Hansson
2005-07-01
6
-46
/
+97
*
Fixed mr recycle!
David Heinemeier Hansson
2005-06-30
1
-1
/
+2
*
Uncommented request.recycle! as it breaks more than it fixes, left test case ...
David Heinemeier Hansson
2005-06-30
1
-5
/
+14
*
Dont include the upload progress automatically before it works better
David Heinemeier Hansson
2005-06-30
1
-2
/
+0
*
File upload progress seems to have problems on a variety of servers, marking ...
David Heinemeier Hansson
2005-06-30
2
-4
/
+3
*
Wrong variable name used in observe_field #1551
David Heinemeier Hansson
2005-06-30
1
-1
/
+1
*
Give auto_complete_for parameters, fix browser-autocompletion #1550
David Heinemeier Hansson
2005-06-29
2
-6
/
+11
*
A bit more routes refactoring and test
David Heinemeier Hansson
2005-06-29
2
-5
/
+9
*
Got back to functional testing harmony
David Heinemeier Hansson
2005-06-29
1
-33
/
+36
*
Rolled back changed to test_process as it broke havok this morning
David Heinemeier Hansson
2005-06-29
1
-13
/
+12
*
Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...
David Heinemeier Hansson
2005-06-29
1
-13
/
+15
*
Script.aculo.us: autocompletion focus fix, setContentZoom fix #1546 [Thomas F...
David Heinemeier Hansson
2005-06-29
3
-19
/
+21
*
Sync Prototype; closes #1539
Sam Stephenson
2005-06-29
1
-30
/
+59
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
4
-14
/
+15
*
Routes fail with leading slash #1540 [Nicholas Seckar]
Jamis Buck
2005-06-28
1
-0
/
+1
*
Badly applied patch fix
David Heinemeier Hansson
2005-06-28
1
-2
/
+2
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
3
-0
/
+1004
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
5
-16
/
+104
*
This patch modifies RouteSet#write_generation and RouteSet#write_recognition ...
David Heinemeier Hansson
2005-06-28
1
-1
/
+8
*
Fix the Event.findElement prototype function. Needed to get autocomplete work...
David Heinemeier Hansson
2005-06-28
1
-3
/
+3
*
Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho...
David Heinemeier Hansson
2005-06-27
2
-22
/
+75
*
Make Object.prototype.extend work correctly
Sam Stephenson
2005-06-27
1
-2
/
+2
*
Work around existing Element and Event objects in Prototype
Sam Stephenson
2005-06-27
1
-8
/
+12
*
Don't ignore :controller for urls made inside a controller module #1526 [Nich...
David Heinemeier Hansson
2005-06-27
1
-2
/
+4
*
Make named routes work without hashes #1523 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-27
1
-1
/
+1
*
Fixed routing bug
David Heinemeier Hansson
2005-06-27
1
-1
/
+1
*
Attempt to explicitly flush the output at the end of CgiProcess#out
Jamis Buck
2005-06-27
1
-0
/
+2
*
Update script.aculo.us scripts for Prototype 1.3.0 #1522 [Thomas Fuchs]
David Heinemeier Hansson
2005-06-27
3
-3
/
+107
*
Fix a potential bug in Prototype's Ajax.Request involving Mozilla and null PO...
Sam Stephenson
2005-06-27
1
-11
/
+11
*
Fixed assert_redirected_to to handle absolute controller paths properly #1472...
David Heinemeier Hansson
2005-06-27
1
-2
/
+4
*
Added event-based observations when frequency is not set on observe_field/for...
David Heinemeier Hansson
2005-06-27
1
-5
/
+16
*
Dont use evals in backtraces #1513
David Heinemeier Hansson
2005-06-27
1
-6
/
+8
*
Update to Prototype 1.3.0; closes #1441, #1348
Sam Stephenson
2005-06-27
1
-389
/
+435
*
Update script.aculo.us scripts to fix some bugs #1515
David Heinemeier Hansson
2005-06-26
3
-20
/
+31
*
Fixed that Functional tests do not set request.path_parameters properly #1512...
David Heinemeier Hansson
2005-06-26
1
-3
/
+13
*
Renamed remote_sortable to sortable_element
David Heinemeier Hansson
2005-06-26
2
-2
/
+32
*
Added auto_complete_for to controller and text_field_with_auto_complete to vi...
David Heinemeier Hansson
2005-06-26
2
-16
/
+57
*
Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...
David Heinemeier Hansson
2005-06-26
5
-188
/
+1533
*
Added testing of named routes #1506 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-26
3
-2
/
+14
*
RoutingError should show 404.html when in public #1503 [Ulysses]
Jamis Buck
2005-06-25
1
-4
/
+5
*
Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]
David Heinemeier Hansson
2005-06-25
1
-1
/
+2
*
Fixed prototype to consider all fields it doesn't know as text (such as Safar...
David Heinemeier Hansson
2005-06-25
1
-4
/
+2
*
Eliminate a "string literal in condition" warning from some routes
Jamis Buck
2005-06-25
1
-1
/
+1
*
Fix problem with symbol/string mismatch on some routes
Jamis Buck
2005-06-24
1
-1
/
+1
*
Fix routes generation for unit tests. #1434
Jeremy Kemper
2005-06-24
1
-1
/
+9
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
5
-289
/
+762
[prev]
[next]