- May 09, 2012
-
-
Rene Saarsoo authored
-
- May 08, 2012
-
-
Rene Saarsoo authored
In 1.9 the Hash#select method returns a Hash, but in 1.8 it returns an array which can be converted to a hash using Hash[] (when passed a hash it will just pass through) - so now the code will produce a hash in both 1.8 and 1.9.
-
Rene Saarsoo authored
Created a #saveNew method directly on model, which ensures that when we add the comment, we automatically mark it as read for moderators.
-
Rene Saarsoo authored
Mongoose documentation doesn't list such parameter, and in comments app code it's nowhere used.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This way it's also similar to ExtJS docs where there is a extjs-build/ dir.
-
Rene Saarsoo authored
Expanding when more lines added. Additionally remove enterMode config, which is no more supported, but the existance of which doesn't seem to make a difference.
-
- May 07, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- May 04, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- When comment edited. - When deleted comment restored. - When additional comments appended to comments index page.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Eliminate separate :tests task.
-
Rene Saarsoo authored
Move --stats option below it (keep it still experimental).
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Adjusted styles to allow for text labels - I currently don't have suitable icons at hand.
-
Rene Saarsoo authored
Extract BatchRunner component, responsible for actually running the tests. The Index view then simply commands the BatchRunner and listens events from it. All this resulting in much simpler and actually even shorter code.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
So we now have a --tests option and all related modules are named tests, not doctests.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also some refactoring of the DocTests view.
-
Rene Saarsoo authored
Add :type field to tell them apart.
-
Rene Saarsoo authored
Created Stdout class that merges arrays from multiple sources together and then finally writes all to STDOUT.
-
Rene Saarsoo authored
Guides HTML is now placed inside guide hashes and can be easily accessed from there when looping over with guides.each_item. But when calling the #to_array method, :html keys are filtered out, so it behaves like before and can be placed inside Docs.data.guides.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- May 03, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
I picked a font in Google Web Fonts that looks most like the klavika-web from Typekit. Only a designer will note the difference. The whole Typekit experience kind of sucked: - The site was down from time-to-time. - The font was only available for sencha.com, so anybody generating their own docs with JSDuck would not get the nice fonts. Also the docs withing ExtJS download didn't have the nice font. etc. - Recently the font also stopped working from localhost. - The JavaScript for adding this *one* font was needlessly big, with Google Web Fonts it's just one <link> element.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Keeps the iframe code much simpler as it now only needs to call the passed in callback method with true or false. Previously it needed to call a static method directly on InlinePreview class, which was quite ugly.
-
Rene Saarsoo authored
Touch examples with "raw" option now work as intended.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- Use double-click for running single example (add help text for it). - Change title. - Simplify status text updating code. - Other smaller tweaks to layout.
-
Rene Saarsoo authored
Created InlineExamples class that extracts examples from already formatted code and writes them to inline-examples.js file. The front-end now only needs to load this one file with all examples in it.
-
Rene Saarsoo authored
-