1. 06 Aug, 2013 1 commit
  2. 19 Jul, 2013 1 commit
  3. 15 Jul, 2013 1 commit
  4. 30 Jun, 2013 2 commits
  5. 23 Jun, 2013 2 commits
  6. 20 Jun, 2013 6 commits
  7. 17 Jun, 2013 1 commit
  8. 14 Jun, 2013 3 commits
    • Improve Markdown (and other) module doc output · 7681b1ce
      - The html_ify filter now escapes HTML found in module documentation.
        THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules
        expecting to use e.g. HTML entities or HTML tags in their
        documentation.
      
      - The markdown_ify filter (used as jpfunc in markdown.j2) escapes at
        least a few Markdown in-line formatting characters.
      
      - Improvements to markdown.j2:
      
          - Call jpfunc on the module name heading so that it gets escaped for
            Markdown (e.g. my_module_name becomes my\_module\_name).
      
          - Added paragraph breaks between paragraphs in the description.
      
          - Added examples heading, which is consistent with the notes heading
            below it.
      Dale Sedivec committed
    • Expand usage synopsis · 3b008d6f
      'source' is actually a "bashism" and the POSIX-way of sourcing a file
      uses the single dot (which is arguably less readable). Both yield the
      same result, and since the script may now also be sourced from
      within the hacking directory, this commit expands the usage synopsis
      accordingly.
      
      Signed-off-by: martin f. krafft <madduck@madduck.net>
      
      Conflicts:
      	hacking/env-setup
      martin f. krafft committed
    • Generalise determination of hacking directory path · 581dea70
      Bash needs a special case to determine the dirname of the sourced path
      (the hacking dir), but in all other cases, using $0 allows the script to
      be sourced also from within the hacking directory, not only from its
      parent.
      
      Signed-off-by: martin f. krafft <madduck@madduck.net>
      martin f. krafft committed
  9. 13 Jun, 2013 1 commit
  10. 01 Jun, 2013 1 commit
  11. 23 May, 2013 1 commit
  12. 11 May, 2013 2 commits
  13. 02 May, 2013 2 commits
  14. 28 Apr, 2013 1 commit
  15. 25 Apr, 2013 1 commit
  16. 20 Apr, 2013 2 commits
  17. 12 Apr, 2013 1 commit
  18. 29 Mar, 2013 1 commit
  19. 26 Mar, 2013 1 commit
  20. 17 Mar, 2013 1 commit
  21. 18 Mar, 2013 1 commit
  22. 11 Mar, 2013 1 commit
  23. 27 Feb, 2013 1 commit
  24. 20 Feb, 2013 1 commit
  25. 18 Feb, 2013 1 commit
  26. 17 Feb, 2013 1 commit
  27. 02 Feb, 2013 1 commit
  28. 01 Feb, 2013 1 commit