Bug Tracker

Timeline


and

08/18/06:

19:57 Ticket #130 (Categorized version of jQuery API) created by john
Create categorized version of the XML and JSON files.
19:57 Ticket #129 (Prune Endline Characters from Lite) created by john
05:21 Ticket #92 (fadeIn() and fadeOut() ignored by IE. same for .css) closed by john
fixed: Fixed in SVN.
04:39 Ticket #75 (css('height') too precise?) closed by john
worksforme: I can't verify this at all. I really need a test page for this.
04:37 Ticket #102 (removeAttr()) closed by john
fixed: Done! See rev 216.
04:37 Changeset [367abc373be76ae24b5aed2c5e49fbc308ecebcc] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added .removeAttr().
04:28 Ticket #117 (Add a 'selected' expression) closed by john
fixed: In SVN rev 215.
04:27 Changeset [b91f8a9e304b8b64b8e71e9e0dc0cd9871c0a868] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added support for :selected.
04:13 Changeset [065cd7ecf62c7b2ad5b58d447aca7a9cdb6f7bcb] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Fixed an issue with how CSS property methods were being handled.
00:55 Ticket #128 (Sherry) created by anonymous
If the height is not set on a form, show/hide does not work on it. The …

08/17/06:

19:08 Ticket #127 (Add support for custom easing) created by choan.galvez@…
Add in support for users to add in their own custom easing/step functions.
05:15 Ticket #35 ($.get() should handle params) closed by john
fixed: Already in SVN.
05:15 Ticket #107 (There should be a .clone()) closed by john
fixed: Added in SVN rev 213.
05:14 Changeset [2a4c269a9b7c15477e032a24f92d08dfaeb026e4] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added a new clone function.
05:11 Changeset [26580d2675918bb689d55293e734e68671b4dfc6] by John Resig <jeresig@…>
  • src/ajax/ajax.js
  • src/jquery/jquery.js
Made some minor fixes to how content-type and context is handled on remote XML files.
05:10 Ticket #113 (hover() mouseout bug) closed by john
fixed: This has been resolved in SVN.
04:18 Changeset [5ec5de6953a22b33de46897c8e915eed300338e6] by John Resig <jeresig@…>
  • src/ajax/ajax.js
Added in a mess of AJAX fixes and optimisations, made possible by Taku Sano. On top of his patch I touched up some of the code, made some bug fixes, and added some additional functionality (including the ability to load and eval a remote script file.
03:08 Changeset [fe392e6a741a97edf1208d341d884f8f6bcf0739] by John Resig <jeresig@…>
  • src/jquery/jquery.js
A bunch of fixes for thead/tbody related bugs.
02:53 Ticket #114 (slideDown and slideUp Display Issue in Firefox) closed by john
fixed: Alright, this problem has been fixed, for real this time :-) - see the …
02:51 Ticket #101 (display reset too much) closed by john
fixed: This has been resolved in SVN.
02:51 Ticket #95 (Hover mouseout fails in Safari) closed by john
wontfix: Alright, I can confirm it in Safari 2.0.4 - I have no idea why it's …
02:38 Changeset [ec38c6086c3d0efd65e9c6060cb641e80ae3b2a9] by John Resig <jeresig@…>
  • src/fx/fx.js
Fixed the issue with queued effects becoming corrupted.
01:24 Ticket #90 (slideDown fails in IE) closed by john
fixed: This has been resolved in SVN.

08/16/06:

21:20 Changeset [9c173f754cf4239a9a0f0eec1fa0b52926636499] by John Resig <jeresig@…>
  • README
Updated the README to be more explanatory.
21:14 Changeset [b9e216ca75a0e8cfbaf14b064cc8a371de3e5c13] by John Resig <jeresig@…>
  • build.xml
