Plugin Directory

Changeset 164200


Ignore:
Timestamp:
10/17/2009 09:56:55 AM (16 years ago)
Author:
Astrodan
Message:
 
Location:
wpmathpublisher
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • wpmathpublisher/trunk/readme.txt

    r161987 r164200  
    44Requires at least: 2.5
    55Tested up to: 2.8.4
    6 Stable tag: 0.6
     6Stable tag: 0.6.1
    77
    88Plugin that allows formulars to be included in blog texts (as graphics)
     
    4141
    4242The plugin ist currently available in
     43
    4344*   English (default)
    4445*   German (translated by me)
     
    4647== Changelog ==
    4748
    48 = 0.4 [2008-07-09] =
    49 * Fixed keeping a variable for theme-page output that was meant to be only temporary
    50 * added function to clear the image cache and let the images be regenerated
    51 = 0.4.1 [2009-02-12] =
    52 * Fixed error occuring while installation
    53 = 0.4.2 [2009-03-08] =
    54 * Cleaned up code
    55 * removed making background transparent bye choosing so, use alpha = 127 instead
    56 * offers change of size for each individual image
    57 = v 0.4.3 [2009-03-08] =
    58 * added noparse attribute
    59 * added short user guide on plugins configuration page
    60 * removed deactivation hook to preserve configuration if plugin is updated
    61 = v 0.4.3.1 [2009-03-08] =
    62 * fixed a problem with the svn, reupload for complete installation
    63 = v 0.4.4 [2009-09-*] (never uploaded) =
    64 * fixed height of text in graphics as suggested by a productive user ;)
     49= v 0.6.1 [2009-10-17] =
     50* added slider to set transparency [Carpe Slider](http://carpe.ambiprospect.com/slider/ "DHTML Slider") (v1.5.1)
     51* added credits for all the people i got the scripts from
     52= v 0.6 [2009-10-09] =
     53* outputs allowed font size
     54* gone to be awesome ;)
     55* integration in tinymce 3.x
     56* added simple color-picker by integrating [jscolor](http://jscolor.com/ "JavaScript Color Picker")
     57* temporary added ability to import old database values - really got to get this saving stuff sorted out
     58* update of translation
    6559= v 0.5 [2009-10-09] =
    6660* removed reading options written by older versions of this plugin
     
    7064* added option to change default fontsize
    7165* exported display settings of admin page to css-file
    72 = v 0.6 [2009-10-09] =
    73 * outputs allowed font size
    74 * gone to be awesome ;)
    75 * integration in tinymce 3.x
    76 * added simple color-picker by integrating [jscolor](http://jscolor.com/ "JavaScript Color Picker")
    77 * temporary added ability to import old database values - really got to get this saving stuff sorted out
    78 * update of translation
     66= v 0.4.4 [2009-09-*] (never uploaded) =
     67* fixed height of text in graphics as suggested by a productive user ;)
     68= v 0.4.3.1 [2009-03-08] =
     69* fixed a problem with the svn, reupload for complete installation
     70= v 0.4.3 [2009-03-08] =
     71* added noparse attribute
     72* added short user guide on plugins configuration page
     73* removed deactivation hook to preserve configuration if plugin is updated
     74= 0.4.2 [2009-03-08] =
     75* Cleaned up code
     76* removed making background transparent bye choosing so, use alpha = 127 instead
     77* offers change of size for each individual image
     78= 0.4.1 [2009-02-12] =
     79* Fixed error occuring while installation
     80= 0.4 [2008-07-09] =
     81* Fixed keeping a variable for theme-page output that was meant to be only temporary
     82* added function to clear the image cache and let the images be regenerated
    7983
    8084== Installation ==
  • wpmathpublisher/trunk/style.css

    r161987 r164200  
    8383    font-style: italic;
    8484}
     85
     86/* slider css code
     87## removed unnecessary parts ##
     88 */
     89
     90/*  Default stylesheet for the Carpe Slider
     91    By Tom Hermansson Snickars                 
     92    2005-12-17 version 1.5
     93    Copyright CARPE Design                     
     94    carpe.ambiprospect.com
     95*/
     96*.carpe_horizontal_slider_display_combo {
     97    clear: left;
     98    margin: 0;
     99}
     100*.carpe_horizontal_slider_track {
     101    background-color: #bbb;
     102    color: #333;
     103    width: 148px;
     104    float: left;
     105    margin: 0;
     106    line-height: 0px;
     107    font-size: 0px;
     108    text-align: left;
     109    padding: 4px;
     110    border: 1px solid;
     111    border-color: #ddd #999 #999 #ddd;
     112}
     113*.carpe_horizontal_slider_track *.carpe_slider_slit {
     114    background-color: #333;
     115    color: #ccc;
     116    width: 138px;
     117    height: 2px;
     118    margin: 4px 4px 2px 4px;
     119    line-height: 0px;
     120    position: absolute;
     121    z-index: 1;
     122    border: 1px solid;
     123    border-color: #999 #ddd #ddd #999;
     124}
     125*.carpe_horizontal_slider_track *.carpe_slider {
     126    width: 16px;
     127    background-color: #666;
     128    color: #333;
     129    position: relative;
     130    margin: 0;
     131    height: 8px;
     132    z-index: 1;
     133    line-height: 0px;
     134    font-size: 0px;
     135    text-align: left;
     136    border: 2px solid;
     137    border-color: #999 #333 #333 #999;
     138}
     139*.carpe_slider_display_holder {
     140    background-color: #bbb;
     141    color: #333;
     142    width: 34px;
     143    margin: 0;
     144    float: left;
     145    padding: 0 2px 0 0;
     146    height: 20px;
     147    text-align: right;
     148    border: 1px solid;
     149    border-color: #ddd #999 #999 #ddd;
     150}
     151.carpe_slider_display {
     152    background-color: #bbb;
     153    color: #333;
     154    padding: 3px 1px 0 0;
     155    width: 30px !important;
     156    text-align: right !important;
     157    font-size: 11px !important;
     158    line-height: 10px !important;
     159    font-family: verdana, arial, helvetica, sans-serif;
     160    font-weight: bold;
     161    border: 0 !important;
     162    cursor: default;
     163}
  • wpmathpublisher/trunk/wpmathpublisher.php

    r161987 r164200  
    77Author URI: http://kraeuterbruederchen.de
    88Text Domain: wpmathpublisher
    9 Version: 0.6
     9Version: 0.6.1
    1010
    1111Copyright:
     
    4545        + temporary added ability to import old database values - really got to get this saving stuff sorted out
    4646        ! update of translation
     47    v 0.6.1 [2009-10-17]
     48        + added slider to set transparency
     49        + added credits for all the people i got the scripts from
    4750       
    4851Roadmap:
    4952    - add option to change default fontset
    50     - add transparence slider
     53    - write ajax class to be able to create pictures dynamically
    5154*/
    5255
     
    6265   
    6366define('WPMP_TEXTDOMAIN', 'wpmathpublisher');
    64 define ('WPMP_FOLDER', basename(dirname(__FILE__)));
     67define('WPMP_FOLDER', basename(dirname(__FILE__)));
    6568define('WPMP_BASEDIR', WP_PLUGIN_DIR.'/'.WPMP_FOLDER);
    6669define('WPMP_BASEURL', WP_PLUGIN_URL.'/'.WPMP_FOLDER);
     
    103106        wp_enqueue_style('wpmathpublisher', WPMP_BASEURL.'/style.css');
    104107        wp_enqueue_script('wpmathpublisher-jscolor', WPMP_BASEURL.'/inc/jscolor/jscolor.js');
     108        wp_enqueue_script('wpmathpublisher-slider', WPMP_BASEURL.'/inc/slider.js');
    105109        add_theme_page(__('WpMathPublisher', WPMP_TEXTDOMAIN), __('WpMathPublisher', WPMP_TEXTDOMAIN), 5, WPMP_BASEDIR.'/inc/admin_themePage.php');
    106110    }
Note: See TracChangeset for help on using the changeset viewer.