Changes between Initial Version and Version 1 of Ticket #28517, comment 2
- Timestamp:
- 06/12/2014 11:08:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28517, comment 2
initial v1 1 The patches still stand, but the previous assessment of the flawed code was incorrect. The outcome is actually worse than previously described.1 The patches still stand, but the previous assessment of the flawed code was incorrect. 2 2 3 3 ============================================= … … 37 37 38 38 If $hard is false and a filter is added that returns false: 39 39 40 {{{ 40 41 ! false || ! false = true || true = true 41 42 }}} 43 42 44 {{{ 43 45 #!html 44 <span style=" color: red; font-weight: strong;" >UNINTENTIONAL FAILURE- SOFT FLUSH PERFORMED</span>46 <span style="font-weight: bold; font-color: green;">INTENTIONAL SUCCESS - SOFT FLUSH PERFORMED</span> 45 47 }}} 46 48