| .. |
|
api
|
* Fix API revision list on PHP 5.2.1; bad reference assignment
|
2007-01-18 02:01:47 +00:00 |
|
cbt
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
normal
|
use number_format on bytes/sec in output to make it easier to read
|
2007-01-13 04:22:47 +00:00 |
|
templates
|
* Change behavior of logins using the temporary e-mailed password (as stored
|
2006-12-12 04:15:00 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
AjaxFunctions.php
|
- $term = htmlspecialchars( $term );
|
2007-01-17 12:19:53 +00:00 |
|
AjaxResponse.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Article.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
AuthPlugin.php
|
* Pass e-mail and real name fields to AuthPlugin::addUser, as additional
|
2007-01-12 08:42:36 +00:00 |
|
AutoLoader.php
|
Split out ParserOptions and ParserOutput classes in their own files.
|
2007-01-20 12:50:56 +00:00 |
|
BagOStuff.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Block.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
CacheDependency.php
|
BC
|
2006-10-14 10:31:34 +00:00 |
|
Categoryfinder.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
CategoryPage.php
|
Quick fix to make diffonly work properly on category and image pages. Should probably do something cleaner, but this'll do until I can figure out what the cleanest colution is.
|
2007-01-17 05:01:54 +00:00 |
|
ChangesList.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
CoreParserFunctions.php
|
kill whitespaces
|
2007-01-13 12:58:33 +00:00 |
|
Credits.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
Database.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
DatabaseFunctions.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
DatabasePostgres.php
|
Refactor versioning from setup and store number internally.
|
2007-01-16 04:04:55 +00:00 |
|
DateFormatter.php
|
Minor tweak for E_STRICT PHP whinging:
|
2007-01-03 05:42:51 +00:00 |
|
DefaultSettings.php
|
* Fix hardcoded background color in parserTests.php
|
2007-01-17 21:24:41 +00:00 |
|
Defines.php
|
Fixed pollution of a backend function with UI-only features. Autosummaries off by default.
|
2006-11-08 08:06:51 +00:00 |
|
DifferenceEngine.php
|
make section links in edit summaries non-local when in diffonly mode
|
2007-01-14 23:39:25 +00:00 |
|
DjVuImage.php
|
use wfEscapeShellArg instead of escapeshellarg on the off chance this will ever have to run on windows, and wrap the line nicer for us 80-column-lovers
|
2007-01-17 09:12:11 +00:00 |
|
EditPage.php
|
clean up spaces :p
|
2007-01-13 19:58:40 +00:00 |
|
Exception.php
|
* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING when REQUEST_URI is
|
2007-01-16 01:45:51 +00:00 |
|
Exif.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Export.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ExternalEdit.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
FakeTitle.php
|
|
|
|
Feed.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
FileStore.php
|
Do not have non-mysql databases attempt mysql-sepcific GET_LOCK commands. Move all this to DatabaseMysql.php someday.
|
2006-12-25 17:28:21 +00:00 |
|
GlobalFunctions.php
|
Normalize / to DIRECTORY_SEPARATOR in wfRelativePath() input, plays nicer on Windows
|
2007-01-19 10:40:57 +00:00 |
|
HistoryBlob.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Hooks.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
HTMLCacheUpdate.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
HTMLFileCache.php
|
Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of cache.
|
2006-10-11 08:25:26 +00:00 |
|
HTMLForm.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
HttpFunctions.php
|
|
|
|
Image.php
|
Apply most of the code tweaks from the live site:
|
2007-01-17 00:54:54 +00:00 |
|
ImageFunctions.php
|
Typo in comment.
|
2007-01-14 17:33:28 +00:00 |
|
ImageGallery.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ImagePage.php
|
* plaintext
|
2007-01-17 18:42:04 +00:00 |
|
IP.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
JobQueue.php
|
|
|
|
Licenses.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
LinkBatch.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
LinkCache.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Linker.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
|
|
|
LoadBalancer.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
LogPage.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
MacBinary.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
MagicWord.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Math.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
memcached-client.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
MemcachedSessions.php
|
Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new-fangled feature we call "table prefixes". Instead use wfWikiID() for an identifier containing the DB name and the prefix if there is one, and wfMemcKey() for cache key construction.
|
2006-10-04 09:06:18 +00:00 |
|
MessageCache.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
Metadata.php
|
* Avoid PHP warning in Creative Commons metadata when a creative commons
|
2007-01-02 10:49:50 +00:00 |
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Namespace.php
|
* Reset the release notes
|
2007-01-08 15:32:58 +00:00 |
|
ObjectCache.php
|
Revert r16928: crashed Wikimedia by breaking memcached
|
2006-10-11 22:41:38 +00:00 |
|
OutputPage.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
PageHistory.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Pager.php
|
Cleaner HTML output
|
2007-01-06 15:19:14 +00:00 |
|
Parser.php
|
Split out ParserOptions and ParserOutput classes in their own files.
|
2007-01-20 12:50:56 +00:00 |
|
ParserCache.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ParserOptions.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ParserOutput.php
|
Split out ParserOptions and ParserOutput classes in their own files.
|
2007-01-20 12:50:56 +00:00 |
|
PatrolLog.php
|
* (bug 8621) Log revisions marked as patrolled
|
2007-01-16 17:05:30 +00:00 |
|
Profiler.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ProfilerSimple.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ProfilerSimpleUDP.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
ProfilerStub.php
|
Revert to previous version using $wgDBname instead of wfWikiID(); functions
|
2006-10-05 21:20:23 +00:00 |
|
ProtectionForm.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
convert "::1" and other pseudo-IPv6 addresses that Apache may throw at us to their IPv4 counterparts
|
2006-11-29 08:08:57 +00:00 |
|
QueryPage.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
RawPage.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
RecentChange.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
Revision.php
|
makes function static to fix strict errors in parser tests script.
|
2007-01-07 18:52:45 +00:00 |
|
Sanitizer.php
|
Ignore self closing on closing tags ( '</div />' now gives '</div>')
|
2007-01-17 22:06:32 +00:00 |
|
SearchEngine.php
|
Some static functions. Fix strict errors when running updateSearchIndex.php
|
2007-01-09 19:56:23 +00:00 |
|
SearchMySQL.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
SearchMySQL4.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SearchPostgres.php
|
Don't index old versions via tsearch2
|
2007-01-14 22:57:31 +00:00 |
|
SearchTsearch2.php
|
Variable name typo, but again I'm guessing this function isn't used if no-one has complained.
|
2006-11-29 11:58:49 +00:00 |
|
SearchUpdate.php
|
Some static functions. Fix strict errors when running updateSearchIndex.php
|
2007-01-09 19:56:23 +00:00 |
|
Setup.php
|
* Fix regression with default lock file and cache directories; threw visible
|
2007-01-09 06:35:18 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Skin.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
SkinTemplate.php
|
* (bug 8643) Correctly escape the page-specific CSS class for non-Monobook skins
|
2007-01-15 16:29:41 +00:00 |
|
SpecialAllmessages.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialAllpages.php
|
Prevent:
|
2006-12-19 05:38:55 +00:00 |
|
SpecialAncientpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialBlockip.php
|
(bug 8701) Check database lock status when blocking/unblocking users
|
2007-01-19 21:32:49 +00:00 |
|
SpecialBlockme.php
|
|
|
|
SpecialBooksources.php
|
* Introduce "BookInformation" hook; see docs/hooks.txt for more details
|
2007-01-16 19:06:56 +00:00 |
|
SpecialBrokenRedirects.php
|
* Fix edit and delete links on Special:Brokenredirects
|
2007-01-15 09:52:02 +00:00 |
|
SpecialCategories.php
|
Add implicitGroupby function to account for different database behaviors.
|
2007-01-02 21:34:42 +00:00 |
|
SpecialConfirmemail.php
|
* Add a notification about the confirmation mail sent during account
|
2006-12-14 00:31:16 +00:00 |
|
SpecialContributions.php
|
Remove line breaks from query.
|
2007-01-08 22:07:47 +00:00 |
|
SpecialDeadendpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialDisambiguations.php
|
* A little bit prettier
|
2007-01-14 12:25:12 +00:00 |
|
SpecialDoubleRedirects.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialEmailuser.php
|
(bug 8024) Introduce "send me copies of emails I send to others" preference
|
2006-12-01 18:39:43 +00:00 |
|
SpecialExport.php
|
* (bug 8148) Handle non-removable output buffers gracefully when cleaning
|
2006-12-11 01:51:21 +00:00 |
|
SpecialImagelist.php
|
* Escaping
|
2007-01-17 23:34:52 +00:00 |
|
SpecialImport.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
SpecialIpblocklist.php
|
(bug 8701) Check database lock status when blocking/unblocking users
|
2007-01-19 21:32:49 +00:00 |
|
SpecialListredirects.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialListusers.php
|
* Label was not working
|
2007-01-17 23:43:35 +00:00 |
|
SpecialLockdb.php
|
Tweaks to stop following warnings with PHP's E_STRICT error_reporting mode enabled:
|
2007-01-09 04:11:16 +00:00 |
|
SpecialLog.php
|
* Use the nice xml function we have
|
2007-01-17 22:44:34 +00:00 |
|
SpecialLonelypages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialLongpages.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
SpecialMIMEsearch.php
|
* Escaping and Xml
|
2007-01-18 00:52:15 +00:00 |
|
SpecialMostcategories.php
|
(bug 7612) Remove superfluous link to Special:Categories from result items on Special:Mostcategories
|
2006-12-23 14:09:38 +00:00 |
|
SpecialMostimages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMostlinked.php
|
Strict standards.
|
2006-12-16 21:53:34 +00:00 |
|
SpecialMostlinkedcategories.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMostrevisions.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMovepage.php
|
(bug 8461) Support watching pages on move
|
2007-01-02 23:37:56 +00:00 |
|
SpecialNewimages.php
|
* Escaping and Xml
|
2007-01-18 00:52:15 +00:00 |
|
SpecialNewpages.php
|
* Escaping and Xml
|
2007-01-18 00:52:15 +00:00 |
|
SpecialPage.php
|
Revert r18893/18894 (Special:Listinterwikis) for the moment; pretty broken.
|
2007-01-08 01:41:51 +00:00 |
|
SpecialPopularpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialPreferences.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
SpecialPrefixindex.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
SpecialRandompage.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
SpecialRandomredirect.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
SpecialRecentchanges.php
|
* Recentchanges RSS/Atom feeds now use a separate message for the description to avoid cluttering it with useless wiki formatting
|
2007-01-06 00:51:21 +00:00 |
|
SpecialRecentchangeslinked.php
|
Add 2 new select-clause columns to groupby clause.
|
2007-01-12 19:30:12 +00:00 |
|
SpecialResetpass.php
|
* Change behavior of logins using the temporary e-mailed password (as stored
|
2006-12-12 04:15:00 +00:00 |
|
SpecialRevisiondelete.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
SpecialSearch.php
|
User::getOption now accept a default value to override default user values
|
2006-12-14 20:28:38 +00:00 |
|
SpecialShortpages.php
|
* Fix some plurals
|
2006-12-23 18:30:36 +00:00 |
|
SpecialSpecialpages.php
|
* Escaping
|
2007-01-17 22:25:19 +00:00 |
|
SpecialStatistics.php
|
(bug 6937) Introduce "statistics-footer" message, appended to Special:Statistics
|
2007-01-08 19:42:31 +00:00 |
|
SpecialUncategorizedcategories.php
|
|
|
|
SpecialUncategorizedimages.php
|
kill whitespaces
|
2007-01-16 21:04:04 +00:00 |
|
SpecialUncategorizedpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUndelete.php
|
* (bug 8136) Introduce 'ArticleUndelete' hook; see docs/hooks.txt for more info
|
2007-01-18 07:44:25 +00:00 |
|
SpecialUnlockdb.php
|
* Made special page names case-insensitive and localisable. Care has been taken to maintain backwards compatibility.
|
2006-10-30 06:25:31 +00:00 |
|
SpecialUnusedcategories.php
|
Allow "ORDER BY value" to do its thing for databases without special magic. Per bug 8200.
|
2006-12-09 15:49:13 +00:00 |
|
SpecialUnusedimages.php
|
Reverting the accidently commited feature nobody wants to see.
|
2007-01-08 20:43:27 +00:00 |
|
SpecialUnusedtemplates.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUnwatchedpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUpload.php
|
whitespaces
|
2007-01-17 22:32:40 +00:00 |
|
SpecialUploadMogile.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
SpecialUserlogin.php
|
whitespaces
|
2007-01-17 22:32:40 +00:00 |
|
SpecialUserlogout.php
|
|
|
|
SpecialUserrights.php
|
Fix breakage of child class in Special:Makesysop, plus a couple of cosmetic changes.
|
2006-12-25 10:49:57 +00:00 |
|
SpecialVersion.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
SpecialWantedcategories.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialWantedpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialWatchlist.php
|
For the "includes/" directory:
|
2007-01-12 10:03:51 +00:00 |
|
SpecialWhatlinkshere.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SquidUpdate.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
StreamFile.php
|
* (bug 8148) Handle non-removable output buffers gracefully when cleaning
|
2006-12-11 01:51:21 +00:00 |
|
StringUtils.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
StubObject.php
|
User::getOption now accept a default value to override default user values
|
2006-12-14 20:28:38 +00:00 |
|
Title.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
User.php
|
* Escape page title
|
2007-01-17 23:44:43 +00:00 |
|
UserMailer.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Utf8Case.php
|
Changing all the last references from LanguageUtf8 to Language, and finally removing it.
|
2006-08-06 14:23:53 +00:00 |
|
WatchedItem.php
|
Wipe out memcached code from WatchedItem: does not make sense to cache (user,page), when hitrate is just 50% (and we lived without this cache forever)
|
2007-01-12 12:50:37 +00:00 |
|
WebRequest.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
WebResponse.php
|
add some abstraction for web responses, so far minimal and not that used, requires discussion, conflicts and reverts %)
|
2006-08-12 23:03:53 +00:00 |
|
WebStart.php
|
Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
|
2006-12-17 13:40:28 +00:00 |
|
Wiki.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
WikiError.php
|
Rename constructors to __constructor
|
2007-01-20 13:34:31 +00:00 |
|
Xml.php
|
Apply most of the code tweaks from the live site:
|
2007-01-17 00:54:54 +00:00 |
|
XmlFunctions.php
|
|
|
|
ZhClient.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ZhConversion.php
|
|
|