John Resig
339708cda9
Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality.
2009-11-07 14:55:14 +01:00
John Resig
520f1a2684
Broke the logic for .clean() wrap out into a separate, static, data structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases.
2009-09-07 20:55:36 +00:00
Brandon Aaron
d7d908b05a
decoupling styles retrieval from the attr method
2009-03-22 23:25:03 +00:00
Brandon Aaron
7c04a64016
breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js
2009-03-18 21:15:38 +00:00
Jörn Zaefferer
cde93dc547
core: ant build - add Date and Revision to to header (just like make build)
2009-01-18 13:30:09 +00:00
Jörn Zaefferer
2f536b3d4d
core: replaced version.js build script in ant build; wasn't used in make anymore anyway
2009-01-18 13:04:32 +00:00
Jörn Zaefferer
f649acd8ab
core: Ant target to generate openAjaxMetadata; uses http://www.exfer.net/jquery/createjQueryXMLDocs.py to get the data from the wiki, and transforms it using xslt (see build/style.xsl)
2009-01-14 22:43:55 +00:00
John Resig
9d997a81e2
Forgot to change the build.xml file as well.
2009-01-11 16:19:11 +00:00
John Resig
12166e9bb2
Changed build.xml to use YUICompressor, fixes #3779 .
2009-01-04 17:21:00 +00:00
Ariel Flesler
7138cf0ce0
build: Closes #3760 . Adding the data module to the build file. Thanks Cloudream.
2008-12-30 22:05:45 +00:00
John Resig
b850ab2b8e
Added the new jQuery.support object and removed all uses of jQuery.browser from within jQuery itself (while simultaneously deprecating the use of jQuery.browser).
2008-12-21 21:22:44 +00:00
Brandon Aaron
aea452f162
Merged dimensions with core
2008-04-29 03:26:06 +00:00
Jörn Zaefferer
ba9c14a589
added version to all builds; changed current version to 1.2.2-pre - to be updated after each release so its clear that a build is from which milestone; build.xml cleanup (removing uselss lite, docs, test and _with_plguins targets); deleted useless docs build files (replaced by wiki and wiki xml exporter and api browsers)
2007-12-19 22:26:05 +00:00
Brandon Aaron
08a6acc362
clean ant task shouldn't delete the new test folder
2007-09-13 16:44:44 +00:00
John Resig
15a78f8fea
Reintroduced .offset() as a default include, added original author credits.
2007-09-08 18:02:39 +00:00
John Resig
cc22c04c90
Disabled the automatic inclusion of offset.js
2007-09-08 14:58:52 +00:00
John Resig
28ee5c6922
Added the new .offset() method, directly imported from Dimensions (heavily worked over by both Brandon and John).
...
Original source:
http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js
2007-09-08 14:44:29 +00:00
John Resig
6728e3cf74
Finished up some of the reorganization.
2007-09-08 12:46:01 +00:00
John Resig
80a149b828
Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed.
2007-07-29 19:07:21 +00:00
Jörn Zaefferer
eb5529eac0
Added runtest ant task (doesn't display results yet);
...
added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...})
2007-07-17 07:54:14 +00:00
John Resig
297a450e05
Added an initial version of the new animation test suite. (You should never see red on the suite page - an error message will be generated wherever possible.)
2007-03-15 17:09:29 +00:00
Klaus Hartl
216477bc57
Removed tabs extra stuff from build file
2007-01-25 14:06:43 +00:00
John Resig
c3d8cb0c09
Moved the bulk of the selector code out into a separate file, changed the build files to represent this.
2006-12-31 05:22:06 +00:00
Jörn Zaefferer
a2ab7ef088
Tried to fix make build, PLEASE TEST
2006-11-22 09:58:57 +00:00
Jörn Zaefferer
7cc550727c
Testsuite 2.0
2006-11-18 13:37:01 +00:00
Jörn Zaefferer
d8fb555970
Added accordion to PLUGINS_ALL
2006-11-09 21:25:07 +00:00
Jörn Zaefferer
c0e0119c3d
Fixed typo
2006-11-09 08:22:17 +00:00
Jörn Zaefferer
d91ee794ba
Added tooltip for plugins build
2006-11-07 10:30:47 +00:00
Jörn Zaefferer
2aa96154b7
Added comments and some docs to ant build
2006-11-07 10:01:45 +00:00
Klaus Hartl
939e92bea6
Fixed Ant task "jquery_with_plugins" and ill-formed XML
2006-11-01 10:23:22 +00:00
Yehuda Katz
7ec65c2683
Updated ant so the default task doesn't require plugins
2006-10-28 17:16:23 +00:00
Jörn Zaefferer
4b3b2c1f42
Refactored with_plugins target to reuse jquery target, avoiding duplication
2006-10-27 12:32:14 +00:00
Klaus Hartl
c6860d55d4
make task pack_tabs independent of jquery by creating dist directory itself
2006-10-27 09:25:46 +00:00
Yehuda Katz
3980dc9295
Added comments to various plugins and added make and ant options to make docs with plugins
2006-10-26 23:11:34 +00:00
Klaus Hartl
215aab2793
Added task to build packed tabs plugin
2006-10-20 15:07:40 +00:00
Jörn Zaefferer
4c12d0b70e
Don't include any plugins (or other files by accident) as default
2006-09-23 13:18:13 +00:00
Jörn Zaefferer
f71726142b
Improved jquery target to allow inclusion of plugins directly (specify via the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files
2006-09-23 13:11:19 +00:00
Jörn Zaefferer
c79f069138
Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet
2006-09-23 08:21:17 +00:00
Jörn Zaefferer
b0c3711d3e
Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164
2006-09-19 09:49:22 +00:00
Jörn Zaefferer
826bb93cc3
Refactored test suite once more, as proposed by John
2006-09-17 11:41:44 +00:00
John Resig
2d56dbc13d
Added .htaccess file for docs directory.
2006-09-16 23:22:29 +00:00
Jörn Zaefferer
6ebf2f979c
Refactored test suite: tests subdir not needed anymore
2006-09-16 12:23:28 +00:00
Jörn Zaefferer
f6ecc6a95c
Refactored test suite: All tests are now compiled into one file, runs much faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup
2006-09-16 12:19:56 +00:00
Jörn Zaefferer
770a92a594
Fixed bug #147 , required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }
2006-09-15 14:51:55 +00:00
Franck Marcia
7f17d8f528
new build using JSMin
2006-09-02 11:47:54 +00:00
John Resig
b9e216ca75
Added in a new Ant build script.
2006-08-16 21:14:03 +00:00