Tobie Langel
|
0008fe4aed
|
prototype: Test.Unit refactoring. Allow running multiple instances of Test.Unit.Runner on the same page. Allow rake to run specific testcases. Closes #10704, #10705, #10706.
|
2008-01-06 00:34:39 +00:00 |
Tobie Langel
|
b058e24a05
|
prototype: Make String#isJSON return false for empty or blank strings. Make Ajax.Response#responseJSON null when Ajax.Response#responseText is empty or blank.
|
2007-11-15 19:37:26 +00:00 |
Sam Stephenson
|
b83ae95d90
|
prototype: Fix template evaluation with empty replacements. Closes #9692.
|
2007-10-17 14:14:27 +00:00 |
Tobie Langel
|
d195111a9d
|
Performance improvements to String#times.
|
2007-10-13 19:05:19 +00:00 |
Sam Stephenson
|
ff45622e39
|
prototype: Template enhancements. Closes #8166.
|
2007-07-24 17:24:25 +00:00 |
Sam Stephenson
|
38fa39af92
|
prototype: Make String#scan explicitly return a string. Closes #6350.
|
2007-07-24 16:30:19 +00:00 |
Sam Stephenson
|
f2d304b3ee
|
prototype: Merge [7066] from branches/1-5-1-1
|
2007-06-19 23:31:41 +00:00 |
Thomas Fuchs
|
9ff57b042d
|
Prevent a crash in Safari when calling String#evalJSON(true) on very large strings. Add String#isJSON. Closes #7834. [Tobie Langel]
|
2007-06-17 16:03:38 +00:00 |
Thomas Fuchs
|
1e13c1d0b7
|
Prototype: Prevent a crash in Safari 1.3 on String#stripScripts and String#extractScripts. Closes #8332. Allow JSON data to contain line breaks. Closes #8271.
|
2007-06-13 20:57:19 +00:00 |
Thomas Fuchs
|
67783190f4
|
whitespace is my homeboy
|
2007-05-31 22:35:13 +00:00 |
Thomas Fuchs
|
4cafec8a9c
|
Prototype: String.prototype.truncate now explicitly converts its return value into a string if no truncation takes place. This prevents possible issues with methods expecting input data that is typeof == string.
|
2007-05-31 22:32:25 +00:00 |
Sam Stephenson
|
fea6bc1a21
|
prototype: Automatically strip security delimiter comments from JSON strings before evaling them. The default delimiter is '/*-secure- ... */' or you can specify your own with the Prototype.JSONFilter regular expression. If you wrap your JSON response bodies in this delimiter on the server side, rogue external sites can't hijack potentially sensitive data via <script> tags. Closes #7910.
|
2007-04-24 03:31:14 +00:00 |
Thomas Fuchs
|
c0509c7f5f
|
Prototype: clean (un)escapeHTML IE special casing and optimize speed for IE and Safari
|
2007-03-29 17:39:48 +00:00 |
Thomas Fuchs
|
9a7dcd54fb
|
Prevent linefeed normalisation in String.prototype.escapeHTML and unescapeHTML on IE for consistency with other browsers
|
2007-03-28 11:35:05 +00:00 |
Thomas Fuchs
|
5f2acb4be5
|
Make Hash.toQueryString serialize undefined values. Ensure consistency with String.prototype.toQueryParams. Closes #7806. [Mislav Marohnic]
|
2007-03-27 20:55:56 +00:00 |
Thomas Fuchs
|
fc91a3e456
|
Fix an issue with String.prototype.endsWith. Closes #7822. [altblue]
|
2007-03-27 17:43:30 +00:00 |
Sam Stephenson
|
f160bc4d4d
|
prototype: Add support for JSON encoding and decoding. Closes #7427.
|
2007-03-09 03:23:24 +00:00 |
Thomas Fuchs
|
5224f0fc4f
|
Prototype: Add String.prototype.empty and String.prototype.blank (tests if empty or whitespace-only). Closes #7016. [Jonathan Viney, Thomas Fuchs]
|
2007-02-19 21:32:37 +00:00 |
Sam Stephenson
|
74596ac289
|
prototype: String.prototype.endsWith should not fail on multiple occurrences. Closes #7416.
|
2007-02-05 04:56:46 +00:00 |
Sam Stephenson
|
5345085b33
|
prototype: Add String.prototype.startsWith, String.prototype.endsWith, and String.prototype.include. Closes #7075.
|
2007-01-27 18:45:54 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |