discourse/app
Gerhard Schlager 10e509e47f FIX: Don't swallow the original error when moving posts
Dropping the temp table in an `ensure` block hides the actual exception. Creating the table with `ON COMMIT DROP` makes the temp table disappear automatically at the end of the transaction. We only need the explicit `DROP` in tests, because tests already run inside a transaction, so the temp table won't be dropped after each test which leads to spec failures.
2019-10-09 17:02:17 +02:00
..
assets FEATURE: Display created and last_used dates for API keys 2019-10-09 14:24:41 +01:00
controllers DEV: stop mixing in application helper where not needed 2019-10-09 13:06:18 +11:00
helpers SECURITY: mini profiler enabled incorrectly for admins 2019-10-09 12:49:22 +11:00
jobs FIX: Ensure push_url exists before making push notification API call 2019-10-04 11:52:10 -04:00
mailers PERF: reuse renderer when rendering email templates 2019-10-06 23:57:03 -04:00
models FIX: Don't swallow the original error when moving posts 2019-10-09 17:02:17 +02:00
serializers FEATURE: Display created and last_used dates for API keys 2019-10-09 14:24:41 +01:00
services PERF: reuse renderer when rendering email templates 2019-10-06 23:57:03 -04:00
views FEATURE: Add site setting to show more detailed 404 errors. (#8014) 2019-10-08 14:15:08 +03:00