|
|
@@ -153,6 +153,13 @@ Use at your own risk. Please provide any fixes or enhancements via issue or bett
|
|
|
Some classes are still from 1.2 (and are merely upgraded to 2.x) and might still need some serious refactoring.
|
|
|
If you are able to help on that one, that would be awesome.
|
|
|
|
|
|
+### Critique
|
|
|
+
|
|
|
+nuluke in IRC:
|
|
|
+> "I've been using Tiny(Auth) for a year now, it's dead simple amazing. tiny + tools plugin saved me tons of time."
|
|
|
+
|
|
|
+[Yours here? Contact me]
|
|
|
+
|
|
|
### Branching strategy
|
|
|
The master branch is the currently active and maintained one and works with the current 2.x stable version.
|
|
|
Older versions might be found in their respective branches (2.0, 2.4, ...).
|
|
|
@@ -170,4 +177,4 @@ For details on how to contribute please read the [CONTRIBUTING page](CONTRIBUTIN
|
|
|
* 2014-11 All translations now use the `tools` domain; development messages are not translated anymore
|
|
|
* 2014-12 Some model validations have also been transformed from generic `validation` into `tools` domain.
|
|
|
* 2014-12 All `tools` domain translations need to exist in `APP/Locale` due to a core issue in `CakePHP <= 2.5` when trying to overwrite them in the application.
|
|
|
-* 2015-01 With CakePHP2.6 support now we can re-add the Locale files again. Use `App.preferApp` Configure key to overwrite the plugin's locale files.
|
|
|
+* 2015-01 With CakePHP2.6 support now we can re-add the Locale files again. Use `App.preferApp` Configure key to overwrite the plugin's locale files.
|