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 
						 
				 
			
				
					
						
							
							
								Chaz Littlejohn 
							
						 
					 
					
						
						
						
						
							
						
						
							66e1cc3704 
							
						 
					 
					
						
						
							
							This commit includes a set of updates which:  
						
						... 
						
						
						
						* implement the new SessionsCache table
    - The SessionsCache table can be used to track overall or game sepecific sessions
    - The totalProfit field is summed by gameTypeId for cash games allowing for multiple currencies
    - Tournament profit (cashes - buy-ins) are also recorded in totalProfit and its grouped by tourneyId
* change the sequence and methodology surrounding the import of hands
    - fpdb_import.py implements a unique Hand.py method for each table
    - Hands SessionCache and HudCache records themselves are 'cached' to allow for 'bulk insert' at EOF
    - import is reorganized to allow for efficient locking in multiple connection environments
* changes the name of the index created by addTPlayersIndex (so that it is unique) to accommodate a bug in MySQL 5.5
TODO
* A 'rebuild_sessionsCache' method is still required
* Further commits are expected to fix bugs created during the porting of this code 
						
					 
					
						2011-03-23 19:27:55 +00:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							169f4bca32 
							
						 
					 
					
						
						
							
							Regression: Data files for PacificPoker play money hand  
						
						
						
					 
					
						2011-03-22 15:35:03 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							867c547ca0 
							
						 
					 
					
						
						
							
							Revert "Modified hhc & fpdb_import so gtk & pygtk are imported only if import is run from the"  
						
						... 
						
						
						
						This reverts commit 64f46181fa 
						
					 
					
						2011-03-22 15:20:50 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							94dc683281 
							
						 
					 
					
						
						
							
							PacificPoker: Change raise function  
						
						... 
						
						
						
						In the sample hand history
