Skip to content
Snippets Groups Projects
  1. Aug 29, 2014
  2. Aug 28, 2014
  3. Aug 27, 2014
  4. Aug 26, 2014
  5. Aug 22, 2014
  6. Aug 21, 2014
  7. Aug 18, 2014
  8. Aug 16, 2014
    • Kyra ツ's avatar
      Fix XSS Vulnerability In "tpl.inc.php" · 7eb8f287
      Kyra ツ authored
      Fix applied to where the value is directly output to browser instead of where fetched in case special chars are allowed in `code_name`, which may break logic prior to output.
      7eb8f287
  9. Aug 15, 2014
  10. Aug 14, 2014
    • Jared Hancock's avatar
      i18n: Use APC to stash the translation file · 1901fec6
      Jared Hancock authored
      Turns out including a PHP file in a PHAR file is not cacheable by APC. This
      patch adds APC stash support to the translation loading phase, if supported.
      This seems to save about 2.5ms (3.6ms down to 1.1ms) processing time per
      request. Most of the savings is in the PHAR file processing time (signature
      verification), which is avoided if the translation can be loaded from APC.
      1901fec6
Loading