Wiki sandbox
(Difference between revisions)
m (Reverted edit of 221.196.197.96, changed back to last version by 136.182.2.222) |
(wanted an output to be in web) |
||
| Line 1: | Line 1: | ||
| + | ==Output of my Upgrade from mediawiki 1.4.5 to 1.5:== | ||
| + | |||
| + | Here it is: | ||
| + | There are already MediaWiki tables in this database. Checking if updates are needed... | ||
| + | DB user account ok | ||
| + | ...hitcounter table already exists. | ||
| + | ...querycache table already exists. | ||
| + | ...objectcache table already exists. | ||
| + | ...categorylinks table already exists. | ||
| + | ...logging table already exists. | ||
| + | ...validate table already exists. | ||
| + | ...user_newtalk table already exists. | ||
| + | Creating transcache table...ok | ||
| + | Creating trackbacks table...ok | ||
| + | ...have ipb_id field in ipblocks table. | ||
| + | ...have ipb_expiry field in ipblocks table. | ||
| + | ...have rc_type field in recentchanges table. | ||
| + | ...have rc_ip field in recentchanges table. | ||
| + | ...have rc_id field in recentchanges table. | ||
| + | ...have rc_patrolled field in recentchanges table. | ||
| + | ...have user_real_name field in user table. | ||
| + | ...have user_token field in user table. | ||
| + | Adding user_email_token field to table user...ok | ||
| + | ...have log_params field in logging table. | ||
| + | Adding ar_rev_id field to table archive...ok | ||
| + | Adding ar_text_id field to table archive...ok | ||
| + | ...page table does not exist, skipping new field patch | ||
| + | ...revision table does not exist, skipping new field patch | ||
| + | Adding img_width field to table image...ok | ||
| + | Adding img_metadata field to table image...ok | ||
| + | Adding img_media_type field to table image...ok | ||
| + | Adding val_ip field to table validate...ok | ||
| + | ...have ss_total_pages field in site_stats table. | ||
| + | Adding iw_trans field to table interwiki...ok | ||
| + | ...already have interwiki table | ||
| + | ...indexes seem up to 20031107 standards | ||
| + | Converting links table to ID-ID... | ||
| + | Schema already converted | ||
| + | ...image primary key already set. | ||
| + | Adding wl_notificationtimestamp field for email notification management.ok | ||
| + | ...user table does not contain old email authentication field. | ||
| + | Logging table has correct title encoding. | ||
| + | ...converting from cur/old to page/revision/text DB structure. | ||
| + | 1123665314......checking for duplicate entries. | ||
| + | 1123665314......Creating tables. | ||
| + | 1123665314......Locking tables. | ||
| + | 1123665314......maxold is | ||
| + | 1123665314......Moving text from cur. | ||
| + | 1123665315......Setting up revision table. | ||
| + | 1123665315......Setting up page table. | ||
| + | 1123665315......Unlocking tables. | ||
| + | 1123665315......Renaming old. | ||
| + | 1123665315...done. | ||
| + | revision timestamp indexes already up to 2005-03-13 | ||
| + | Adding rev_text_id field... ok | ||
| + | ...page_namespace is already a full int (int(11)). | ||
| + | Promoting ar_namespace from tinyint(2) unsigned to int... ok | ||
| + | Promoting rc_namespace from tinyint(3) to int... ok | ||
| + | Promoting wl_namespace from tinyint(2) unsigned to int... ok | ||
| + | Promoting qc_namespace from tinyint(2) unsigned to int... ok | ||
| + | Promoting log_namespace from tinyint(3) unsigned to int... ok | ||
| + | Converting links and brokenlinks tables to pagelinks... ok | ||
| + | Cleaning up broken links for namespace -2... ok | ||
| + | Cleaning up broken links for namespace -1... ok | ||
| + | Cleaning up broken links for namespace 1... ok | ||
| + | Cleaning up broken links for namespace 2... ok | ||
| + | Cleaning up broken links for namespace 3... ok | ||
| + | Cleaning up broken links for namespace 4... ok | ||
| + | Cleaning up broken links for namespace 5... ok | ||
| + | Cleaning up broken links for namespace 6... ok | ||
| + | Cleaning up broken links for namespace 7... ok | ||
| + | Cleaning up broken links for namespace 8... ok | ||
| + | Cleaning up broken links for namespace 9... ok | ||
| + | Cleaning up broken links for namespace 10... ok | ||
| + | Cleaning up broken links for namespace 11... ok | ||
| + | Cleaning up broken links for namespace 12... ok | ||
| + | Cleaning up broken links for namespace 13... ok | ||
| + | Cleaning up broken links for namespace 14... ok | ||
| + | Cleaning up broken links for namespace 15... ok | ||
| + | No img_type field in image table; Good. | ||
| + | Checking for duplicate accounts... | ||
| + | Found 0 accounts with duplicate records on mediawiki. | ||
| + | |||
| + | It is now safe to apply the unique index on user_name. | ||
| + | Adding unique index on user_name... ok | ||
| + | Adding user_groups table... ok | ||
| + | Converting user_rights table to user_groups... ok | ||
| + | Initialising "MediaWiki" namespace... | ||
| + | Clearing message cache...Done. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
{| border=1 | {| border=1 | ||
|- | |- | ||
Revision as of 07:04, 11 August 2005
Contents |
Output of my Upgrade from mediawiki 1.4.5 to 1.5:
Here it is: There are already MediaWiki tables in this database. Checking if updates are needed... DB user account ok ...hitcounter table already exists. ...querycache table already exists. ...objectcache table already exists. ...categorylinks table already exists. ...logging table already exists. ...validate table already exists. ...user_newtalk table already exists. Creating transcache table...ok Creating trackbacks table...ok ...have ipb_id field in ipblocks table. ...have ipb_expiry field in ipblocks table. ...have rc_type field in recentchanges table. ...have rc_ip field in recentchanges table. ...have rc_id field in recentchanges table. ...have rc_patrolled field in recentchanges table. ...have user_real_name field in user table. ...have user_token field in user table. Adding user_email_token field to table user...ok ...have log_params field in logging table. Adding ar_rev_id field to table archive...ok Adding ar_text_id field to table archive...ok ...page table does not exist, skipping new field patch ...revision table does not exist, skipping new field patch Adding img_width field to table image...ok Adding img_metadata field to table image...ok Adding img_media_type field to table image...ok Adding val_ip field to table validate...ok ...have ss_total_pages field in site_stats table. Adding iw_trans field to table interwiki...ok ...already have interwiki table ...indexes seem up to 20031107 standards Converting links table to ID-ID... Schema already converted ...image primary key already set. Adding wl_notificationtimestamp field for email notification management.ok ...user table does not contain old email authentication field. Logging table has correct title encoding. ...converting from cur/old to page/revision/text DB structure. 1123665314......checking for duplicate entries. 1123665314......Creating tables. 1123665314......Locking tables. 1123665314......maxold is 1123665314......Moving text from cur. 1123665315......Setting up revision table. 1123665315......Setting up page table. 1123665315......Unlocking tables. 1123665315......Renaming old. 1123665315...done. revision timestamp indexes already up to 2005-03-13 Adding rev_text_id field... ok ...page_namespace is already a full int (int(11)). Promoting ar_namespace from tinyint(2) unsigned to int... ok Promoting rc_namespace from tinyint(3) to int... ok Promoting wl_namespace from tinyint(2) unsigned to int... ok Promoting qc_namespace from tinyint(2) unsigned to int... ok Promoting log_namespace from tinyint(3) unsigned to int... ok Converting links and brokenlinks tables to pagelinks... ok Cleaning up broken links for namespace -2... ok Cleaning up broken links for namespace -1... ok Cleaning up broken links for namespace 1... ok Cleaning up broken links for namespace 2... ok Cleaning up broken links for namespace 3... ok Cleaning up broken links for namespace 4... ok Cleaning up broken links for namespace 5... ok Cleaning up broken links for namespace 6... ok Cleaning up broken links for namespace 7... ok Cleaning up broken links for namespace 8... ok Cleaning up broken links for namespace 9... ok Cleaning up broken links for namespace 10... ok Cleaning up broken links for namespace 11... ok Cleaning up broken links for namespace 12... ok Cleaning up broken links for namespace 13... ok Cleaning up broken links for namespace 14... ok Cleaning up broken links for namespace 15... ok No img_type field in image table; Good. Checking for duplicate accounts... Found 0 accounts with duplicate records on mediawiki. It is now safe to apply the unique index on user_name. Adding unique index on user_name... ok Adding user_groups table... ok Converting user_rights table to user_groups... ok Initialising "MediaWiki" namespace... Clearing message cache...Done.
| Note to Google-rank bots |
|---|
| Please feel free to test any markup here, but please do not just add random external links to a series of irrelevant webpages to increase your Google rank, it will simply be reverted, and you will be blocked from editing. |
this is a test
try some math in latex:
<math>B_x=\frac{1}{e}\sum_{n=0}^\infty \frac{n^x}{n!}</math> I fixd yor math in later!
[gepr] This is definitely the best of the three.
- [alex] I agree, I've been wikipedia-ing for a while now and I like their interface, and the page history stuff. I presume that we can easily customize the logo and the navbar. I suggest "Current events" -> "News" for e.g. Also we might want to change the default copyright info or somesuch. I like the fact that you can have sysops and have protected pages as well.
- I think one of the first things we should do is to change all the references to Wikipedia to "Swarm wiki", etc, but there isn't any obvious place for the user to do that, it's probably something that needs to be done in the site configuration. -- Alex 04:09 2 Jul 2003 (EDT)
By the way you can "sign" and date a discussion entry by putting four tildes in a row like this: ~~~~ -- Alex 04:15 2 Jul 2003 (EDT)
Very cool. gepr 13:34 2 Jul 2003 (EDT)
more lateX:
<math>\int{dx \frac{1}{x^2}}</math>
||table||row||here||
||col 1||||||
||col 1||||
||col 1||
||||col 2||||
||||||col 3||
||1||2||3||
[LocalLink1] [cxcvcxv > LocalLink2]
H 1
H 2
H 3
H 4
H 5
H 6
This is a test dan
Note: A Sandbox is a box that has a lot uv sand in it. ---<math>Insert formula here</math><math>Insert formula here</math><math>Insert formula here</math><math>Insert formula here</math><math>Insert formula here</math>
i'm interested in making a wiki for design patterns in the product design and space, but am interested in ways of
getting beyond textual content - anyone have ideas or examples of integrating visual content into the wiki
experimenting with wiki markup. Would a wiki link to an _external page_ like this [soccer web site] really work? The MediaWiki software seems to be superior to the JSPWiki software, especially in terms of editing pages.
This is a great concept and i am really aiming at becoming a WikiGnome
HANG MAN!
Game 1: Famous Diapers
-----|
| |
O |
|
|
|
=============
Q:
Hey this wiki work!
TestPage1
Testing 2
![[Main Page]](/stylesheets/images/wiki.png)