Steffen Schaumburg
0f8f2099cc
reduce translation word count about another 50
2011-04-05 03:03:39 +02:00
Worros
684689c9db
Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem."
...
This reverts commit d0ae2a155d
.
Conflicts:
pyfpdb/FulltiltToFpdb.py
2011-03-29 15:46:15 +08:00
Worros
59b65ca146
Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz
...
Conflicts:
pyfpdb/FulltiltToFpdb.py
2011-03-29 13:52:08 +08:00
Worros
f8f25fe4ec
PSSummary: Fix for Stars.fr winnings
...
Regex was previously fixed to $
2011-03-28 18:04:51 +08:00
Chaz Littlejohn
d0ae2a155d
changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem.
2011-03-23 19:27:55 +00:00
Steffen Schaumburg
8a519699b5
update copyright year
2011-03-10 06:16:31 +01:00
Worros
3d7f75c933
Merge branch 'master' of git://git.assembla.com/fpdb
2011-02-28 10:00:45 +08:00
atinm
644b2d7849
replaced /usr/bin/python with /usr/bin/env python
2011-02-27 21:17:07 +08:00
Scott Wolchok
fc46b70c41
Rename decimal.py to decimal_wrapper.py so we don't break when
...
cdecimal is not installed.
2011-02-25 14:18:12 -05:00
Worros
bba6d48c7d
StarsSummary: Fix for EUR currencies
2011-01-18 11:12:39 +08:00
Worros
323b0856b6
PSS: Fix Stars summary import to deal with slightly modified format
...
Stars now includes the currency (ie. USD) on two lines
2010-11-11 18:25:06 +08:00
Worros
235a8baa5f
L10n: Remaining files
2010-09-23 14:31:16 +08:00
Worros
2514b424c8
Imap/PSSummary: Update and refactor
...
Primarily to make FTP summaries read from file.
2010-09-10 17:18:16 +08:00
Worros
7f61fba314
PSS: Switch over to regex based parsing
2010-09-10 13:22:52 +08:00
steffen123
69872b9638
PS summaries import skipped digits of tourney no
2010-09-09 12:35:05 +02:00
steffen123
acd512d9c3
make imapfetcher work on imap again
2010-09-09 12:00:28 +02:00
Worros
23d73c5675
PSSummary.py: Fix winnings for Step tickets
2010-09-05 22:08:27 +08:00
Worros
50ffeea3ec
PSSummary: Add comment for Stars step satellites
2010-09-05 17:08:15 +08:00
Worros
3bd8f3d352
PSSummary: *mutters abaout \r\n*
2010-09-05 00:55:55 +08:00
Worros
b982658446
PSSummary: identify step tickets
2010-09-04 20:36:31 +08:00
Worros
016b0ed48f
Tourney Graphing and Summary import update
...
It now gets through my 200 tourney torture test.
2010-09-04 20:06:24 +08:00
Worros
e66b98b345
PSSummary: add function parseSummaryFile
...
This parses the summary file without requiring state.
Hope to merge parseSummary and parseSummaryFile at some point soon
2010-09-04 18:10:25 +08:00
Worros
10a48240db
PSSummary: Add new parseSummary method
2010-09-04 16:31:39 +08:00
Worros
c0eb686971
StarsSummary: Fix gettextify problem
2010-09-04 13:08:36 +08:00
steffen123
8abfff4cc0
gettextify PS Summary, add note about py2exe
2010-08-15 19:46:10 +02:00
steffen123
71108cdc9b
TOURNEY: since we can detect added amount, set it to 0 if we dont
2010-07-17 04:37:15 +02:00
steffen123
90ceafda6d
DB: Added TT.added, addedCurrency
2010-07-17 02:19:12 +02:00
steffen123
18dc3f29ff
TOURNEY: fix category recording for PS summary import
2010-07-15 01:58:54 +02:00
steffen123
256d027eca
PSS: calculates timezone out of start and end time now
2010-07-13 21:17:40 +02:00
steffen123
522a745ead
REFACTOR: move timezone changing method to HHC so it can used by other parsers
2010-07-13 20:37:06 +02:00
steffen123
8ebea1a5ce
PSS: now records game category and limit type
...
Not for mixed games - again, I need examples
2010-07-13 20:17:15 +02:00
steffen123
c58ade20b3
fix PS summary player/winnings/rank recording
2010-07-11 02:27:48 +02:00
steffen123
7925747213
now records winnings for finishers in unfinished tourneys
2010-07-11 02:07:03 +02:00
steffen123
87fbd56091
imports still playing tourney's TP, but not winnings of finishers
2010-07-11 01:55:15 +02:00
steffen123
ae2c32f902
imports still running tournaments, except for TourneysPlayers
2010-07-11 01:39:52 +02:00
steffen123
604e242349
handle FPP and added money tourneys, general currency improvements
2010-07-11 00:37:25 +02:00
steffen123
ce0d3f59f6
correct for timezone in PS summaries, too
2010-07-08 23:31:39 +02:00
steffen123
201b3a5b6c
PS Summary now parses start/endTime. fixes MySQL support
...
also removed some but not all the new prints
2010-07-08 21:41:27 +02:00
steffen123
178b528d3b
change calls to python2 back to python
2010-07-08 20:01:03 +02:00
steffen123
c6b6f8a788
many not really separable changes for IMAP import and associated cleaning
...
- deactivated use of TourneySummary (short: TS) from HHC and subclasses
- menu entry for IMAP import
- converted ImapSummaries (short: IS) to use the config file
- IS now optionally supports non-SSL and can run on folders other than INBOX
- removed gametypes and getGameTypeAsString from TS method as identical one is in Hand
- some other stuff
2010-07-08 19:46:25 +02:00
steffen123
0ecd19fbdf
change PSS to give None for *Count
2010-07-07 08:12:10 +02:00
steffen123
160ca30abe
much improved PS summary parsing thanks to carls help
2010-07-07 08:05:42 +02:00
steffen123
2046fc1122
the two new files for PS summary mail parsing
2010-07-07 07:06:11 +02:00