summaryrefslogtreecommitdiff
path: root/jfr_playoff
AgeCommit message (Collapse)Author
2018-09-28Bugfix for absent config optioncustom-positioningemkael
2018-07-06Allowing for custom positioning of match boxesemkael
2018-07-06Rendering finishing boxes with connector dataemkael
2018-07-06Expanding canvas if finishing positions are renderedemkael
2018-07-06Adding vertical margin to starting position boxesemkael
2018-07-06Rendering position box independent from starting/finishing roleemkael
2018-07-06Storing finishing positions in DTOemkael
2018-07-06Merge branch 'devel' into position-boxesemkael
2018-07-06Merge branch 'bugfixes' into develemkael
2018-07-06Adjusting match box column widths to accommodate margins/borders, so the ↵bugfixesemkael
table fits the bounding box
2018-07-06Generating connector info between matches and starting positionsemkael
2018-07-06Drawing starting position boxesemkael
2018-07-06Expanding canvas if starting positions are to be displayedemkael
2018-07-06Storing information about seeding from starting positions in match info objectemkael
2018-07-06Fixing vertical positioning of match boxes if there's a single match in ↵emkael
every phase
2018-05-22Merge branch 'bugfixes' into develemkael
2018-05-22Fixing vertical positioning of match boxes if there's a single match in ↵emkael
every phase
2018-05-01Debug info for i18nemkael
2018-05-01Merge branch 'i18n' into develemkael
2018-05-01If i18n string is not found, pass-thru the original bracesemkael
2018-05-01Internationalization and localization of stringsemkael
2018-05-01Instantation of template "engine" with i18n configemkael
2018-05-01Class names specifiedemkael
2018-05-01Refactoring template "engine" to provide a uniform interfaceemkael
2018-04-25Merge branch 'position-styles' into develemkael
2018-04-25Add explanation of leaderboard classes for these with defined captionsemkael
2018-04-25Add config-specified classes to leaderboard positionsemkael
2018-04-06Merge branch 'master' into develemkael
2018-04-06Coalescing nullable DTO propertiesemkael
2018-04-06Allowing swiss results fetch when database is not configuredemkael
2018-02-25Merge branch 'bugfixes' into develemkael
2018-02-25Merge branch 'verbose_logging' into develemkael
2018-02-25Stricter selection of board table rows in HTML modeemkael
2018-02-24Fixing improper merge from verbose_loggingemkael
2018-02-24Extracting text representation of an exception instead of explicit .message ↵verbose_loggingemkael
property
2018-02-24Merge branch 'master' into verbose_loggingemkael
2018-02-24Fix for rethrowing mysql.connector.Error as IOErroremkael
2018-02-24Fixing remote HTML encoding accordingly to HTML content meta tagsemkael
2018-02-24Merge branch 'master' into verbose_loggingemkael
2018-02-24Adding seconds to footer generation date/timeemkael
2018-02-24Lots of lots of messages are being loggedemkael
2018-02-24Running board count after all boards in segment are finishedemkael
2018-02-23Logging facility configured by command line argumentsemkael
2018-02-23Converting command line argument parsing to argparseemkael
2018-02-23Attempt output path creation only if there's a non-empty pathemkael
2018-02-23Creating output directories if they don't existemkael
Fixes #18
2018-02-23Getting rid of global mysql importsemkael
2018-02-22Bumping version numberv1.1.0.1emkael
2018-02-22Bugfix: properly mark averaged boards as played when fetching from results pageemkael
2018-02-21Migrating from urllib to requestsv1.1.0emkael