Issue146

Title Split connections.conf into separate files per connection
Priority planned feature Status testing
Superseder Nosy List reinhard
Assigned To reinhard Topics gnue-common

Created on 2007-01-04.09:07:11 by reinhard, last changed 2009-10-18.17:59:47 by reinhard.

Messages
msg459 (view) Author: reinhard Date: 2009-10-18.12:59:43
Subversion revision 9986
Added:
   trunk/gnue-common/src/base/config.py
      - copied, changed from r9984, trunk/gnue-common/src/base/utils.py
   trunk/gnue-common/src/datasources/backends.py   (contents, props changed)
Removed:
   trunk/gnue-common/src/base/utils.py
Modified:
   trunk/gnue-common/src/apps/GBaseApp.py
   trunk/gnue-common/src/base/log.py
   trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
   trunk/gnue-common/src/datasources/GConnections.py
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Use new configuration management module for backends.conf (formerly known as
connections.conf).

issue146 testing

msg295 (view) Author: reinhard Date: 2007-01-04.09:07:09
If different GNUe applications are installed on the same system, all of them
must write their connections.conf entry in the same file. This makes it harder
for distributions to package GNUe applications properly.

It would be better if there was a /etc/gnue/connections.d where each application
could just drop its own connections.conf style file.
History
Date User Action Args
2009-10-18 17:59:47reinhardsetstatus: chatting -> testing
2009-10-18 17:59:47reinhardsetstatus: unread -> chatting
messages: + msg459
2009-10-16 21:53:15reinhardsetassignedto: reinhard
2009-10-11 21:00:50reinhardsetpriority: wish -> planned feature
2007-01-04 09:07:11reinhardcreate