summaryrefslogtreecommitdiff
path: root/core/libraries/L10n_Scanner.php
AgeCommit message (Collapse)Author
2009-03-26Convert the L10n scanner from a library to a helper.Bharat Mediratta
In order to make the class static, I had to remove the index cache. I'll restore that and cache the index keys in the task context in a subsequent change. For now, I've put in a @todo to add the caching back in.
2009-03-26Use pathinfo() instead of substr/strchr/etc to get the file extension.Bharat Mediratta
2009-03-26Optimize the way we lookup incoming translations.Bharat Mediratta
Undo last commit (accidentally committed benchmarking code)
2009-03-26Normalize exception format.Bharat Mediratta
2009-03-19Fix syntax errors.Bharat Mediratta
2009-03-18Corrections based on feedbackTim Almdal
2009-03-17Fix for ticket #101Tim Almdal
2009-02-26Minor style changes.Bharat Mediratta
2009-02-19Adding a l10n scanner - scans for t() and t2() calls, inserts the extracted ↵Andy Staudacher
messages into incoming_translations. See: https://apps.sourceforge.net/trac/gallery/ticket/74