player04 bets [1]
Hero raises [2]
player05 raises [3]
Hero raises 1 to 2
player05 raises 1 to 3 
						
					 
					
						2011-03-22 15:11:08 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							32bb2c013e 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/rwielinga/fpdb  
						
						
						
					 
					
						2011-03-22 15:03:41 +08:00 
						 
				 
			
				
					
						
							
							
								Chaz Littlejohn 
							
						 
					 
					
						
						
						
						
							
						
						
							ed1259fe30 
							
						 
					 
					
						
						
							
							It's not actually a big deal if there's no bring-in, like if the bring-in completes instead, so changed to debug.  
						
						
						
					 
					
						2011-03-22 04:17:46 +00:00 
						 
				 
			
				
					
						
							
							
								Chaz Littlejohn 
							
						 
					 
					
						
						
						
						
							
						
						
							41e0042235 
							
						 
					 
					
						
						
							
							Added tracking for FTP 2-7 Single Draw  
						
						
						
					 
					
						2011-03-22 04:16:23 +00:00 
						 
				 
			
				
					
						
							
							
								Chaz Littlejohn 
							
						 
					 
					
						
						
						
						
							
						
						
							64f46181fa 
							
						 
					 
					
						
						
							
							Modified hhc & fpdb_import so gtk & pygtk are imported only if import is run from the  
						
						... 
						
						
						
						gui 
						
					 
					
						2011-03-22 03:22:38 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Wielinga 
							
						 
					 
					
						
						
						
						
							
						
						
							43c31cd971 
							
						 
					 
					
						
						
							
							Added a testfile that is not put in the DB correctly. The file shows a game where 'Hero' loses 18 (play money) dollars. FPDB determines a loss of 27 dollars. Where does this go wrong? TODO comments have been added to the PacificPokerToFpdb.py.  
						
						
						
					 
					
						2011-03-21 20:38:27 +01:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							9d716bbedb 
							
						 
					 
					
						
						
							
							Regression: gunzip PacificPoker files  
						
						
						
					 
					
						2011-03-21 12:25:06 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							9944d53058 
							
						 
					 
					
						
						
							
							Win2day: Accept accentuated characters in the tables names  
						
						... 
						
						
						
						Patch from Mathieu Pagé <mathieu@mathieupage.com> 
						
					 
					
						2011-03-21 11:17:26 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							66112a8d6e 
							
						 
					 
					
						
						
							
							Hand.py: Add CAD currency  
						
						... 
						
						
						
						Patch from Mathieu Pagé <mathieu@mathieupage.com> 
						
					 
					
						2011-03-21 11:15:19 +08:00 
						 
				 
			
				
					
						
							
							
								gimick 
							
						 
					 
					
						
						
						
						
							
						
						
							68fe4ee9a2 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb  
						
						
						
					 
					
						2011-03-20 18:05:15 +00:00 
						 
				 
			
				
					
						
							
							
								gimick 
							
						 
					 
					
						
						
						
						
							
						
						
							7951f6ded2 
							
						 
					 
					
						
						
							
							menu: remove debug message  
						
						
						
					 
					
						2011-03-20 18:03:29 +00:00 
						 
				 
			
				
					
						
							
							
								gimick 
							
						 
					 
					
						
						
						
						
							
						
						
							b0ea975b25 
							
						 
					 
					
						
						
							
							HUD: make update_hudcache data INT not BOOL ( #93 ) & rushaux BOOL fix  
						
						
						
					 
					
						2011-03-20 17:57:07 +00:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							d6b3197fb6 
							
						 
					 
					
						
						
							
							linux (and probably mac): fix copying of example config in case of missing config file  
						
						
						
					 
					
						2011-03-19 22:10:45 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							43b071515d 
							
						 
					 
					
						
						
							
							remove hharchivebase from code and test config  
						
						
						
					 
					
						2011-03-19 20:15:53 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							22fdf6944b 
							
						 
					 
					
						
						
							
							remove obselete setting hhArchiveBase from example config  
						
						
						
					 
					
						2011-03-19 19:41:56 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							708f44c2fa 
							
						 
					 
					
						
						
							
							fix brackets on a string  
						
						
						
					 
					
						2011-03-19 02:19:05 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							b1387be3ce 
							
						 
					 
					
						
						
							
							some string unifications  
						
						
						
					 
					
						2011-03-19 02:13:26 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							5483e01693 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://github.com/rwielinga/fpdb into wielinga  
						
						
						
					 
					
						2011-03-19 01:59:06 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							309c3a408a 
							
						 
					 
					
						
						
							
							overdue version string increment  
						
						
						
					 
					
						2011-03-18 00:12:20 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							b75dc46979 
							
						 
					 
					
						
						
							
							display warning and dont load HUD if running without admin under vista/7  
						
						
						
					 
					
						2011-03-18 00:11:47 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							96bf04ad5f 
							
						 
					 
					
						
						
							
							make fpdb.pyw executable  
						
						
						
					 
					
						2011-03-17 21:00:00 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							20bd9b4ae3 
							
						 
					 
					
						
						
							
							Revert "trivial string fix"  
						
						... 
						
						
						
						This reverts commit 92095b1fc0 
						
					 
					
						2011-03-17 20:59:17 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							af1c1d1c1f 
							
						 
					 
					
						
						
							
							Merge branch 'carl'  
						
						
						
					 
					
						2011-03-17 15:15:45 +01:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							08ee109ec3 
							
						 
					 
					
						
						
							
							Stars: Allow ' in tablename  
						
						... 
						
						
						
						Table 'Isildur's NLHE 50 IV' 2-max Seat #2  is the button 
						
					 
					
						2011-03-17 14:29:00 +08:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							60d17b0231 
							
						 
					 
					
						
						
							
							Merge branch 'eric'  
						
						
						
					 
					
						2011-03-16 12:26:24 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							92095b1fc0 
							
						 
					 
					
						
						
							
							trivial string fix  
						
						
						
					 
					
						2011-03-16 12:26:21 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							bc7a5c55ff 
							
						 
					 
					
						
						
							
							Merge branch 'carl'  
						
						... 
						
						
						
						Conflicts:
	pyfpdb/WinamaxToFpdb.py (just a comment and an output string 
						
					 
					
						2011-03-16 09:37:44 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							b000278000 
							
						 
					 
					
						
						
							
							Merge branch 'gimick'  
						
						... 
						
						
						
						Conflicts:
	packaging/windows/py2exe_setup.py 
						
					 
					
						2011-03-15 21:52:16 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							d7fdac6366 
							
						 
					 
					
						
						
							
							Merge branch 'ferki'  
						
						
						
					 
					
						2011-03-15 21:19:26 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							5262746996 
							
						 
					 
					
						
						
							
							attempted fix for OSX startup problem  
						
						
						
					 
					
						2011-03-15 21:18:42 +01:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							15bdbfbdf7 
							
						 
					 
					
						
						
							
							Absolute: Allow date variation to parse  
						
						
						
					 
					
						2011-03-15 14:44:41 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							affc697b32 
							
						 
					 
					
						
						
							
							Regression: Absolute HH from email.  
						
						... 
						
						
						
						Not this file was been modified from the original email format to:
- Remove the ####+ line
- Rename the file into the manner expected. 
						
					 
					
						2011-03-15 14:42:43 +08:00 
						 
				 
			
				
					
						
							
							
								tribumarchal 
							
						 
					 
					
						
						
						
						
							
						
						
							180c4be9f6 
							
						 
					 
					
						
						
							
							new and old cards  
						
						... 
						
						
						
						Signed-off-by: tribumarchal 
						
					 
					
						2011-03-14 16:31:08 +08:00 
						 
				 
			
				
					
						
							
							
								tribumarchal 
							
						 
					 
					
						
						
						
						
							
						
						
							2ddc08263a 
							
						 
					 
					
						
						
							
							translation ascii utf8  
						
						... 
						
						
						
						Signed-off-by: tribumarchal 
						
					 
					
						2011-03-14 16:30:41 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							f1ec659015 
							
						 
					 
					
						
						
							
							WinamaxSummary: Allow satellites to parse  
						
						
						
					 
					
						2011-03-14 16:05:59 +08:00 
						 
				 
			
				
					
						
							
							
								Worros 
							
						 
					 
					
						
						
						
						
							
						
						
							7e5573f1f5 
							
						 
					 
					
						
						
							
							Winamax: Minor fix to Pierres patch.  
						
						
						
					 
					
						2011-03-14 14:12:32 +08:00 
						 
				 
			
				
					
						
							
							
								tribumarchal 
							
						 
					 
					
						
						
						
						
							
						
						
							c66ec208c2 
							
						 
					 
					
						
						
							
							fix error only french winnamax poker  
						
						... 
						
						
						
						Signed-off-by: tribumarchal 
						
					 
					
						2011-03-14 14:11:27 +08:00 
						 
				 
			
				
					
						
							
							
								tribumarchal 
							
						 
					 
					
						
						
						
						
							
						
						
							920aac6f73 
							
						 
					 
					
						
						
							
							fix minor bug display GuiRingPlayerStats.py  
						
						... 
						
						
						
						Signed-off-by: tribumarchal 
						
					 
					
						2011-03-14 14:06:42 +08:00 
						 
				 
			
				
					
						
							
							
								Erki Ferenc 
							
						 
					 
					
						
						
						
						
							
						
						
							d2be4b2fb4 
							
						 
					 
					
						
						
							
							l10n: updated and revised Hungarian translation  
						
						
						
					 
					
						2011-03-13 17:43:49 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							8a9a227735 
							
						 
					 
					
						
						
							
							fix some misplaced newlines in the translations, add checking program to localise script, update mo files  
						
						
						
					 
					
						2011-03-12 22:03:06 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							d49d2e2220 
							
						 
					 
					
						
						
							
							few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files  
						
						
						
					 
					
						2011-03-12 21:47:14 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Wielinga 
							
						 
					 
					
						
						
						
						
							
						
						
							de5a406f68 
							
						 
					 
					
						
						
							
							Merge branch 'master' of git://git.assembla.com/fpdb  
						
						
						
					 
					
						2011-03-12 17:40:16 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Wielinga 
							
						 
					 
					
						
						
						
						
							
						
						
							407c93349c 
							
						 
					 
					
						
						
							
							Added required files for PacificPoker HHC  
						
						
						
					 
					
						2011-03-12 13:59:22 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Wielinga 
							
						 
					 
					
						
						
						
						
							
						
						
							f61fcc4b4a 
							
						 
					 
					
						
						
							
							Added the PacifikPoker (888Poker) HandHistoryConverter  
						
						
						
					 
					
						2011-03-12 13:28:55 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							2baac68ac7 
							
						 
					 
					
						
						
							
							generate hungarian mo file  
						
						
						
					 
					
						2011-03-11 07:15:17 +01:00 
						 
				 
			
				
					
						
							
							
								Steffen Schaumburg 
							
						 
					 
					
						
						
						
						
							
						
						
							24f7d5514f 
							
						 
					 
					
						
						
							
							Merge branch 'ferki'  
						
						... 
						
						
						
						Conflicts:
	pyfpdb/locale/fpdb-hu_HU.po 
						
					 
					
						2011-03-11 07:12:58 +01:00