aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* The jQuery version is now reported in the docs.John Resig2006-10-102-2/+4
|
* Now have accurate version information built into jquery.js - will build it ↵John Resig2006-10-101-1/+1
| | | | into the docs and test suite next.
* Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: ↵Jörn Zaefferer2006-10-081-3/+4
| | | | It does not work the default selections
* Changed readFile to java-based read function to handle \r\n, fixes docs and ↵Jörn Zaefferer2006-10-083-2/+14
| | | | test, lite still broken
* I had to put the check for 'typeof console != "undefined"' back in, ↵Jörn Zaefferer2006-10-031-1/+1
| | | | otherwise IE complains about console not being defined.
* css('display') works slightly differently in Safari. Also, the test suite ↵John Resig2006-10-031-4/+4
| | | | having <input checked/> doesn't work in Safari, at all. Fixed to be standards compliant.
* Fixed minor bug with Safari and the test suite.John Resig2006-10-031-1/+1
|
* Refactored and fixed test suite to run async testsJörn Zaefferer2006-09-306-5/+43
|
* Clear timeout (prevents freezing of test suite when async tests fail) when ↵Jörn Zaefferer2006-09-191-1/+4
| | | | start is called
* Refactored test suite to allow async tests (use stop() before starting an ↵Jörn Zaefferer2006-09-194-125/+173
| | | | async request, use start() when finished), added test for bug #164
* Refactored test suite once more, as proposed by JohnJörn Zaefferer2006-09-174-126/+138
|
* Added .htaccess file for docs directory.John Resig2006-09-161-0/+1
|
* Added test for bug #190Jörn Zaefferer2006-09-161-1/+1
|
* Fixed bug #194, added regression testsJörn Zaefferer2006-09-161-1/+1
|
* Refactored test suite: All tests are now compiled into one file, runs much ↵Jörn Zaefferer2006-09-163-134/+104
| | | | 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
* Added test to verify bug #160, had to modify fixture (index.html)Jörn Zaefferer2006-09-091-3/+3
|
* Added more test for attr, one for filter; Added test to check IE issue ↵Jörn Zaefferer2006-09-081-0/+2
| | | | $('input').attr('name', 'something'), modified fixture to test this
* Fixed missing brackets (d'oh)Jörn Zaefferer2006-09-051-1/+2
|
* Refactored the testsuite code with the hope in mind to make the test suite ↵Jörn Zaefferer2006-09-051-112/+96
| | | | run faster
* Modified example for css(String) as proposed in the list (concerning ↵Jörn Zaefferer2006-09-051-12/+9
| | | | camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster
* Testcase now logs exceptions if a console is avaiable, makes it easier to ↵Jörn Zaefferer2006-09-051-0/+2
| | | | find bugs; Added test for all base events
* Made a bunch of fixes to the docs, per Sam's request. Also, did some ↵John Resig2006-09-052-3/+5
| | | | re-organization of the order of the function names.
* quick fix for JSMin buildFranck Marcia2006-09-041-3/+3
|
* Improved test suite to reset fixture after each test, added selects to test ↵Jörn Zaefferer2006-09-043-59/+120
| | | | ':selected'; Added docs for index(obj); Modified is(expr) to return false for an invalid expression, changed docs, too; Added lots of testcases; Changed filename of testfiles: adding leading zeros
* new build using JSMinFranck Marcia2006-09-022-0/+321
|
* Added style sheet for the category documentation.John Resig2006-09-012-0/+55
|
* Lots of documentation overhaul - much more documented, cat output works ↵John Resig2006-09-015-14/+21
| | | | better now.
* Fixed two bugs with jQuery: One with height computation, one with ↵John Resig2006-09-011-2/+9
| | | | .find(expr,fn) not working properly. Also, fixed a bunch of styling with the docs. Finally, added documentation for the $() function.
* Quick bug fix, formatted pack better.John Resig2006-08-261-1/+316
|
* Fixed some bugs with the test suite and fixed a bug with setting attributes.John Resig2006-08-252-10/+10
|
* Fixed some bugs, improved the quality of some of the variables.John Resig2006-08-241-1/+1
|
* Updated the documentation parser to work with categories. Additionally, I ↵John Resig2006-08-224-13/+50
| | | | updated the copyright notice in the jQuery header and removed some extraneous whitespace from jQuery Lite.
* Fixed some formatting errors with the output of lite.John Resig2006-08-141-2/+2
|
* Added the new pack script.John Resig2006-08-141-0/+5
|
* Added additional changes to the test suite.John Resig2006-08-148-455/+38
|
* Massive overhauls to the test suite - it is now generated dynamically, along ↵John Resig2006-08-147-99/+257
| | | | with the documentation.
* Removed the lib directory, will be generated automatically.John Resig2006-08-139-3455/+0
|
* Moved the test directory.John Resig2006-08-1317-0/+3931
|
* More fixes to the build system.John Resig2006-08-131-0/+0
|
* Made a bunch of changes to the build system.John Resig2006-08-134-2/+8
|
* Moved docs stuff to build, to be created when the docs are actually built.John Resig2006-08-137-4/+404
|
* Moved some more files around.John Resig2006-08-132-8/+88
|
* Moved some more of the build files around.John Resig2006-08-133-0/+242
|
* Added the inital build directory.John Resig2006-08-135-0/+119