|
|
|
@9062
|
[9062]
|
03/19/08 14:04:52 |
tobie |
prototype: Avoid re-extending element in Element#getDimensions. |
|
|
|
@9061
|
[9061]
|
03/19/08 13:01:47 |
tobie |
prototype: Prevent Hash#toQueryString from serializing objets. |
|
|
|
@9060
|
[9060]
|
03/19/08 07:01:49 |
tobie |
prototype: Fix Event#pointer in IE standard mode. Closes #9920. |
|
|
|
@9039
|
[9039]
|
03/16/08 20:00:07 |
tobie |
prototype: Instanciate Test.Unit.Logger on window load. |
|
|
|
@9037
|
[9037]
|
03/16/08 19:08:34 |
tobie |
prototype: Refactor String#escapeHTML to avoid using the with statement. |
|
|
|
@9036
|
[9036]
|
03/16/08 18:53:51 |
tobie |
prototype: Remove usage of the statement from unit tests. |
|
|
|
@9026
|
[9026]
|
03/15/08 16:43:00 |
tobie |
prototype: Complete rewrite of the deprecation helper. |
|
|
|
@9001
|
[9001]
|
03/09/08 08:05:29 |
tobie |
prototype: Make Element#writeAttribute handle frameborder attribute in IE. … |
|
|
|
@9000
|
[9000]
|
03/09/08 07:27:02 |
tobie |
prototype: Minor clean-up of selector.js. Closes #10844. |
|
|
|
@8999
|
[8999]
|
03/09/08 07:21:45 |
tobie |
prototype: Make String#unescapeHTML strip tags in IE. Closes #10173. |
|
|
|
@8998
|
[8998]
|
03/09/08 07:14:28 |
tobie |
prototype: Stop form observers in unit tests. Closes #10938. |
|
|
|
@8997
|
[8997]
|
03/09/08 06:56:03 |
tobie |
prototype: Performance improvements for Enumerables. Closes #11264. |
|
|
|
@8948
|
[8948]
|
02/29/08 06:53:30 |
tobie |
prototype: mark Hash.toJSON() as removed. |
|
|
|
@8930
|
[8930]
|
02/26/08 12:53:41 |
tobie |
prototype: improvements to deprecation.js. |
|
|
|
@8859
|
[8859]
|
02/12/08 19:04:26 |
andrew |
Change deprecation extension to use Firebug's console.warn and … |
|
|
|
@8804
|
[8804]
|
02/05/08 03:38:37 |
tobie |
prototype fix a typo. |
|
|
|
@8803
|
[8803]
|
02/05/08 03:35:04 |
tobie |
prototype: Make Prototype tagName comparisons XHTML-compliant. Closes … |
|
|
|
@8800
|
[8800]
|
02/04/08 23:22:18 |
tobie |
prototype: Avoid breaking Element.prototype in browsers which support it. … |
|
|
|
@8799
|
[8799]
|
02/03/08 22:29:29 |
tobie |
prototype: Prevent Element#cumulativeOffset, Element#getOffsetParent, … |
|
|
|
@8798
|
[8798]
|
02/03/08 21:08:13 |
tobie |
prototype: Prevent Enumerable#eachSlice from entering into an endless loop … |
|
|
|
@8797
|
[8797]
|
02/03/08 19:45:32 |
tobie |
prototype: Allow Selector to correctly detect the presence of namespaced … |
|
|
|
@8796
|
[8796]
|
02/03/08 19:36:35 |
tobie |
prototype: Make Element#absolutize and Element#relativize always return … |
|
|
|
@8769
|
[8769]
|
02/01/08 22:47:00 |
tobie |
prototype: Add deprecation extension. |
|
|
|
@8728
|
[8728]
|
01/25/08 22:57:06 |
sam |
prototype: Prepare for 1.6.0.2 release |
|
|
|
@8726
|
[8726]
|
01/25/08 22:54:14 |
sam |
prototype: Update the list of officially supported browsers in the README. |
|
|
|
@8725
|
[8725]
|
01/25/08 22:04:37 |
andrew |
Forgot the CHANGELOG on the last commit. |
|
|
|
@8723
|
[8723]
|
01/25/08 22:02:12 |
andrew |
Ensure positionedOffset properly considers "position: fixed" elements. … |
|
|
|
@8722
|
[8722]
|
01/25/08 18:54:22 |
andrew |
Roll back the fix for #9609, since it does not work in Opera. Instead, … |
|
|
|
@8721
|
[8721]
|
01/25/08 18:49:40 |
andrew |
Prevent DOM node expandos _countedByPrototype and _prototypeEventID from … |
|
|
|
@8714
|
[8714]
|
01/24/08 03:02:34 |
tobie |
Make Ajax.Request#isSameOrigin JavaScript Lint compliant. Backport fix to … |
|
|
|
@8713
|
[8713]
|
01/24/08 02:24:33 |
andrew |
Properly serialize form fields with names that collide with built-in JS … |
|
|
|
@8712
|
[8712]
|
01/24/08 01:33:28 |
tobie |
prototype: Make Object.isArray correctly identify arrays created in … |
|
|
|
@8709
|
[8709]
|
01/23/08 20:05:17 |
andrew |
Fixed issue where Element#match failed on attribute selectors with single … |
|
|
|
@8704
|
[8704]
|
01/23/08 12:45:28 |
tobie |
prototype: Add tests for Element#match. |
|
|
|
@8703
|
[8703]
|
01/23/08 12:17:26 |
tobie |
prototype: Fix Element#writeAttribute to work with 'cellspacing' and … |
|
|
|
@8693
|
[8693]
|
01/23/08 00:51:25 |
tobie |
prototype: Prevent a potential security issue for cross-site ajax … |
|
|
|
@8692
|
[8692]
|
01/23/08 00:33:04 |
tobie |
prototype: Test for attribute existence before applying more complex CSS3 … |
|
|
|
@8691
|
[8691]
|
01/22/08 23:36:47 |
andrew |
Fix "function $A" declaration inside of a conditional (confuses IE). Fixes … |
|
|
|
@8656
|
[8656]
|
01/18/08 04:52:38 |
andrew |
Fixed selector parsing so that "#foo [bar=baz]" is treated the same way as … |
|
|
|
@8654
|
[8654]
|
01/18/08 04:31:23 |
andrew |
Fix Element#descendantOf logic in IE. Closes #10413. [martymix, … |
|
|
|
@8651
|
[8651]
|
01/17/08 16:41:34 |
tobie |
prototype: Fix missing var in Element#insert. Closes #10838. |
|
|
|
@8643
|
[8643]
|
01/14/08 14:16:27 |
tobie |
prototype: Add Test.Unit.MessageTemplate class. Add flunk, buildMessage … |
|
|
|
@8640
|
[8640]
|
01/14/08 01:38:28 |
tobie |
prototype: Remove useless binding in Template#evaluate. |
|
|
|
@8639
|
[8639]
|
01/14/08 01:22:37 |
tobie |
prototype: Make Object.inspect more robust. |
|
|
|
@8591
|
[8591]
|
01/07/08 19:24:18 |
tobie |
prototype: Add a description to :test and :dist rake tasks. |
|
|
|
@8580
|
[8580]
|
01/06/08 21:49:16 |
tobie |
prototype: Fix Selector.matchElements to allow for coma-separated … |
|
|
|
@8572
|
[8572]
|
01/06/08 00:34:39 |
tobie |
prototype: Test.Unit refactoring. Allow running multiple instances of … |
|
|
|
@8557
|
[8557]
|
01/04/08 23:56:27 |
tobie |
prototype: Optimize property detection of outerHTML. Avoids triggering … |
|
|
|
@8548
|
[8548]
|
01/04/08 00:30:53 |
tobie |
prototype: Add document.loaded, a boolean that is set to true once … |
|
|
|
@8537
|
[8537]
|
01/03/08 01:50:36 |
tobie |
prototype: Make Element#insert standard-compliant. Fixes an issue in FF3b2 … |
|
|
|
@8515
|
[8515]
|
12/31/07 16:16:14 |
tobie |
prototype: Add some missing semicolons to the source tree. Closes #10659. |
|
|
|
@8513
|
[8513]
|
12/30/07 10:59:23 |
tobie |
prototype: Ensure Ajax.Response#getHeader returns null for missing headers … |
|
|
|
@8512
|
[8512]
|
12/30/07 10:54:34 |
tobie |
prototype: Allow WEBrick to simulate slow or dropped connections and to … |
|
|
|
@8509
|
[8509]
|
12/29/07 11:09:43 |
tobie |
prototype: Ensure Ajax.Response#getHeader returns null for missing … |
|
|
|
@8451
|
[8451]
|
12/20/07 15:47:32 |
tobie |
prototype: Ensure creates an empty array when its argument's length is … |
|
|
|
@8450
|
[8450]
|
12/20/07 13:10:42 |
tobie |
prototype: Fix incorrect variable declaration in Event.fire. Closes … |
|
|
|
@8449
|
[8449]
|
12/20/07 00:17:24 |
andrew |
Fix the way Selector handles [pseudoclass + combinator] with no space in … |
|
|
|
@8448
|
[8448]
|
12/19/07 23:43:48 |
andrew |
Optimize Element#up/down/next/previous. Closes #10353. [Dylan Bruzenak, … |
|
|
|
@8447
|
[8447]
|
12/19/07 23:32:21 |
andrew |
Handle case-sensitivity in Selector tag names better. Closes #5052. [mexx, … |
|
|
|
@8274
|
[8274]
|
12/05/07 03:01:15 |
sam |
prototype: Bump to 1.6.0.1 |
|
|
|
@8266
|
[8266]
|
12/04/07 04:28:27 |
andrew |
Change document.viewport.getDimensions to exclude scrollbars in all cases. … |
|
|
|
@8265
|
[8265]
|
12/04/07 04:03:56 |
andrew |
Add logic to Element#getStyle in Opera that fixes inaccurate reporting of … |
|
|
|
@8232
|
[8232]
|
11/29/07 00:24:54 |
sam |
prototype: Ensure that an Ajax.Request's parameters option can be a Hash. … |
|
|
|
@8223
|
[8223]
|
11/27/07 18:43:56 |
andrew |
* Ensure no comment nodes are returned in Selector queries (IE improperly … |
|
|
|
@8222
|
[8222]
|
11/27/07 18:21:50 |
andrew |
* Re-enable the XPath approach in Selector for Safari 3. Falls back to the … |
|
|
|
@8221
|
[8221]
|
11/27/07 17:59:46 |
andrew |
* Fix a bug in the IE-specific Element#descendantOf logic. [Nicholas, … |
|
|
|
@8152
|
[8152]
|
11/15/07 23:14:36 |
tobie |
prototype: Prevent memory leaks in Ajax.PeriodicalUpdater. Closes #10049 |
|
|
|
@8151
|
[8151]
|
11/15/07 22:21:08 |
tobie |
prototype: Remove useless variable in Selector.handlers.child. Closes … |
|
|
|
@8150
|
[8150]
|
11/15/07 22:15:24 |
tobie |
prototype: Don't redeclare previously declared variables. Closes #10007 |
|
|
|
@8149
|
[8149]
|
11/15/07 21:53:15 |
tobie |
prototype: use Object.isUndefined where possible. |
|
|
|
@8148
|
[8148]
|
11/15/07 19:37:26 |
tobie |
prototype: Make String#isJSON return false for empty or blank strings. … |
|
|
|
@8147
|
[8147]
|
11/15/07 14:02:25 |
tobie |
prototype: Make Ajax.Response#_getResponseJSON use … |
|
|
|
@8139
|
[8139]
|
11/14/07 11:56:15 |
tobie |
prototype: Remove the now redundant forked declaration of Hash#_each. |
|
|
|
@8133
|
[8133]
|
11/13/07 21:48:09 |
tobie |
prototype: Ensure Event#fire always returns an extended event. Make … |
|
|
|
@8079
|
[8079]
|
11/06/07 01:57:01 |
sam |
prototype: Version bump |
|
|
|
@8078
|
[8078]
|
11/06/07 01:44:24 |
sam |
prototype: Fix Class#addMethods for "toString" and "valueOf" methods in … |
|
|
|
@8073
|
[8073]
|
11/05/07 17:54:13 |
andrew |
Exclude Opera from using the sourceIndex approach in Element#descendantOf. … |
|
|
|
@8072
|
[8072]
|
11/05/07 17:43:56 |
tobie |
Ensure Element#hasClassName always returns a boolean. Closes #10075. |
|
|
|
@8071
|
[8071]
|
11/05/07 17:11:41 |
andrew |
Ensure selectors of the form "[href]" (attribute token with no preceding … |
|
|
|
@8067
|
[8067]
|
11/01/07 15:11:52 |
andrew |
Performance optimizations for Element#descendantOf. Costliness should no … |
|
|
|
@8057
|
[8057]
|
10/29/07 23:06:15 |
madrobby |
Apply the workaround for the Firefox "blinking element" opacity=1 bug only … |
|
|
|
@8038
|
[8038]
|
10/26/07 19:20:47 |
andrew |
Changelog entry for [8037]. |
|
|
|
@8024
|
[8024]
|
10/26/07 03:10:06 |
sam |
prototype: Reset the browser's dimensions to their original settings after … |
|
|
|
@8004
|
[8004]
|
10/23/07 17:41:44 |
sam |
prototype: Fix the test runner for Firefox in Leopard. |
|
|
|
@7994
|
[7994]
|
10/22/07 22:16:32 |
tobie |
Use String#include wherever possible. |
|
|
|
@7991
|
[7991]
|
10/22/07 13:14:56 |
tobie |
prototype: In IE, allow opacity to be set on elements not yet attached to … |
|
|
|
@7990
|
[7990]
|
10/22/07 12:04:06 |
tobie |
prototype: Avoid the try..catch block in Ajax.Response#_getResponseJSON … |
|
|
|
@7989
|
[7989]
|
10/22/07 11:30:52 |
tobie |
prototype: Add more tests to Element.update. |
|
|
|
@7988
|
[7988]
|
10/22/07 11:20:21 |
tobie |
prototype: Make the Ajax.Response#headerJSON property correctly decode … |
|
|
|
@7986
|
[7986]
|
10/22/07 01:04:17 |
tobie |
prototype: Prevent a Firefox bug from throwing errors on page load/unload. … |
|
|
|
@7983
|
[7983]
|
10/21/07 01:47:30 |
tobie |
prototype: Minor cosmetic changes to the display of unit tests in … |
|
|
|
@7960
|
[7960]
|
10/18/07 15:46:30 |
tobie |
prototype: Make submitting forms work in Opera < 9.1. |
|
|
|
@7956
|
[7956]
|
10/17/07 14:14:27 |
sam |
prototype: Fix template evaluation with empty replacements. Closes #9692. |
|
|
|
@7955
|
[7955]
|
10/17/07 13:39:46 |
sam |
prototype: Hash#toTemplateReplacements is an alias for Hash#toObject so … |
|
|
|
@7954
|
[7954]
|
10/17/07 13:26:49 |
sam |
prototype: Fix Event#is(Left|Middle|Right)Click in IE. Closes #7520. |
|
|
|
@7937
|
[7937]
|
10/16/07 05:18:50 |
sam |
prototype: Bump to 1.6.0_rc1 |
|
|
|
@7936
|
[7936]
|
10/16/07 05:11:42 |
andrew |
* Ensure Event.* generic methods work in IE, even when the event is not … |
|
|
|
@7928
|
[7928]
|
10/16/07 03:36:58 |
sam |
prototype: Don't translate "keypress" events into "keydown" events. |
|
|
|
@7927
|
[7927]
|
10/16/07 03:29:19 |
andrew |
* Changed Element#makeClipping to remember the original overflow value, … |
|
|
|
@7926
|
[7926]
|
10/16/07 03:19:38 |
sam |
prototype: Cross-browser Event#isLeftClick with the addition of … |