plaintext to wiki
[lhc/web/wiklou.git] / includes /
2005-09-14 Niklas Laxströmplaintext to wiki
2005-09-13 Niklas LaxströmBug 3144: "Submit query" message localization
2005-09-13 Ævar Arnfjörð Bjar... * Added a FIXME
2005-09-13 Ævar Arnfjörð Bjar... * Cleaned out some unused globals
2005-09-13 Ævar Arnfjörð Bjar... * Adding $wgUseMemCached = false to defaultsettings...
2005-09-13 Ævar Arnfjörð Bjar... * using htmlspecialchars() for safe XHTML output
2005-09-13 Ævar Arnfjörð Bjar... * Formatting
2005-09-13 Ævar Arnfjörð Bjar... * Using wfDebugLog() to log to our own log (exif)
2005-09-13 Ævar Arnfjörð Bjar... * Two new functions:
2005-09-13 Ævar Arnfjörð Bjar... * Adding a nes specialpage - mimesearch
2005-09-13 Ævar Arnfjörð Bjar... * Adding a new specialpage - mimesearch
2005-09-13 Brion Vibber* (bug 3412) Clean up date format handling so ~~~~...
2005-09-13 Brion Vibber* Use the real file link instead of the default-size...
2005-09-12 Brion Vibber* (bug 2800) Don't scale up small images on |thumb...
2005-09-12 Brion Vibber* (bug 3448) Set page_len on undelete
2005-09-12 Niklas LaxströmAllow wikitext again
2005-09-12 Brion Vibber* Fix scaling of non-integer SVG unit sizes
2005-09-11 Tim StarlingWorkaround for memcachedism
2005-09-11 Tim Starling* Negative caching for the MediaWiki namespace. This...
2005-09-11 Tim Starlingfaster expiry check in enumBlocks
2005-09-11 Tim StarlingFaster Special:Listusers, should be up to 10x faster...
2005-09-11 Tim Starlingsanity check
2005-09-11 Tim Starlingprofiling fix
2005-09-11 Tim Starlingprofiling fix
2005-09-11 Brion Vibber* Fix edit on double-click for move-protected pages...
2005-09-11 Brion Vibber* Fix regressions in ChangesList traditional layout
2005-09-10 Brion Vibber* (bug 3127) Render large SVGs at image page size correctly
2005-09-10 Brion Vibber* Support SVG rendering with rsvg
2005-09-09 Tim StarlingMade legal title character list configurable
2005-09-09 Ævar Arnfjörð Bjar... * Set the memcache expiry time to a week instead of...
2005-09-09 Ævar Arnfjörð Bjar... * Documentation
2005-09-08 Ævar Arnfjörð Bjar... * (bug 3358) Allow inclusion of Special:Newimages as...
2005-09-08 Ævar Arnfjörð Bjar... * Minor code refactoring
2005-09-07 Tim StarlingPassed -size hint to convert, as recommended in the...
2005-09-07 Tim StarlingWorked around lack of timeouts in fwrite(), using non...
2005-09-06 Antoine Mussocosmetic
2005-09-06 Antoine MussoTurn stuff from OldChangesList into methods of its...
2005-09-06 Antoine Mussocode formatting (for vim code folding)
2005-09-06 Antoine MussoSplit enhanced and old changelist in two classes that...
2005-09-06 Antoine MussoComments, code formatting.
2005-09-06 Antoine Mussohtml output formatting
2005-09-06 Antoine Mussofname typo
2005-09-06 Ævar Arnfjörð Bjar... * Pluralform => Plural
2005-09-06 Ævar Arnfjörð Bjar... * Improved trimStars()
2005-09-06 Ævar Arnfjörð Bjar... * Changed the name of the wfNoMsg() function to wfEmpty...
2005-09-06 Ævar Arnfjörð Bjar... * Added a hook
2005-09-06 Ævar Arnfjörð Bjar... * Code and documentation cleanup, bugfix
2005-09-06 Brion Vibber* Add UploadVerification hook for custom file upload...
2005-09-05 Antoine Mussorevert previous stuff. break things :)
2005-09-05 Antoine Musso#3344: Redirected terms cannot be included in categories
2005-09-05 Alexander SigachovNew magic word: PLURALFORM (like GRAMMAR)
2005-09-05 Brion Vibber* Use strval() to make sure we don't accidentally get...
2005-09-05 Brion VibberLive hack: don't blow up on empty/broken timestamps...
2005-09-05 Brion Vibber* Add 'reupload' and 'reupload-shared' permission keys...
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-09-04 Erik Moellerremove obsolete piece of code - newarticletext is never...
2005-09-04 Ævar Arnfjörð Bjar... * Avoid missing argument errors to recordUpload() on...
2005-09-03 Rowan CollinsQuick workaround for bug 3131 (don't fill destname...
2005-09-03 Tim Starlingfixed recent commit
2005-09-03 Tim StarlingCache interwiki prefixes with a canonical case
2005-09-02 Ævar Arnfjörð Bjar... * Rv: Causing some kind of error, I'll change it back...
2005-09-02 Ævar Arnfjörð Bjar... * Reverting back to 1.115, not inserting {{ and }}...
2005-09-02 Brion VibberRevert last change, which breaks the only usage of...
2005-09-02 Brion Vibber* (bug 3306) Document $wgLocalTZoffset
2005-09-02 Brion Vibber* (bug 2078) Don't hide watch tab on preview
2005-09-02 Brion Vibber* (bug 2841) Consistency in $this->loggedin use
2005-09-02 Brion Vibber* (bug 3292) Fix move-over-redirect test when current...
2005-09-02 Brion Vibber* Don't override edit conflict suppression on section...
2005-08-31 Antoine Musso*** empty log message ***
2005-08-31 Ævar Arnfjörð Bjar... * Not inserting {{ and }} automatically around the...
2005-08-31 Antoine MussoMight or might not fix a php5 notice error (undefined...
2005-08-31 Ævar Arnfjörð Bjar... * !empty( $par ) => $par != ''
2005-08-31 Ævar Arnfjörð Bjar... * Fixed a bug, array_slice() called incorrectly
2005-08-31 Ævar Arnfjörð Bjar... * Code cleanup
2005-08-31 Tim StarlingFixed resource exhaustion problems due to long lines...
2005-08-30 Brion Vibbereval() is evil! Improper escaping allowed, at a minimum...
2005-08-30 Brion Vibberadjust whitespace
2005-08-30 Niklas LaxströmAvar casts lvl 5 enhance to Licenses.php:
2005-08-29 Brion Vibber* Security fix for <math>
2005-08-29 Ævar Arnfjörð Bjar... * disabled="disabled" attribute for headers
2005-08-29 Ævar Arnfjörð Bjar... * Support for a license selection box on Special:Upload...
2005-08-29 Ævar Arnfjörð Bjar... * Source cleanup
2005-08-29 Brion Vibber* IP privacy fix for blocklist search on autoblocks
2005-08-28 Brion Vibber* Fix interlanguage links on special pages when extra...
2005-08-28 Brion Vibber* (bug 2885) More PHP 5.1 fixes: skin, search, log...
2005-08-28 Anders Wegge JakobsenI have ghosts in my cvs today :-(
2005-08-28 Anders Wegge JakobsenAlways read a diff before committing code
2005-08-27 Brion Vibber* (bug 3284) Ipblocklist paging, substring search
2005-08-27 Anders Wegge JakobsenAdd filter for robot edits to Special:Watchlist
2005-08-27 Niklas LaxströmDon't mess recent changes
2005-08-27 Niklas Laxström+* Experimental feature to allow translation of block...
2005-08-27 Tim Starlingrespect bot flag in RecentChange::notifyLog()
2005-08-27 Tim Starlingtab name for discussion page of extra namespace
2005-08-27 Tim Starlingsupport for setting tab names of extra namespaces
2005-08-26 Brion VibberDrop MySQL 3.23.x support; 4.0 or greater required.
2005-08-26 Niklas Laxström* (bug 2613) Clear saved passwords from the form
2005-08-26 Brion Vibber* (bug 3280) Respect 'move' group permission on page...
2005-08-26 Niklas Laxström* (bug 2554) Tell users they are uploading too large...
2005-08-26 Ævar Arnfjörð Bjar... * Coding style
2005-08-26 Ævar Arnfjörð Bjar... * Adding a new hook, SpecialContributionsBeforeMainOutput
next