History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
97102d64c0cd | epriestley | Mark all final-izable classes in libphutil as 'final' | Jan 30 2012 | |||
3d64a0a95fc5 | epriestley | Mark all libphutil stable classes as @stable | Jan 27 2012 | |||
48149a97a273 | epriestley | Improve libphutil documentation | Jan 17 2012 | |||
1d000c60c0a5 | epriestley | Add a simple option parser for comma-delimited lists, and add more features to… | Jan 16 2012 | |||
1e4e10ea86d0 | Emir Habul | Separate storing of rendered hyperlinks in remarkup hyperlink rule | Jan 13 2012 | |||
5556fd5cc6ad | epriestley | Add a blanket guard for 'javascript:' hrefs in libphutil | Jan 12 2012 | |||
501992bb8865 | epriestley | Allow Remarkup headers to generate a TOC | Jan 6 2012 | |||
59861850229b | Andrew Gallagher | Add markup syntax for a literal block | Jan 4 2012 | |||
29771d50d41d | epriestley | Increase Markdown flavor of Remarkup | Dec 1 2011 | |||
2be26c5e6f77 | epriestley | Preserve trailing whitespace in Remarkup | Dec 1 2011 | |||
c4b803bc7d95 | epriestley | Don't link "self::" and "parent::" as symbols in PhutilXHPASTSyntaxHighlighter | Nov 17 2011 | |||
180aaea5d7ba | epriestley | Fix escaping of ~ in Remarkup | Nov 4 2011 | |||
691230ac380b | epriestley | Use a less-volatile character to delimit replaced strings in Remarkup | Oct 21 2011 | |||
5871d33461bc | Emir Habul | Factor out the rendering of hyperlinks in PhutilRemarkupRuleHyperlink | Oct 21 2011 | |||
cb7ef15edc8b | Emir Habul | Make method in PhutilRemarkupRuleHyperlink protected to help with inheriting. | Oct 20 2011 | |||
00645a0aec09 | epriestley | Update unit tests for Remarkup allowed protocol configuration | Oct 13 2011 | |||
f6f64640ab51 | epriestley | Only automatically link protocols from a protocol whitelist | Oct 10 2011 | |||
99f13abd733d | Nicholas Harper | Ignore pygmentize errors when no lexer is found | Oct 10 2011 | |||
46e554e0123a | epriestley | Detect URLs in Remarkup more craftily | Sep 22 2011 | |||
fc50ddd47a71 | epriestley | Fix clownslop in D903. | Sep 14 2011 | |||
e8fe55b824e1 | epriestley | Improve XHPAST syntax highlighter for "nc" and "nf" classes | Sep 14 2011 | |||
a68638acf767 | Nicholas Harper | Change pygments lexer for ragel files | Aug 31 2011 | |||
45cd0d004f2e | epriestley | Fix XHPAST handling of multiple-line tokens | Aug 18 2011 | |||
17133f64efea | epriestley | Separate the remarkup rendering pipeline into multiple stages | Aug 6 2011 | |||
061814088c6a | epriestley | Add a rainbow syntax highlighter | Aug 2 2011 | |||
990ad78d518a | epriestley | Add a very basic syntax highlighter for Diviner/Remarkup | Jul 20 2011 | |||
ebed44644dbc | tuomaspelkonen | Added logging when 'pygmentize' fails. | Jul 13 2011 | |||
d6f1dd5e28f9 | epriestley | Correctly language-detect files like "x.y.php" | Jul 11 2011 | |||
3b514792366f | epriestley | Split filename-based and language-based syntax highlighting APIs | Jul 6 2011 | |||
7898beb1013f | epriestley | Allow CodeBlock in Remarkup to accept some non-PHP default language | Jun 24 2011 | |||
f236e7fd7a19 | epriestley | Allow metadata to be exported out of PhutilMarkupEngine | Jun 24 2011 | |||
98539c8c42a9 | jungejason | Add logging for XHPAST syntax highlighter | May 27 2011 | |||
c3036e7b0491 | epriestley | Minor fix for remarkup and newlines | May 23 2011 | |||
63c6003d7e49 | epriestley | Allow syntax highlighting to occur in parallel with futures | May 22 2011 | |||
967d1396a7ca | jungejason | Add back leading empty lines deleted by Pygments | May 20 2011 | |||
f84db6c87c7d | epriestley | Minor: stop the CodeBlockRule from matching and unlinking individual hyperlinks | May 19 2011 | |||
6ca83d67f18e | epriestley | Add "NOTE:" syntax to remarkup | May 17 2011 | |||
4ac90caa29a4 | epriestley | libphutil support for Pygments | May 1 2011 | |||
d53afc8b2281 | tuomaspelkonen | Fixed Differential quotes rendering. (libphutil) | Apr 15 2011 | |||
161b5b8ce6bf | epriestley | Preserve linebreak mode for Remarkup. | Apr 10 2011 | |||
b3262dd829cc | epriestley | Mostly document PhutilSymbolLoader, revert <br /> noise. | Apr 1 2011 | |||
7a405d87d45c | epriestley | Fix RemarkupEngine issues with header markup, restore unit tests | Mar 30 2011 | |||
9e1bde338e2f | epriestley | Some docs. | Feb 19 2011 | |||
470122b9cb59 | epriestley | Clean up some lint fluff. | Feb 6 2011 | |||
a6fb4620a94c | epriestley | Introduce phutil_escape_uri(). | Jan 23 2011 | |||
a3add37c0538 | epriestley | Work around an issue with xhpast and missing newlines. | Jan 18 2011 | |||
b09c732caae7 | epriestley | Make phutil_render_tag() drop attributes with a 'null' value. | Jan 18 2011 | |||
c090dad6b914 | epriestley | Add @group tags so Diviner can at least organize libphutil. | Jan 15 2011 | |||
81a2f784992f | epriestley | Add syntax highlighters. | Jan 10 2011 | |||
a1b1d2f697aa | epriestley | Initial import of libphutil. | Jan 10 2011 |
c4science · Help