Skip to content
Snippets Groups Projects
  1. Nov 26, 2013
  2. Nov 25, 2013
  3. Nov 16, 2013
  4. Nov 15, 2013
  5. Nov 14, 2013
  6. Nov 13, 2013
  7. Nov 12, 2013
  8. Nov 09, 2013
  9. Nov 08, 2013
  10. Nov 05, 2013
  11. Nov 04, 2013
  12. Nov 01, 2013
  13. Oct 31, 2013
    • Jared Hancock's avatar
      Fix parsing issue in strtotime() · b9ab14c1
      Jared Hancock authored
      PHP can't discern the difference between d/m/Y and m/d/Y when just the date
      is submitted to strtotime(). Unfortunately, strptime() is not available
      until PHP 5.1.0. This patch forces datepickers to change their values to
      YYYY-MM-DD upon submission to disambiguate parsing issues.
      
      Fixes #832
      b9ab14c1
  14. Oct 30, 2013
  15. Oct 24, 2013
  16. Oct 21, 2013
    • Jared Hancock's avatar
      Provide delay on inline-image hover · 4a1aed56
      Jared Hancock authored
      This means that drive-by mouse hovers, where the user likely did not intend
      for the hover to actually popup the banner with the filename and download
      button, do not trigger the popup. This patch changes the popup effect so
      that it requires a 500ms hover before the popup is shown.
      4a1aed56
  17. Oct 14, 2013
  18. Oct 10, 2013
Loading