Skip to content
  1. Apr 17, 2015
  2. Nov 18, 2014
    • Rene Saarsoo's avatar
      Allow full path to markdown file in guide url field. · d3ef83da
      Rene Saarsoo authored
      Refactored the guide filename and path detection a bit -
      now also keeping a separate :dir field to reference the directory.
      Using "url" field for that purpose seems awkward, so replaced
      all these usages with :dir.
      
      Fixes #584
      d3ef83da
  3. Oct 02, 2014
  4. Jun 12, 2014
  5. May 17, 2014
  6. Mar 23, 2014
  7. Dec 23, 2013
  8. Dec 10, 2013
    • Rene Saarsoo's avatar
      Add spacer gif for old IE-s. · c3b585c0
      Rene Saarsoo authored
      For IE8+ and other browsers the ExtJS 4 framework supplies a data-uri,
      but for IE 6 and 7 it defaults to an URL pointing to sencha.com,
      which will cause problems when offline.
      
      Refs #511
      c3b585c0
  9. Dec 06, 2013
  10. Dec 05, 2013
  11. Nov 27, 2013
  12. Nov 26, 2013
  13. Nov 25, 2013
    • Rene Saarsoo's avatar
      Speed up options testing. · 7e1fe717
      Rene Saarsoo authored
      Reset the defaults every time the Options::Parser#parse method is
      called.  This allows us to re-use the parser which is slow to instantiate.
      
      Some tests still need to re-instatiate the parser every time - move
      these to a separate suite, so only the tests that need it will run
      slower.
      7e1fe717
    • Rene Saarsoo's avatar
      Write most boolean options in --[no-]opt style. · da4eacac
      Rene Saarsoo authored
      Implement full tests for them all.
      da4eacac
    • Rene Saarsoo's avatar
      Add tests for command line options. · 732ccc98
      Rene Saarsoo authored
      Improve NullObject with the ability of values to be Proc's, which
      will be invoked to provide more complicated logic.
      
      Give names for all validators, so we can call them out by name in our
      tests.
      
      Add validator for :processes option.
      732ccc98
    • Rene Saarsoo's avatar
      Create a little DSL for describing options. · 0c5d4eb7
      Rene Saarsoo authored
      Instead of calling optparser.on and opts.attribute directly, call
      option and attribute methods that simply delegate to these objects.
      This will also make it easier to refactor things in the future.
      0c5d4eb7
  14. Nov 22, 2013
Loading