Steffen Schaumburg
84961625e4
reduce translatable words by about 40
2011-04-05 02:08:28 +02:00
Chaz Littlejohn
3c2fdaf53e
Fixed some data-type bugs in the Import class -- essentialy the same commit as 530a21cb9f65f83f8b09ef08f6415c8bd256fccc in the chaz branch of my repo
2011-03-23 19:27:55 +00:00
Chaz Littlejohn
91d791a3ac
Commented out the truly absurd amount of printing that goes on whenever you load a Config file
2011-03-23 19:27:55 +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
5262746996
attempted fix for OSX startup problem
2011-03-15 21:18:42 +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
Steffen Schaumburg
8a519699b5
update copyright year
2011-03-10 06:16:31 +01:00
Steffen Schaumburg
e88fb25138
string change
2011-03-02 03:15:15 +01:00
Steffen Schaumburg
710fd8dde2
a couple of string corrections
2011-03-02 02:55:52 +01:00
Worros
7c4337bd96
Config: Add ResultsDirectory to <import>
2011-02-11 17:50:07 +08:00
donoban
4b8a583659
Revert "Add support for specifying DB port"
...
This reverts commit 8d78e11a4f
.
2011-02-04 07:49:17 +01:00
Worros
ae414f1bd6
Merge branch 'master' of git://repo.or.cz/fpbd-bostik
2011-02-03 12:17:19 +08:00
Eratosthenes
59c7985410
Add name attr to layout element in site element.
2011-01-27 19:42:55 -05:00
Mika Bostrom
8d78e11a4f
Add support for specifying DB port
...
In case someone needs to connect to a DB engine in non-standard port,
defining the TCP port is required. This is a rare corner case which
should only arise when a given DB host runs multiple versions of the
same DB engine.
However, the support is relatively straightforward to implement and it
shouldn't conflict with any other options.
2011-01-16 10:43:36 +02:00
Chaz
c2cda3bf87
Added sessionTimeout Import field to Configuration.py and the Hud_config files. Default set to 30 minutes to start a new session
2010-12-04 17:33:57 -05:00
Chaz
cbd6aa242e
Added the 'cacheSessions' config option
2010-12-02 00:35:18 -05:00
Worros
c0b1b8b8a7
Config: Add summaryImporter element to hhc
2010-11-10 11:50:29 +08:00
Worros
1a80509bdf
Config: Fix breakage from previous patch
...
PF3 was accidentally changed to PF9
2010-10-06 10:59:06 +08:00
Worros
3ecd014e0d
Grapher, Configuration: Fix whitespace breakage.
2010-10-06 10:53:07 +08:00
lastpoet
e303123dfe
explain defaults
2010-10-05 15:42:05 +01:00
Worros
353a7d96eb
Config: Fix import ordering
...
L10n change caused:
File "/home/carlos/Projects/fpdb/fpdboz/pyfpdb/Charset.py", line 25, in <module>
import Configuration
File "/home/carlos/Projects/fpdb/fpdboz/pyfpdb/Configuration.py", line 30
from __future__ import with_statement
SyntaxError: from __future__ imports must occur at the beginning of the file
Who knew?
2010-09-23 11:27:06 +08:00
Worros
1b15e665e0
L10n update - Absolute->Config
2010-09-22 23:51:56 +08:00
Chaz
5cf0cf58a1
Updated saveActions default to False
2010-09-22 02:57:51 -04:00
sqlcoder
e02f2e61ef
make sure new variables are set
2010-09-01 21:20:22 +01:00
Worros
7aeb5e4531
Merge branch 'master' of git://git.assembla.com/fpdb-sql
2010-09-01 11:08:04 +08:00
sqlcoder
9704cd7fe5
routines to store site list in config
2010-08-31 22:34:48 +01:00
steffen123
8efa4d5a9c
slightly improve error message
2010-08-29 20:46:01 +02:00
sqlcoder
bf8b826bbc
copy any missing parts of config from .example
2010-08-29 12:46:22 +01:00
sqlcoder
536adad477
merge from Steffen/Carl
2010-08-29 00:05:22 +01:00
sqlcoder
01c7e37bae
implement Add button in Database dialog (sqlite only)
2010-08-28 18:11:35 +01:00
sqlcoder
4954299061
add default attribute to appropriate database element if missing
2010-08-26 21:24:40 +01:00
steffen123
62bd04661a
fix typo in config example and .py
2010-08-26 20:08:34 +02:00
steffen123
0cc5865ba1
config: expand general section as discussed on ML, add defaults for it
2010-08-23 03:56:07 +02:00
steffen123
a4e3d0c514
a missing gettextification from a recent patch
2010-08-22 05:02:22 +02:00
steffen123
ccec828867
add config sections for RawHands/Tourneys
2010-08-22 04:36:23 +02:00
steffen123
fa6da55618
remove table viewer config handling from code
2010-08-22 04:18:00 +02:00
steffen123
09f3205e77
update email config section as discussed on ML
2010-08-22 01:30:33 +02:00
steffen123
508958f89d
Merge branch 'mika'
2010-08-18 04:22:59 +02:00
Mika Bostrom
f18cc00c0d
Move sample copying after fallback test
...
Only try to copy the example HUD_config.xml after fallback has been
tested against, and even then only on platform where the debian path can
exist
2010-08-17 08:18:46 +03:00
Mika Bostrom
c49565fcb1
Fix config file copying for debian package
...
If there is no config file in ~/.fpdb/ copy it from the package's
/usr/share path
2010-08-17 07:56:00 +03:00
steffen123
b08cb18c0e
remove debug print; add import to Config; gettextify tables
2010-08-15 21:09:18 +02:00
steffen123
d6d3d8f0ce
gettext-ify Configuration
2010-08-14 02:16:34 +02:00
Worros
4e9c32ed84
Configuration: Make new gui_cash_stats have sane defaults when missing from config
2010-08-12 22:52:12 +08:00
steffen123
59f8bb1a70
GuiImapFetcher can save config
2010-08-10 04:44:35 +02:00
steffen123
6e654e5075
allow multiple email configs, start of nicer GUI for it
2010-08-10 03:28:57 +02:00
Worros
8f596d11af
Config: Add the hint of providing defaults for the new config element
...
Adds a new function to Config to provide a complete list of Gui stat cols.
Still needs test to see if the element actually exists in the config
2010-08-04 17:28:38 +08:00
sqlcoder
09dba1001e
Merge branch 'master' of git://git.assembla.com/fpdb
2010-07-31 20:55:50 +01:00
sqlcoder
66cbf49cdc
store column info for cash stats in config. Can now enhance gui to let user change column choices
2010-07-31 20:55:29 +01:00
steffen123
4510268bc8
teach windows how to handle non-ASCII usernames
2010-07-30 00:51:47 +02:00