| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
| SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
| 2009-07-19 | Remove excess success logging. In the rebuild images case, it can | Bharat Mediratta | |
| make a huge log file. In the l10n_client case, it's not really necessary to know that level of detail and it makes for a weird API. | |||
| 2009-07-08 | Add task logging to the Update translations | Tim Almdal | |
| 2009-07-08 | Added task logging to the Rebuild Images task. | Tim Almdal | |
| 2009-07-03 | Ignore lib/ folders in l10n_scanner task. | Andy Staudacher | |
| 1. Because it makes sense. 2. As a quick fix - For some reason it wouldn't work properly anymore now with the HTMLPurifier lib | |||
| 2009-06-04 | Skip over busted images when rebuilding. Change graphics::generate() | Bharat Mediratta | |
| to return true/false on whether or not it could rebuild the image properly, then track the broke images in the task and ignore them. Fixes ticket #344. | |||
| 2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta | |
| gallery module. This type of mass update is prone to some small bugs. | |||
