Steffen Schaumburg
a9cfd8cac1
fix startup with old config files
2011-04-10 21:17:39 +02:00
Steffen Schaumburg
28dead2905
Merge branch 'next'
...
Conflicts:
pyfpdb/Configuration.py
pyfpdb/locale/de/LC_MESSAGES/fpdb.mo
pyfpdb/locale/es/LC_MESSAGES/fpdb.mo
pyfpdb/locale/fpdb-de_DE.po
pyfpdb/locale/fpdb-en_GB.pot
pyfpdb/locale/fpdb-es_ES.po
pyfpdb/locale/fpdb-fr_FR.po
pyfpdb/locale/fpdb-hu_HU.po
pyfpdb/locale/fpdb-it_IT.po
pyfpdb/locale/fpdb-pl_PL.po
pyfpdb/locale/fpdb-pt_BR.po
pyfpdb/locale/fpdb-ru_RU.po
pyfpdb/locale/fpdb-zh_CN.po
pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo
pyfpdb/locale/hu/LC_MESSAGES/fpdb.mo
pyfpdb/locale/it/LC_MESSAGES/fpdb.mo
pyfpdb/locale/pl/LC_MESSAGES/fpdb.mo
pyfpdb/locale/pt/LC_MESSAGES/fpdb.mo
pyfpdb/locale/ru/LC_MESSAGES/fpdb.mo
pyfpdb/locale/zh/LC_MESSAGES/fpdb.mo
2011-04-10 19:14:20 +02:00
Steffen Schaumburg
117a50db00
update version string for post-release
2011-04-10 19:10:08 +02:00
Steffen Schaumburg
81f1b67f5c
update version string to 0.23, update l10n files
2011-04-10 18:48:04 +02:00
Steffen Schaumburg
f68748fc76
Merge branch 'chaz'
...
Conflicts:
pyfpdb/Configuration.py
2011-04-10 18:46:19 +02:00
Steffen Schaumburg
e96e566bc6
Merge git://github.com/ChazDazzle/fpdb-chaz into chaz
2011-04-10 18:38:59 +02:00
Chaz Littlejohn
27446659f9
Fixed the loop in storeHudCache so that it only changes boolean to 1/0 when its True/False
2011-04-10 16:36:30 +00:00
Steffen Schaumburg
76529adebb
add todo note
2011-04-10 18:18:49 +02:00
Steffen Schaumburg
d92c0fb27c
second go at fixing filename storage
2011-04-10 18:12:40 +02:00
Steffen Schaumburg
3160496cc1
dont try to read community cards in PREFLOP - this shouldn't be necessary I don't think, but it fixes the problem for now
2011-04-10 16:33:19 +02:00
Steffen Schaumburg
d9b323ec58
remove dupe testfile (this file, with a few extra hands, was also one level deeper)
2011-04-10 16:25:15 +02:00
Steffen Schaumburg
609ae44f29
expand ScriptAddStatToRegression.py to support adding to .hands files
2011-04-10 16:05:32 +02:00
Steffen Schaumburg
f6e21dabc5
fix import of files with dodgy filenames
2011-04-10 16:02:03 +02:00
Steffen Schaumburg
e18abe9168
testing: fix typo in THP
2011-04-10 15:51:17 +02:00
Steffen Schaumburg
49f681fb6c
testing: add showed, runIt, fileID to expected results
2011-04-10 15:51:06 +02:00
Steffen Schaumburg
b53784fd60
Merge branch 'gimick'
2011-04-10 14:55:10 +02:00
Steffen Schaumburg
cd5d43b3a8
add cleanup todo
2011-04-10 14:53:01 +02:00
Steffen Schaumburg
58f656f374
allow example config to be in CWD or CWD/pyfpdb on posix
2011-04-10 14:50:54 +02:00
gimick
04d536e75d
aux: stub new method update_card_positions
2011-04-10 13:44:43 +01:00
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
ef384f28fb
Merge branch 'master' of git://git.assembla.com/fpdb
2011-04-09 21:38:08 +01: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
a5f9ea085e
fix mac OSX startup - now it actually starts
2011-04-09 20:36:04 +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
Steffen Schaumburg
eac7ac5781
more german translation
2011-04-09 18:49:58 +02:00
Steffen Schaumburg
e4ab1f37cf
more string cleaning, remove useless CLI option from GBI
2011-04-09 18:49:09 +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
ad43f241eb
testing: everleaf hand
2011-04-08 13:40:40 +02:00
Steffen Schaumburg
398a2609ef
more string cleaning
2011-04-08 13:39:56 +02:00
Steffen Schaumburg
e5cdf881a7
make database.py executable
2011-04-08 11:13:29 +02:00
Steffen Schaumburg
f3b4bb6fd0
fix different shortcuts for stop AI, string unification, remove leading/trailing whitespace
2011-04-08 11:12:38 +02: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
00bef8f83f
method doesnt exist - causes crash on OSX
2011-04-07 15:36:22 +02:00
Steffen Schaumburg
6fbdcaa592
updated mo files
2011-04-07 15:22:40 +02:00