Dotclear

Changeset 2033


Ignore:
Timestamp:
01/28/10 19:21:16 (14 years ago)
Author:
Moe
Message:

TinyMCE 0.1.1 :

  • fixed bugs with URLs in posts and post settings (thanks to llwynrt)
  • moved scripts to make directory
  • removed unused plugins
Location:
plugins/tinyMce
Files:
2 added
6 deleted
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • plugins/tinyMce/_define.php

    r2026 r2033  
    2626     /* Description */        'TinyMCE editor', 
    2727     /* Author */                  'Moe (http://gniark.net/)', 
    28      /* Version */                 '0.1', 
     28     /* Version */                 '0.1.1', 
    2929     /* Permissions */        'usage,contentadmin' 
    3030); 
  • plugins/tinyMce/admin/post.php

    r2026 r2033  
    218218          } 
    219219     } 
    220      /*else 
    221      { 
    222           $cur->user_id = $core->auth->userID(); 
    223            
    224           try 
    225           { 
    226                # --BEHAVIOR-- adminBeforePostCreate 
    227                $core->callBehavior('adminBeforePostCreate',$cur); 
    228                 
    229                $return_id = $core->blog->addPost($cur); 
    230                 
    231                # --BEHAVIOR-- adminAfterPostCreate 
    232                $core->callBehavior('adminAfterPostCreate',$cur,$return_id); 
    233                 
    234                http::redirect('plugin.php?p=tinyMce&id='.$return_id.'&crea=1'); 
    235           } 
    236           catch (Exception $e) 
    237           { 
    238                $core->error->add($e->getMessage()); 
    239           } 
    240      }*/ 
    241220} 
    242221 
     
    320299          form::hidden('post_dt',$post_dt). 
    321300          form::hidden('post_format',$post_format). 
     301           
     302          form::hidden('post_open_comment',(integer) $post_open_comment). 
     303          form::hidden('post_open_tb',(integer) $post_open_tb). 
     304          form::hidden('post_selected',(integer) $post_selected). 
    322305          form::hidden('post_lang',$post_lang). 
    323306          form::hidden('post_password',html::escapeHTML($post_password)). 
  • plugins/tinyMce/js/init_jquery.js

    r2026 r2033  
    77          // use the editor_template_src.js file automatically 
    88          suffix : '_src', 
     9          // don't convert the URLs 
     10          convert_urls : 0, 
    911 
    1012          // General options 
  • plugins/tinyMce/make/adapt.sh

    r2026 r2033  
    11#!/bin/sh 
    22 
    3 cd tiny_mce_jquery/themes/advanced/ 
     3cd ../js/tiny_mce_jquery/themes/advanced/ 
    44 
    55# http://www.cyberciti.biz/faq/bash-loop-over-file/ 
  • plugins/tinyMce/make/revert.sh

    r2026 r2033  
    11#!/bin/sh 
    22 
    3 cd tiny_mce_jquery/themes/advanced/ 
     3cd ../js/tiny_mce_jquery/themes/advanced/ 
    44 
    55# http://www.cyberciti.biz/faq/bash-loop-over-file/ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map