- Nov 14, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Just doing things in more conventional way.
-
Rene Saarsoo authored
Don't assume that the params array is always present. Even for methods. Fixes #494
-
Rene Saarsoo authored
Convert latin1 escape sequences into UTF-8. By default they resulted in ASCII-8BIT (binary) encoding, which wasn't compatible with UTF-8, resulting in error. Added wrapper encoding method to cope with Ruby 1.8 which has no builtin encodings support. The tests file is now also a pure ASCII file, so no funky encoding-stuff happens there. Fixes #491
-
- Nov 04, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
To handle the more complex nesting logic of the guide headings and rendering of HTML, keeping the GuideToc class itself a lot cleaner.
-
Rene Saarsoo authored
It's a list, and should me marked up accoringly.
-
Rene Saarsoo authored
Turn GuideToc into instantiable class, so we can make use of instance variables, refactor the logic into several helper methods and avoid passing lots of arguments around.
-
Rene Saarsoo authored
Add tests for --guides-toc-level=1, 2, 3.
-
Rene Saarsoo authored
To be named more similarly with --guides option. Improve the docs of the option - shorten lines and make the effect of different argument values plain obvious.
-
Rene Saarsoo authored
-
Scott Whittaker authored
The new `--guide-toc-level` option, which defaults to 2, controls what heading levels will appear in guides' tables of contents. Specifying `--guide-toc-level=N` will result in headings at or above <hN> being included in all guides' TOCs. Choosing a `guide-toc-level` of 1 disables the TOC entirely.
-
- Oct 31, 2013
-
-
Scott Whittaker authored
-
- Oct 28, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
DeprecatedTag: fix typo in message
-
Rene Saarsoo authored
Fixed typo in README.md: Mediawiki → MediaWiki
-
Rene Saarsoo authored
Update README.md
-
Bartosz Dziewoński authored
-
- Oct 24, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
So the logic for rendering the HTML is contained in one spot.
-
- Oct 23, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Avoiding passing it to almost every method. We can now also implement an is_new? method that initializes the lookup hash by itself when needed.
-
Rene Saarsoo authored
Just a shorter way to express the same thing.
-
Rene Saarsoo authored
The tooltip creation is really not the task for the Versions processor. Moving it back to Tag::New were it was initially.
-
Scott Whittaker authored
-
Jerome Despatis authored
Correct link
-
Rene Saarsoo authored
Only add the @since annotation for params that were introduced after the method itself was added. When doing so, only consider the positions of parameters, as they might be renamed between versions. When method has explicit @since tag, then no param since tags are added. Also implement #respond_to? on NullObject.
-
- Oct 18, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Nothing really good to do in this situation, but at least avoid crashing. Refs #475
-
- Oct 15, 2013
-
- Oct 10, 2013
-
-
Rene Saarsoo authored
List all the contributors + those who have posted 5 or more issues.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
rake bump Bumps the minor version number by one. rake bump["6.0.0"] Bumps to the specified version. The version.rb file gets updated and committed. The commit gets tagged with the same version number.
-
Rene Saarsoo authored
So it's easy to find and update in there.
-
Rene Saarsoo authored
Extract it from the run of jsduck --version.
-
Rene Saarsoo authored
A regression introduced by the previous enhancement of Basic warning class.
-
- Oct 09, 2013
-
-
Rene Saarsoo authored
Helpful for debugging purposes.