Changeset 465976
- Timestamp:
- 11/22/2011 11:51:30 AM (14 years ago)
- Location:
- noprofeedorg/trunk
- Files:
-
- 1 added
- 5 edited
-
class.noprofeed.php (modified) (6 diffs)
-
img/camaleo-16x16.png (added)
-
inc/shared_data.php (modified) (1 diff)
-
noprofeed-override.css (modified) (1 diff)
-
noprofeed.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
noprofeedorg/trunk/class.noprofeed.php
r465671 r465976 25 25 * INITIALIZATIONS 26 26 */ 27 define('SAVE_BTN', __('Update Options', NOPROFEED_LOCALE )); 28 define('SAVE_AND_RELOAD_BTN', __('Update Options and Reload The Feeds Cache', NOPROFEED_LOCALE )); 29 define('ACTIVATE_BTN', __('Activate', NOPROFEED_LOCALE )); 30 define('DEACTIVATE_BTN', __('Deactivate', NOPROFEED_LOCALE )); 31 define('DEACTIVATE_FULL_BTN', __('Fully deactivate', NOPROFEED_LOCALE )); 27 32 28 33 /** … … 32 37 global $wpdb; 33 38 34 $last_cache_update = get_option('nop_wid_last_cache_update');39 $last_cache_update = (int)get_option('nop_wid_last_cache_update'); 35 40 36 41 if($_POST['btn']==SAVE_AND_RELOAD_BTN) { … … 167 172 if(is_admin()) { 168 173 174 169 175 echo '<div class="feed_cache_builder_error">' 170 176 .'<p>noprofeed.org — ' … … 174 180 . __( 'Click here for support', NOPROFEED_LOCALE ) 175 181 .'</a></p>' 176 //. $data//debug182 //.'$data['.$data.']' //debug 177 183 .'</div>'; 178 184 } … … 190 196 . __( 'Click here for support', NOPROFEED_LOCALE ) 191 197 .'</a></p>' 198 //.'$data['.$data.']' //debug 192 199 .'</div>'; 193 200 } … … 266 273 } 267 274 } 268 269 define('SAVE_BTN', __('Update Options', NOPROFEED_LOCALE ));270 define('SAVE_AND_RELOAD_BTN', __('Update Options and Reload The Feeds Cache', NOPROFEED_LOCALE ));271 define('ACTIVATE_BTN', __('Activate', NOPROFEED_LOCALE ));272 define('DEACTIVATE_BTN', __('Deactivate', NOPROFEED_LOCALE ));273 define('DEACTIVATE_FULL_BTN', __('Fully deactivate', NOPROFEED_LOCALE ));274 275 275 276 276 wp_enqueue_style($this->plugin_slug . '-style-override', $this->url . '/noprofeed-override.css', '', $this->version, 'screen'); -
noprofeedorg/trunk/inc/shared_data.php
r465625 r465976 1 1 <?php 2 /* automatically created on 2011-11-2 1 13:23:44by noprofeed.lan */$langs = array();$categories = array();$regions = array();$langs['en']='English';$langs['fr']='French';$langs['de']='German';$langs['it']='Italian';$langs['pt']='Portuguese';$langs['es']='Spanish; Castilian';$categories['A&W']='Animals & wildlife';$categories['CHI']='Children';$categories['D&G']='Democracy and governance';$categories['DIR']='Disaster recovery';$categories['EDM']='Economic development & microfinance';$categories['EDU']='Education';$categories['E&C']='Environment & climate';$categories['FAM']='Family';$categories['HEA']='Health';$categories['HUR']='Human rights';$categories['HAS']='Humanitarian assistance';$categories['SND']='Special needs & disabilities';$categories['SPO']='Sport';$categories['TEC']='Technology';$categories['WOM']='Women & girls';$regions['AFR']='Africa';$regions['ASI']='Asia';$regions['SAM']='Central America & South America';$regions['CHI']='China';$regions['EUR']='Europe';$regions['MEA']='Middle East';$regions['NAM']='North America';$regions['OCE']='Oceania';$regions['RUS']='Russia';2 /* automatically created on 2011-11-22 10:47:39 by noprofeed.lan */$langs = array();$categories = array();$regions = array();$langs['en']='English';$langs['fr']='French';$langs['de']='German';$langs['it']='Italian';$langs['pt']='Portuguese';$langs['es']='Spanish; Castilian';$categories['A&W']='Animals & wildlife';$categories['CHI']='Children';$categories['D&G']='Democracy and governance';$categories['DIR']='Disaster recovery';$categories['EDM']='Economic development & microfinance';$categories['EDU']='Education';$categories['E&C']='Environment & climate';$categories['FAM']='Family';$categories['HEA']='Health';$categories['HUR']='Human rights';$categories['HAS']='Humanitarian assistance';$categories['SND']='Special needs & disabilities';$categories['SPO']='Sport';$categories['TEC']='Technology';$categories['WOM']='Women & girls';$regions['AFR']='Africa';$regions['ASI']='Asia';$regions['SAM']='Central America & South America';$regions['CHI']='China';$regions['EUR']='Europe';$regions['MEA']='Middle East';$regions['NAM']='North America';$regions['OCE']='Oceania';$regions['RUS']='Russia'; 3 3 ?> -
noprofeedorg/trunk/noprofeed-override.css
r465625 r465976 1 /* automatically created on 2011-11-2 1 13:23:30by noprofeed.lan */1 /* automatically created on 2011-11-22 10:47:39 by noprofeed.lan */ 2 2 3 3 #npf-widget-container{width:310px;} -
noprofeedorg/trunk/noprofeed.php
r465625 r465976 4 4 Plugin URI: http://noprofeed.org/ 5 5 Description: Help non-profit organizations to spread the word about their activities on the largest possible number of WordPress blogs/sites. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Ugo Grandolini aka "camaleo" 8 8 Author URI: http://grandolini.com -
noprofeedorg/trunk/readme.txt
r465625 r465976 58 58 == Changelog == 59 59 60 = 1.1.1 (22 November 2011) = 61 Added some missing images and fixed a minor bug. 62 60 63 = 1.1 (21 November 2011) = 61 64 Added the Italian translation - Please help us by translating the plugin in your language!
Note: See TracChangeset
for help on using the changeset viewer.