Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/spinoffs/prototype/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8950 [8950] 02/29/08 07:37:09 tobie prototype: creating the documentation branch.
(edit) @8949 [8949] 02/29/08 07:15:36 tobie prototype: remove documentation branch.
(edit) @8768 [8768] 02/01/08 20:29:29 tobie setting up inline documentation branch.
(edit) @8714 [8714] 01/24/08 03:02:34 tobie Make Ajax.Request#isSameOrigin JavaScript Lint compliant. Backport fix to …
(edit) @8702 [8702] 01/23/08 11:37:11 tobie prototype: fix a date error and credit omission in 1.5.1.2 changelog.
(edit) @8694 [8694] 01/23/08 00:57:38 tobie prototype: Prevent a potential security issue for cross-site ajax …
(edit) @8648 [8648] 01/16/08 07:29:35 tobie Branching 1.5.1
(edit) @7360 [7360] 08/27/07 18:40:09 madrobby apply [7359] to the dom branch
(edit) @7345 [7345] 08/19/07 17:33:28 tobie first pass a reformating dom.js
(edit) @7340 [7340] 08/17/07 23:08:55 tobie Creating a new DOM branch.
(edit) @7339 [7339] 08/17/07 22:01:57 tobie Removing the Ajax branch
(edit) @7338 [7338] 08/17/07 21:30:41 tobie Removing DOM branch
(edit) @7269 [7269] 08/04/07 07:13:34 sam prototype: Make the eventName and handler arguments to Event.stopObserving …
(edit) @7268 [7268] 08/04/07 06:54:15 sam prototype: Bring CHANGELOG up to date
(edit) @7267 [7267] 08/04/07 06:52:38 sam prototype: Bring CHANGELOG up to date
(edit) @7266 [7266] 08/04/07 06:40:05 sam prototype: Add cross-support for the DOMContentLoaded event through a …
(edit) @7259 [7259] 07/31/07 23:43:09 sam prototype: Make the new event tests pass in IE. Move the node type …
(edit) @7258 [7258] 07/31/07 06:56:12 sam prototype: Clean up the new event code and add tests
(edit) @7256 [7256] 07/30/07 18:52:23 seth Updated Event's Observer.prototype.initialize to make sure the Observer's …
(edit) @7255 [7255] 07/30/07 17:29:14 seth Fixed a bug in Event's Observer.prototype.initialize. 'in' doesn't work …
(edit) @7254 [7254] 07/30/07 17:19:38 seth 1. Added Event.DOM_EVENTS back again. Grr. 2. Updated Event's …
(edit) @7253 [7253] 07/30/07 17:08:04 seth Added Element.Methods.fire
(edit) @7252 [7252] 07/30/07 16:39:02 seth Pulled out Event.DOM_EVENTS which was added in the last version. The first …
(edit) @7251 [7251] 07/30/07 15:55:01 seth Added DOM_EVENTS array to Event. It lists the names of all of the …
(edit) @7249 [7249] 07/29/07 21:18:26 andrew * Changed "this.parent" to "$super" and changed how it's called. Now uses …
(edit) @7248 [7248] 07/28/07 17:50:36 mislav Prototype: added very basic unit tests for the event functionality to …
(edit) @7246 [7246] 07/27/07 23:17:06 mislav Prototype: Event functionality from the sandbox branch. Changes by order …
(edit) @7243 [7243] 07/27/07 17:41:05 mislav Prototype: new events branch for release 1.6.0 with selected features: …
(edit) @7242 [7242] 07/26/07 12:55:12 seth Added Event.Methods.create and Event.Methods.dispatch to the events …
(edit) @7240 [7240] 07/25/07 22:14:30 mislav Prototype: removing the 1.5.1.1 branch
(edit) @7125 [7125] 06/26/07 00:45:34 mislav Prototype: explicitly mark an OPTION selected to please Safari, which …
(edit) @7124 [7124] 06/26/07 00:27:30 mislav Prototype: additional test for Form#request
(edit) @7123 [7123] 06/25/07 23:56:26 mislav Prototype: revert [7122] and use blank(), it's better.
(edit) @7122 [7122] 06/25/07 23:37:28 tobie Prototype: tiny clean up to Form#request.
(edit) @7121 [7121] 06/25/07 23:33:11 mislav Prototype: IE fixes for form unit tests. The native form.reset() method …
(edit) @7120 [7120] 06/25/07 23:07:49 mislav Prototype: the default action for Form.request is current URL. References …
(edit) @7080 [7080] 06/22/07 16:05:44 mislav Prototype: $F shortcut is no longer a setter, so it's back to the way it …
(edit) @7079 [7079] 06/22/07 15:44:15 mislav Prototype: in form serialization, change how submit buttons are handled. …
(edit) @7078 [7078] 06/22/07 14:07:26 mislav Prototype: added unit tests for current submit button serialization …
(edit) @7073 [7073] 06/20/07 21:20:04 mislav Prototype: finish form tests cleanup
(edit) @7072 [7072] 06/20/07 20:44:32 mislav Prototype: a rewrite of form unit tests; so big it crashed the computer …
(edit) @7068 [7068] 06/19/07 23:34:18 sam prototype: Prepare the 1.5.1.1 release
(edit) @7066 [7066] 06/19/07 22:46:40 mislav Prototype: make the "huge string" (2150 kB) from the evalJSON unit tests …
(edit) @7063 [7063] 06/19/07 16:35:03 mislav Prototype: more Event unit tests and cleanup
(edit) @7062 [7062] 06/19/07 15:30:59 mislav Prototype: Event.observe now returns the event handler passed. Initial …
(edit) @7061 [7061] 06/19/07 14:45:19 mislav Prototype: refactor applyToCollection so it handles not only collections …
(edit) @7058 [7058] 06/18/07 18:18:13 tobie Correct a typo in the changelog.
(edit) @7057 [7057] 06/18/07 18:16:53 tobie Prevent document.getElementByClassName from extending the whole DOM tree …
(edit) @7056 [7056] 06/18/07 17:00:15 mislav Prototype: mousewheel enhancements, updated TODO, test tweaks. It is no …
(edit) @7047 [7047] 06/17/07 16:05:19 tobie Rename String#isSanitizedJSON to String#isJSON.
(edit) @7045 [7045] 06/17/07 15:25:17 mislav Prototype: mousewheel love for IE. Fixed stopObserving doesn't take string …
(edit) @7044 [7044] 06/17/07 14:39:43 mislav Prototype: Exclusively for Thomas - mouse wheel events based on the work …
(edit) @7042 [7042] 06/17/07 02:25:20 andrew * Added functional tests for mouseenter and mouseleave. * Ensure …
(edit) @7032 [7032] 06/15/07 22:08:44 mislav Prototype: Event instance methods are now prepared with #methodize. In …
(edit) @7031 [7031] 06/15/07 21:42:56 mislav Function#methodize from [6723]
(edit) @7029 [7029] 06/15/07 20:46:37 tobie Refactoring the stopObserving method. Making it more OO.
(edit) @7028 [7028] 06/15/07 05:37:54 tobie Prevent a crash in Safari when calling String#evalJSON(true) on very large …
(edit) @7026 [7026] 06/14/07 20:26:22 tobie Backport bug fix for Safari 1.3 crash on …
(edit) @7025 [7025] 06/14/07 19:40:10 tobie creating a 1.5.1.1 branch.
(edit) @7018 [7018] 06/14/07 00:21:34 tobie * Add Ajax.Response object which supports the following methods: …
(edit) @7017 [7017] 06/14/07 00:10:56 tobie create a new up to date Ajax branch.
(edit) @7016 [7016] 06/14/07 00:09:45 tobie removing outdated ajax branch.
(edit) @7015 [7015] 06/14/07 00:04:45 tobie the new Ajax branch
(edit) @7004 [7004] 06/11/07 19:27:12 andrew * Added Mislav's unit tests for inheritance. The code passes current unit …
(edit) @7001 [7001] 06/11/07 08:37:02 tobie Fix a safari issue with mouseenter/leave.
(edit) @6999 [6999] 06/11/07 07:58:40 tobie Adds support for mouseenter and mouseleave. Tests to follow.
(edit) @6996 [6996] 06/11/07 05:45:45 andrew * Added Element.Dimensions class for reporting the offsets and dimensions …
(edit) @6814 [6814] 05/23/07 05:06:26 andrew Existing classes changed to use new Class.create syntax wherever possible.
(edit) @6813 [6813] 05/22/07 23:40:40 andrew Introduced a pared-down version of Alex Arnell's inheritance scheme. …
(edit) @6812 [6812] 05/22/07 23:36:48 andrew Test commit (having trouble with svn)
(edit) @6792 [6792] 05/20/07 19:00:42 andrew Creating inheritance branch.
(edit) @6711 [6711] 05/11/07 02:57:00 tobie Make Element#insert also return element when inserting a DOM node.
(edit) @6692 [6692] 05/07/07 15:44:41 tobie Shorten Position methods to aliases of Element.Methods wherever possible. …
(edit) @6691 [6691] 05/07/07 10:09:56 christophe Position refactoring! All as per Andrew's April 12 comment in …
(edit) @6666 [6666] 05/05/07 23:21:29 tobie The devil is in the details.
(edit) @6665 [6665] 05/05/07 22:31:23 tobie The same, without some added bugs.
(edit) @6664 [6664] 05/05/07 22:23:39 tobie Further clean-up and perf enhancement of Element#insert and …
(edit) @6663 [6663] 05/05/07 21:08:50 tobie Using new Element instead of document.createElement where possible for …
(edit) @6662 [6662] 05/05/07 20:41:56 tobie Clean-up Element#insert and Element#update.
(edit) @6661 [6661] 05/05/07 10:56:38 tobie Make Element#insert work for SELECT tags.
(edit) @6660 [6660] 05/05/07 09:39:19 tobie Make Element#update work for SELECT tags in IE and Opera.
(edit) @6659 [6659] 05/05/07 05:20:03 tobie Make Element._getContentFromAnonymousTable treat TH as table cells rather …
(edit) @6658 [6658] 05/05/07 02:55:21 tobie Make Element#insert and Element#update better handle TABLE related …
(edit) @6656 [6656] 05/04/07 18:56:22 tobie Make Element#replace work with form elements in Firefox. ref. #8010.
(edit) @6655 [6655] 05/03/07 17:51:04 mislav Prototype: useful Function methods from [6626]
(edit) @6645 [6645] 05/01/07 04:28:54 sam prototype: Clean up the 1.5.1 branch
(edit) @6642 [6642] 05/01/07 04:11:51 sam prototype: 1.5.1 release
(edit) @6641 [6641] 05/01/07 04:00:15 sam prototype: Don't duplicate the event argument in …
(edit) @6640 [6640] 05/01/07 03:46:41 sam prototype: Fix Selector :not-clause chaining.
(edit) @6639 [6639] 04/30/07 09:57:28 tobie Add Element#wrap which wraps the element inside a new one. ref. #5732.
(edit) @6638 [6638] 04/30/07 09:31:54 tobie Make Element into a constructor: new Element(tagName, attributes). Add …
(edit) @6637 [6637] 04/30/07 09:03:34 tobie Add src/deprecated.js.
(edit) @6636 [6636] 04/30/07 09:02:01 tobie Insertion overhaul: Add Element.insert(content[, position = 'Bottom']). …
(edit) @6635 [6635] 04/30/07 08:45:16 tobie DOM and Position branch
(edit) @6629 [6629] 04/29/07 11:49:27 mislav Prototype: all Event methods now available on event instances. Sam …
(edit) @6628 [6628] 04/29/07 09:17:31 mislav Prototype: Form.findFirstElement respects tabindexes; references #7595
(edit) @6622 [6622] 04/29/07 01:30:26 sam prototype: Fix Event extensions for Safari.
(edit) @6620 [6620] 04/29/07 01:02:15 sam prototype: Branch for 1.5.1 release.
(edit) @6618 [6618] 04/29/07 00:30:22 mislav Prototype: removed Selector branch
(edit) @6617 [6617] 04/29/07 00:11:23 mislav Prototype: weird Gecko bug. I can't preventDefault() *and* log() the event …
Note: See TracRevisionLog for help on using the revision log.