philipp/winterrodeln/wrpylib.git
2017-01-29 philippMoved dbkey_to_title from mwapi to mwmarkup.
2017-01-29 philippReplaced assert statements with assertEqual in test_wrm...
2017-01-29 philippUpdated parse_wrmap to accept normal strings.
2017-01-29 philippRemoved unused functions from wrmwmarkup.
2017-01-29 philippRepaired function update_wrmapcache.
2017-01-29 philippRemoved unused line in update_wrreportcache.
2017-01-29 philippMade test_wrregioncache_table independent of wrregionca...
2017-01-29 philippAdded tests for inn_from_gasthausbox and inn_to_gasthau...
2017-01-29 philippChanged some subtests in test_inn_from_gasthausbox...
2017-01-29 philippAdded docstring to webauskunft_from_str.
2017-01-29 philippFixed conversion errors in sledrun_to_rodelbahnbox.
2017-01-29 philippFixed conversion errors in inn_to_gasthausbox.
2017-01-29 philippRepaired function update_wrinncache.
2017-01-29 philippCosmetic whitespace change.
2017-01-29 philippAdded further tests for test_inn_to_gasthausbox_none.
2017-01-29 philippAdded further tests for inn_from_gasthausbox.
2017-01-29 philippImproved function template_from_str.
2017-01-29 philippRepaired function update_wrsledruncache.
2017-01-29 philippAdded test_wrreportcache_table, test_wrregion_table...
2017-01-29 philippMade tests in test_wrmwdb more powerful.
2017-01-29 philippReplaced direct assert with assertEqual in TestMySqlPython.
2017-01-29 philippMerged test_mysqlpython.py with test_mwdb.py.
2017-01-29 philippMerged test_sqlalchemy.py with test_mwdb.py.
2017-01-29 philippOmitting _table suffix for tests in wrpylib.mwdb.
2017-01-29 philippNow using metadata from setUp method in all tests for...
2017-01-29 philippAdded test for table user in wrpylib.mwdb.
2017-01-29 philippImproved existing tests for wrpylib.mwdb.
2017-01-27 philippRemoved tests for functions that are not used anymore.
2017-01-27 philippWorked on inn_to_gasthausbox - the test passes now.
2017-01-27 philippImplemented TestInn.test_inn_to_gasthausbox.
2017-01-27 philippFixed Rauchfrei in inn_to_gasthausbox.
2017-01-27 philippWorked on inn_from_gasthausbox - the test passes now.
2017-01-27 philippImproved wikipage_from_str: Now it does not accept...
2017-01-27 philippAdded more test cases to TestWikipage.test_from_str...
2017-01-27 philippAdded more tests to TestOptWikipageEnum.test_from_str...
2017-01-27 philippFixed typo in docstring of opt_tristate_german_comment_...
2017-01-27 philippRemoved "from wrpylib.wrmwmarkup import *" in test_wrmw...
2017-01-27 philippImplemented TestInn.test_inn_from_gasthausbox.
2017-01-27 philippChanged file encoding for setup.py to UTF-8.
2017-01-27 philippReplaced double with triple quotes in docstring.
2017-01-27 philippFixed typo in docstring.
2017-01-27 philippAdded further test in TestUrl.test_from_str.
2017-01-27 philippFixed typos in test titles.
2017-01-24 philippConverted encoding to UTF-8.
2017-01-24 philippRemoved unnecessary lines.
2016-10-20 philippUpdated schema for MediaWiki 1.27.
2016-10-20 philippRemoved unused variable.
2016-10-20 philippRemoved unnecessary whitespace.
2016-10-20 philippRemoved unnecessary whitespace.
2016-10-20 philippRemoved unused imported types module.
2016-10-11 philippFixed sledrun_from_rodelbahnbox and sledrun_to_rodelbah...
2016-10-11 philippImplemened tets for sledrun_to_rodelbahnbox and sledrun...
2016-10-11 philippFixed two issues in wrvalidators module - now all tests...
2016-10-11 philippAdded further tests for wrvalidators module.
2016-10-11 philippAdded URL for package mwparserfromhell.
2016-10-11 philippAdded test for db_key_to_title.
2016-10-11 philippRenamed to_title to dbkay_to_title and improved docstring.
2016-02-02 philippStarted updating functions and tests in wrmwmarkup.
2016-02-02 philippOmitted parameter "name" in some functions.
2016-02-02 philippAdded function format_template_oneline.
2016-02-02 philippRenamed template_to_table to format_template_table.
2016-02-02 philippFixed test_template_to_table.
2016-02-02 philippRemoved unused test classes.
2016-02-02 philippConverted encoding from ISO8859-15 to UTF-8.
2016-02-02 philippChanged the implementation of value_comment_from_str...
2016-02-02 philippAdded pulbic transport test.
2016-02-02 philippAdded avalanches tests.
2016-02-02 philippFixed TestChoice: test_ was missing before the from_str...
2016-02-02 philippImplemented test for bool_germen_from/to_german.
2016-02-02 philippImplemented some missing test cases.
2016-02-02 philippImplemented Gasthausbox converter and test.
2016-02-02 philippFixed tests that failed because of missing parameters.
2016-02-02 philippRe-enabled test that failed for masked email addresses.
2016-02-02 philippMoved the expected value to first position in assertion...
2016-02-02 philippReorder tests.
2016-02-02 philippIncreased version number to 0.6.0.
2016-02-02 philippRemoved formencode and added mwparserfromhell to requir...
2016-02-02 philippReordered functions.
2016-02-02 philippImplemented wikipage converter.
2016-02-02 philippIntroduced opt_uint_converter converter and implemented...
2016-02-02 philippImplemented emails converter.
2016-02-02 philippRemoved unused TestConverter.
2016-02-02 philippImplemented masked_email.
2016-02-02 philippRemove print from TestEmail.
2016-02-02 philippFixup for "Removed unused converters".
2016-02-02 philippFixup for E-Mail converter.
2016-02-02 philippRemoved unused converters.
2016-02-02 philippImplemented E-Mail converter.
2016-02-02 philippIntermediate commit
2016-02-02 philippupdate_wrsledruncache now also updates the new name_url...
2016-02-02 philippCreated function to translate between sledrun title...
2016-02-02 philippAdded new field name_url to the model.
2015-05-23 philippUsed set literal instead of converting a list to a...
2015-05-23 philippReplaced shebang line from python2.7 to python3.4.
2015-05-23 philippModifications done by "2to3-3.4 -w -n".
2015-05-23 philippFixed typo in docstring.
2015-05-23 philippFixed error in GastausboxDictConverter.to_python when...
2015-05-23 philippFixed unresolved usage of formencode.Invalid (one time...
2015-05-23 philippFixed typo.
2015-04-02 philippThe python package name gdal, not osgeo.
next