Steffen Schaumburg
e23200e13d
download all translations from transifex, update l10n files
2011-04-10 08:59:07 +02:00
Steffen Schaumburg
e3e4299171
Merge branch 'gimick'
2011-04-10 08:35:29 +02:00
gimick
c48be2c287
GUI: Bulk import - show filename currently being imported
2011-04-09 21:34:27 +01:00
Steffen Schaumburg
5e047710ea
fix mac OSX startup - now it actually starts
...
Conflicts:
pyfpdb/Configuration.py
2011-04-09 20:45:22 +02:00
Steffen Schaumburg
00c3c114a8
Merge branch 'chaz'
2011-04-09 19:46:45 +02:00
Steffen Schaumburg
b1814cda26
forgot to raise DB version
2011-04-09 19:34:16 +02:00
Steffen Schaumburg
c3688f2522
make gametypes' NOT NULL consistent across backends
2011-04-09 19:33:42 +02:00
Chaz Littlejohn
710fc924bf
This fix is needed because psycopg2 module will not implicitly convert
...
true/false to 1/0 when aggregating numeric data - this becomes a
problem when true/false fields are aggregated in the caches e.g. VPIP
True in 3 hands will not be implicitly converted to aggregate 3 in the
cache
2011-04-09 03:03:20 +00:00
Chaz Littlejohn
e47e76bfb0
Bug fix - looks like Files inserts were not getting committed
2011-04-08 22:43:27 +00:00
Chaz Littlejohn
1cbb1a6a18
Bug fix - no, actually 'type' field does not require two commas and a timestamp
2011-04-08 22:22:17 +00:00
Chaz Littlejohn
caa8ef6edc
Bug fix - added in missing comma in createFilesTable
2011-04-08 22:17:34 +00:00
Chaz Littlejohn
b8270aad3f
Bug fix - changed to datetime.datetime.utcnow()
2011-04-08 21:51:20 +00:00
Chaz Littlejohn
3402e5b56a
Bug fix - Added in 'from datetime import datetime'
2011-04-08 21:49:38 +00:00
Chaz Littlejohn
e03d08c0be
Fixed small conflict in debug message when recreating tables
2011-04-08 21:15:35 +00:00
Steffen Schaumburg
b284455b72
rename partouche file so it can be picked up by THP
2011-04-08 08:48:18 +02:00
Worros
da82c25b2f
Merge branch 'master' of git://git.assembla.com/fpdb
2011-04-08 16:33:48 +10:00
Worros
3d5fb77b82
FTP: Add Limit $2.50/$5
2011-04-08 16:30:57 +10:00
Steffen Schaumburg
65bba7d368
allow import of $1.25/$2.50 blinds on FTP
2011-04-08 07:01:37 +02:00
Steffen Schaumburg
34000b190d
method doesnt exist - causes crash on OSX
2011-04-07 15:45:50 +02:00
Steffen Schaumburg
8f9410fdbc
get LOCALE_ENCODING a different way as the current one crashed on start on mac osx
2011-04-07 15:44:27 +02:00
Steffen Schaumburg
a7541c9068
removing hex coder - DB should never not be UTF8, and the code is not used anywhere else. this also caused failure on mac OSX
2011-04-07 15:44:05 +02:00
Steffen Schaumburg
6fbdcaa592
updated mo files
2011-04-07 15:22:40 +02:00
Steffen Schaumburg
9a2c3d98f5
update l10n files with completed hungarian - thanks erki!
2011-04-07 15:21:18 +02:00
Erki Ferenc
565d6b65ca
l10n: Updated Hungarian translation
2011-04-07 15:17:10 +02:00
Steffen Schaumburg
56c26f5dcd
activate support for capNL and FL/PL/NL draw tourneys on FTP - thanks Oleg for the histories
2011-04-07 12:37:40 +02:00
Steffen Schaumburg
d8d9f3a1fc
finish french translation - thanks very much to Wedges
2011-04-07 10:51:14 +02:00
Steffen Schaumburg
53607907ea
comment what looks like an unnecessary debug
2011-04-07 10:50:15 +02:00
Steffen Schaumburg
38832a84fb
Merge branch 'carl'
2011-04-07 10:39:50 +02:00
Steffen Schaumburg
9db4d1db55
add support for partouche poker gibraltar to everleaf parser - thanks elwood42 for providing a regex and some sample files
2011-04-07 10:34:34 +02:00
Worros
d4c58fd23f
FTP: Fix crasher with returned antes
...
FTP forces all players at a cash game table to post antes, but if they
are in the blinds they can timeout and have the ante returned to them,
listing them as sitting out.
2011-04-07 18:26:55 +10:00
Worros
4f4a905609
FTP: Fix issue with RIT hands.
...
RIT hands on FTP have two summary sections. If a player is sitting out
and needs to be removed from the player list, they were removed twice.
The second remove from a python dict is a crash. Patch avoids this
situation
2011-04-07 17:54:47 +10:00
Steffen Schaumburg
5e1c8364cf
move total in THP to the end
2011-04-07 07:57:40 +02:00
Steffen Schaumburg
91b597e2ea
fix for IDs of sites and actions - thanks to Jon Cooper!
2011-04-07 06:03:01 +02:00
Steffen Schaumburg
9db1460797
expand hand start print in PS to ensure it prints identifiable hand
2011-04-07 04:17:43 +02:00
Steffen Schaumburg
1bdf5b9a19
add template for announcement
2011-04-07 03:26:30 +02:00
Steffen Schaumburg
abcf16d7a8
Merge branch 'dooglus-master'
...
Conflicts:
pyfpdb/Filters.py
2011-04-07 02:19:38 +02:00
Steffen Schaumburg
44a3392334
spell portuguese correctly..
2011-04-07 00:04:48 +02:00
Steffen Schaumburg
0b369ad853
update ebuilds for pt and zh
2011-04-07 00:02:58 +02:00
Steffen Schaumburg
b3ea457f4c
add first bits of portugese (brazil) and chinese (simplified) translation - thanks very much to pkpkpkdo and jipeng!
2011-04-06 23:58:36 +02:00
Steffen Schaumburg
e9cdc96ae4
Merge branch 'master' of git://git.assembla.com/fpdb-eric into eric
2011-04-06 23:27:57 +02:00
Chaz Littlejohn
4b938b7e2a
Added back in additions to THP and PokerStarsToFpdb now that the conflict has been resolved
2011-04-06 17:03:04 +00:00
Chaz Littlejohn
ae8006935d
Merge branch 'sorrow' into chazdazzle-test
2011-04-06 16:56:48 +00:00
Chaz Littlejohn
69732a40ae
resolving merge conflicts in PokerStarsToFpdb.py and TestHandsPlayers.py
2011-04-06 16:56:19 +00:00
Chaz Littlejohn
b7b93408b0
Commented out the printing in recreate_tables. Should think about undertaking an effort to remove all printing since everything important is logged anyways
2011-04-06 03:43:56 +00:00
Eric Blade
bbcc3fbf2b
Merge branch 'master' of git://repo.or.cz/fpbd-bostik.git
2011-04-05 07:50:32 -04:00
Eric Blade
33b654c64a
Merge branch 'master' of git://git.assembla.com/fpdb.git
2011-04-05 07:49:26 -04:00
Eric Blade
cd36893120
Merge branch 'master' of git://git.assembla.com/fpdboz.git
2011-04-05 07:48:13 -04:00
Steffen Schaumburg
76a2d3230b
italian translation complete - thanks very much to seppone1991!
2011-04-05 11:32:00 +02:00
Steffen Schaumburg
ddf3378d12
transifex managed to recover some more spanish translation
2011-04-05 11:00:17 +02:00
Steffen Schaumburg
5a03212333
add big chunk of spanish translation - thanks very much to José Luis Ledesma
2011-04-05 10:55:16 +02:00