- Aug 30, 2013
-
-
Rene Saarsoo authored
-
- Aug 29, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The new nodoc takes parameters, but at the moment the parsing of more than one parameter doesn't work yet.
-
- Aug 28, 2013
-
-
Rene Saarsoo authored
Perform missing docs reporting in separate class.
-
Rene Saarsoo authored
Test the warnings system through the Warnings class instead. Switch Logger class back to the old system of including Util::Singleton.
-
Rene Saarsoo authored
Make the Logger testable by defining a LoggerCls and instantiating it as global Logger - allowing us to instantiate the LoggerCls separately in tests. Test the enabling/disabling of warnings.
-
Rene Saarsoo authored
-
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
-