-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello all
I have a a wiki site like /index.php/Test with a content: <myextension/>
If a user change something with my extension, I'd like to update the recentchanges/rss list. How is this possible? Isn't it?
Thank you for help. /maba
I'd like to update the recentchanges/rss list. How is this possible?
The only things which show up in recentchanges are changes to the wikitext of an article. If your tag extension is pulling in data from another source, this *may* change the rendered page, but this won't affect recentchanges.
The reason I say it *may* change the rendered page is due to caching. Tags are evaluated once - at render time, not on every page view (unless caching has been disabled).
-- Jim R. Wilson (jimbojw)
On 3/24/07, Marco Balmer maba-mailings-mediawiki@micressor.ch wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello all
I have a a wiki site like /index.php/Test with a content:
<myextension/>
If a user change something with my extension, I'd like to update the recentchanges/rss list. How is this possible? Isn't it?
Thank you for help. /maba -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGBSci8JLvhlgYtaoRApJxAJ4nJ4uHlOPA4+dn78qvBy2xbJuWPwCeOVnV 6UzjCuY7INWSXDsGXx3mrsc= =0qdf -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello Jim
Jim Wilson schrieb:
The only things which show up in recentchanges are changes to the wikitext of an article. If your tag extension is pulling in data from another source, this *may* change the rendered page, but this won't affect recentchanges. The reason I say it *may* change the rendered page is due to caching. Tags are evaluated once - at render time, not on every page view (unless caching has been disabled).
I see there is no way to solve that. Thank you for your information.
Marco
I have a a wiki site like /index.php/Test with a content:
<myextension/>
If a user change something with my extension, I'd like to update the recentchanges/rss list. How is this possible? Isn't it?
How about making the extension make a null edit to the article with the appropriate information in the edit summary?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello Thomas
Thomas Dalton schrieb:
How about making the extension make a null edit to the article with the appropriate information in the edit summary?
Is there a function available from the extension which I could execute?
Thx Marco
mediawiki-l@lists.wikimedia.org