Skip to content
Snippets Groups Projects
  1. May 20, 2015
  2. May 14, 2015
  3. Mar 23, 2015
  4. Mar 05, 2015
  5. Feb 17, 2015
  6. Dec 11, 2014
  7. Dec 09, 2014
  8. 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
  9. 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
  10. Oct 02, 2014
  11. Sep 09, 2014
  12. Aug 05, 2014
  13. Jun 30, 2014
  14. Apr 11, 2014
  15. Apr 01, 2014
Loading