Skip to content
Snippets Groups Projects
  1. Jun 26, 2015
    • Andreas Gohr's avatar
      changed the whole thing to a real popup · 6667cd87
      Andreas Gohr authored
      6667cd87
    • Andreas Gohr's avatar
      fixes various probelms mentioned in #1163 · 86c97e91
      Andreas Gohr authored
      however I think I will convert the dialog to a real popup instead.
      86c97e91
    • Andreas Gohr's avatar
      Merge branch 'master' into styler · 5ddba457
      Andreas Gohr authored
      * master: (26 commits)
        translation update
        translation update
        Replace old constructor call by __construct() in dokuwiki_xmlrpc_server
        translation update
        change two spaces to a space
        translation update
        translation update
        translation update
        translation update
        Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175
        update confToHash() inline documentation for new  parameter
        translation update
        Plugins can send usage data
        fixed isBundled() check when remote info is unavailable
        avoid accessing nonexistant array key. fixes #1165
        translation update
        Define the negation character in a constant
        Ensure single value negation is not affected by white space differences
        Ensure filtering only removes empty string values (not other values which PHP evaluates to false)
        translation update
        ...
      5ddba457
    • Andreas Gohr's avatar
      Merge pull request #1211 from dokuwiki-translate/lang_update_32 · 71c46303
      Andreas Gohr authored
      Translation update (ta)
      71c46303
  2. Jun 25, 2015
  3. Jun 22, 2015
  4. Jun 18, 2015
  5. Jun 15, 2015
  6. Jun 14, 2015
  7. Jun 13, 2015
  8. Jun 11, 2015
  9. Jun 07, 2015
  10. Jun 04, 2015
  11. May 31, 2015
  12. May 29, 2015
  13. May 28, 2015
  14. May 27, 2015
    • Ikuo Obataya's avatar
      translation update · edc61c3a
      Ikuo Obataya authored
      edc61c3a
    • Andreas Gohr's avatar
      Merge pull request #1150 from gturri/autosubmit_plugin3 · 35462eda
      Andreas Gohr authored
      Plugins can send usage data
      35462eda
    • 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
  15. May 25, 2015
  16. May 24, 2015
  17. May 23, 2015
  18. May 22, 2015
Loading