Skip to content
Snippets Groups Projects
  1. Apr 19, 2016
  2. Oct 12, 2015
  3. Sep 22, 2015
    • Christopher Smith's avatar
      Change from _nostring to _other · 2d090c54
      Christopher Smith authored
      Permit three values:
      - always (default), the other input field is always displayed
      - exists, the other input field is only displayed when the setting
                contains value(s) not listed in choices*.
      - never, the other input field is never displayed. If the setting
               contains any value(s) not listed in choices they will be
               discarded on saving.
      * This means, under normal circumstances the admin will not see
        the other input field.  It will only appear after manual editing
        to enter a non-listed _choice or if an update were to remove a
        previously selected _choice
      2d090c54
  4. Sep 21, 2015
  5. Sep 08, 2015
  6. Jul 31, 2015
  7. May 15, 2015
    • Christopher Smith's avatar
      Changes for PHP 7 Compatibility · 26e22ab8
      Christopher Smith authored
      - replace PHP4 style class constructor function names (based on
        class name) with php 5 __construct()
      Also remove some '&' reference operators used with objects
      And add some object type hints
      26e22ab8
  8. Jan 07, 2015
  9. Oct 02, 2014
  10. Oct 01, 2014
  11. Sep 29, 2014
  12. Mar 18, 2014
  13. Nov 26, 2013
  14. Oct 15, 2013
  15. Sep 11, 2013
  16. Aug 23, 2013
  17. Aug 22, 2013
  18. Aug 08, 2013
  19. Aug 01, 2013
  20. Jul 31, 2013
  21. Feb 24, 2013
  22. Feb 18, 2013
  23. Feb 17, 2013
  24. Feb 16, 2013
  25. Jan 31, 2013
  26. Jan 16, 2013
  27. Nov 29, 2012
  28. Nov 16, 2012
Loading