Andrew Dupont
|
2895be3587
|
Add custom PDoc HTML template to source tree.
|
2009-03-06 12:27:40 -06:00 |
Andrew Dupont
|
0445d37116
|
Update Rake "doc" task to integrate with Sprockets.
|
2009-03-06 12:26:50 -06:00 |
Andrew Dupont
|
205e711ebc
|
Update to latest PDoc.
|
2009-03-06 12:24:29 -06:00 |
Andrew Dupont
|
d189f809a4
|
Fixed aliases in PDoc for Enumerable.
|
2009-03-06 12:20:09 -06:00 |
Andrew Dupont
|
f8e96818f7
|
Updated Sprockets and PDoc to latest versions.
|
2009-03-05 17:58:43 -06:00 |
Andrew Dupont
|
00742ac153
|
Extensive PDoc changes.
|
2009-03-05 13:56:01 -06:00 |
Andrew Dupont
|
e88f22e0c3
|
Redefine Element#down in IE 6-7 to avoid extending all descendants when no selector is given. [#452 state:resolved] (eno, Andrew Dupont)
|
2009-02-28 12:18:31 -06:00 |
Andrew Dupont
|
4a0b9b7c1d
|
Reverse the definitions of Event#pointer(X|Y) and Event#pointer to prevent unnecessary computation. [#403 state:resolved] (Nick Stakenburg, Andrew Dupont).
|
2009-02-28 12:16:12 -06:00 |
Andrew Dupont
|
9d7a981e4c
|
Add first-class support for `mouseenter` and `mouseleave` events in non-IE browsers (IE supports them natively). [#350 state:resolved] (Nick Stakenburg, Andrew Dupont)
|
2009-02-28 10:07:08 -06:00 |
Andrew Dupont
|
682a55c2d3
|
Make sure `_extendedByPrototype`, `_countedByPrototype`, and `prototypeUID` node expandos are accessed with `typeof` to prevent errors in some environments. [#354 state:resolved] (Hilberty, kangax, Andrew Dupont)
|
2009-02-28 04:48:57 -06:00 |
Andrew Dupont
|
26eaa4300b
|
Fix issue where Opera 9.x returns incorrect results on certain Selector queries with descendant combinators. [#395 state:resolved] (Arpan, fearphage, kangax, Andrew Dupont)
|
2009-02-28 04:41:55 -06:00 |
Andrew Dupont
|
ee56c93f16
|
Remove old lines from class.js.
|
2009-02-28 04:36:44 -06:00 |
Andrew Dupont
|
de77550574
|
Minor PDoc corrections.
|
2009-02-27 17:02:42 -06:00 |
Andrew Dupont
|
d22a9988fa
|
Null out references to elements in cache on page unload. Need this in addition to the Event#stopObserving calls to clean up memory leaks. [#425 state:resolved] (ykphuah, mr_justin, Andrew Dupont)
|
2009-02-27 16:45:51 -06:00 |
Andrew Dupont
|
47abfa68f0
|
Ensure `toString` and `valueOf` properties are copied to a subclass only when necessary in IE6. [@382 state:resolved] (Samuel Lebeau)
|
2009-02-27 16:35:05 -06:00 |
Andrew Dupont
|
ae667274f7
|
Removed two incorrect string tests.
|
2009-02-26 00:08:08 -06:00 |
Andrew Dupont
|
d97466a7c1
|
Corrected a regex that was not picking up on attributes with hyphens.
|
2009-02-25 23:55:29 -06:00 |
Andrew Dupont
|
68096071a4
|
Added PDoc for form.js.
|
2009-02-25 17:00:40 -06:00 |
Andrew Dupont
|
8bfd9cf555
|
Added PDoc for event.js.
|
2009-02-24 05:44:04 -06:00 |
Andrew Dupont
|
60b9477c5b
|
Added PDoc for dom.js.
|
2009-02-24 05:21:31 -06:00 |
Andrew Dupont
|
7a32414655
|
More PDoc additions.
|
2009-02-23 20:35:49 -06:00 |
Andrew Dupont
|
50304a7fa6
|
Add "doc" directory to .gitignore.
|
2009-02-23 20:25:20 -06:00 |
Andrew Dupont
|
c9df079839
|
Added/corrected some PDoc.
|
2009-02-23 20:21:02 -06:00 |
Andrew Dupont
|
043653a282
|
Make sure `getAttribute` is used without flag when accessing the "type" attribute of an iframe (IE throws error otherwise). [#118 state:resolved] (Zekid, kangax)
|
2009-02-23 20:20:21 -06:00 |
Andrew Dupont
|
e9bdaef0af
|
String#gsub should escape RegExp metacharacters when the first argument is a string. [#469 state:resolved] (michael, kangax)
|
2009-02-23 20:13:41 -06:00 |
Andrew Dupont
|
e3845ba0f6
|
Fix order of replacement in String#unescapeHTML [#544 state:resolved] (SWeini, kangax)
|
2009-02-23 20:07:43 -06:00 |
Andrew Dupont
|
432a9422d6
|
Fix issue where a Selector query rooted on a node that had not been attached to the document failed in IE. [#464 state:resolved] (jddalton, kangax, Douglas Fraser, Andrew Dupont)
|
2009-02-22 15:59:01 -06:00 |
Andrew Dupont
|
8fe518719e
|
Fix Selector to match elements with attributes containing hyphens. [#285 state:resolved] (leiyou, jddalton, kangax)
|
2009-02-22 15:16:19 -06:00 |
Andrew Dupont
|
dc9d274d89
|
Make sure Form.reset always returns a reference to the receiver element. [#309 state:resolved] (Phil, kangax)
|
2009-02-22 15:11:40 -06:00 |
Andrew Dupont
|
97fc24a0b2
|
Escape ":" and "." characters when doing contextual CSS selection in browsers that support querySelectorAll. [#559 state:resolved] (fxtentacle, Andrew Dupont)
|
2009-02-22 12:45:00 -06:00 |
Andrew Dupont
|
9da5045df2
|
Removed redundant lines in selector.js. [#138 state:resolved] (Richard Quadling)
|
2009-02-21 23:32:00 -06:00 |
Andrew Dupont
|
91b787ae17
|
Ensure the `target` property on events is never undefined in IE. [#383 state:resolved]
|
2009-02-21 23:27:18 -06:00 |
Andrew Dupont
|
ab1313ea20
|
Ensure Element#descendants always returns an array. [#373 state:resolved]
|
2009-02-18 10:34:01 -06:00 |
Andrew Dupont
|
d3189652a6
|
Fixed incorrect usage of === operator. [#127 state:resolved]
|
2009-02-18 10:30:19 -06:00 |
Sam Stephenson
|
69adbbbf8f
|
Update to the latest Sprockets, which trims trailing whitespace from source lines
|
2009-02-16 12:13:13 -06:00 |
Sam Stephenson
|
6fb6308744
|
Update vendor/sprockets so Prototype builds on Windows again
|
2009-02-15 21:53:12 -06:00 |
sstephenson
|
463141edc5
|
Update CHANGELOG
|
2009-02-10 19:20:19 -07:00 |
James Wheare
|
03512f5060
|
Fix for http://prototype.lighthouseapp.com/projects/8886/tickets/543. Don't switch fixed position elements to absolute in Element.getDimensions
Signed-off-by: Sam Stephenson <sam@37signals.com>
|
2009-02-11 10:14:15 +08:00 |
Samuel Lebeau
|
ceb7b72621
|
Avoid String#sub with empty pattern to make endless loop [#534 state:resolved]
Signed-off-by: Sam Stephenson <sam@37signals.com>
|
2009-02-11 10:12:28 +08:00 |
Sam Stephenson
|
9bb3d7517d
|
Update CHANGELOG
|
2009-02-10 11:26:14 -06:00 |
Sam Stephenson
|
6d706084ac
|
Update to Sprockets 0.9.0
|
2009-02-10 11:18:24 -06:00 |
Sam Stephenson
|
938ac16c2d
|
Load PROTOTYPE_VERSION from src/constants.yml
|
2009-02-10 10:52:08 -06:00 |
Sam Stephenson
|
a519c02b2e
|
Sprocketize Prototype
|
2009-01-27 15:42:32 -06:00 |
Sam Stephenson
|
d5be195340
|
Add sprockets as a submodule
|
2009-01-27 13:32:57 -06:00 |
Andrew Dupont
|
952feb48a3
|
Changes to dom.js to get direct extension of element prototypes working in IE8. We're down to one test failure in the dom.js unit tests.
|
2009-01-21 20:40:45 -06:00 |
Andrew Dupont
|
4af7dc0f5d
|
Changed feature detection in order to properly detect the mutable Element prototypes in IE8.
|
2009-01-21 20:29:23 -06:00 |
Andrew Dupont
|
44287477cc
|
Updated Rakefile to check for presence of PDoc before running 'doc' task.
|
2009-01-12 09:00:42 -06:00 |
Andrew Dupont
|
9bcf687751
|
Update PDoc submodule to latest version.
|
2009-01-12 08:51:02 -06:00 |
Samuel Lebeau
|
e819a241e2
|
Fix Rakefile for PDoc generation
|
2009-01-12 08:28:59 -06:00 |
Samuel Lebeau
|
8a999a0389
|
Fix Range documentation
|
2009-01-12 08:28:49 -06:00 |