/plugin/bez/ |
H A D | script.js | 1 var bez = {}; variable 3 bez.scriptVersion = 2; 4 bez.ctl = {}; 33 if (params[0] !== 'bez') { 44 bez.rich_text_editor = function($textarea, $header) { 77 ctl = nparams['bez']; 79 if (typeof bez.ctl[ctl] === 'function') { 80 bez.ctl[ctl].call(ctl);
|
H A D | plugin.info.txt | 1 base bez 5 name bez 7 url https://www.dokuwiki.org/plugin:bez
|
/plugin/bez/style/ |
H A D | timeline.less | 49 background: url('../plugins/bez/images/changeset.png') no-repeat 1px 4px; 53 background: url('../plugins/bez/images/closedticket.png') no-repeat 1px 4px; 57 background: url('../plugins/bez/images/newticket.png') no-repeat 1px 4px; 61 background: url('../plugins/bez/images/rejectedticket.png') no-repeat 1px 4px; 65 background: url('../plugins/bez/images/newcause.png') no-repeat 1px 4px; 69 background: url('../plugins/bez/images/newtask.png') no-repeat 1px 4px; 73 background: url('../plugins/bez/images/closedtask.png') no-repeat 1px 4px;
|
/plugin/bez/ctl/ |
H A D | thread.php | 4 use \dokuwiki\plugin\bez; alias 7 throw new bez\meta\PermissionDeniedException(); 14 /** @var bez\mdl\Thread $thread */ 18 throw new bez\meta\PermissionDeniedException(); 41 /** @var bez\mdl\Thread_comment $thread_comment */ 82 /** @var bez\mdl\Thread_comment $thread_comment */ 88 /** @var bez\mdl\Thread_comment $thread_comment */ 107 /** @var bez\mdl\Task $task */ 119 /** @var bez\mdl\Task $task */ 133 /** @var bez\md [all...] |
H A D | task.php | 4 use \dokuwiki\plugin\bez; alias 7 throw new bez\meta\PermissionDeniedException(); 14 /** @var bez\mdl\Task $task */ 22 /** @var bez\mdl\Thread_comment $thread_comment */ 58 /** @var bez\mdl\Task_comment $task_comment */ 64 /** @var bez\mdl\Task_comment $task_comment */
|
H A D | kp.php | 4 use \dokuwiki\plugin\bez; alias 14 throw new bez\meta\PermissionDeniedException(); 17 /** @var bez\mdl\Thread $thread */
|
H A D | task_form.php | 4 use \dokuwiki\plugin\bez; alias 7 throw new bez\meta\PermissionDeniedException(); 10 /** @var bez\mdl\Task $task */
|
H A D | 8d.php | 4 use \dokuwiki\plugin\bez; alias 14 throw new bez\meta\PermissionDeniedException(); 17 /** @var bez\mdl\Thread $thread */
|
H A D | unsubscribe.php | 4 use \dokuwiki\plugin\bez; alias 7 throw new bez\meta\PermissionDeniedException();
|
H A D | activity_report.php | 4 use \dokuwiki\plugin\bez; alias 7 throw new bez\meta\PermissionDeniedException();
|
H A D | thread_report.php | 3 use \dokuwiki\plugin\bez; alias 6 throw new bez\meta\PermissionDeniedException(); 12 /** @var \dokuwiki\plugin\bez\mdl\Thread $thread */
|
H A D | types.php | 4 use \dokuwiki\plugin\bez; alias 7 throw new bez\meta\PermissionDeniedException();
|
H A D | task_programs.php | 6 use \dokuwiki\plugin\bez; 9 throw new bez\meta\PermissionDeniedException(); 4 use \dokuwiki\plugin\bez; global() alias
|
H A D | report.php | 3 use \dokuwiki\plugin\bez; alias 6 throw new bez\meta\PermissionDeniedException();
|
/plugin/bez/scripts/ |
H A D | task.js | 1 bez.ctl.task = function() { 4 if (!window.confirm(LANG.plugins.bez.remove_confirm)) { 33 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar')); 47 bez.rich_text_editor(jQuery('#reason'), jQuery('.bez_reason_toolbar')); 90 bez.rich_text_editor($textarea, $header); 120 if (!window.confirm(LANG.plugins.bez.remove_confirm)) { 185 .attr( "title", LANG.plugins.bez.combobox_show_all_items ) 253 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match ) 294 $doTaskButton.html(LANG.plugins.bez.close_without_comment); 297 $doTaskButton.html(LANG.plugins.bez [all...] |
H A D | thread.js | 2 bez.ctl.thread = function() { 5 if (!window.confirm(LANG.plugins.bez.remove_confirm)) { 71 bez.rich_text_editor($textarea, $header); 131 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar')); 137 bez.rich_text_editor(jQuery('#opinion'), jQuery('.bez_opinion_toolbar')); 151 bez.rich_text_editor(jQuery('#reason'), jQuery('.bez_reason_toolbar')); 176 if (!window.confirm(LANG.plugins.bez.remove_confirm)) { 242 .attr( "title", LANG.plugins.bez.combobox_show_all_items ) 310 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
|
H A D | thread_report.js | 2 bez.ctl.thread_report = function() { 3 bez.rich_text_editor(jQuery('textarea#content'), jQuery('.bez_description_toolbar')); 4 //bez.rich_text_editor(jQuery('textarea#opinion'), jQuery('.bez_opinion_toolbar'));
|
H A D | tasks.js | 1 bez.ctl.tasks = function() { 19 row_id = $row.data('bez-row-id'), 59 if (!window.confirm(LANG.plugins.bez.bulk_delete_confirm)) { 65 if (!window.confirm(LANG.plugins.bez.bulk_move_confirm)) {
|
H A D | task_form.js | 1 bez.ctl.task_form = function() { 24 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar'));
|
/plugin/bez/action/ |
H A D | base.php | 3 use \dokuwiki\plugin\bez; alias 7 /** @var bez\mdl\Model */ 10 /** @var bez\meta\Tpl */ 14 return 'bez'; 46 $file = DOKU_PLUGIN . "bez/tpl/$tpl_file.php"; 68 $this->model = new bez\mdl\Model($auth, $client, $this, $skip_acl); 69 $this->tpl = new bez\meta\Tpl($this); 96 //add bez as a key for controller 97 array_unshift($elms, 'bez');
|
H A D | default.php | 3 use \dokuwiki\plugin\bez; alias 74 "lib/plugins/bez/lib/jquery.timepicker-1.11.9-0/jquery.timepicker.css", 81 "lib/plugins/bez/lib/jquery.timepicker-1.11.9-0/jquery.timepicker.min.js", 90 "lib/plugins/bez/lib/jquery.datepair/datepair.js", 99 "lib/plugins/bez/lib/jquery.datepair/jquery.datepair.js", 108 "lib/plugins/bez/lib/jquery.form-validator/theme-default.min.css", 115 "lib/plugins/bez/lib/jquery.form-validator/jquery.form-validator.min.js", 128 if ($ex[0] !== 'bez' && $ex[1] !== 'bez') { 146 if ($ex[0] !== 'bez' [all...] |
H A D | migration.php | 3 * DokuWiki Plugin bez (Action Component) 145 $bez_file = DOKU_INC . 'data/meta/bez.sqlite3'; 151 //import from bez 152 $bez = new \PDO('sqlite:' . $bez_file); 156 $stmt = $bez->query('SELECT * FROM issuetypes'); 164 $stmt = $bez->query('SELECT * FROM tasktypes'); 172 $stmt = $bez->query('SELECT *, (SELECT COUNT(*) FROM tasks 194 $stmt = $bez->query('SELECT tasks.*, commcauses.type AS cause_type 299 $stmt = $bez->query('SELECT *, 388 $stmt_i = $bez [all...] |
/plugin/bez/struct/ |
H A D | BezSearch.php | 3 namespace dokuwiki\plugin\bez\struct; 5 use dokuwiki\plugin\bez\mdl\Factory;
|
/plugin/bez/mdl/ |
H A D | Authentication_tokenFactory.php | 3 namespace dokuwiki\plugin\bez\mdl; 5 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
|
H A D | Thread_comment.php | 3 namespace dokuwiki\plugin\bez\mdl; 5 use dokuwiki\plugin\bez\meta\PermissionDeniedException; 6 use dokuwiki\plugin\bez\meta\ValidationException;
|