Add new addExtensionTable() wrapper for adding new tables for extensions: way easier...
[lhc/web/wiklou.git] / includes /
2011-01-03 Chad HorohoeAdd new addExtensionTable() wrapper for adding new...
2011-01-03 Ilmari Karonenmake action=parse return a missingtitle error if the...
2011-01-03 Daniel FriesenFollowup r79520, some characters inside the encoded...
2011-01-03 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-03 Sam ReedMove comment about groups potentially returning less...
2011-01-03 Ilmari Karonenmerge the nearly identical Title::moveToNewTitle()...
2011-01-03 X!Throw an exception if calling parent or self on MWFunction.
2011-01-03 Daniel FriesenTry to output editsection markers instead of rendered...
2011-01-03 X!Run is_callable, just to make sure the autoloader gets...
2011-01-03 Alexandre Emsenhuber* Modified Article::loadPageData() to use a slave datab...
2011-01-03 Alexandre EmsenhuberJust call loadPageData() if not already done to get...
2011-01-03 Alexandre Emsenhuberno need to set $this->mOldId, this is already done...
2011-01-03 X!Move wfCreateObject to MWFunction::newObj. This uses...
2011-01-03 Tim StarlingRefresh header fix for Opera, as in r79498
2011-01-02 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-02 Sam Reed* (bug 26541) Generator-ise ApiQueryRecentChanges
2011-01-02 X!-Add &watchuser option to ApiBlock
2011-01-02 Alexandre EmsenhuberFix for r64254: undefined variable
2011-01-02 X!Followup to r79463: Move fallback functions to new...
2011-01-02 Alexandre EmsenhuberFix for r45497: undefined variable
2011-01-02 Alexandre EmsenhuberReplaced call to in_string() by strpos() since the...
2011-01-02 Niklas LaxströmThe subtitle on movepage is now redundant with the...
2011-01-02 Raimond SpekkingFollow-up r79483: Fix syntax error: PHP Notice: Undefin...
2011-01-02 Sam ReedFixup some syntax errors in messages
2011-01-02 Sam ReedMethod documentation
2011-01-02 Sam ReedExplicitally define $duplicates = array();
2011-01-02 Sam Reed* (bug 26540) Fixed wrong call to applyPatch in MysqlUp...
2011-01-02 X!Per my comment on r68760: Make MWfunction class, comple...
2011-01-02 Sam ReedFollowup r79470, removed unused variable
2011-01-02 X!GlobalFunction additions:
2011-01-02 Sam ReedMethod documentation
2011-01-02 Sam ReedApiQueryRevisions: Switch from manual Cache checking...
2011-01-02 X!Fix r79463 and r79464: Syntax error
2011-01-02 X!Accidental syntax error. *hides*
2011-01-02 X!Move fallback function creation out of function_exists...
2011-01-01 Sam ReedAdd missing $popts parameter, and pass it from r79455
2011-01-01 Sam ReedAllow section to work with oldid when oldid == currentr...
2011-01-01 Sam ReedPer Platonides on CR r75334, use $article->getParserOut...
2011-01-01 Sam ReedDocument getParserOutput() return type in Article
2011-01-01 Sam ReedPer Nikerabbit on IRC, and Bryan on CR (r79451), change...
2011-01-01 Sam ReedFollowup r75334. Change to int == string, rather than...
2011-01-01 Platonidesrm unused global
2011-01-01 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-01 Alexandre EmsenhuberPer Platonides, fix for r79430: removed debugging code
2011-01-01 Daniel FriesenAdd a realname option to query=userinfo in the api.
2011-01-01 Alexandre EmsenhuberMade the page_count update defered, as for the site_sta...
2011-01-01 Daniel FriesenConvert the common bottomscripts, reporttime, and debug...
2011-01-01 Markus Glasernow uses separate database and images dir for selenium...
2011-01-01 Daniel Friesen*sigh* I wish this were git... Followup r79398, small...
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2010-12-31 Daniel FriesenMerging Vector's navigation_urls and SkinTemplate's...
2010-12-31 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 Roan Kattouwr79347 didn't update other callers to mungeQuery()...
2010-12-31 Roan KattouwFollowup r78786: pass $fname in the raw SQL case too
2010-12-31 Roan KattouwFollow-up r78786: the querypage branch merge threw...
2010-12-31 Roan KattouwFix r78970 per CR: params were the wrong way around
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-31 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-31 PlatonidesFollow up r79314.
2010-12-31 X!Use $oldTableName in CloneDatabase. The dropTable(...
2010-12-30 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-30 Greg Sabino MullaneDon't put multiple tables in the same file.
2010-12-30 Sam ReedFix private class member variable access
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-30 PlatonidesFix r71751 problems with textual parameters.
2010-12-30 Roan Kattouw(bug 26507) Wrap all ResourceLoader-served JS in (funct...
2010-12-30 Daniel FriesenFollowup r79055 c12495 fix undefined index notice.
2010-12-30 Alexandre EmsenhuberFix for r79231: $dbname was missing
2010-12-30 Sam ReedNo magic variables are used after this extract call...
2010-12-30 Sam ReedExtract sucks
2010-12-30 Sam ReedFollowup r79229, fix varible type fail
2010-12-30 Sam ReedAdd function return type hint to wfGetLBFactory
2010-12-30 Sam ReedArray to array
2010-12-30 Sam ReedPer CR on r68482, fix adss to add
2010-12-29 Roan KattouwFix r79213: and $ts === null too, per CR
2010-12-29 Roan KattouwFollowup r71751: change strict comparison to loose...
2010-12-29 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-29 Bryan Tong MinhFollow-up to r75282: don't query if there are no pages...
2010-12-29 Roan KattouwFollowup r78824: add missing message
2010-12-29 Chad HorohoeFix example per r78832 CR
2010-12-29 Chad HorohoeFollowup r78823: just remove the offending line entirely
2010-12-29 Platonides(Bug 26458) Section edit links appear on pages that...
2010-12-29 PlatonidesFollow up r67663. Now with 100% less sugar, er.. @s!
2010-12-28 OverlordQFollowup to r79094, PG handles temporary tables correct...
2010-12-28 Chad HorohoeFix hardcoded debugging from r79093
2010-12-28 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-28 Jack Phoenixadd Roan to Special:Version credits
2010-12-28 PlatonidesFix bug 14404. The articles are now always saved with...
2010-12-28 X!Fix r79109: listTables() does not work without a prefix...
2010-12-28 PlatonidesPlay safe and clear the article object internals, too...
2010-12-28 PlatonidesThis precondition is no longer needed after r78393
2010-12-28 X!It's here! It's finally here! The skies are falling...
2010-12-28 Niklas LaxströmFollow up r23393, also remove the getter method
2010-12-28 Chad HorohoeNitpick r79094: fix var names
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-28 Chad HorohoeRefactor table cloning code into its own class so it...
2010-12-27 Chad HorohoeComment out "subscribe to mediawiki-l" feature until...
2010-12-27 Raimond SpekkingLocalisation updates for core and extension messages...
next