* Fixed a bug where moving a page would cause the following SQL error when
[lhc/web/wiklou.git] / includes /
2005-05-24 Ævar Arnfjörð Bjar... * Fixed a bug where moving a page would cause the follo...
2005-05-24 Ævar Arnfjörð Bjar... * Added profiling to getNavigationLinks()
2005-05-24 Ævar Arnfjörð Bjar... * Removed empty comments
2005-05-24 Tim Starlingremoved crippled enotif code from checkPassword(),...
2005-05-23 Ævar Arnfjörð Bjar... * Restored the {{msg:}} magic word, except now it's...
2005-05-23 Ævar Arnfjörð Bjar... * Cleanup syntax
2005-05-23 Magnus ManskeValidation feature update; someone please update the...
2005-05-23 Anders Wegge Jakobsen* (bug 2126) Emergency fix of problems with one-time...
2005-05-23 Ævar Arnfjörð Bjar... * Changed getNavigationLinks() to use $wgOut::parse()
2005-05-23 Ævar Arnfjörð Bjar... * Using a wfMsgForContent message to build the navigati...
2005-05-23 Ævar Arnfjörð Bjar... * Fixed @author line to a conformant phpdoc element
2005-05-23 Brion VibberChange the SearchEngine interface around:
2005-05-23 Jens FrankMake HistoryStub ExternalStore-aware. Renamed external...
2005-05-23 Brion VibberSpacing; use Title::exists
2005-05-22 Anders Wegge Jakobsen* (bug 2217) Fix conversion of negative ISO years.
2005-05-22 Anders Wegge Jakobsen* (bug 2105) Add a space between -f and the from addres...
2005-05-22 Erik Moelleradd $wgMetaNamespaceTalk, primarily for Serbian, where...
2005-05-21 Magnus Manskevalidation updates
2005-05-21 Erik Moellermove default parameter to the right per recommendations
2005-05-21 Erik MoellerPHP4 doesn't like null references, so splitting function
2005-05-21 Erik Moellerbug #73: category sortkeys are set to "Special:Upload...
2005-05-21 Erik Moellerdon't choke if EXIF library is not available
2005-05-21 Magnus Manskevalidation updates
2005-05-21 Jens Frankuppercase URL
2005-05-21 Jens FrankClass for storing objects in an external DB cluster
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-21 Ævar Arnfjörð Bjar... * Added a TODO note to isASCII()
2005-05-21 Anders Wegge Jakobsen* (bug 2151) The delete summary now includes editor...
2005-05-20 Jens Frank(bug 2110) "noarticletext" should not display on Image...
2005-05-20 Tim Starlingfixed deletion reason autofill
2005-05-18 Brion VibberFix for the main (no pipe) case of bug 2095, triple...
2005-05-18 Brion VibberUpdate files as currently generated.
2005-05-16 Ævar Arnfjörð Bjar... * (bug 2019) Wrapped the output of Special:Version...
2005-05-16 Ævar Arnfjörð Bjar... * Removed $wgLanguageFile, it has never been used in...
2005-05-16 Ævar Arnfjörð Bjar... * Fixed a bug in Special:Newimages that made it impossi...
2005-05-15 Brion VibberRevert __LCFIRST__ patch. Title objects should be treat...
2005-05-15 Ævar Arnfjörð Bjar... * Improved the syntax of two regular expressions
2005-05-15 Ævar Arnfjörð Bjar... * Improved the syntax of two regular expressions
2005-05-15 Ævar Arnfjörð Bjar... * (bug 2118) Added a __LCFIRST__ magic word for forcing...
2005-05-15 Domas Mituzasremove all db->query() invocations from LinksUpdaters
2005-05-15 Ævar Arnfjörð Bjar... * & is invalid when it's unespecad inside attributes...
2005-05-15 Ævar Arnfjörð Bjar... * Using new icons in the /common/images/icons/ directory
2005-05-15 Brion Vibber* (bug 2176) Section edit 'show changes' button works...
2005-05-15 Brion Vibber* (bug 2178) Use TMPDIR, TMP, or TEMP environment varia...
2005-05-15 Ævar Arnfjörð Bjar... Bah!!
2005-05-15 Ævar Arnfjörð Bjar... * Bah!
2005-05-15 Ævar Arnfjörð Bjar... * Changed the namespace selection form from a table...
2005-05-15 Tim StarlingRenamed group table to groups, and renamed the fields...
2005-05-15 Brion VibberStrip unprintables from debug log: they can cause font...
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-05-14 Domas Mituzasyay, use high level Database:: methods! :)
2005-05-14 Magnus ManskeValidation database prefix fix
2005-05-14 Tim StarlingIgnore cache keys from previous version
2005-05-14 Tim StarlingUsing a different session name for each database, so...
2005-05-14 Tim Starlingtypos
2005-05-14 Tim Starlingnicer format for static groups record
2005-05-14 Tim Starlingfriendlier error message
2005-05-14 Tim Starlingfixed Special:Userrights log, and a few other Special...
2005-05-14 Tim Starlingfixed potential XSS vulnerability
2005-05-14 Tim Starlingfixed style and minor XSS vulnerabilities
2005-05-14 Tim StarlingFixed duplicate group problem, fixed isNewbie() function
2005-05-14 Tim Starlingallow people with the "protect" privilege to unprotect...
2005-05-14 Tim Starlingreworded some comments
2005-05-13 Ævar Arnfjörð Bjar... * Someone forgot to global the variable
2005-05-13 Gabriel WickeIncremental categorylink updates, mainly to keep the...
2005-05-13 Ævar Arnfjörð Bjar... * Renamed Special:Randompage to Special:Random since...
2005-05-13 Ævar Arnfjörð Bjar... * Special Page redirection now includes paramaters...
2005-05-13 Ævar Arnfjörð Bjar... * Deprecated the {{msg:}} syntax for inclusion from...
2005-05-13 Ævar Arnfjörð Bjar... * isASCII() now only accepts \x0a\x20-\x7e and strings...
2005-05-13 Ævar Arnfjörð Bjar... * Removed some strange code which doesn't have any...
2005-05-13 Ævar Arnfjörð Bjar... * Save '0' in img_metadata when no metadata has been...
2005-05-12 Brion Vibber* (bug 2152) Add missing bgcolor to attribute whitelist...
2005-05-12 Brion Vibber* (bug 2150) Fix tab indexes on edit form
2005-05-11 Ævar Arnfjörð Bjar... * Output wikitext rather than mixed HTML and wikitext
2005-05-11 Ævar Arnfjörð Bjar... * Deprecated by the new redirect mechanism in SpecialPa...
2005-05-11 Ævar Arnfjörð Bjar... * $wgSpecialPageRedirects changed to hold title objects...
2005-05-11 Ævar Arnfjörð Bjar... * Added a new associative array ($wgSpecialPageRedirect...
2005-05-11 Ævar Arnfjörð Bjar... * Removed this stub file that did nothing but redirect...
2005-05-10 Ævar Arnfjörð Bjar... * Set the $disabled variable if $wgEmailAuthentication...
2005-05-10 Ævar Arnfjörð Bjar... * Fixed some phpdoc errors, see wikipedia.sf.net/doc...
2005-05-10 Ævar Arnfjörð Bjar... * Not returning true for whitespace ASCII tags (I found...
2005-05-09 Ævar Arnfjörð Bjar... * Fixed a problem with the user preferences not being...
2005-05-09 Ævar Arnfjörð Bjar... * Removed checks for $wgShowEXIF, these functions never...
2005-05-09 Ævar Arnfjörð Bjar... * Switching is_numeric() in isByte(), isShort() and...
2005-05-09 Ævar Arnfjörð Bjar... * Improved Exif::validate() debug output
2005-05-09 Ævar Arnfjörð Bjar... * Removed a left over debug statement.
2005-05-09 Ævar Arnfjörð Bjar... * Added CSS styles to each Exif tag to make them styleable.
2005-05-09 Ævar Arnfjörð Bjar... * Deprecated $mValidExif and its constructor makeValidE...
2005-05-09 Ævar Arnfjörð Bjar... * Checking against Exif::mFlatExif, Exif::mValidExif...
2005-05-09 Ævar Arnfjörð Bjar... * Improved the debug output of the type checking functions
2005-05-09 Ævar Arnfjörð Bjar... * Improved the debug output of retrieveExifData()
2005-05-09 Ævar Arnfjörð Bjar... * Moved the Metadata link next to the image link in...
2005-05-09 Ævar Arnfjörð Bjar... * Added debug statements to retriveExifData()
2005-05-09 Ævar Arnfjörð Bjar... * Documented the change to extractTags(), might be...
2005-05-09 Brion VibberFix up spacing, indentation to match the codebase stand...
2005-05-08 Brion VibberDeclare the EXIF type constants only once, when the...
2005-05-08 Brion VibberClean up makeFlatExifTags; a simple foreach loop is...
2005-05-08 Ævar Arnfjörð Bjar... * Removed the wfSuppressWarnings() I inserted previously
2005-05-08 Ævar Arnfjörð Bjar... * Deprecated.
2005-05-08 Ævar Arnfjörð Bjar... * Typo: missing $
next