- Aug 28, 2013
-
-
Rene Saarsoo authored
To avoid the no_doc_param warning. Fixes #435
-
- Aug 27, 2013
-
-
Rene Saarsoo authored
Fixes #429
-
Rene Saarsoo authored
Something goes wrong when we execute this BOM-stripping code in Ruby 1.8 which has encodings support. Didn't care to digg into this, and so I'm just limiting this fix to Ruby 1.8 where it's actually needed.
-
Rene Saarsoo authored
An improvement over the previous fix by Brian Moeskau. Saving on the horizontal space by removing the left margings altogether.
-
Rene Saarsoo authored
Cosmetic margin fix for categories page
-
Brian Moeskau authored
When the browser is narrow the floated columns all align left but with different margins. They should all have the same left margin so it looks consistent at any width.
-
- Aug 14, 2013
-
-
Rene Saarsoo authored
When ever a method-call is detected inside a method, this results in :fires field being created with possibly zero elements in it - but the #to_html of Tag::Fires didn't account for it. Fixes #428
-
- Aug 13, 2013
-
-
Rene Saarsoo authored
Fixes #427
-
- Aug 11, 2013
-
-
Rene Saarsoo authored
These come up fairly often. Better to have these built in.
-
Rene Saarsoo authored
Fix old links and simplify the Usage section - pointing people to the new Usage guide in wiki for more.
- Aug 10, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Updated Rally AppSDK link
-
Nicholas Boll authored
I work for Rally Software and noticed the link was outdated. I've updated the link to a non-redirect link and updated to the latest App SDK release.
-
- Aug 09, 2013
-
-
Rene Saarsoo authored
Allowing to exclude some of the input files. Comes in handy for Windows users especially. Fixes #216
-
- Aug 08, 2013
-
-
Rene Saarsoo authored
-
- Aug 07, 2013
-
-
Rene Saarsoo authored
Adapt similar styling to Wikipedia. Fixes #424
-
- Aug 01, 2013
-
-
Rene Saarsoo authored
This fixes JSDuck crash when keywords used as property names.
-
Rene Saarsoo authored
URL-encode all unicode characters. Fixes #397
-
Rene Saarsoo authored
-
Rene Saarsoo authored
After Process::InheritDoc has run we regenerate the ID-s of all members and invalidate all member indexes. The old code tried to be clever and only recalculate members that had changed and classes containing these, but it failed to do so correctly, resulting in this hard-to-find bug. Now I've taken a slower approach of just recalculating everything, which should now give us correct results. Fixes #345
-
Rene Saarsoo authored
Only read the (required) flag for the config itself, but for the subproperties leave it inside the text. Fixes #406
-
Rene Saarsoo authored
- Jul 31, 2013
-
-
Rene Saarsoo authored
Using eval() was a hack and caused a string like "#$%" to crash JSDuck as Ruby tried to access the global $% variable. Fixes #419
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Detect property name and type when doc-comment followed by Object.defineProperty(). Fixes #241
-
- Jul 30, 2013
-
-
Rene Saarsoo authored
When navigating to a class member or guide section. To undo the effect of horizontal scrolling that may have been done before to view an image that didn't fit in width. Fixes #411
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Don't crash when encountering [5, , 7] Although nobody shouldn't write such code in their sane mind, it's still valid JavaScript. Fixes #418
-
- Jul 29, 2013
-
-
Rene Saarsoo authored
The latest RKelly Remix provides a hackless way to access this token. Related to #415
-
Rene Saarsoo authored
A hacky solution for start as the RKelly::Parser doesn't allow public access to the token at which it stopped. Improvement of #415
-
Rene Saarsoo authored
Instead of crashing with a mysterious "undefined method `range` for nil:NilClass" message, raise our own exception, telling that the problem is with JavaScript syntax. Fixes #415
-
Rene Saarsoo authored
Use simple File glob patterns to include only the files we want, not having to exclude files we don't want.
-
Rene Saarsoo authored
Reference all the latest versions available currently. This will avoid breaking of JSDuck when one of the dependencies has been upgraded to become imcompatible. But it also introduces a responsibility for us to update these version numbers whenever a new JSDuck gem is released.
-
Rene Saarsoo authored
Fixes #408
-
- Jul 22, 2013
-
-
Rene Saarsoo authored
-