Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2671)

Issue 6449054: Stores plugins

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by Maiku Mori
Modified:
11 years, 9 months ago
Reviewers:
thomas.j.waldmann
Visibility:
Public.

Description

Stores plugins

Patch Set 1 #

Total comments: 10

Patch Set 2 : Different variation #

Total comments: 20

Patch Set 3 : Minor changes #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M MoinMoin/app.py View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M MoinMoin/config/default.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M MoinMoin/storage/__init__.py View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 9
ThomasJWaldmann
well, i don't think it can be done this way, as it would ONLY work ...
11 years, 9 months ago (2012-07-27 09:45:25 UTC) #1
Maiku Mori
http://codereview.appspot.com/6449054/diff/1/MoinMoin/storage/__init__.py File MoinMoin/storage/__init__.py (right): http://codereview.appspot.com/6449054/diff/1/MoinMoin/storage/__init__.py#newcode36 MoinMoin/storage/__init__.py:36: raise ValueError("malformed backend uri: {0}".format(backend_name_uri)) Fixed a bug here, ...
11 years, 9 months ago (2012-07-27 10:01:26 UTC) #2
ThomasJWaldmann
http://codereview.appspot.com/6449054/diff/1/MoinMoin/storage/__init__.py File MoinMoin/storage/__init__.py (right): http://codereview.appspot.com/6449054/diff/1/MoinMoin/storage/__init__.py#newcode36 MoinMoin/storage/__init__.py:36: raise ValueError("malformed backend uri: {0}".format(backend_name_uri)) if it is saying ...
11 years, 9 months ago (2012-07-27 10:06:23 UTC) #3
ThomasJWaldmann
you should also show how it looks like without using create_simple_mapping. also, if you change ...
11 years, 9 months ago (2012-07-31 19:34:00 UTC) #4
Maiku Mori
As for example, I could add it to the docs. You can either set the ...
11 years, 9 months ago (2012-08-01 12:27:05 UTC) #5
Maiku Mori
http://codereview.appspot.com/6449054/diff/7001/MoinMoin/config/default.py File MoinMoin/config/default.py (right): http://codereview.appspot.com/6449054/diff/7001/MoinMoin/config/default.py#newcode116 MoinMoin/config/default.py:116: raise error.ConfigurationError("No mapping configuration specified! You need to define ...
11 years, 9 months ago (2012-08-01 12:30:37 UTC) #6
ThomasJWaldmann
http://codereview.appspot.com/6449054/diff/7001/MoinMoin/app.py File MoinMoin/app.py (right): http://codereview.appspot.com/6449054/diff/7001/MoinMoin/app.py#newcode105 MoinMoin/app.py:105: app.initialized_plugins = plugin.init_all_plugins(app.cfg.plugins_config, False) having some specific order is ...
11 years, 9 months ago (2012-08-01 13:54:19 UTC) #7
Maiku Mori
http://codereview.appspot.com/6449054/diff/7001/MoinMoin/app.py File MoinMoin/app.py (right): http://codereview.appspot.com/6449054/diff/7001/MoinMoin/app.py#newcode105 MoinMoin/app.py:105: app.initialized_plugins = plugin.init_all_plugins(app.cfg.plugins_config, False) On 2012/08/01 13:54:19, ThomasJWaldmann wrote: ...
11 years, 9 months ago (2012-08-02 16:52:05 UTC) #8
ThomasJWaldmann
11 years, 9 months ago (2012-08-05 15:43:09 UTC) #9
ok, looks better now.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b