Commit Graph

42 Commits

Author SHA1 Message Date
Tobie Langel 6839886699 doc: Update PDoc. Default to BlueCloth Markdown parser to avoid Maruku warning. 2009-12-31 19:34:35 +01:00
Juriy Zaytsev 475f1797e1 No need to check for `window.Node`, since `var Node` already declares it if missing. 2009-12-30 01:45:59 -05:00
Tobie Langel d085d97a56 Revert back to PDoc's default templates. 2009-12-23 06:51:56 +01:00
Tobie Langel fb93b80b59 doc: using pygments for syntax highlighting. 2009-12-23 06:32:59 +01:00
Juriy Zaytsev 647d93bcc4 Use native `Array.isArray` when available; currently present in nightly webkit (up to 17x faster) and Opera 10.5 alpha (up to 5x faster). 2009-12-22 18:05:30 -05:00
Andrew Dupont e7c9072872 Merge branch 'master' of git@github.com:sstephenson/prototype 2009-12-04 18:25:23 -06:00
Sam Stephenson 6bb309afb7 Selector API change: replace Prototype.Selector.filter with Prototype.Selector.find, which works like the old Selector.findElement. 2009-12-02 15:57:58 -06:00
Tobie Langel 678774cbd6 Minor changes to the Sizzle adapter. 2009-10-26 02:00:55 +01:00
Tobie Langel 74ae0a5537 Renamed Prototype.Legacy to Prototype.LegacySelector by popular request. 2009-10-25 16:35:59 +01:00
Tobie Langel 83826829a7 Add Prototype.Selector.engine which simply holds a reference to the actual selector engine used. 2009-10-24 16:12:38 +02:00
Tobie Langel 5f85799c3f Refactor NWMatcher adapter. 2009-10-23 19:29:03 +02:00
Tobie Langel 75aab03eba Repo and Rakefile refactoring. 2009-10-23 18:32:07 +02:00
Tobie Langel 7f5ce1e6c2 Clean-up NWMatcher proxy. 2009-10-23 13:17:53 +02:00
Tobie Langel ed27b225a5 Fix Element extension when using the NWMatcher selector engine. (jddalton) 2009-10-23 07:31:37 +02:00
Tobie Langel 15c323b9ac Include NWMatcher as a submodule. 2009-10-23 07:18:52 +02:00
Tobie Langel 17e8064d8a Add legacy Prototype selector engine. Acessible as Prototype.Legacy. Use SELECTOR_ENGINE=legacy to build. 2009-10-23 06:39:59 +02:00
Tobie Langel cba5468b09 Nitpicking. 2009-10-23 06:38:27 +02:00
Tobie Langel 7762e002cb Reorder repository to allow for custom selector engines to be included instead of Sizzle (the current default). Selector engines belong in the vendor directory and must have a selector_engine.js file. To build a Prototype with your engine of choice just spepcify it at build time using the SELECTOR_ENGINE option. For example, to build a version with NSMatcher: rake dist SELECTOR_ENGINE=nwmatcher. 2009-10-23 05:49:40 +02:00
Sam Stephenson 4dd878f237 Replace Prototype's Selector implementation with Sizzle 2009-09-19 14:42:59 -05:00
Andrew Dupont 58a2f9db28 Update to latest PDoc. 2009-09-15 18:27:46 -05:00
Tobie Langel f8cffdc80b Updated PDoc submodule. 2009-09-02 15:54:54 +02:00
Tobie Langel 4cd37c3d38 doc: Update to latest version of PDoc. 2009-08-23 06:24:33 +02:00
Tobie Langel a0f5af8c43 doc: Update PDoc. Empty the ruby helpers which are again part of PDoc. 2009-08-23 04:56:49 +02:00
Tobie Langel ff5dbe343f Update to latest version of PDoc. 2009-08-23 04:12: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
Tobie Langel b039a4791c Update UnittestJS. Modifiy test template accordingly. 2009-08-12 01:25:59 +02:00
Andrew Dupont 483c7886de Update PDoc to latest. 2009-06-02 19:58:47 -05:00
Andrew Dupont f0872c96a6 Update to latest PDoc. 2009-04-08 00:18:33 -05:00
Andrew Dupont b748b00ce0 Updated to latest PDoc. 2009-04-03 11:20:24 -05:00
Andrew Dupont ceae210ab6 Update PDoc to latest. 2009-03-07 15:45:40 -06:00
Andrew Dupont 205e711ebc Update to latest PDoc. 2009-03-06 12:24:29 -06:00
Andrew Dupont f8e96818f7 Updated Sprockets and PDoc to latest versions. 2009-03-05 17:58:43 -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
Sam Stephenson 6d706084ac Update to Sprockets 0.9.0 2009-02-10 11:18:24 -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 9bcf687751 Update PDoc submodule to latest version. 2009-01-12 08:51:02 -06:00
Andrew Dupont 24fb692281 Added PDoc as a git submodule. 2009-01-11 18:36:25 -06:00
Tobie Langel 99f74b526a Add caja_builder for optional cajoled tests. 2008-12-12 13:55:28 +01:00
Tobie Langel 52a781ae2a Switch to UnittestJS. 2008-12-11 18:01:31 +01:00