aboutsummaryrefslogtreecommitdiffstats
path: root/docs/magicword.txt
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of Doxygen-friendly formatArturek12019-12-041-95/+0
| | | | | | | | | | | | | | | | | | Markdown format implemented in docs/magicword.md and docs/memcached.md A section with helpful resources has been added in docs/Introduction.md Whitespaces removed, Intoduction.md modified Unnecessary whitespaces have been removed. Helpful resources section has been modified. Headings fixed, Title changed in magicword.md Title changed from "magicword.txt" to "Magic Words" in docs/magicword.md. Some H1 headers changed to H2 in docs/memcached.md and docs/Introduction.md. An unnecessary sentence removed in docs/Introduction.md. Change-Id: I5c9e8663c922be4ca5f0eea9d5c2469b1b18281c Task: T111298
* hooks: Stop suggesting to pass objects by referenceThiemo Kreuz2019-11-181-3/+3
| | | | | | | | | It looks like the examples section on top of the hooks.txt file still suggests to pass objects by reference. This is an obsolete relict from PHP 4 and not needed any more. Bug: T193950 Change-Id: I61bdc4a313401955943903918ff8167c2bea5aac
* docs: Update ParserGetVariableValueSwitch documentationThiemo Kreuz2019-09-101-3/+3
| | | | | | | | | It never makes sense to pass a (possibly different) Parser or PPFrame object *back* as a reference. The & are a relic from very old PHP versions that cloned all objects before passing them. This is not needed any more. Change-Id: I9fdb184cb41a61842819d44c9f07bd9cf435bb14
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-14/+14
| | | | Change-Id: I0c83783051bf35fe785bc01644eeb2946902b6b2
* Fixed typo: availableKartik Mistry2014-03-151-2/+2
| | | | Change-Id: If4e28cf04699084ed325835d5ebe1c5900002040
* http://www.mediawiki.org --> https://www.mediawiki.orgLadsgroup2014-01-281-3/+3
| | | | | | Part 1 Change-Id: I07ff886d4832b7148a5ae0443af1498b62cc9525
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
| | | | | | We can now do this since we finally switched to PHP 5.3 for MW 1.20 and get rid of the silly dirname(__FILE__) stuff :) Change-Id: Id9b2c9cd2e678197aa81c78adced5d1d31ff57b1
* Update documentation.Siebrand Mazeland2012-01-181-27/+34
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/109414
* update docs/magicword.txtAlexandre Emsenhuber2008-03-121-21/+65
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/31855
* Documentation file about the magic words.Rotem Liss2006-06-261-0/+44
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15069
* Revert due to brion's request.Rotem Liss2006-06-251-40/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15051
* Some docs about magic words and the new hooks.Rotem Liss2006-06-251-0/+40
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15050