index
:
teamy-diff-deals
dev
Let JFR Teamy use different deals per table
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-15
Documentation updated
emkael
2018-11-15
Bugfixes for detecting whether a board was played
emkael
2018-11-15
Returning the original file if it's a hollow frame without actual protocol
emkael
2018-11-14
Not trying to access baord DB if it doesn't exist
emkael
2018-11-14
Leaving only Apache 2.2 directives in .htaccess
emkael
2018-11-14
Allowing multiple tables and table number ranges in PBN filenames
emkael
2018-11-14
Grouping tables per board record, defaulting to record from the HTML file
emkael
2018-11-14
Internationalizing vulnerability
emkael
2018-11-14
Encapsulation of board database
emkael
2018-11-14
Matching tournament prefixes and rounds in board DB against URI parts, not th...
emkael
2018-11-14
Compiling all PBN data into a dictionary and caching it
emkael
2018-11-13
Changing Deal constructor to accept PBN strings, not PBN file paths
emkael
2018-11-13
Code formatting
emkael
2018-11-09
Making translations public for other classes
emkael
2018-11-09
Translation support
emkael
2018-11-08
Improved detection of score rows and cells
emkael
2018-11-08
Match entire filename in PBN regex
emkael
2018-11-07
Moving app to separate directory, scanning for PBN files in a separate directory
emkael
2018-05-01
Update README.md
Michał Zimniewicz
2018-05-01
Merge pull request #8 from emkael/master
Michał Zimniewicz
2018-05-01
fix typo in tdd-bootstrap.php
Michal Zimniewicz
2018-04-28
Ignore two consecutive identical table numbers detected from referer.
emkael
2018-04-28
Support PBN files not starting from Board 1
emkael
2018-02-04
Merge pull request #5 from emkael/single-table-visualization
Michał Zimniewicz
2018-02-04
Passing through unchanged original HTML file if no deal files are found
emkael
2018-02-04
Merge branch 'master' into single-table-visualization
emkael
2018-02-03
move inline style to .css
Michal Zimniewicz
2018-02-03
update README.md about CSS/JS
Michal Zimniewicz
2018-02-03
Revert "refactor deletion of http-equiv=refresh"
Michal Zimniewicz
2018-02-03
refactor deletion of http-equiv=refresh
Michal Zimniewicz
2018-01-31
Merge pull request #4 from emkael/prefix-special-chars
Michał Zimniewicz
2018-01-30
Merge branch 'prefix-special-chars'
emkael
2018-01-30
Adding JavaScript to handle highlighting single table
emkael
2018-01-30
Adding CSS that decreases tables opacity by default
emkael
2018-01-30
Replacing <meta> refresh with JS refresh to preserve state (e.g. hash) of the...
emkael
2018-01-29
Adding some structure to the protocol table rows, prepending table header eve...
emkael
2018-01-29
Anchors and anchored links to specified tables
emkael
2018-01-29
Allowing underscore and hyphen in tournament prefix
emkael
2018-01-28
properly handle PASS as played board
Michal Zimniewicz
2018-01-27
properly handle arbitral scores
Michal Zimniewicz
2018-01-27
show handrecord when both scores are present
Michal Zimniewicz
2018-01-27
Update README.md
Michał Zimniewicz
2018-01-27
handle one-digit round number in .htaccess
Michal Zimniewicz
2018-01-27
add TODO about checking both tables of a match
Michal Zimniewicz
2018-01-27
deny access to PBN files via HTTP
Michal Zimniewicz
2018-01-27
Create README.md
Michał Zimniewicz
2018-01-27
add initial version
Michal Zimniewicz
2018-01-26
Initial commit
Michał Zimniewicz