Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8891 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] fix the broken filter chain ordering check and reinstall 1.1 before filer chain semantics

Reported by: skaes Assigned to: nzkoz
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

This patch is for edge.

Attachments

fix_for_around_filters_returning_false.patch (7.8 kB) - added by skaes on 07/06/07 08:16:11.
fix_for_around_filters_returning_false.2.patch (10.5 kB) - added by skaes on 07/07/07 16:47:54.
fix_for_around_filters_returning_false.3.patch (10.5 kB) - added by skaes on 07/07/07 16:51:06.
same as .2 with corrected docs
filters_cleanup_trunk.patch (10.5 kB) - added by skaes on 07/10/07 18:19:09.
filter cleanup for trunk
filters_cleanup_1-2-stable.patch (9.3 kB) - added by skaes on 07/10/07 18:19:53.
filter cleanup for 1-2-stable

Change History

07/06/07 08:16:11 changed by skaes

  • attachment fix_for_around_filters_returning_false.patch added.

07/06/07 08:17:59 changed by skaes

  • owner changed from core to nzkoz.

07/06/07 08:27:52 changed by skaes

Please close #8803 once the patch is in.

07/07/07 16:47:54 changed by skaes

  • attachment fix_for_around_filters_returning_false.2.patch added.

07/07/07 16:51:06 changed by skaes

  • attachment fix_for_around_filters_returning_false.3.patch added.

same as .2 with corrected docs

07/10/07 18:19:09 changed by skaes

  • attachment filters_cleanup_trunk.patch added.

filter cleanup for trunk

07/10/07 18:19:53 changed by skaes

  • attachment filters_cleanup_1-2-stable.patch added.

filter cleanup for 1-2-stable

07/11/07 02:29:29 changed by nzkoz

  • status changed from new to closed.
  • resolution set to fixed.

(In [7177]) Fix errors with around_filters which do not yield, restore 1.1 behaviour with after filters. Closes #8891 [skaes]

07/11/07 02:39:35 changed by nzkoz

(In [7178]) Merge [7177] to release. [skaes] References #8891