| Age | Message |
|---|---|
| 7 hours 39 minutes | Small optimisation to save one if control. |
| 7 hours 40 minutes | Added a new filter to encode an email address. |
| 7 hours 40 minutes | Document the addTo method. |
| 7 hours 42 minutes | Added a method to add an object to the queue. |
| 3 days 19 hours | Fixed to pass the request object as reference. The preconditions can now modify the request object. This was not working with all the PHP versions. |
| 3 days 20 hours | Added the ability to pass static parameters to a precondition
function. For example, you can now put: public $view_precond = array(('Pluf_Precondition::hasPerm', 'MyApp.my-perm')); This will run the hasPerm method with the request object as first parameter and the string 'MyApp.my-perm' as second parameter. |
| 5 days 6 hours | Added the ability to set a per column class in the paginator. |
| 19 days 6 hours | Changed to title case the installed languages. The main use of the installed language list is to provide it in a form. We have better consistency with a title case on them. |
| 19 days 6 hours | Added the language control from the user object. |
| 19 days 7 hours | Fixed to correctly remove the test cookie after a good login. |
| 19 days 8 hours | Restructured the dispatcher to catch exceptions. The dispatcher now correctly catches exceptions thrown by the middleware stack. |
| 1 month 6 hours | Fixed the case of redirection. |
| 1 month 1 day | Add a middleware to prevent CSRF. |
| 1 month 1 day | Cleaned little things. |
| 1 month 2 days | Fixed error resulting in a white page. |
| 1 month 2 days | Added a signal to modify the template tags and modifiers. |
| 1 month 4 days | Added a formating string without local time conversion. |
|
Commit 1a7c3236effee77463c4741b9d71cb00756d4cf8,
by Loic d'Anterroches
|
|
| 1 month 4 days | Added a special iterator for some models. |
|
Commit 1c162797b48b1ea00ea64c2213fca8d447f138d4,
by Loic d'Anterroches
|
|
| 1 month 8 days | Improved the handling of the 404 errors to be simple by default. |
|
Commit 964dc2d87da9c823572ce892d4b57aea048127b1,
by Loic d'Anterroches
|
|
| 1 month 8 days | Added array access to the form. |
|
Commit 3fb39807c9713cfd926592223c37d19b76c43f5d,
by Loic d'Anterroches
|
|
| 1 month 11 days | Improved the upload of files in case of no files. |
|
Commit 4a4fe11a64c80380998fb8f81ac9ab6117cb211c,
by Loic d'Anterroches
|
|
| 1 month 11 days | Changed to allow post failure cleaning of a form. |
|
Commit 9eed1bd5e4314d77ccef3834c1c3f34ff4e89fce,
by Loic d'Anterroches
|
|
| 1 month 13 days | Fixed the reference problem in the signal. This should work with PHP 5.2.6 now. |
|
Commit 0c4e9ec58d47da453a5789e38a27fbe14de75a07,
by Loic d'Anterroches
|
|
| 1 month 13 days | Reverted previous fix as breaking PHP 5.2.4. We need to figure out the right way to do that. |
|
Commit 898381618ee5fe4eaeabf267680d7ebad345f867,
by Loic d'Anterroches
|
|
| 1 month 13 days | Fixed call-time pass-by-reference error. |
|
Commit 7704a4a700052667e624a0702d40e6fec1cd3e72,
by Loic d'Anterroches
|
|