| Age | Message |
|---|---|
| 20 hours 23 minutes | Removed the MacCyrillic encoding as not supported by PHP. |
| 4 days 14 hours | Prevent the submission of the form with an empty login/password. |
| 7 days 17 hours | Added a wordwrap method not breaking the HTML. |
| 8 days 7 hours | Added hook on user deletion. |
| 14 days 12 hours | Updated to add more info when in unit tests. |
| 1 month 5 days | Fixed to ignore when not the rights to write the file. |
| 1 month 11 days | Fixed error with the urls. |
| 1 month 11 days | Added a shortcuts to get one object or throw a 404 exception. |
| 1 month 13 days | Added the display of the include path. |
| 1 month 18 days | Fixed issues with recursive URLs inclusion. |
| 1 month 18 days | Fixed issue 184, added a getOne method. |
| 1 month 18 days | Added the ability to add paths to the default include path. |
| 1 month 20 days | Fixed issue 49, orm generation from model does not fill automatically the selection list for a mant-to-many relation. |
| 1 month 26 days | Added Russian encoding detection method. |
| 1 month 26 days | Fixed error when no defined signals. |
| 2 months 8 days | Optimized the reverse URL generation. |
| 2 months 8 days | Fixed to correctly cache the DB connection at the model level. |
| 2 months 8 days | Improved the speed of the loadClass. |
| 2 months 8 days | Improved the speed by removind a function call. It is faster to catch the exception when the index is not defined than testing for the index before getting it. |
| 2 months 26 days | Added the cache of the relations and signals. This is particularily useful when using multiple applications, with one or 2 applications the differences are negligeable. |
| 2 months 27 days | Removed unnecessary code. |
| 2 months 27 days | Added the modularization of the URLs. |
| 3 months 1 day | Fixed to display connection errors with MySQL. |
| 3 months 6 days | Added PHP version check and better error display. |
| 3 months 6 days | Added the ability to pass the action with a get parameter. Now, the _pluf_action get parameter can be used to pass the action. This can be practical for some mod_rewrite configurations. |