Skip to content
Snippets Groups Projects
  1. Jul 15, 2015
  2. Jul 12, 2015
  3. Jul 11, 2015
  4. Jul 08, 2015
  5. Jul 07, 2015
    • Rainbow Spike's avatar
      Update lang.php · 9f4b197e
      Rainbow Spike authored
      Выравнивание и разбиение по образцу en/lang.php, унификация "директорий" и "папок", "расширений" и "дополнений"
      9f4b197e
  6. Jul 05, 2015
  7. Jul 02, 2015
  8. Jun 30, 2015
  9. Jun 29, 2015
  10. Jun 15, 2015
  11. Jun 14, 2015
  12. Jun 13, 2015
  13. Jun 11, 2015
  14. Jun 07, 2015
  15. May 29, 2015
  16. May 27, 2015
    • Ikuo Obataya's avatar
      translation update · edc61c3a
      Ikuo Obataya authored
      edc61c3a
    • Guillaume Turri's avatar
      Plugins can send usage data · 5875e534
      Guillaume Turri authored
      They just need to register to the PLUGIN_USAGE_DATA event, and then to add
      either a simple string, or an array of key / value. For example:
      
          function register(Doku_Event_Handler $controller) {
            $controller->register_hook('PLUGIN_USAGE_DATA', 'AFTER', $this, 'usage_data');
          }
      
          function usage_data(&$event){
            $event->data['my_plugin_name'] = 'my usage data';
      
            //or: $event->data['my_plugin_name'] = array ('k1' => 'v1', 'k2' => 'v2');
          }
      5875e534
  17. May 25, 2015
  18. May 18, 2015
  19. May 17, 2015
  20. May 16, 2015
  21. May 15, 2015
  22. May 14, 2015
  23. May 13, 2015
  24. May 08, 2015
  25. May 07, 2015
Loading