Added in a new Ant build script.
06:44 Ticket #126 (Nesting Animations) created by Will
When nesting multiple animations (such as my tweenbox …

08/15/06:

09:19 Ticket #91 (REV 159 fadeIn error on IE) closed by john
duplicate: The "bold text in IE" bug can be resolved by setting background of the …
05:04 Ticket #94 (XPath issue) closed by john
invalid: The fact that this isn't duplicable in a contained setting is rather …
05:00 Ticket #85 (complex animation error) closed by john
fixed: Fixed in SVN.
04:58 Ticket #124 ($(window) stuff seems to be broken) closed by john
duplicate
04:58 Ticket #77 (JS 'warnings' generated in firefox) closed by john
worksforme: I can't duplicate this - I think it's been fixed in SVN.
04:55 Ticket #108 (Naomi) closed by john
fixed: In SVN.
04:54 Ticket #68 ($('table tr tbody td:first') gives first td of last row found) closed by john
invalid: That's a feature - you should be using :first-child instead.
04:50 Ticket #121 (CSS macros defined incorrectly) closed by john
fixed: Fixed in SVN.
04:50 Ticket #125 (Nested in display:none gives width()/height()=0) closed by john
wontfix: This is due to the fact that browsers won't report a valid width and …
04:46 Ticket #118 (Can't .attr('disabled', false);) closed by john
fixed: This has been resolved in jQuery SVN.
04:40 Ticket #110 (Multiple Attribute Selectors Broken) closed by john
fixed: Resolved in SVN rev 206.
04:40 Changeset [afbd2e37c981234e3b8f891448d4612cd013bd96] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added fix for multiple attribute selectors w/ test cases.

08/14/06:

19:58 Ticket #78 (contains() doesn't work with text with spaces) closed by john
worksforme: I created a test case for this and it works for me... must be related to …
03:54 Changeset [269ff25860737c7bd86d451256886332263c07fd] by John Resig <jeresig@…>
  • Makefile
Changed the -n flag of cp to -f, not equivalent, but it gets the job done.
02:17 Changeset [7e5a2bd738f9acff63e97c108be6768cf4a45531] by John Resig <jeresig@…>
  • build/build/lite.js
Fixed some formatting errors with the output of lite.
02:00 Changeset [f8402b9a081f0096986d140f809f4d57c6db7834] by John Resig <jeresig@…>
  • README
Added a README file to help explain the new build process.
01:49 Changeset [ba79495789cc390bcc704da55d17cc051d84a851] by John Resig <jeresig@…>
  • build/build/pack.js
Added the new pack script.
01:47 Changeset [76ac10ed1f53d5166e18461e0d1bb98ceabe1e84] by John Resig <jeresig@…>
  • build/test/test.js
  • build/test/tests/basic.html
  • build/test/tests/css1.html
  • build/test/tests/css2.html
  • build/test/tests/css3.html
  • build/test/tests/custom.html
  • build/test/tests/prereq.html
  • build/test/tests/xpath.html
Added additional changes to the test suite.
01:46 Changeset [7448c61ee2199f6f7002e33e533cebc42b000c89] by John Resig <jeresig@…>
  • Makefile
  • build/docs/docs.js
  • build/docs/js/doc.js
  • build/docs/style/docs.xsl
  • build/docs/style/style.css
  • build/js/parse.js
  • build/test/index.html
  • build/test/js/test.js
  • src/event/event.js
  • src/jquery/jquery.js
Massive overhauls to the test suite - it is now generated dynamically, along with the documentation.

08/13/06:

21:09 Changeset [61aab47bcf4c35d021a88d95b7a17643d1342596] by John Resig <jeresig@…>
  • build/js/lib/Test/Builder.js
  • build/js/lib/Test/Harness.js
  • build/js/lib/Test/Harness/Browser.js
  • build/js/lib/Test/Harness/Director.js
  • build/js/lib/Test/More.js
  • build/js/lib/Test/Simple.js
  • build/js/lib/Test/tmp.js
  • build/js/lib/Test/tmp2.js
  • build/js/lib/test.js
Removed the lib directory, will be generated automatically.
20:01 Changeset [e943090a72fada9068705a701e2f37ca2907d310] by John Resig <jeresig@…>
  • Makefile
  • build/js/lib/Test/Builder.js
  • build/js/lib/Test/Harness.js
  • build/js/lib/Test/Harness/Browser.js
  • build/js/lib/Test/Harness/Director.js
  • build/js/lib/Test/More.js
  • build/js/lib/Test/Simple.js
  • build/js/lib/Test/tmp.js
  • build/js/lib/Test/tmp2.js
  • build/js/lib/test.js
Moved the test directory.
19:12 Changeset [0cd3821ac2b74d37384a36f281e5a952138aaae2] by John Resig <jeresig@…>
  • LICENSE
Quick change to the license.
19:08 Changeset [9bdfc671fc19486f9cc1ca306bec2acd80ad77fc] by John Resig <jeresig@…>
  • Makefile
  • build/build/lite.js
More fixes to the build system.
18:58 Changeset [fc5ab8d6557884d275ba91795d208df635b6bff5] by John Resig <jeresig@…>
  • Makefile
  • build/build/build.js
  • build/docs/docs.js
  • build/docs/style/docs.xsl
  • build/lite.js
Made a bunch of changes to the build system.
18:39 Changeset [0307071d9ef2d0b0a8f3cb3d3d5255e6d840130b] by John Resig <jeresig@…>
    Removed old docs directory.
    18:38 Changeset [51dd3736eb84b171b041f419f6fb8a7e8626b0f2] by John Resig <jeresig@…>
    • Makefile
    • build/build.js
    • build/docs.js
    • build/docs/js/doc.js
    • build/docs/js/pager.js
    • build/docs/js/tooltip.js
    • build/docs/style/docs.xsl
    • build/docs/style/style.css
    Moved docs stuff to build, to be created when the docs are actually built.
    18:36 Changeset [6c3314abed7a54302afde8c7522745825cada33f] by John Resig <jeresig@…>
    • docs/js/doc.js
    Updated the doc js to remove old code.
    17:30 Changeset [c3a32e296492525c95598e4bb3a7d8e755982f88] by John Resig <jeresig@…>
    • plugins/center/center.js
    • plugins/compat/compat.js
    • plugins/form/form.js
    Moved the plugins down a level.
    15:28 Changeset [eb1c972323188e062b3e444b5b5c5a4d5d16c8cc] by John Resig <jeresig@…>
    • docs/data/jquery-docs-json.js
    • docs/data/jquery-docs-jsonp.js
    • docs/data/jquery-docs-xml.xml
    • docs/index.xml
    Built files accidentally included.
    15:26 Changeset [f01c002f2620473aa32a5d07a51b5ffb43d573f7] by John Resig <jeresig@…>
    • Makefile
    Added the new Makefile.
    15:24 Changeset [e7a29e42391160949dc35c1af4b0d24ee1c8ad8f] by John Resig <jeresig@…>
    • test/index.html
    • test/lib/Test/Builder.js
    • test/lib/Test/Harness.js
    • test/lib/Test/Harness/Browser.js
    • test/lib/Test/Harness/Director.js
    • test/lib/Test/More.js
    • test/lib/Test/Simple.js
    • test/lib/Test/tmp.js
    • test/lib/Test/tmp2.js
    • test/lib/test.js
    Moved the tests into jQuery proper.
    15:22 Changeset [139a9cd7d495922b0f6e8f79d5fb3239db59b5ba] by John Resig <jeresig@…>
    • build/docs.js
    • build/docs/gen-events.pl
    Moved some more files around.
    15:15 Changeset [7d4bf9725472b7684533a35e5fbd143c28a5758c] by John Resig <jeresig@…>
    • build/docs.js
    • build/js/json.js
    • build/js/xml.js
    • docs/build/js.jar
    Moved some more of the build files around.
    15:12 Changeset [991390e2422d558cac2cfa5508fe3e921ac38e42] by John Resig <jeresig@…>
    • build.bat
    • build.sh
    • build/build.js
    • build/js.jar
    • build/js/ParseMaster.js
    • build/js/pack.js
    • build/js/writeFile.js
    • docs/build.sh
    Added the inital build directory.
    14:52 Changeset [1dbdf43658874e1326da41817b1e36a5248ca642] by John Resig <jeresig@…>
    • plugins/compat/compat.js
    • plugins/form/form.js
    Moved plugins to the new plugin directory.
    14:51 Changeset [f3ac04e5937e95bb85520a2f81e8669fd4843ae8] by John Resig <jeresig@…>
    • plugins/center/center.js
    Created the new plugins directory.
    14:49 Changeset [a42a8e5afa2e4ca7690081bce9899d5e6e0d1cf4] by John Resig <jeresig@…>
    • src/ajax/ajax.js
    • src/event/event.js
    • src/fx/fx.js
    • src/jquery/jquery.js
    Moved all the jQuery source to the new src directory.
    14:46 Changeset [f342a1a09a2767f52089209e5c2d18e45552d141] by John Resig <jeresig@…>
      Added the new src directory.
      03:05 Changeset [8cef646d1726729671b1889928a29ac416753236] by John Resig <jeresig@…>
      • LICENSE
      • attr/attr.js
      • docs/build.sh
      • docs/build/js.jar
      • docs/data/jquery-docs-json.js
      • docs/data/jquery-docs-jsonp.js
      • docs/data/jquery-docs-xml.xml
      • docs/events/gen-events.pl
      • docs/gen.pl
      • docs/index.html
      First commit of the new doc system.
      02:59 Changeset [41c94b4688777c62ac93d63e78c885311eecaa82] by John Resig <jeresig@…>
      • event/event.js
      Fixed semicolon error in event.
      01:29 Changeset [8aca450f435191c475cdb04ce7684da5b0e23775] by John Resig <jeresig@…>
      • ajax/ajax.js
      • event/event.js
      Applied patch provided by Taku Sano fixing the compression errors.

      08/12/06:

      23:08 Changeset [6a47e28340e3cd9e8be73872767e6dbebd1a28f5] by John Resig <jeresig@…>
      • docs/index.html
      • event/event.js
      • fx/fx.js
      • jquery/jquery.js
      Updated the docs for a number of methods.
      23:08 Changeset [db85661c055cde53ba3c8a104a5c9bc9143ac74c] by John Resig <jeresig@…>
      • build.sh
      Updated the build script to generate the docs too.
      15:10 Ticket #125 (Nested in display:none gives width()/height()=0) created by dave.methvin@…
      Given this HTML: […] * $("#inner").width() returns 0 * …

      08/11/06:

      21:44 Ticket #124 ($(window) stuff seems to be broken) created by john
      For whatever reason, in SVN, $(window) related events seem to be broken.
      Note: See TracTimeline for information about the timeline view.