Dotclear

Changeset 504


Ignore:
Timestamp:
09/28/08 13:57:47 (15 years ago)
Author:
oum2013
google:author:
oum2013
Message:

apply changeset #240 to dScrobbler

Location:
plugins/dcscrobbler
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcscrobbler

    • Property svn:ignore set to
      *.bak
  • plugins/dcscrobbler/_admin.php

    r503 r504  
    2020# 
    2121# ***** END LICENSE BLOCK ***** 
     22if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    2223 
    2324$_menu['Plugins']->addItem('dcScrobbler','plugin.php?p=dcscrobbler', 
  • plugins/dcscrobbler/_define.php

    r503 r504  
    2121 
    2222# $Id: _define.php 24 2006-08-23 11:53:04Z bdelaage $ 
     23if (!defined('DC_RC_PATH')) { return; } 
    2324 
    2425$this->registerModule( 
     
    2627    /* Description*/        "Displays recently played tracks with Last.fm", 
    2728    /* Author */            "Boris de Laage", 
    28     /* Version */            '1.0', 
     29    /* Version */            '1.0.1', 
    2930    /* Permissions */        'usage,contentadmin' 
    3031); 
  • plugins/dcscrobbler/_public.php

    r503 r504  
    2121 
    2222# $Id: _public.php 27 2006-08-23 20:42:45Z bdelaage $ 
     23if (!defined('DC_RC_PATH')) { return; } 
    2324 
    2425require dirname(__FILE__).'/_widgets.php'; 
  • plugins/dcscrobbler/_widgets.php

    r503 r504  
    11<?php 
     2if (!defined('DC_RC_PATH')) { return; } 
    23 
    34$core->addBehavior('initWidgets',array('dcScrobblerBehavior','initWidgets')); 
  • plugins/dcscrobbler/class.dc.dcscrobbler.php

    r503 r504  
    2121 
    2222# $Id: class.dc.dcscrobbler.php 27 2006-08-23 20:42:45Z bdelaage $ 
    23  
     23if (!defined('DC_RC_PATH')) { return; } 
    2424 
    2525class dcScrobbler 
  • plugins/dcscrobbler/index.php

    r503 r504  
    2222# $Id: index.php 24 2006-08-23 11:53:04Z bdelaage $ 
    2323 
    24 if (!defined('DC_CONTEXT_ADMIN')) { exit; } 
     24if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    2525 
    2626require dirname(__FILE__).'/class.dc.dcscrobbler.php'; 
  • plugins/dcscrobbler/locales/fr

    • Property svn:ignore set to
      *.bak
  • plugins/dcscrobbler/locales/fr/main.lang.php

    r503 r504  
    2323# 
    2424#        DOT NOT MODIFY THIS FILE ! 
    25  
     25if (!defined('DC_RC_PATH')) { return; } 
    2626 
    2727 
Note: See TracChangeset for help on using the changeset viewer.

Sites map