thomasvs - flumotion/branches/webadmin-1
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Wed Jul 11 13:49:07 CEST 2007
Author: thomasvs
Date: Wed Jul 11 13:48:58 2007
New Revision: 5312
Modified:
flumotion/branches/webadmin-1/ (props changed)
Log:
Recorded merge of revisions 3854-3914 via svnmerge from
https://svn.fluendo.com/svn/flumotion/trunk
(Thomas: recorded previous merge r3915 done without svnmerge)
........
r3854 | zaheer | 2006-09-25 22:21:48 +0200 (Mon, 25 Sep 2006) | 6 lines
2006-09-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/consumers/disker/admin_gtk.py:
We use old style classes so can't use super :(
........
r3857 | thomasvs | 2006-09-26 15:42:58 +0200 (Tue, 26 Sep 2006) | 1 line
allow override of PYCHECKER
........
r3858 | thomasvs | 2006-09-26 15:43:14 +0200 (Tue, 26 Sep 2006) | 1 line
add some missing config args
........
r3859 | thomasvs | 2006-09-26 15:43:38 +0200 (Tue, 26 Sep 2006) | 1 line
remove rpms first
........
r3860 | zaheer | 2006-09-26 16:47:05 +0200 (Tue, 26 Sep 2006) | 6 lines
2006-09-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* configure.ac:
Bump twisted requirement to 2.0.1.
........
r3866 | zaheer | 2006-09-26 17:18:59 +0200 (Tue, 26 Sep 2006) | 6 lines
2006-09-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/consumers/httpstreamer/admin_gtk.py:
Check we have _stats before using it.
........
r3870 | zaheer | 2006-09-26 18:08:48 +0200 (Tue, 26 Sep 2006) | 7 lines
2006-09-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/consumers/httpstreamer/admin_gtk.py:
Fix race where _stats would not be set if widget tree
was received before uiState.
........
r3872 | thomasvs | 2006-09-26 18:47:00 +0200 (Tue, 26 Sep 2006) | 1 line
fix in pychecker first
........
r3873 | thomasvs | 2006-09-26 19:10:46 +0200 (Tue, 26 Sep 2006) | 10 lines
* flumotion/admin/admin.py:
move imports inside defgen
* flumotion/common/connection.py:
* flumotion/job/main.py:
remove imports
* flumotion/component/muxers/checks.py:
respect coding style - no idea how Zaheer got the periods in
the other branch :)
........
r3874 | thomasvs | 2006-09-26 19:35:45 +0200 (Tue, 26 Sep 2006) | 4 lines
* flumotion/common/worker.py:
use ones and zeroes
........
r3875 | thomasvs | 2006-09-26 19:47:53 +0200 (Tue, 26 Sep 2006) | 5 lines
* flumotion/manager/main.py:
Replace something that has been deprecated since Python 1.5 (!)
Thank you pychecker.
........
r3879 | thomasvs | 2006-09-26 19:56:26 +0200 (Tue, 26 Sep 2006) | 5 lines
* flumotion/manager/main.py:
Replace something that has been deprecated since Python 1.5 (!)
Thank you pychecker.
........
r3882 | thomasvs | 2006-09-26 20:00:52 +0200 (Tue, 26 Sep 2006) | 4 lines
* flumotion/common/config.py:
use list length 0 as False to check multiple and required
........
r3884 | thomasvs | 2006-09-26 20:05:51 +0200 (Tue, 26 Sep 2006) | 1 line
uhm, yeah, no need for True in
........
r3889 | zaheer | 2006-09-27 13:01:17 +0200 (Wed, 27 Sep 2006) | 12 lines
2006-09-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/common/medium.py:
Refactor runBundledFunction to not be a defer generator.
Essential for debugging issues.
* flumotion/wizard/steps.py:
Refactor runChecks to not be a defer generator.
Essential for debugging issues.
* flumotion/worker/checks/check.py:
Fix log line to actually send the log category.
........
r3898 | thomasvs | 2006-09-27 17:31:14 +0200 (Wed, 27 Sep 2006) | 20 lines
* flumotion/admin/admin.py:
catch errors on remote component calls, and display a reasonable
Warning message for them so we know what to fix.
* flumotion/common/errors.py:
document the expected arguments for RemoteMethodError,
taking the method name as the first argument
* flumotion/wizard/step.py:
follow this change through
* flumotion/component/feedcomponent.py:
document remote_effect
* flumotion/manager/admin.py:
use the more useful log.getExceptionMessage
* flumotion/manager/base.py:
check for the difference between AttributeError and NoSuchMethod
if we can
* po/POTFILES.in:
add flumotion/admin/admin.py for translation
(port from 0.2 patch)
........
r3907 | thomasvs | 2006-09-28 17:13:19 +0200 (Thu, 28 Sep 2006) | 1 line
apparently this does not exist
........
r3908 | thomasvs | 2006-09-28 17:33:00 +0200 (Thu, 28 Sep 2006) | 1 line
updated translation files
........
r3909 | thomasvs | 2006-09-28 18:51:33 +0200 (Thu, 28 Sep 2006) | 1 line
releasing 0.3.1
........
r3911 | thomasvs | 2006-09-28 18:55:04 +0200 (Thu, 28 Sep 2006) | 1 line
back to trunk
........
r3912 | thomasvs | 2006-09-29 12:22:58 +0200 (Fri, 29 Sep 2006) | 1 line
fix default config
........
r3913 | thomasvs | 2006-09-29 12:49:13 +0200 (Fri, 29 Sep 2006) | 1 line
use default port
........
r3914 | thomasvs | 2006-09-29 13:01:33 +0200 (Fri, 29 Sep 2006) | 1 line
fix message about property
........
More information about the flumotion-commit
mailing list