Is there an easy way to list all articles that contain a given parser tag, such as <cite> or <foobar>? I took a look for extensions like this (e.g., a special page that lists the articles) but didn't find anything.
If there's no existing extension, what would be the appropriate method to do this in code?
Thanks, DanB
Daniel wrote:
Is there an easy way to list all articles that contain a given parser tag, such as <cite> or <foobar>? I took a look for extensions like this (e.g., a special page that lists the articles) but didn't find anything.
No.
If there's no existing extension, what would be the appropriate method to do this in code?
Thanks, DanB
Have the extension register in a table that it's present on that page. What is usually done is to wrap the parser tag into a template (eg. {{cite}}) and use that instead of the real parser tag. This way it can be tracked.
Hi All, I am experiencing below error message when I am going to setup/put email address in the MediaWiki Preference (email field) though I get the email: "Error sending mail: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for '9.0/no DST' instead" Could some one help me to fix this error message? Thanks in advance. Regards,
--- On Wed, 11/19/08, Daniel Barrett danb@VistaPrint.com wrote:
From: Daniel Barrett danb@VistaPrint.com Subject: [Mediawiki-l] Listing all articles that use a parser tag? To: "MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org Date: Wednesday, November 19, 2008, 4:16 PM
Is there an easy way to list all articles that contain a given parser tag, such as <cite> or <foobar>? I took a look for extensions like this (e.g., a special page that lists the articles) but didn't find anything.
If there's no existing extension, what would be the appropriate method to do this in code?
Thanks, DanB
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Try adding this to the bottom of your localsettings.php file:
date_default_timezone_set("Europe/London");
Obviously you'll need to change it to the correct location. More info here:
http://uk.php.net/date_default_timezone_set
Hope this helps :)
Simon
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Mohammad Towfiqul Islam Sent: 20 November 2008 10:27 To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] Error message of email setup
Hi All, I am experiencing below error message when I am going to setup/put email address in the MediaWiki Preference (email field) though I get the email: "Error sending mail: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for '9.0/no DST' instead" Could some one help me to fix this error message? Thanks in advance. Regards,
--- On Wed, 11/19/08, Daniel Barrett danb@VistaPrint.com wrote:
From: Daniel Barrett danb@VistaPrint.com Subject: [Mediawiki-l] Listing all articles that use a parser tag? To: "MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org Date: Wednesday, November 19, 2008, 4:16 PM
Is there an easy way to list all articles that contain a given parser tag, such as <cite> or <foobar>? I took a look for extensions like this (e.g., a special page that lists the articles) but didn't find anything.
If there's no existing extension, what would be the appropriate method to do this in code?
Thanks, DanB
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
The information contained in this communication is privileged and confidential. The content is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by telephone or e-mail, and delete this message from your systems. Teleperformance is a trading style of MM Teleperformance Ltd: Reg No. 02060289 England: Registered Office: St James House, Moon Street, Bristol, BS2 8QY. VAT No.763 0980 18. P Please think of the environment before you print this email
mediawiki-l@lists.wikimedia.org