Changeset 516471
- Timestamp:
- 03/08/2012 10:23:55 PM (14 years ago)
- Location:
- styles/tags/0.5.1.1
- Files:
-
- 3 added
- 6 edited
- 1 copied
-
. (copied) (copied from styles/trunk) (1 prop)
-
classes/storm-css-processor.php (modified) (2 diffs)
-
classes/storm-styles.php (modified) (1 diff)
-
classes/storm-wp-admin.php (modified) (1 diff)
-
classes/storm-wp-settings.php (modified) (2 diffs)
-
css/admin.scss (added)
-
css/bg-sprites.psd (added)
-
css/font-sprites.psd (added)
-
readme.txt (modified) (2 diffs)
-
styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
styles/tags/0.5.1.1
- Property svn:ignore
-
old new 3 3 .git 4 4 .gitignore 5 css/bg-sprites.psd 6 css/font-sprites.psd 7 css/admin.scss
-
- Property svn:ignore
-
styles/tags/0.5.1.1/classes/storm-css-processor.php
r515742 r516471 125 125 // Organize variables IDs into groups 126 126 $styles->groups[$group][] = $id; 127 } 128 } 127 128 // Debug: Groups & Labels 129 // $_groups[$group][] = $label; 130 } 131 } 132 // Debug: Groups & Labels 133 // echo '<pre>';print_r($_groups);exit; 129 134 130 135 // Remove properties … … 195 200 case 'transparent': 196 201 197 $properties .= ' transparent url();' ;202 $properties .= 'background:transparent url();' ; 198 203 199 204 break; -
styles/tags/0.5.1.1/classes/storm-styles.php
r515734 r516471 13 13 * @var int 14 14 **/ 15 var $version = '0.5. 0';15 var $version = '0.5.1.1'; 16 16 17 17 /** -
styles/tags/0.5.1.1/classes/storm-wp-admin.php
r515734 r516471 222 222 $values = apply_filters( 'styles_before_save_element_values', $el['values'] ); 223 223 $this->styles->variables[$id]['values'] = $values; 224 unset( $this->styles->variables[$id]['selector'] ); 224 225 } 225 226 -
styles/tags/0.5.1.1/classes/storm-wp-settings.php
r515734 r516471 57 57 */ 58 58 public function settings_items() { 59 59 60 60 // General 61 61 add_settings_field( … … 70 70 // GUI 71 71 foreach( $this->styles->variables as $key => $element ){ 72 73 if ( empty( $element['id']) ) { 72 if ( empty( $element['selector']) ) { 74 73 // Skip items that don't exist in the current theme 75 74 continue; -
styles/tags/0.5.1.1/readme.txt
r515742 r516471 7 7 Requires at least: 3.1 8 8 Tested up to: 3.3.1 9 Stable tag: 0.5.1 9 Stable tag: 0.5.1.1 10 10 11 11 Change the appearance of supported themes using zero code. Creates appearance options for images, colors, gradients, and fonts. … … 81 81 == Changelog == 82 82 83 = 0.5.1.1 = 84 * Fix transparent background option 85 * Fix display of unavailable theme options 86 83 87 = 0.5.1 = 84 88 * Fix issue that would prevent Font styles from outputting if another option wasn't set on the same element. -
styles/tags/0.5.1.1/styles.php
r515742 r516471 4 4 Plugin URI: http://stylesplugin.com 5 5 Description: Change the appearance of your theme using the WordPress admin. Creates WordPress theme options for images, colors, gradients, and fonts. 6 Version: 0.5.1 6 Version: 0.5.1.1 7 7 Author: Brainstorm Media 8 8 Author URI: http://brainstormmedia.com
Note: See TracChangeset
for help on using the changeset viewer.