What?
In not as many words as others, here's my MySQL query to extract details on images stored in the MediaWiki CMS system (v1.14).
Why?
Prior to a migration and just after another change freeze, ...
What do I want?
Page ID, Title, Content, Category, AccessLevel (note that AccessLevel is extra to your standard MediaWiki setup and one that was customized for my day job).
Thought I already had ...
As usual I have searched the WWW but I obviously don't how to use Google because I couldn't find an answer.
My situation is this:
We have an internal wiki knowledge base using MediaWiki version 1.14. ...
In this particular case, I'm comparing my Live and Dev versions of the same MediaWiki site. I want to add the SQL queries I used to this article but I'm in the middle of carrying out this process and ...
By adding the following line to your LocalSettings.php file, you will be able to log everything that WikiMedia does:
$wgDebugLogFile = '/home/username/public_html/wikidir/logfile';
IMPORTANT ...
This took me a whole afternoon and involved a lot of hope as I browsed the Internet and no one seemed to have done this before. Fortunately, MediaWiki extensions are easier to write than Joomla CMS ones ...
... both mysql versions should be same.
grant create, select, insert, update, delete, lock tables on wikidb.* to wiki@localhost identified by 'YourPassword' ;
MediaWiki Upgrade
copy all the new files ...
...
We are preparing to migrate old content to a new system. From a MediaWiki CMS to a SaaS called Service-Now. The previous interlinking between images could no longer be used.
How?
There were ...
... for mediawiki
$str = str_replace('=', ' ', $str); // replace any equal signs with a single-space
$str = str_replace('"', ' ', $str); // replace any double-quote signs with a single-space
$str ...
... and then others not.
The What
I'm going to run these benchmark tests against a system that is both up and running via the front-end and back-end. It's MediaWiki CMS used by Wikipedia.org and the ...
Basically, I've started using so much more SQL in our new Business Intelligence projects that I've been revising all my scripts to see what SQL I can optimize.
One of my systems is a MediaWiki CMS which ...
... space for mailbox(es)
Assign passwords and instructions on changing each password
Website Initiation
For JoelLipman.Com to do:
Download latest Joomla, MediaWiki, Wordpress or other ...
The Error: This file contains HTML or script code that may be erroneously interpreted by a web browser
This is a common error when uploading files that the MediaWiki system does not allow. By making ...
... WYSIWYG Editor, an editor I use with my day job's MediaWiki software and it's pretty amazing. Incredibly cross-browser compatible with some MS Office 2007 styling and fortunately maintains it's previous ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.