User:Dan Nessett/Technical/Notes on Refactoring CZ: Difference between revisions
imported>Dan Nessett |
imported>Dan Nessett |
||
Line 54: | Line 54: | ||
by default $wgCaptchaClass = 'SimpleCaptcha';<br> | by default $wgCaptchaClass = 'SimpleCaptcha';<br> | ||
and LocalSettings doesn't override this default. | and LocalSettings doesn't override this default. | ||
| | |style="color: green" | Works | ||
|- | |- | ||
|EmbedVideo | |EmbedVideo | ||
Line 61: | Line 61: | ||
|- | |- | ||
|ExpandTemplates | |ExpandTemplates | ||
| | |the default size of the input box is 11 chars. Have to add<br> | ||
| | the following to CSS:<br> | ||
<pre> | |||
textarea { | |||
border: 1px solid #2f6fab; | |||
color: Black; | |||
background-color: white; | |||
width: 100%; | |||
padding: 0.1em; | |||
overflow: auto; | |||
} | |||
</pre> | |||
|style="color: blue" | Testing | |||
|- | |- | ||
|ImageMap | |ImageMap |
Revision as of 11:12, 6 May 2010
Where to get svn_load_dirs.pl and configure it
You can get svn_load_dirs.ph.in here: svn_load_dirs directory
Edit the file and (around line 26) change the following line:
< my $svn = '@SVN_BINDIR@/svn';
by replacing @SVN_BINDIR@/svn by the directory in which svn resides. For Ubuntu the line would like like:
< my $svn = '/usr/bin/svn';
MW standard extensions to check
Extension Name | Notes | Status |
---|---|---|
CategoryTree | The default limit on entries displayed is 200. This is controlled by $wgCategoryTreeMaxChildren |
Works |
CharInsert | Works | |
CheckUser | Requires db schema changes First execute php CheckUser/install.php |
Works |
Cite | Works | |
ConfirmAccount | Works | |
ConfirmEdit | Need to move setting of $wgGroupPermissions['sysop']['skipcaptcha'] = false; into LocalSettings.php, since the defaults of the MW standard |
Works |
EmbedVideo | Works | |
ExpandTemplates | the default size of the input box is 11 chars. Have to add the following to CSS: textarea { border: 1px solid #2f6fab; color: Black; background-color: white; width: 100%; padding: 0.1em; overflow: auto; } |
Testing |
ImageMap | ||
inputbox | ||
Newuserlog | ||
ParserFunctions | ||
Renameuser | ||
Timeline | ||
TreeAndMenu | ||
wikihiero |
Refactoring issues
- It appears many pages (including the Request Account page) has constables@citizendium.org hardwired in. There is no magic word available to access the $wgPasswordSender global variable or any other email address. This is something that the Citizendium extension should add (i.e., a magic word for the site's configured complaint email address).
- It also appears that many Mediawiki namespace pages have http://en.citizendium.org hardwired. These should be changed to: {{SERVER}}{{SCRIPTPATH}}