Skip to content
Snippets Groups Projects
  1. Jul 08, 2015
  2. May 27, 2015
  3. May 20, 2015
  4. May 14, 2015
  5. Mar 23, 2015
  6. Mar 05, 2015
  7. Feb 17, 2015
  8. Dec 11, 2014
  9. Dec 09, 2014
  10. Dec 08, 2014
    • Jared Hancock's avatar
      i18n: Add locale-based date time formats · 0fbc09ad
      Jared Hancock authored
      This patch adds support for automatic date and time formatting based on a
      selection of locale. The locale can default to the system or user specified
      language+locale, or can be elected separately. For instance, English
      speakers can pick between US, GB, and many other English speaking locales.
      
      This also removes the need of the %timezone table and uses the timezonedb
      built into PHP 5.3+. User's can now select from a much longer list of
      database and no longer need to deal with the DST checkbox.
      0fbc09ad
  11. Nov 15, 2014
    • Jared Hancock's avatar
      i18n: Let the browser truncate long texts · 51d3d240
      Jared Hancock authored
      This helps in long UTF-8 characters as the bytes were previously counted and
      the width of the characters was assumed to correlate with the count of the
      bytes in the text. This method allows the browser to calmly truncate the
      text according to the available space in the page where the text is
      rendered.
      51d3d240
  12. Oct 02, 2014
  13. Sep 09, 2014
  14. Aug 05, 2014
  15. Jun 30, 2014
  16. Apr 11, 2014
  17. Apr 01, 2014
Loading