| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-20 | Add test for issue #65, which passes | Martin Vilcans | |
| Closes #65: can't reproduce. | |||
| 2023-02-24 | Add test for forcing action with "!" | Martin Vilcans | |
| 2022-11-07 | Replace nose with pytest | Martin Vilcans | |
| 2022-11-07 | assertEquals is deprecated - use assertEqual | Martin Vilcans | |
| 2022-11-07 | Remove unittest2 (Python 2 compatibility) | Martin Vilcans | |
| 2022-11-07 | Add tests for extended characters | Martin Vilcans | |
| 2020-02-12 | Removing Python 2 support - no need for six #54 | Martin Vilcans | |
| 2020-02-12 | Replace pep8 with pycodestyle, get rid of warnings | Martin Vilcans | |
| pep8 recommended that change | |||
| 2019-02-21 | Do not create empty paragraph if Note is a full paragraph | Martin Vilcans | |
| 2019-02-21 | Add supports for notes | Martin Vilcans | |
| Fixes #37 | |||
| 2019-02-19 | Merge branch 'master' into python3 | John Peter Yamauchi | |
| 2016-04-14 | Show multiple spaces in a row as is in HTML & PDF | Martin Vilcans | |
| Not sure if FDX output should use Let's keep using spaces for now. Closes #30 | |||
| 2015-11-17 | Test that alphanumeric character names work | Martin Vilcans | |
| 2015-11-17 | Support non-alphanumeric character names with "@" | Martin Vilcans | |
| Fixes #22 | |||
| 2015-09-18 | Parse files with BOM present; fixes #5 | michaelx386 | |
| 2015-07-23 | Add test for dual dialogue in FDX output | Martin Vilcans | |
| 2014-10-21 | Add Screenplay class | Martin Vilcans | |
| This is to be able to access title page data. | |||
| 2014-03-03 | Merge branch 'master' into python3 | Martin Vilcans | |
| 2014-03-03 | Tests that would have caught the p a r e n t h e t i c a l bug | Martin Vilcans | |
| Bug was caused by a regression in d0c5183b4773e9dfac7113b24b492e0826c36bac See fix in b0dac73a8899d6ad5db3564202f566ddb963b446 | |||
| 2013-08-13 | Use six.text_type in richstring_testpython2 | Martin Vilcans | |
| 2013-08-13 | Use six.StringIO instead of StringIO.StringIO | Martin Vilcans | |
| 2013-08-13 | Use six.StringIO for Python 3 compat | Martin Vilcans | |
| 2013-08-13 | Use unittest2 if available but don't require it. | Martin Vilcans | |
| The features of unittest2 are already in Python >=2.7. | |||
| 2013-08-13 | Removed dependency on unittest2 | Martin Vilcans | |
| I think I don't use its features and it doesn't exist under that name in Python 3. | |||
| 2012-07-22 | Fixed runtime error on HTML output of dual dialogue. | Martin Vilcans | |
| Thanks for the bug report, Dahlia! | |||
| 2012-07-10 | Strip leading and trailing whitespace from character names. | Martin Vilcans | |
| Closes #2 | |||
| 2012-07-10 | Automatically create test cases from files in tests/files | Martin Vilcans | |
| This replaces the repeated test code. | |||
| 2012-07-10 | Changed bad test case name | Martin Vilcans | |
| 2012-07-09 | Added page break support. | Martin Vilcans | |
| In HTML output, uses style page-break-before: always Closes #3 | |||
| 2012-07-08 | PEP8 compliance. | Martin Vilcans | |
| Especially get rid of the "E128 continuation line under-indented for visual indent" which is new in later versions of the pep8 program. | |||
| 2012-07-08 | Only a single period creates a slug. | Martin Vilcans | |
| Fixes #4 | |||
| 2012-03-12 | Support mixed sections and synopsises | Martin Vilcans | |
| 2012-03-12 | Support sections that are bunched together. | Martin Vilcans | |
| 2012-03-01 | Line breaks become <br/> instead of <p> in HTML. | Martin Vilcans | |
| This should make line breaks look good with the new CSS. | |||
| 2012-02-23 | Output synopsis to HTML. | Martin Vilcans | |
| Used Jonathan's CSS. | |||
| 2012-02-20 | Added commenting out using /* boneyard */ | Martin Vilcans | |
| 2012-02-19 | Transition must end with "TO:", not just ":" | Martin Vilcans | |
| New in Fountain spec. | |||
| 2012-02-19 | Renamed SPMD to Fountain | Martin Vilcans | |
| 2012-02-19 | Moved spmd tests into separate classes. | Martin Vilcans | |
| 2012-02-19 | Added synopsis support to slugs and sections. | Martin Vilcans | |
| 2012-02-16 | Parse the title page. | Martin Vilcans | |
| The title page isn't actually used for anything right now, but if it is in the source, at least it doesn't appear as action lines in the output. | |||
| 2012-02-08 | Added support for sections | Martin Vilcans | |
| 2012-02-07 | Scene headings are now h6 in HTML output | Martin Vilcans | |
| 2012-02-07 | Read the spec again. Scene numbers are alphanumeric only. | Martin Vilcans | |
| 2012-02-07 | Added scene numbers | Martin Vilcans | |
| 2012-02-01 | Refactored spmd parser to use InputParagraph class. | Martin Vilcans | |
| 2012-02-01 | New syntax for dual dialog: ^ (Jan 2012 spec) | Martin Vilcans | |
| 2012-02-01 | Some pep8 compliance regarding whitespace | Martin Vilcans | |
| 2012-01-31 | Transitions no longer have to be followed by a scene heading. | Martin Vilcans | |
| 2012-01-31 | Changed rules for forced Scene Headings (slugs). | Martin Vilcans | |
| Double linebreaks no longer signify a slug. Instead you can force one with a leading period: e.g. FADE IN: .DARKNESS (whatever that would look like!?) | |||
