sajingeo / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

Rietveld doesn't properly catch CapabilityDisabledError #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a handler for it, but it only catches errors caught during the
template expansion.  Capability errors however are typically raised by
db.put(), db.delete(), and db.run_in_transaction() operations.

At the minimum (and in any case) we should probably move the handler (maybe
Django has a handler architecture?).  A nice-to-have would be if the UI
actually dimmed features requiring write operations when capabilities are
disabled -- there is an inquiry API for this purpose.

Original issue reported on code.google.com by gvanrossum@gmail.com on 7 Jun 2009 at 4:58

GoogleCodeExporter commented 9 years ago
Issue 128 has been merged into this issue.

Original comment by albrecht.andi on 2 Jul 2009 at 6:29

GoogleCodeExporter commented 9 years ago
Issue 326 has been merged into this issue.

Original comment by albrecht.andi on 4 Aug 2011 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 6 Apr 2012 at 6:31