File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 82
82
* NB! In version 1.2 and up to current, Using HABTM revision requires that both models uses this
83
83
* behavior (even if secondary model does not have a shadow table).
84
84
*
85
- * 1.1.1 => 1.1.2 changelog
86
- * - revisions() got new paramter: $includeCurrent
87
- * This now defaults to false, resulting in a change from 1.1.1. See tests
88
- *
89
- * 1.1.6 => 1.2
90
- * - includes HABTM revision control (one way)
91
- *
92
- * 1.2 => 1.2.1
93
- * - api change in revertToDate, added paramter for force delete if reverting to before earliest
94
- *
95
- * 1.2.6 => 1.2.7
96
- * - api change: removed shadow(), changed revertToDate() to only recurse into related models that
97
- * are dependent when cascade is true
98
- *
99
- * 2.0.5 => CakePHP 2.x
100
- *
101
- * 2.0.6 => use alias to map shadow tables to a different alias as each alias is only allowed once
102
- * per ClassRegistry.
103
- *
85
+ * @deprecated Will be removed soon. Please move yourself to a new location/plugin
86
+ *
104
87
* @author Ronny Vindenes
105
88
* @author Alexander 'alkemann' Morland
106
89
* @license http://opensource.org/licenses/mit-license.php MIT
107
- * @modifed 27. march 2009
108
- * @version 2.0.6
109
- * @modified 2012-07-28 Mark Scherer (2.x ready)
110
90
*/
111
91
class RevisionBehavior extends ModelBehavior {
112
92
You can’t perform that action at this time.
0 commit comments