107 Commits (v0.3.1)

Autor SHA1 Nachricht Datum
  Ben Kurtovic bdfd0632b3 A couple very minor nitpicks. vor 10 Jahren
  Ben Kurtovic d1a7d25220 Set right context for ExternalLink.url; Wikicode.filter_external_links() vor 10 Jahren
  Ben Kurtovic 67f1762aa4 Doc updates, and allow passing a starting context to tokenize(). vor 10 Jahren
  Ben Kurtovic d91c65dc1f TestExternalLink; some fixes in ExternalLink. vor 10 Jahren
  Ben Kurtovic 5e6e5b6301 tag_defs.py -> definitions.py; more outline stuff vor 10 Jahren
  Ben Kurtovic 8fe8b1fef5 Implement ExternalLinks as tokens and in the builder. vor 10 Jahren
  Ben Kurtovic 0886b6fbf6 Add ExternalLink Node type. vor 10 Jahren
  Ben Kurtovic 800bd20e39 Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). vor 10 Jahren
  Ben Kurtovic 9280cb16fe Fix behavior with quoted attrs and spaces before the =. vor 10 Jahren
  Ben Kurtovic 53c26589ee Some node fixes; attributes with empty values now display correctly. vor 10 Jahren
  Ben Kurtovic a7dda77474 Template.has_param() -> Template.has() vor 10 Jahren
  Ben Kurtovic 7a4b1625d3 Strip self-closing tags correctly. vor 11 Jahren
  Ben Kurtovic 4f52887e17 wiki_markup stores the markup itself instead of a bool vor 11 Jahren
  Ben Kurtovic de6d5074fa Tag.showtag -> Tag.wiki_markup vor 11 Jahren
  Ben Kurtovic 2c4bff1d68 Start test_tag; some fixes for Tags. vor 11 Jahren
  Ben Kurtovic b8752a5c15 test_attribute; better setters for padding attributes vor 11 Jahren
  Ben Kurtovic 77c4df701b Fix assorted bugs in the Tag node. vor 11 Jahren
  Ben Kurtovic bee74c0ced Some doc updates. vor 11 Jahren
  Ben Kurtovic 7d1a28a249 Support single and single-only tags like <br>. vor 11 Jahren
  Ben Kurtovic 81e8fdd682 Give Attributes more attributes for padding data. vor 11 Jahren
  Ben Kurtovic 6450814729 Remove 'type' attribute from tags; rework tag definitions. vor 11 Jahren
  Ben Kurtovic 3fb8f3214c Fix StringMixIn.maketrans() on Py3k. vor 11 Jahren
  Ben Kurtovic 61fc5b5eab Fix handling of self-closing tags (closes #31) vor 11 Jahren
  Ben Kurtovic 81849013bc Finishing tests for Templates; some fixes. vor 11 Jahren
  Ben Kurtovic 2ca3b2805e Implement 'before' parameter for Template.add() (closes #21) vor 11 Jahren
  Ben Kurtovic b46c98b012 Clean up template.add(); add a before param but do not implement yet. vor 11 Jahren
  Ben Kurtovic 786d619274 Drop force_no_field in template.remove(); implement test_remove(). vor 11 Jahren
  Ben Kurtovic 6a385b3921 TestParameter and a fair chunk of TestTemplate. vor 11 Jahren
  Ben Kurtovic 6bf8cfd2ad Fix tests for Python 3. vor 11 Jahren
  Ben Kurtovic 8db40689ed Improve a few things about nodes; simply a method in Wikicode. vor 11 Jahren
  Ben Kurtovic 404b4479a2 Implement the remaining asserts in TreeEqualityTestCase. vor 11 Jahren
  Ben Kurtovic 34b85a93cd Cosmetic change: standardize whitespace after class definition. vor 11 Jahren
  Ben Kurtovic 357e421fe8 Text nodes should now appear a bit better in tree form. vor 11 Jahren
  Ben Kurtovic cd5cc6a7d0 Update copyright notices for 2013. vor 11 Jahren
  Ben Kurtovic eed7c918bf Implement padding support for Tags completely; open_padding->padding. vor 11 Jahren
  Ben Kurtovic a58c480639 Fix some usage of attrs; shorten a context, fix some behavior I broke. vor 11 Jahren
  Ben Kurtovic 146d1fd006 Fix a bug in rendering Tags; attrs->attributes; update documentation. vor 11 Jahren
  Ben Kurtovic a21c69fa1e Split off tag definitions into a new file. vor 11 Jahren
  Ben Kurtovic 827c544721 Should correctly handle closing tags with strange spacing. vor 11 Jahren
  Ben Kurtovic f78bcf832a Keep .type and .tag synchronized in Tags when using their setters. vor 11 Jahren
  Ben Kurtovic 7e46601b1d Tags should fully work now in tokenizer and builder. vor 11 Jahren
  Ben Kurtovic 05ec7a1a92 Improve padding support for Tags; more code for tags in tokenizer. vor 11 Jahren
  Ben Kurtovic d1a9ba9a34 Starting tag work. vor 11 Jahren
  Ben Kurtovic 76b299e4fa Sync from upstream (6413ae21da); some doc updates. vor 11 Jahren
  Ben Kurtovic 6413ae21da Should have used the param's name here instead of its value. vor 11 Jahren
  Ben Kurtovic 3dbf0bc9bb Fix heading/link code stripping; add WIKILINK contexts to documentation. vor 11 Jahren
  Ben Kurtovic 5f7566c09e Bugfix. vor 11 Jahren
  Ben Kurtovic aa29a8bd28 Wikilinks in builder; some additions; cleanup. vor 11 Jahren
  Ben Kurtovic 21d33e1802 Adding Wikilink class. vor 11 Jahren
  Ben Kurtovic bd132ad249 Bugfix. vor 11 Jahren