| .. |
|
normal
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
templates
|
Clean up e-mail authentication code.
|
2005-04-25 18:38:43 +00:00 |
|
zhtable
|
* Adding "CC ?= gcc" portability
|
2005-04-10 09:05:55 +00:00 |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
Article.php
|
* Moved <div class='patrollink'> into Article.php rather than declare it in
|
2005-05-05 21:37:54 +00:00 |
|
AuthPlugin.php
|
add comment that local accounts are necessary to log in
|
2005-03-09 09:27:24 +00:00 |
|
BagOStuff.php
|
Smarter, more flexible cache type selection. Moved entire contents of ObjectCache.php to BagOStuff.php, to make way for some more generic code.
|
2005-04-09 10:30:45 +00:00 |
|
Block.php
|
Bypassing UNION SQL for mysql3
|
2005-03-18 09:20:17 +00:00 |
|
BlockCache.php
|
Adding cache related stuff to a new 'Cache' subpackage
|
2005-04-12 01:29:21 +00:00 |
|
CacheManager.php
|
Adding cache related stuff to a new 'Cache' subpackage
|
2005-04-12 01:29:21 +00:00 |
|
CategoryPage.php
|
Full conversion support for category pages
|
2005-04-28 03:33:54 +00:00 |
|
ChangesList.php
|
* Always use the date format specified in the users preferences
|
2005-05-04 20:42:30 +00:00 |
|
Credits.php
|
* minor whitespace change
|
2005-04-05 10:23:23 +00:00 |
|
Database.php
|
* HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
|
2005-05-08 08:17:12 +00:00 |
|
DatabaseFunctions.php
|
Implemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed lagged slave mode. Added a simple method to simulate lagged slaves.
|
2005-04-23 11:49:33 +00:00 |
|
DatabasePostgreSQL.php
|
* Fix string escaping with PostgreSQL
|
2004-12-08 19:51:30 +00:00 |
|
DateFormatter.php
|
* Fixed a bug that appeared when the 'date' preference was set to 'ISO 8601'
|
2005-04-28 08:46:09 +00:00 |
|
DefaultSettings.php
|
* Add $wgLegacySchemaConversion update-time option to reduce amount of
|
2005-05-06 11:31:18 +00:00 |
|
Defines.php
|
* Documented the math constants
|
2005-04-26 18:35:59 +00:00 |
|
DifferenceEngine.php
|
1) actually do what it says (only use external diff when set in user prefs)
|
2005-04-13 21:06:09 +00:00 |
|
EditPage.php
|
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
|
2005-05-05 21:00:49 +00:00 |
|
Exif.php
|
* Improved the debug output of the type checking functions
|
2005-05-09 11:28:30 +00:00 |
|
ExternalEdit.php
|
handle Special: namespaces in multiple languages
|
2005-04-13 06:57:31 +00:00 |
|
ExternalStore.php
|
Add external repositories support for Revision, would
|
2005-04-18 17:21:27 +00:00 |
|
ExternalStoreHttp.php
|
Add external repositories support for Revision, would
|
2005-04-18 17:21:27 +00:00 |
|
Feed.php
|
allow other content-types
|
2005-04-29 12:40:07 +00:00 |
|
FulltextStoplist.php
|
* Updated the list from version 4.1.8 of MySQL
|
2005-04-28 10:03:49 +00:00 |
|
GlobalFunctions.php
|
* Typo: missing $
|
2005-05-08 17:09:36 +00:00 |
|
Group.php
|
Add (somewhat redundant) check for static groups to loadFromDatabase(). It's redundant because static groups will generally have dataLoaded=true, although I don't want to rely on that. Remove unnecessary breakage of command line mode.
|
2005-05-02 02:20:46 +00:00 |
|
HistoryBlob.php
|
* HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
|
2005-05-08 08:17:12 +00:00 |
|
Hooks.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
HTMLForm.php
|
Major changes to user groups:
|
2005-05-01 18:24:20 +00:00 |
|
Image.php
|
* Improved the debug output of retrieveExifData()
|
2005-05-09 11:26:44 +00:00 |
|
ImageGallery.php
|
Optional thumbnail generation by client request, using thumb.php. This removes any need for access to image files on page view. Experimental, some aspects still haven't been tested.
|
2005-04-16 04:33:34 +00:00 |
|
ImagePage.php
|
* Moved the Metadata link next to the image link in the TOC
|
2005-05-09 09:50:45 +00:00 |
|
Interwiki.php
|
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
|
2004-09-03 23:00:01 +00:00 |
|
killthread.php
|
* @subpackage Database
|
2005-05-03 07:56:04 +00:00 |
|
LinkCache.php
|
Adding cache related stuff to a new 'Cache' subpackage
|
2005-04-12 01:29:21 +00:00 |
|
Linker.php
|
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
|
2005-05-05 21:00:49 +00:00 |
|
LinksUpdate.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
LoadBalancer.php
|
bug fix
|
2005-05-06 03:48:15 +00:00 |
|
LogPage.php
|
Major changes to user groups:
|
2005-05-01 18:24:20 +00:00 |
|
MagicWord.php
|
* (bug 688) MagicWord.php uses incorrect regex and logic for "$1" variable capturing
|
2005-05-04 07:49:42 +00:00 |
|
Math.php
|
Various live patches ported from REL1_4
|
2005-04-12 04:03:21 +00:00 |
|
memcached-client.php
|
stream timeout option
|
2005-01-21 14:00:18 +00:00 |
|
MemcachedSessions.php
|
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
|
2004-09-03 23:00:01 +00:00 |
|
MessageCache.php
|
revert my cruft regarding incremental message cache building, it targetted wrong trouble in wrong path anyway
|
2005-05-04 19:24:10 +00:00 |
|
Metadata.php
|
Whitespace fixup.
|
2004-11-11 22:27:49 +00:00 |
|
Namespace.php
|
eat a couple more namespace cruft bits
|
2005-02-21 12:29:31 +00:00 |
|
ObjectCache.php
|
* Add a trailing newline in die()
|
2005-04-13 08:18:35 +00:00 |
|
OutputPage.php
|
* Documentation and minor cleanup.
|
2005-04-15 18:37:39 +00:00 |
|
PageHistory.php
|
(last) link had diff= and oldid= the wrong way around
|
2005-04-07 06:59:53 +00:00 |
|
Parser.php
|
* Add $wgLegacySchemaConversion update-time option to reduce amount of
|
2005-05-06 11:31:18 +00:00 |
|
ParserCache.php
|
Adding cache related stuff to a new 'Cache' subpackage
|
2005-04-12 01:29:21 +00:00 |
|
ParserXML.php
|
* Deglobalised link placeholder handling by moving the relevant functionality from Linker::makeLinkObj() to Parser::makeLinkHolder()
|
2005-04-27 07:48:14 +00:00 |
|
Profiling.php
|
cleaner code formatting.
|
2005-01-28 00:50:58 +00:00 |
|
proxy_check.php
|
Clean up a few scriptlets
|
2004-10-14 02:13:12 +00:00 |
|
ProxyTools.php
|
oops, committed from wrong branch, this is the fixed version
|
2005-03-31 10:39:15 +00:00 |
|
QueryPage.php
|
Made updateSpecialPages.php more robust to database problems
|
2005-04-24 08:31:12 +00:00 |
|
RawPage.php
|
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
|
2005-05-05 21:00:49 +00:00 |
|
RecentChange.php
|
tweak some comments (schema blah blah)
|
2005-03-13 07:19:13 +00:00 |
|
Revision.php
|
* (bug 1982) Fix loading of old text for section merging on edits.
|
2005-04-26 09:52:11 +00:00 |
|
Sanitizer.php
|
* (bug 2067) Fixed crash on empty quoted HTML attribute
|
2005-05-04 22:32:05 +00:00 |
|
SearchEngine.php
|
* Documented: @subpackage Search
|
2005-04-29 18:41:38 +00:00 |
|
SearchMySQL3.php
|
Decouple revision.rev_id from text.old_id
|
2005-03-28 10:47:12 +00:00 |
|
SearchMySQL4.php
|
Decouple revision.rev_id from text.old_id
|
2005-03-28 10:47:12 +00:00 |
|
SearchTsearch2.php
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
SearchUpdate.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
Setup.php
|
Add WikiError to standard components now that we're using it more widely (though it's already explicitly included in places it's used so far, such as UserMailer and SpecialImport)
|
2005-04-27 22:38:51 +00:00 |
|
SiteConfiguration.php
|
protection from multiple includes (from REL1_3A)
|
2004-09-26 08:06:04 +00:00 |
|
SiteStatsUpdate.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
Skin.php
|
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
|
2005-05-05 21:00:49 +00:00 |
|
SkinPHPTal.php
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
SkinTemplate.php
|
* Changing the personal urls to use the format Special:Page/Paramater rather
|
2005-05-07 07:23:46 +00:00 |
|
SpecialAllmessages.php
|
BUG 1653 - Removing hardcoded messages in Special:Allmessages
|
2005-03-13 09:03:58 +00:00 |
|
SpecialAllpages.php
|
* (bug 2101) a single variable was being used as both a counter and as a
|
2005-05-07 07:44:51 +00:00 |
|
SpecialAncientpages.php
|
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.
|
2005-04-24 04:16:50 +00:00 |
|
SpecialBlockip.php
|
* Removed the need to supply a reason for a block.
|
2005-04-28 02:51:22 +00:00 |
|
SpecialBlockme.php
|
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
|
2004-09-03 23:00:01 +00:00 |
|
SpecialBooksources.php
|
Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
|
2004-12-19 08:00:50 +00:00 |
|
SpecialBrokenRedirects.php
|
Removed unused global
|
2005-04-24 04:39:17 +00:00 |
|
SpecialCategories.php
|
Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705
|
2004-11-13 20:40:28 +00:00 |
|
SpecialConfirmemail.php
|
Clean up e-mail authentication code.
|
2005-04-25 18:38:43 +00:00 |
|
SpecialContributions.php
|
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
|
2005-05-06 11:20:37 +00:00 |
|
SpecialDeadendpages.php
|
Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
|
2004-12-19 08:00:50 +00:00 |
|
SpecialDisambiguations.php
|
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.
|
2005-04-24 04:16:50 +00:00 |
|
SpecialDoubleRedirects.php
|
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.
|
2005-04-24 04:16:50 +00:00 |
|
SpecialEmailuser.php
|
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
|
2005-05-06 11:20:37 +00:00 |
|
SpecialExport.php
|
* HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
|
2005-05-08 08:17:12 +00:00 |
|
SpecialGroups.php
|
* Removed redundant prototyping and a debug comment.
|
2005-05-06 07:03:09 +00:00 |
|
SpecialImagelist.php
|
* Removed the ilshowmatch message, it's pretty self explainatory what we're
|
2005-05-05 00:02:44 +00:00 |
|
SpecialImport.php
|
Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...
|
2005-03-26 22:23:48 +00:00 |
|
SpecialIpblocklist.php
|
* Documentation
|
2005-04-04 19:31:58 +00:00 |
|
SpecialListadmins.php
|
bug 770 implemented. bug 857 fixed.
|
2004-11-12 21:23:09 +00:00 |
|
SpecialListusers.php
|
Add a space to make output look less horrible
|
2005-04-27 21:42:37 +00:00 |
|
SpecialLockdb.php
|
Audit tweaks: extra post checks, markup fixes.
|
2005-02-21 01:56:50 +00:00 |
|
SpecialLog.php
|
Restore the public interface function used by SpecialUndelete.php
|
2005-05-01 07:38:53 +00:00 |
|
SpecialLonelypages.php
|
* Remove some hardcoded 0 instead of NS_MAIN
|
2005-01-11 18:18:16 +00:00 |
|
SpecialLongpages.php
|
ShortPages and LongPages are almsot identical; remove some duplication.
|
2004-10-03 10:42:02 +00:00 |
|
SpecialMaintenance.php
|
* ARG! There's more of it!
|
2005-05-03 12:43:50 +00:00 |
|
SpecialMovepage.php
|
* Added support for paramaters like Special:Movepage/Page_to_move
|
2005-05-07 04:51:33 +00:00 |
|
SpecialMycontributions.php
|
* Documented
|
2005-04-28 20:38:10 +00:00 |
|
SpecialMypage.php
|
* Documented
|
2005-04-13 08:28:24 +00:00 |
|
SpecialMytalk.php
|
* Documented
|
2005-04-13 08:28:24 +00:00 |
|
SpecialNewimages.php
|
* Removed the ilshowmatch message, it's pretty self explainatory what we're
|
2005-05-05 00:02:44 +00:00 |
|
SpecialNewpages.php
|
Load text for Newpages RSS/Atom feed separately (needed for new storage mechanism)
|
2005-03-18 06:49:14 +00:00 |
|
SpecialPage.php
|
* Deprecated Special:Sitesettings
|
2005-05-08 07:10:21 +00:00 |
|
SpecialPopularpages.php
|
* Remove some hardcoded 0 instead of NS_MAIN
|
2005-01-11 18:18:16 +00:00 |
|
SpecialPreferences.php
|
* 0 => NS_MAIN
|
2005-05-03 13:05:50 +00:00 |
|
SpecialRandompage.php
|
* Clarified fuzzy if statement
|
2005-04-30 01:19:09 +00:00 |
|
SpecialRecentchanges.php
|
* Some fixes from Nikerabbit.
|
2005-05-04 21:56:14 +00:00 |
|
SpecialRecentchangeslinked.php
|
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
|
2005-05-06 11:20:37 +00:00 |
|
SpecialSearch.php
|
* (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn't very good. something about searching.
|
2005-05-02 02:13:25 +00:00 |
|
SpecialShortpages.php
|
Add page_len field with byte length of current revision text, since
|
2005-03-12 11:51:02 +00:00 |
|
SpecialSpecialpages.php
|
Don't show the restricted pages header if you can't see any. It'll just make
|
2005-05-02 12:17:28 +00:00 |
|
SpecialStatistics.php
|
Added \n at the end of the file
|
2005-04-05 10:43:56 +00:00 |
|
SpecialUncategorizedcategories.php
|
Fix for buf #1026, where next/prev page links point to the wrong place.
|
2004-12-07 05:35:14 +00:00 |
|
SpecialUncategorizedpages.php
|
s/0/NS_MAIN/
|
2005-01-28 05:10:05 +00:00 |
|
SpecialUndelete.php
|
* (bug 2018) Fix deletion for new schema, make work on MySQL 3 again
|
2005-05-01 08:07:25 +00:00 |
|
SpecialUnlockdb.php
|
Audit tweaks: extra post checks, markup fixes.
|
2005-02-21 01:56:50 +00:00 |
|
SpecialUnusedimages.php
|
Added conversion when displaying results
|
2005-05-02 03:18:31 +00:00 |
|
SpecialUpload.php
|
* Deprecated the uploadfile message, pretty redundant since we have msg:upload
|
2005-05-05 01:03:56 +00:00 |
|
SpecialUploadMogile.php
|
commit in working MogileFS upload code
|
2005-02-18 19:30:14 +00:00 |
|
SpecialUserlogin.php
|
Clean up e-mail authentication code.
|
2005-04-25 18:38:43 +00:00 |
|
SpecialUserlogout.php
|
Changed the calling protocol for function wfRunHooks() in Hooks.php.
|
2005-03-13 15:29:43 +00:00 |
|
SpecialUserrights.php
|
* Removed redundant prototyping and a debug comment.
|
2005-05-06 07:03:09 +00:00 |
|
SpecialValidate.php
|
change to timestamp-sorted revisions
|
2005-03-21 19:30:02 +00:00 |
|
SpecialVersion.php
|
* Documented, removed $wgUser (not used) and more.
|
2005-05-07 00:47:52 +00:00 |
|
SpecialWantedpages.php
|
Added conversion when displaying results
|
2005-05-02 03:18:31 +00:00 |
|
SpecialWatchlist.php
|
* Using getBool() instead of getVal() for hideOwn which allowed for some code cleanup
|
2005-04-28 07:51:48 +00:00 |
|
SpecialWhatlinkshere.php
|
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
|
2005-05-06 11:20:37 +00:00 |
|
SquidUpdate.php
|
* When an image is changed, invalidate pages that use it.
|
2005-04-17 08:30:15 +00:00 |
|
StreamFile.php
|
Fixed various bugs with new image code, changed thumbnail paths as per JeLuF's suggestion
|
2005-04-16 11:05:41 +00:00 |
|
Title.php
|
* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
|
2005-05-06 03:25:02 +00:00 |
|
UpdateClasses.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
User.php
|
Major changes to user groups:
|
2005-05-01 18:24:20 +00:00 |
|
UserMailer.php
|
Regexp in wfQuotedPrintable_name_and_emailaddr is wrong and sometimes fails under conditions not fully explored. Should be removed and replaced with cleaner interface, probably. In the meantime, wrapping in a check and adding some debug statements.
|
2005-04-27 21:26:39 +00:00 |
|
UserTalkUpdate.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
Utf8Case.php
|
* @subpackage Language since it's only used by the language files
|
2005-04-05 10:42:34 +00:00 |
|
WatchedItem.php
|
phpdoc comment / code formatting
|
2005-01-27 17:56:04 +00:00 |
|
WebRequest.php
|
* (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module
|
2005-04-20 10:41:52 +00:00 |
|
WikiError.php
|
Fix Special:Import for new schema; make it create page records as needed and hook up the revisions when new.
|
2005-03-13 07:22:20 +00:00 |
|
ZhClient.php
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
ZhConversion.php
|
Updated conversion table
|
2004-11-22 04:19:57 +00:00 |