Commit Graph

554 Commits

Author SHA1 Message Date
tjcrowder
7df62ce864 doc: Merged/updated old docs for Element.extend 2009-10-09 13:56:39 +01:00
tjcrowder
d6d3ab1fef doc: Merged/updated old docs for Element constructor 2009-10-09 13:36:14 +01:00
tjcrowder
7d073ad56a doc: Merged/updated old docs for Element overview 2009-10-09 13:35:38 +01:00
tjcrowder
d2874c0294 doc: Merged old docs for Element.addMethods. 2009-10-08 14:46:14 +01:00
Juriy Zaytsev
3b525f194d String#startsWith, String#endsWith performance optimization [#808 state:resolved] 2009-09-28 19:21:37 -04:00
Samuel Lebeau
f4ea4c6ef7 Rewrite String#camelize using String#replace with a replacement function [#297 state:resolved] 2009-09-26 13:36:42 -04:00
Sam Stephenson
79cf30aab1 Extend matched elements 2009-09-19 16:17:43 -05:00
Sam Stephenson
4dd878f237 Replace Prototype's Selector implementation with Sizzle 2009-09-19 14:42:59 -05:00
Sam Stephenson
9e4a7ce8e8 Don't call private Selector methods in Element#previous and Element#next 2009-09-19 14:40:01 -05:00
Andrew Dupont
4dedcd3b62 Merge branch 'master' of git@github.com:sstephenson/prototype 2009-09-15 18:27:56 -05:00
tjcrowder
cfc7e7a2e7 doc: Convert all subheadings to H5s throughout. 2009-09-10 17:45:11 +01:00
tjcrowder
f4314a8789 doc: Merged and updated old docs for Object.clone. 2009-09-10 17:12:38 +01:00
tjcrowder
63ea557b06 doc: Merged and updated old docs for Number#toPaddedString. 2009-09-10 16:51:36 +01:00
tjcrowder
a47d9e1c2f doc: Merged and updated old docs for Number#toColorPart. 2009-09-10 16:32:36 +01:00
tjcrowder
e6b6193124 doc: Fleshed out Number#times. 2009-09-10 16:30:19 +01:00
tjcrowder
20724ea1f9 doc: Fleshed out Number#round slightly. 2009-09-10 16:18:59 +01:00
tjcrowder
b12ec913d7 doc: Fleshed out Number#floor slightly. 2009-09-10 16:18:33 +01:00
tjcrowder
e05a089b33 doc: Fleshed out Number#ceil slightly. 2009-09-10 16:18:12 +01:00
tjcrowder
e5fa0928e8 doc: Fleshed out Number#abs slightly. 2009-09-10 16:17:35 +01:00
tjcrowder
917f10b574 doc: Modified Number preamble to leave out unnecessary reference to Ruby. 2009-09-10 16:15:21 +01:00
tjcrowder
fe5290e15e doc: Fixed missing quote in example for Hash#keys and missing arrows in example for Hash#each. 2009-09-10 15:45:05 +01:00
tjcrowder
3ee5b5ddd8 doc: Merged and updated old docs for Hash#values. 2009-09-10 15:43:29 +01:00
tjcrowder
1910e08a79 doc: Merged and updated old docs for Hash#update. 2009-09-10 15:42:04 +01:00
tjcrowder
71e07f0efa doc: Merged and updated old docs for Hash#unset. 2009-09-10 15:39:34 +01:00
tjcrowder
da402268ac doc: Merged and updated old docs for Hash#toQueryString. 2009-09-10 15:37:26 +01:00
tjcrowder
48a0f5a44c doc: Merged and updated old docs for Hash#toObject. 2009-09-10 15:18:05 +01:00
tjcrowder
64cd05dd59 doc: Fleshed out docs for Hash#toJSON. 2009-09-10 15:15:36 +01:00
tjcrowder
62a3c8fb38 doc: Merged and updated old docs for Hash#get 2009-09-10 15:12:56 +01:00
tjcrowder
ab5a19a1c1 doc: Merged old docs for Hash#merge, updated example. 2009-09-10 15:07:28 +01:00
tjcrowder
305e79e5d3 doc: Merged old docs for Hash#keys, updated example. 2009-09-10 15:00:34 +01:00
tjcrowder
e02a1cf5c6 doc: Merged old docs for Hash#get. 2009-09-10 14:57:10 +01:00
tjcrowder
00ebde59a2 doc: Merged old docs for Hash#each. 2009-09-10 14:55:12 +01:00
tjcrowder
f457097afa doc: Minor grammar update to Hash#clone. 2009-09-10 14:13:28 +01:00
tjcrowder
1bab56cfb7 doc: Corrected and new Hash docs, they were describe the 1.5 behavior of not cloning. 2009-09-10 14:04:27 +01:00
tjcrowder
4905d1777c doc: Fixed name of argument in Function#wrap docs. 2009-09-10 14:03:07 +01:00
tjcrowder
cdaaaa6421 doc: Merged old docs for Function#wrap, expanded on the signature of the wrapper. 2009-09-10 13:43:01 +01:00
tjcrowder
d441752778 doc: Merged and updated old docs for Function#methodize. 2009-09-10 13:29:27 +01:00
tjcrowder
037a47d68a Added missing semicolon in Function#delay. 2009-09-10 13:15:46 +01:00
tjcrowder
9300bd0350 doc: Fleshed out docs on Function#delay. 2009-09-10 13:15:30 +01:00
tjcrowder
d4aa3b7b4a doc: Fleshed out docs on Function#defer. 2009-09-10 13:11:30 +01:00
tjcrowder
5f02032763 doc: Fleshed out docs on Function#curry. 2009-09-10 13:06:31 +01:00
tjcrowder
c7d0bcdb6c doc: Fleshed out docs on Function#bindAsEventListener and added new example. 2009-09-10 12:53:30 +01:00
tjcrowder
853e0fbbec doc: Update Function#bind documentation, adding examples (simpler, less rambling ones than the old docs). 2009-09-10 11:33:11 +01:00
tjcrowder
29b81fda69 doc: Merged old docs for Function#argumentNames. 2009-09-10 10:31:56 +01:00
Andrew Dupont
5ccf8cbefd Change all H4s in _method_ documentation blocks to H5s. (Start with H5 when using headings in a method doc block; start with H4 when using headings in a namespace/class doc block.) 2009-09-09 23:18:45 -05:00
Tobie Langel
cf72372092 doc: Clean up the documentation of Enumerable. 2009-09-08 03:00:23 +02:00
tjcrowder
47c7e12cc6 doc: merged and updated old docs for Enumerable#zip 2009-09-08 01:22:12 +02:00
tjcrowder
7691177374 doc: merged old docs for Enumerable#toArray 2009-09-08 01:21:11 +02:00
tjcrowder
6a702b420c doc: merged and corrected old docs for Enumerable#sortBy 2009-09-08 01:20:35 +02:00
tjcrowder
25ae6b44ce doc: merged and updated old docs for Enumerable#pluck 2009-09-08 01:19:21 +02:00
tjcrowder
13dfbaeb38 doc: merged and updated old docs for Enumerable#partition 2009-09-08 01:03:08 +02:00
tjcrowder
cdfd3d5abe doc: merged and updated old docs for Enumerable#min and Enumerable#max 2009-09-08 01:01:58 +02:00
tjcrowder
1a86651055 doc: merged old docs for Enumerable#invoke. 2009-09-08 00:56:14 +02:00
tjcrowder
650d49286d doc: merged (and trimmed) old docs for Enumerable#inject. 2009-09-08 00:52:29 +02:00
tjcrowder
1c0d5c9a65 doc: merged old docs for Enumerable#inGroupsOf. 2009-09-08 00:39:41 +02:00
tjcrowder
df8ebd727f doc: merge old docs for Enumerable#include. 2009-09-08 00:35:16 +02:00
tjcrowder
ed5456dae0 doc: merged old docs for Enumerable#grep. 2009-09-08 00:33:35 +02:00
tjcrowder
064f673f4b doc: merged old docs for Enumerable#reject, used new example. 2009-09-08 00:25:54 +02:00
tjcrowder
e5c6fb4272 doc: merged old docs for Enumerable#findAll, updated and trimmed examples 2009-09-08 00:24:10 +02:00
tjcrowder
adee4abe0c doc: merged old docs for enumerable#eachSlice 2009-09-08 00:21:46 +02:00
tjcrowder
45d7e79f4b doc: update docs for Enumerable#each. 2009-09-08 00:11:48 +02:00
tjcrowder
23ebc851b1 doc: merge old docs for Enumerable#detect, add example 2009-09-07 21:43:24 +02:00
tjcrowder
f1c8c1e266 doc: merge and update old docs for Enumerable#collect 2009-09-07 21:42:06 +02:00
tjcrowder
061321d17c doc: merge old docs for Enumerable#any 2009-09-07 21:38:31 +02:00
tjcrowder
496503a933 doc: merged and cleaned up old docs for Enumerable#all 2009-09-07 21:37:11 +02:00
Tobie Langel
a7e8e9aa7d doc: ported and updated old doc for Date#toJSON. 2009-09-07 21:31:45 +02:00
tjcrowder
12b74e6644 doc: minor updates to Class.create and Class.addMethods based on old doc. 2009-09-07 19:39:20 +02:00
tjcrowder
d1cc04c911 doc: updated Array#indexOf to say that it uses strict equality 2009-09-07 19:35:04 +02:00
tjcrowder
6b24170e68 doc: ported and updated old doc for Array#without 2009-09-07 19:34:33 +02:00
tjcrowder
a3eaa0401f doc: ported and updated old doc for Array#uniq 2009-09-07 19:33:27 +02:00
tjcrowder
e98c87d681 doc: ported old doc example for Array#toJSON 2009-09-07 19:32:45 +02:00
tjcrowder
d9f0a15dd5 doc: very minor clarification of Array#size 2009-09-07 19:31:59 +02:00
Tobie Langel
a1ab78858f Minor syntactic correction in Array#reverse. 2009-09-07 19:31:16 +02:00
Tobie Langel
83ad9b622b doc: ported and updated old docs for Array#reverse. 2009-09-07 19:29:04 +02:00
tjcrowder
029197572b doc: ported old docs for Array#inspect, but dropped comment about Array#join 2009-09-07 18:57:12 +02:00
tjcrowder
70dbcf39eb doc: port old docs for Array#indexOf, update examples slightly 2009-09-07 18:56:24 +02:00
tjcrowder
798a367a3d doc: port old Array#flatten docs and clarify 2009-09-07 18:55:31 +02:00
tjcrowder
a6dac432ac doc: port old Array#compact docs and clarify 2009-09-07 18:52:35 +02:00
tjcrowder
7fcd513364 doc: clarify Array#first and Array#last [#295 state:resolved] 2009-09-07 18:52:03 +02:00
tjcrowder
53317eae50 doc: port old docs for Array#clear 2009-09-07 18:51:06 +02:00
tjcrowder
1bdaaa5f49 doc: minor grammar fix in array overview 2009-09-07 18:49:37 +02:00
Tobie Langel
f405b2c510 Bump version to 1.6.1. 2009-08-24 00:58:06 +02:00
Tobie Langel
94747c579f Avoid triggering a warning when Java is disabled in IE8. [#668 state:resolved] 2009-08-23 23:24:36 +02:00
tjcrowder
7735f545c7 doc: Updated Form.serializeElements. 2009-08-22 17:10:16 +02:00
tjcrowder
b57bdbd76e doc: Fixed documentation error on Array#compact. [#295 state:resolved] 2009-08-22 17:07:57 +02:00
tjcrowder
2763ca4de7 doc: Minor modifications to Event.observe. 2009-08-22 17:01:16 +02:00
Tobie Langel
641284a233 doc: fix documentation of Event and Event#element. 2009-08-22 05:30:56 +02:00
Tobie Langel
a4561bda28 doc: Fix methodized syntax. 2009-08-22 04:47:07 +02:00
tjcrowder
bb20fa0763 dom: Markedly beefed up the Element#update and Element#insert documentation. [#161 state:resolved] 2009-08-22 04:44:12 +02:00
tjcrowder
93b682df47 doc: Copied Class.addMethods from current Mephisto docs and fixed minor error. [#103 state:resolved] 2009-08-22 04:37:10 +02:00
tjcrowder
63b7c5d9e8 doc: Added caveats and examples to String#stripTags and String#stripScripts [#102 state:resolved] 2009-08-22 04:36:24 +02:00
tjcrowder
67311e07fd doc: Moved scope warning from Ajax.Updater to String#evalScripts and left cross link. [#38 state:resolved] 2009-08-22 04:35:52 +02:00
tjcrowder
cc478fcfbd doc: Documented Form#serialize and Form.serializeElements. [#21 state:resolved] 2009-08-22 04:34:19 +02:00
tjcrowder
41d1088160 doc: Documented Event.observe and Event.stopObserving, including vagaries about change events across browsers. [#6 state:resolved] 2009-08-22 04:32:34 +02:00
tjcrowder
c57c2d270c doc: Documented Abstract.TimedObserver, Form.Observer, and Form.Element.Observer. 2009-08-22 04:30:52 +02:00
Andrew Dupont
cdc4366153 Add more Enumerable citations in PDoc. 2009-08-21 08:11:10 -05:00
Andrew Dupont
fefc2b728d Change PDoc syntax for "methodized" methods. 2009-08-21 08:11:09 -05:00
Tobie Langel
b214744a5d Greatly simplify String#(un)escapeHTML and remove their DOM dependencies. 2009-08-12 01:27:10 +02:00
Tobie Langel
b57ea83222 Remove redundant if statement in Element#readAttribute. 2009-08-12 01:23:47 +02:00
Tobie Langel
d88aef3a55 Add missing semicolons. [#751 state:resolved] 2009-07-30 02:16:39 +02:00