Reedy
268fa20776
Revert "Added RandomRootPage extension ( bug 16655 )"
...
This reverts commit d5bfa3bff2
2012-05-16 00:50:07 +00:00
Reedy
d5bfa3bff2
Added RandomRootPage extension ( bug 16655 )
...
Change-Id: Ib81dd7aa301680272e3e51c5709d04c4265a4371
2012-05-16 01:46:48 +01:00
Catrope
92fb474b52
Revert "Creating new WMF 1.20wmf2 branch"
...
This reverts commit 5bc567031c .
Change-Id: I28424a7ac2c24c65f643d9316e836d94e4b87109
2012-04-30 14:02:17 -07:00
Reedy
5bc567031c
Creating new WMF 1.20wmf2 branch
2012-04-30 18:34:28 +00:00
Antoine Musso
e7544995a0
git ignore almost everything in ./extensions/
...
Change-Id: I118733a47e154125a3a797c2763ea08b008f831c
2012-03-23 16:40:53 +01:00
Sam Reed
a80065f795
Followup r108425, r108426
...
Why are we committing extensions to phase3/extensions...?
Svn move WindowsAzureSDK ad WindowsAzureStorage to /trunk/extensions
2012-01-09 18:41:58 +00:00
Markus Glaser
310f7c20f4
Enables MediaWiki to use Windows Azure as a file backend.
...
Initial commit
2012-01-09 16:18:19 +00:00
Markus Glaser
898e32c31d
This extension makes sure PHPAzure library is properly included.
...
Initial commit
2012-01-09 16:16:25 +00:00
Sam Reed
921efabc7c
Change require to require_once in extensions/README
2011-12-24 23:12:09 +00:00
Antoine Musso
61cc469f96
Follow up r74684 : use default path if MW_INSTALL_PATH is not present.
2010-10-30 11:43:03 +00:00
Antoine Musso
b83e46ab19
A note about symbolic link and dirname() / include() ...
2010-10-12 18:20:48 +00:00
Alexandre Emsenhuber
32dbbb55ae
Fix for r59276: move extension to correct location
2009-11-20 08:00:04 +00:00
Trevor Parscal
934c7e34de
Initial check in for the SVGZoom tool.
2009-11-20 02:24:28 +00:00
Tomasz Finc
1b389a2afc
Wrong dir ... deleting .. om nom nom
2009-11-06 14:19:54 +00:00
Tomasz Finc
817f33d30f
Adding working proof of concept for quick geo ip redirection
2009-11-06 14:13:31 +00:00
Jack D. Pond
9955aa3d86
Accidently put into phase3/extensions instead of extensions. Idiot operator error
2009-09-11 23:21:25 +00:00
Jack D. Pond
d941edc9be
Added string functions (replace_e,pad_e,pos_e,rpos_e,and explode_e) that allow the use of c-type escaped characters ("\n","\t", etc.) in relevant existing string functions.
2009-09-11 22:50:34 +00:00
Jack D. Pond
df5d82045e
Enhanced existing extension to conditionally show content based on user group membership.
2009-09-11 02:30:48 +00:00
Arash Boostani
1bf5285304
Inadvertently committed an extension to the extension directory, so I am now removing those files
2009-05-05 23:16:58 +00:00
Arash Boostani
f81f4c1fa6
Added an extension, called EditSectionHiliteLink, that highlights the appropriate section when the user mouses over the section edit links. Also, modified the Parser to enclose each section in a div if $wgSectionContainers is set.
2009-05-05 22:49:45 +00:00
Antoine Musso
bb06d1c15c
update, add URLs
2007-04-13 17:31:57 +00:00
Antoine Musso
b2014e7b53
small comment for devs
2007-01-20 13:37:25 +00:00
Brion Vibber
0da39fd46a
Remove old incorrect version of geomap.php which somehow got stuck in here.
2005-09-22 22:06:12 +00:00
Magnus Manske
01d3b6a0de
the geomap extension can embed a map as svg
2005-01-19 20:42:24 +00:00
Brion Vibber
d67bf9b7b3
Moved Evan's sample hook-using extension from phase3 to extensions module.
...
The extensions directory in the phase3 distribution is meant to be empty.
2004-12-01 08:51:06 +00:00
Evan Prodromou
2103572a1b
Added hooks for watching and unwatching articles. Documented in
...
hooks.doc, and an example in Syslog extension.
2004-11-30 05:45:56 +00:00
Evan Prodromou
778c431bfc
Added hook events for "E-mail this user" feature. Documented in
...
hooks.doc, and added a sample hook to Syslog extension.
2004-11-29 04:23:12 +00:00
Evan Prodromou
bd8995d35e
Added "unknown action" event, so that extensions can define new
...
actions and handle them. Documented in hooks.doc, but not really
appropriate for the Syslog extension, so ignored.
2004-11-28 07:06:25 +00:00
Evan Prodromou
f2b7dcc7b1
Add event hooks for article save. Documented in hooks.doc, and example
...
in Syslog extension.
2004-11-28 06:45:24 +00:00
Evan Prodromou
031949ee65
Add event hooking for article deletion. Add a hook for article
...
deletion in the Syslog extension to test/demonstrate/whatever.
Document the events in hooks.doc.
2004-11-28 06:15:22 +00:00
Evan Prodromou
9dd7c7939a
Per brion's suggestion, changed <? to <?php in Syslog, and change
...
functions to strings in Syslog and hooks.doc examples.
2004-11-28 00:51:43 +00:00
Evan Prodromou
4c23bcc198
Added hook events for article protection. Added sample code to Syslog
...
extensions, and documented in hooks.doc.
2004-11-28 00:20:37 +00:00
Evan Prodromou
34ac5745f9
Added event-hooking code for blocking users and IPs. Added a handler
...
to the Syslog extension for blocked users to test this event. Added
documentation for the event to hooks.doc.
2004-11-27 23:57:55 +00:00
Evan Prodromou
7a57bb56af
Add an extension for logging MediaWiki events to the system logger
...
(syslog). Although intended to be useful, it's more of a testbed for
event hooks than anything else. For a first pass, started logging user
login and user logout events. Had to add hooks-running code to the
login and logout modules, but that's kind of the point. Documented the
three events added in hooks.doc.
2004-11-27 23:10:05 +00:00
Brion Vibber
7fe27aca0e
Move some misplaced extensions from main MediaWiki module to extensions
2004-11-20 10:29:46 +00:00
Tim Starling
cde9474e33
Changed inclusion style, require_once('includes/SpecialPage.php') was allowing duplicate inclusion in command-line utilities
2004-10-24 01:56:23 +00:00
Brion Vibber
8a2590fb03
XHTML fix
2004-10-02 20:48:01 +00:00
Brion Vibber
179e0509f1
* Fix for XHTML valid output
...
* Escape text to avoid HTML injection
2004-10-02 20:30:04 +00:00
Brion Vibber
2ce55bdf4c
Fix for running without include_path set
2004-10-02 20:20:52 +00:00
Brion Vibber
e072ba94ce
Fix include path
2004-10-02 02:51:30 +00:00
Tim Starling
7568f63d1a
Extensions for testing and debugging
2004-09-26 06:45:30 +00:00
Tim Starling
666b205929
Special:SiteMatrix, a method for displaying langlist and all.dblist to users
2004-07-31 07:00:23 +00:00
Tim Starling
087bd45c33
Originally intended as a driver for testing wfUtf8ToHTML(), but also serves nicely as a demo for special page modules, or as a toy
2004-05-15 14:15:25 +00:00
Tim Starling
f8bbc61b42
Various board vote enhancements, moving to the BoardVote directory
2004-05-15 10:36:59 +00:00
Tim Starling
e3676a470c
Introducing special page modular extensions, making the board vote special page the first of these.
...
* Moving common special page handling to SpecialPage.php
* Special page lists in the language classes are obsolete, replaced by the list in SpecialPage.php
* Special:Specialpages uses the standard page titles wfMsg(pagename) instead of the description list previously contained in the $wgSpecialPagesEn arrays
* Ability to add custom messages to the MessageCache. Overridable by the MediaWiki namespace.
* Moving board vote functionality from includes/SpecialBoardvote.php to extensions/BoardVote.php
2004-05-15 03:36:39 +00:00
Brion Vibber
4cce8dcdf3
Quick readme for the empty dir
2004-04-22 06:24:00 +00:00