View Full Version : What happened to the 3.0.0 docs?
Tom23
30 Sep 2009, 6:44 AM
I know there is a documentation bugs thread (http://www.extjs.com/forum/showthread.php?t=65644), but I think this is a problem with the web server, not a bug in the documentation itself.
Looks like some wrong version has been put to http://www.extjs.com/deploy/ext-3.0.0/docs/
In the source files, you'll find
/*!
* Ext JS Library 3.0+
(What does that plus even mean?)
aconran
30 Sep 2009, 7:14 AM
3.0+ just means that the documentation was generated later than the 3.0.0 tag.
Tom23
30 Sep 2009, 11:16 AM
So, the real 3.0.0 docs are not publicly available?
I'm asking because today I spent an eternity on hunting a supposed bug in my Ext.FlashComponent config object, just to find that the online docs (http://www.extjs.com/deploy/ext-3.0.0/docs/?class=Ext.FlashComponent) mention features that quite simply don't exist in 3.0.0 (yet).
Tom23
29 Oct 2009, 2:41 AM
I just ran into this issue (http://www.extjs.com/forum/showthread.php?p=392811#post392811) again. It's very confusing that everything located at http://www.extjs.com/deploy/ext-3.0.0/... (http://www.extjs.com/deploy/ext-3.0.0/) (including the docs) seems to refer to some 3.0.x version of Ext, but not 3.0.0
For example, http://www.extjs.com/deploy/ext-3.0.0/ext-all.js differs considerably from the ext-all.js file in the downloadable ExtJS 3.0.0 package (http://www.extjs.com/products/extjs/download.php).
/*
* Ext JS Library 3.0+
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
Please, is it possible to keep those files in sync?
mjlecomte
29 Oct 2009, 5:30 AM
The "+" is what is used in svn. Since svn is in a dynamic state it is not a preserved tagged version so having a fixed version number would not be appropriate (if it were fixed in svn the version would be bogus because the code in svn changes daily). So 3.0.+ just means some version after the 3.0 release.
Now, for 3.0.0 I think there was an oversight to fix that comment in the file. The version you linked to does appear to be different than 3.0.0, some later svn edition was posted.
Bottom line is that there is no malicious intent not to keep the docs in sync.
Tom23
29 Oct 2009, 6:08 AM
Bottom line is that there is no malicious intent
Of course not. Mistakes do happen. I didn't mean to offend you guys from the ExtJS Team. :)
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.