Commit Graph

590 Commits

Author SHA1 Message Date
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
Tobie Langel
7cf1182a49 Clean-up namespace template. 2009-08-22 04:23:32 +02:00
Tobie Langel
63f96ea463 Fixed doc template to allow separate building of the documentation of each section. Usage: rake doc SECTION=lang. 2009-08-22 03:56:41 +02:00
Tobie Langel
ea9f79728a Refactor Rakefile. 2009-08-22 03:29:50 +02:00
Tobie Langel
254f0e9a79 Update to latest PDoc. 2009-08-22 03:29:15 +02:00
Andrew Dupont
f8ddfd5829 Update to latest PDoc. 2009-08-21 08:11:10 -05:00
Andrew Dupont
f980f82d41 PDoc styling. 2009-08-21 08:11:10 -05:00
Andrew Dupont
cdc4366153 Add more Enumerable citations in PDoc. 2009-08-21 08:11:10 -05:00
Andrew Dupont
775ea2bf36 Apply Christophe's helpers.rb bugfixes to Prototype's custom PDoc template. 2009-08-21 08:11:09 -05:00
Andrew Dupont
349187e27f Beautify frame around permalinked method. 2009-08-21 08:11:09 -05:00
Andrew Dupont
e0c03655cd Fix relative path issues in PDoc template (once and for all). 2009-08-21 08:11:09 -05:00
Andrew Dupont
fefc2b728d Change PDoc syntax for "methodized" methods. 2009-08-21 08:11:09 -05:00
Tobie Langel
de9ba09371 Updated changelog. 2009-08-12 01:31:35 +02:00
Tobie Langel
b214744a5d Greatly simplify String#(un)escapeHTML and remove their DOM dependencies. 2009-08-12 01:27:10 +02:00
Tobie Langel
b039a4791c Update UnittestJS. Modifiy test template accordingly. 2009-08-12 01:25:59 +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
Juriy Zaytsev
41b034b93b Improve getClass performance. [#747 state:resolved] 2009-07-29 15:04:39 +02:00
Tobie Langel
add69978e0 Fix a ridiculous yet harmless typo in a previous commit. Add more tests for PeriodicalExecuter. 2009-07-22 16:06:17 +02:00
Samuel Lebeau
fe388ebca5 Replace calls to String#gsub by String#replace internally, be more specific about which version of Safari is supported 2009-07-21 17:52:43 +02:00
Tobie Langel
49090bc957 Workaround IE's defficient handling of finally statements in PeriodicalExecuter. [#696 state:resolved] 2009-07-21 17:19:46 +02:00
Andrew Dupont
e41ccba6d8 Re-throw error in otherwise-empty catch clause so that PeriodicalExecuter does not suppress exceptions. [#696 state:resolved] (Samuel Lebeau) 2009-07-18 18:51:16 +02:00
Andrew Dupont
059ce21040 Proper fix (and unit tests) for selector escaping issue. 2009-07-17 12:13:47 +02:00
Andrew Dupont
f4570f39d7 Fix issue related to escaping of selectors for querySelectorAll. [#559 state:resolved] 2009-07-13 14:12:18 +02:00
Andrew Dupont
39f045d240 Rollback IFRAME error "feature test" for IE. Fix it another way. 2009-07-13 13:52:54 +02:00
Andrew Dupont
4586adff0b Bump version number. 2009-06-16 16:37:50 -05:00
Andrew Dupont
1f78f7ebd3 Remove debug code from PDoc template. 2009-06-13 19:27:39 -05:00
Andrew Dupont
16b69a2ebf Update inline documentation. 2009-06-13 19:27:22 -05:00
Andrew Dupont
068f3bba56 Create the temp directory if it doesn't exist. 2009-06-13 17:42:57 -05:00
Andrew Dupont
a7eff2c0fa Avoid using Tempfile because Windows doesn't like it when we try to modify its access time. 2009-06-13 17:42:57 -05:00
Tobie Langel
ad89bfb738 Fixed a variety of non-ASCII chars and similar [#610 state:resolved] 2009-06-11 22:48:38 +02:00
Juriy Zaytsev
6e4a3cdec8 Add Chrome 1+ to the list of supported browsers
Conflicts:

	CHANGELOG
2009-06-10 18:44:55 -04:00
Juriy Zaytsev
f50dc3639d No need to recreate subclass function every time inheritance is being set up in Class.create 2009-06-10 18:32:48 -04:00
Juriy Zaytsev
78f6fad570 Simplify snippet of _insertionTranslations.tags extension. 2009-06-04 23:18:28 -05:00
Juriy Zaytsev
b2492aeec4 Fix Template#evaluate "eating" previous character if null was returned from toTemplateReplacements function. 2009-06-04 23:14:05 -05:00
Juriy Zaytsev
d655665fb6 Make sure (defficient) APPLET, OBJECT and EMBED elements are extended with simulated methods in IE8. Return early if _extendedByPrototype is present on an element. 2009-06-04 23:11:06 -05:00
Juriy Zaytsev
703e988745 Replace array creation and Array#include with a more efficient RegExp#test 2009-06-04 23:07:41 -05:00
Juriy Zaytsev
7d02aef6ca Reorganize the way ElementExtensions are defined. Make sure elements used in SpecificElementExtensions are cleaned up. 2009-06-04 23:01:47 -05:00
Juriy Zaytsev
fa4314aeea No need to overengineer. 2009-06-04 22:59:54 -05:00
Andrew Dupont
1b20386115 Minor PDoc changes. 2009-06-04 22:56:55 -05:00
Andrew Dupont
483c7886de Update PDoc to latest. 2009-06-02 19:58:47 -05:00
Andrew Dupont
269653fd38 Fix typo in selector.js. 2009-06-01 16:25:32 -05:00
Juriy Zaytsev
31fe0a0328 Make sure $A works with primitive values. 2009-05-15 22:05:53 -05:00
Juriy Zaytsev
cebf7d673b Do not browser sniff when forking unmark function in selector suite. Instead use a proper test - PROPERTIES_ATTRIBUTES_MAP. 2009-05-15 22:04:21 -05:00