- Aug 07, 2012
-
-
Rene Saarsoo authored
Because a class can consist of several files, list all the files separated by spaces.
-
Rene Saarsoo authored
Using both Gemfile for bundler and a .gemspec for gem doesn't seem to work quite well together. Besides I'm not really making much use of bunder, so I feel I'm better off without this additional complexity. Though, this means I need to explicitly list the dependencies to be installed for development, but there are only a few, so it really shouldn't be much of an issue.
- Aug 02, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
IE7 & 8 will download this kind of URL twice, so better to use a script. See also: http://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just
-
Rene Saarsoo authored
Won't work in Ruby 1.8.
-
Rene Saarsoo authored
This way it'll play nicely when JSDuck is hosted over HTTPS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Rewrite #! links into ?print= links.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The stylesheet assumes .x-panel-body div which wasn't present in print page.
-
Rene Saarsoo authored
I use it rarely, so no need to waste time on creating that.
-
Rene Saarsoo authored
We're still defaulting to auto-detection, but this option can be used to override the auto-detection.
-
- Jul 26, 2012
-
-
Rene Saarsoo authored
To be in sync with the new header style used in docs.sencha.com.
-
Rene Saarsoo authored
Reimplement Guides#each_item so that the guide doesn't get passed to the block when loading of it had failed. Also make Logger#warn return false to be able to return with false right after showing warning.
- Jul 24, 2012
-
-
Rene Saarsoo authored
Newer connect-mongo versions cause trouble. Needs investigation.
-
- Jun 27, 2012
-
-
Rene Saarsoo authored
-
- Jun 26, 2012
-
-
Rene Saarsoo authored
- Move JS/CSS parsing error handling up to the level where we read the file in, so when IO error occours we'll also catch that. - Handle guide reading/formatting errors. - Handle errors in formatting class docs (wasn't able to test it, but a user reported a stack trace with encoding error happening inside there - maybe a difference when running in Windows).
-
- Jun 25, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
It seems that VBulletin membergroupids have changed. ID 7 no more means a moderator - instead all moderators have 2 and dev team has additional ID of 19. The mapping of membergroupids to moderator status is now done just once at login time. Previously the group number was checked whenever one wanted to determine moderator status, although a boolean moderator field had been set at login. Additionally fixed emailHash saving in ForumUser#clientUser - previously the result of calculation was just thrown away.
-
- Jun 05, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- Jun 04, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- May 31, 2012
-
-
Rene Saarsoo authored
Not the prettiest solution, but at least it results in correct code (unlike the previous concatenation without spaces).
-
Rene Saarsoo authored
-
Rene Saarsoo authored
So that by specifying --ext-namespaces=Foo.Bar we're able to recognize: Foo.Bar.define("MyClass", { });
-
- May 30, 2012
-
-
Rene Saarsoo authored
CSS Specification uses the term <length> to denote 2em, 3px, etc values with units.
-
Rene Saarsoo authored
Using CSS lexer instead of JavaScript lexer simplifies CSS parsing quite a bit (which is kind of obvious :) It also removes some of the strange cases where CSS parsing failed (like when the CSS identifier contained the word "default" which is a keyword in JavaScript).
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- May 23, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The sort data had been changed so that it now contained meta field instead of private and removed fields directly. Fixed it, so that public members are now again listed before deprecated, private and removed ones (as a new thing now also taking account the deprecated ones). Enhanced the documentation to further explain how the algorithm works. Eliminated lots of magic numbers from code and replaced them with variables - most of which are calculated from the three main constants defined at the beginning. This should make it much simpler to enhance the function in future.
-
- May 21, 2012
-
-
Rene Saarsoo authored
For some reason they were previously saved as strings.
-