Commit Graph

268 Commits

Author SHA1 Message Date
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
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
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
e4ab1f37cf more string cleaning, remove useless CLI option from GBI 2011-04-09 18:49:09 +02:00
Steffen Schaumburg
398a2609ef more string cleaning 2011-04-08 13:39:56 +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
68cb7e5e54 get LOCALE_ENCODING a different way as the current one crashed on start on mac osx 2011-04-07 15:16:05 +02:00
Steffen Schaumburg
63f3bbb15f 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:01:45 +02:00
Steffen Schaumburg
d44d1dda3e show mac-specific error only on mac OSX 2011-04-07 14:47:55 +02:00
Steffen Schaumburg
68049cb07b add history path to site preferences 2011-04-06 23:27:01 +02:00
Steffen Schaumburg
93e5233b00 add site preferences dialogue 2011-04-06 22:43:14 +02:00
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