Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elkarte/Elkarte
base: 03b138178f00
Choose a base ref
...
head repository: elkarte/Elkarte
compare: 5183c1d5393c
Choose a head ref
  • 19 commits
  • 2 files changed
  • 2 contributors

Commits on May 14, 2013

  1. ! Testing class to replace markdownify

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    06637c2 View commit details
    Browse the repository at this point in the history
  2. ! just extract the body text

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    bed56db View commit details
    Browse the repository at this point in the history
  3. ! Change the way lists are handled to ensure proper indentation when …

    …nested
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    eb3a535 View commit details
    Browse the repository at this point in the history
  4. ! don't remove empty lines from our blockquotes

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    0af9827 View commit details
    Browse the repository at this point in the history
  5. ! update the inner html function so it works with either parse methode

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    2e2533f View commit details
    Browse the repository at this point in the history
  6. ! allow some tags content to remain but not the tags

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    a2c0bdb View commit details
    Browse the repository at this point in the history
  7. ! general processing changes em to _, hr length, para folding removal…

    …, etc
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    df81021 View commit details
    Browse the repository at this point in the history
  8. ! improve whitespace handling

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    a8b7c13 View commit details
    Browse the repository at this point in the history
  9. ! continue to improve where line ends are added or not

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    87f239f View commit details
    Browse the repository at this point in the history
  10. ! add null check to the table code to avoid tossing a non property error

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    27f3b53 View commit details
    Browse the repository at this point in the history
  11. ! add escaping to text outside of tags so out run through markdown do…

    …es not improperly get converted
    
    ! links should have htmlcharacters decoded for text output
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    e6e65e3 View commit details
    Browse the repository at this point in the history
  12. ! account for backticks inside of inline code blocks

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    25e26fc View commit details
    Browse the repository at this point in the history
  13. ! Add final cleanup functions (spacing, line breaks etc)

    ! check for null object before trying to get the attributes
    ! add rendering of center tag as a block element
    
    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    9842330 View commit details
    Browse the repository at this point in the history
  14. ! add utf8 safe wordwrap function

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    1be967c View commit details
    Browse the repository at this point in the history
  15. ! rename a couple of functions for consistency

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    28846ce View commit details
    Browse the repository at this point in the history
  16. ! Clean up the comments a bit

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    b61888d View commit details
    Browse the repository at this point in the history
  17. ! tweak when and where to place some implied line endings

    Signed-off-by: Spuds <spuds@spudsdesign.com>
    Spuds authored and norv committed May 14, 2013
    Copy the full SHA
    419dc9f View commit details
    Browse the repository at this point in the history
  18. small indenting cleanup

    Signed-off-by: Norv <a.w.norv@gmail.com>
    norv committed May 14, 2013
    Copy the full SHA
    e236670 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #401 from norv/html2Md

    Html2 md
    norv committed May 14, 2013
    Copy the full SHA
    5183c1d View commit details
    Browse the repository at this point in the history