Changes in [697:8d012f4cdc51:698:d3b49094aba6]
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgsubstate
r503 r696 1 b2111d3376a5700ef9b6ceee36de1b5a76953995inc/libs/clearbricks1 17dacf48f5b72299bfb787105c181f2282597372 inc/libs/clearbricks -
inc/core/class.dc.core.php
r407 r696 790 790 'edit_size' => 24, 791 791 'enable_wysiwyg' => true, 792 'post_format' => 'wiki' ,792 'post_format' => 'wiki' 793 793 ); 794 794 } -
inc/core/class.dc.xmlrpc.php
r270 r696 1223 1223 'author_url' => $rs->comment_site, 1224 1224 'author_email' => $rs->comment_email, 1225 'author_ip' => $rs->comment_ip ,1225 'author_ip' => $rs->comment_ip 1226 1226 ); 1227 1227 } -
plugins/blowupConfig/lib/class.blowup.config.php
r295 r696 53 53 'roadrunner-1' => 'Road Runner 1', 54 54 'roadrunner-2' => 'Road Runner 2', 55 'typo' => 'Typo' ,55 'typo' => 'Typo' 56 56 ); 57 57 -
plugins/importExport/index.php
r501 r696 17 17 $modules['i'] = new ArrayObject(array( 18 18 'dcImportFlat' => dirname(__FILE__).'/inc/class.dc.import.flat.php', 19 'dcImportFeed' => dirname(__FILE__).'/inc/class.dc.import.feed.php' ,19 'dcImportFeed' => dirname(__FILE__).'/inc/class.dc.import.feed.php' 20 20 )); 21 21 $modules['e'] = new ArrayObject(array(
Note: See TracChangeset
for help on using the changeset viewer.