Skip to content
  1. Jan 18, 2024
  2. Jan 11, 2024
  3. Jan 10, 2024
  4. Apr 26, 2023
  5. Mar 25, 2023
  6. Jul 12, 2020
  7. Apr 24, 2020
  8. Apr 16, 2020
  9. Apr 09, 2020
  10. Apr 03, 2020
  11. Jan 25, 2020
  12. Mar 23, 2018
  13. Jun 07, 2017
  14. Oct 09, 2016
  15. Oct 08, 2016
  16. Oct 07, 2016
    • Jason Pamental's avatar
      Merge pull request #11 from benjifisher/master · 62f0062b
      Jason Pamental authored
      Remove duplicate Typogrify class definition
      62f0062b
    • Benji Fisher's avatar
      Use autoloader for the Typogrify class. · 4573bf61
      Benji Fisher authored
      Originally, two copies of the class file were included:
      typogrify.class.php and src/Typogrify.php. The first of these was used
      via module_load_include() and the second was ignored. The second was
      tweaked in later commits.
      
      This commit removes the first version of the file and the corresponding
      module_load_include() statments, and modifies all references to the
      Typogrify class to use the second (properly namespaced) version of the
      class.
      4573bf61
    • Benji Fisher's avatar
      Code cleanup. · 923b654c
      Benji Fisher authored
      Make CodeSniffer happy.
      923b654c
  17. Sep 26, 2016
  18. Sep 22, 2016