Changed sqlalchemy type Binary to LargeBinary to avoid a deprecation warning.
[philipp/winterrodeln/wrpylib.git] / wrpylib / wrmwmarkup.py
2017-01-29 philippUpdated parse_wrmap to accept normal strings.
2017-01-29 philippRemoved unused functions from wrmwmarkup.
2017-01-29 philippFixed conversion errors in sledrun_to_rodelbahnbox.
2017-01-29 philippFixed conversion errors in inn_to_gasthausbox.
2017-01-27 philippWorked on inn_to_gasthausbox - the test passes now.
2017-01-27 philippFixed Rauchfrei in inn_to_gasthausbox.
2017-01-27 philippWorked on inn_from_gasthausbox - the test passes now.
2017-01-27 philippReplaced double with triple quotes in docstring.
2017-01-24 philippConverted encoding to UTF-8.
2017-01-24 philippRemoved unnecessary lines.
2016-10-11 philippFixed sledrun_from_rodelbahnbox and sledrun_to_rodelbah...
2016-02-02 philippStarted updating functions and tests in wrmwmarkup.
2016-02-02 philippIntermediate commit
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.
2014-03-17 philippWe don't need the _conv function anymore.
2014-03-17 philippRewrote inn_to_gasthausbox to use the GasthausboxValidator.
2014-03-17 philippRewrote gasthausbox_to_inn to make use of the Gasthausb...
2014-03-17 philippAdded GasthausboxValidator.
2014-03-17 philippAdded GasthausboxDictConverter.
2014-03-17 philippGeneralized RodelbahnboxTemplateDict and renamed it...
2014-03-17 philippMoved function rodelbahnbox_to_sledrun to another place...
2014-03-17 philippUpdated function sledrun_to_rodelbahnbox to use Rodelba...
2014-03-17 philippUpdated function rodelbahnbox_to_sledrun to use Rodelba...
2014-03-10 philippNow from_python of RodelbahnboxValidator formats the...
2014-03-10 philippImplemented RodelbahnboxValidator.
2014-03-10 philippChanged definition of RodelbahnboxDictConverter: Now...
2014-03-08 philippImplemented RodelbahnDictConverter.
2014-03-08 philippFixed copy/paste error in a comment.
2013-12-29 philippAdded 'foto' and 'verleih' as possible point types.
2013-09-20 philippThe lon and lat center values of <wrmap> are now produc...
2013-09-15 philippNow the width and height of the map are parsed from...
2013-09-11 philippFixed typo.
2013-09-11 philippUpdated desciption of function parse_wrmap.
2013-09-08 philippgeojson now gets property 'type'='punkt' if no symbol...
2013-09-08 philippRenamed function parse_googlemap to googlemap_to_wrmap...
2013-08-29 philippTest for create_wrmap now passes.
2013-08-29 philippTest of create_wrmap nearly passes now.
2013-08-28 philippWorked on formatting of output from create_wrmap.
2013-08-28 philippChanged create_wrmap to the new json definition. The...
2013-08-26 philippUpdated parse_googlemap but the test doesn't pass yet.
2013-08-26 philippChanged parse_wrmap to corresponding to the new definit...
2013-08-18 philippConverted numeric attributes to strings in create_wrmap...
2013-08-15 philippStarted to implement function create_wrmap.
2013-08-15 philippAdded attribute checks when parsing wrmap.
2013-08-15 philippFixed error message (farbe->dicke).
2013-08-15 philippAdded check for color.
2013-08-15 philippImplemented parse_wrmap_coordinates.
2013-08-15 philippAdded implementation ideas to parse_wrmap_coordinates.
2013-08-15 philippFixed: The wrmap attributes for longitude/latitude...
2013-08-14 philippAdded parser functions for the new wrmap. However,...
2013-04-21 philippRelease of version 0.1.0.
2012-02-08 philippIntroduced "MaskedEmail" and allow a masked email in...
2011-12-03 philippAdded functions create_template_unsigned(), create_temp...
2011-11-22 philippFunctionality improvement and bugfix of mwmarkup.py...
2011-02-08 philippUsing a key size of 20 when creating a Rodelbahnbox.
2011-02-06 philippFixed bugs.
2011-02-04 philippGasthausbox conversion uses the new functions.
2011-02-04 philippAdded functions to generate and parse templates.
2011-01-31 philippAdded a test for wrmwmarkup.py and adjusted the module.
2011-01-31 philippCopied the validators from wradmin.