| Commit message (Expand) | Author | Age | Files | Lines |
* | * Don't issue a write query to the database if the wl_notificationtimestamp i... | Alexandre Emsenhuber | 2012-02-10 | 1 | -8/+78 |
* | And even more documentation, the last of this batch | Sam Reed | 2011-05-28 | 1 | -0/+5 |
* | Add profiling to removeWatch | Sam Reed | 2011-02-13 | 1 | -0/+4 |
* | Assignment in loop conditions suck | Sam Reed | 2010-10-13 | 1 | -1/+1 |
* | Big commit: kill almost every freeResult() call as useless | Chad Horohoe | 2010-08-08 | 1 | -1/+0 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -2/+2 |
* | Clean up WatchedItem.php a bit: use __METHOD__ rather than $fname and use MWN... | Roan Kattouw | 2009-02-26 | 1 | -20/+15 |
* | fix some doxygen warnings | Alexandre Emsenhuber | 2008-09-17 | 1 | -2/+2 |
* | Minor cleanup (docs, visibilities, formatting) | Chad Horohoe | 2008-09-15 | 1 | -13/+24 |
* | Fix some doxygen warnings | Alexandre Emsenhuber | 2008-05-22 | 1 | -2/+2 |
* | Revert r35178 and normalize User's getID() and setID() methods to prettier ge... | Brion Vibber | 2008-05-22 | 1 | -1/+1 |
* | *The function is User::getID() not getId() | Aaron Schulz | 2008-05-22 | 1 | -1/+1 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -2/+3 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -4/+0 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | E_STRICT fixlets: properly mark some static methods as static | Brion Vibber | 2007-05-02 | 1 | -10/+5 |
* | The war on redundant ampersand usage! | Nick Jenkins | 2007-01-22 | 1 | -4/+4 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -2/+0 |
* | Wipe out memcached code from WatchedItem: does not make sense to cache (user,... | Domas Mituzas | 2007-01-12 | 1 | -19/+0 |
* | PHP and types ;-) mcaccess--, dbaccess-- | Domas Mituzas | 2007-01-12 | 1 | -1/+1 |
* | Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new... | Tim Starling | 2006-10-04 | 1 | -2/+1 |
* | Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) | Antoine Musso | 2006-05-11 | 1 | -3/+1 |
* | Replacing var keyword with private / public as we now require PHP5. | Antoine Musso | 2006-05-11 | 1 | -1/+3 |
* | removing unused globals and some whitespace cleaning | Lupin | 2006-03-07 | 1 | -1/+0 |
* | * s~\t+$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -3/+3 |
* | * Documentation: @private => @access private | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -1/+1 |
* | Cleanup... | Brion Vibber | 2005-12-08 | 1 | -9/+9 |
* | useless call | Antoine Musso | 2005-12-04 | 1 | -2/+0 |
* | * (bug 3065) Update both watched namespaces when renaming pages | Brion Vibber | 2005-11-26 | 1 | -2/+16 |
* | * MySQL 5.0 strict mode fix for moving unwatched pages | Brion Vibber | 2005-10-28 | 1 | -0/+5 |
* | merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test... | River Tarnell | 2005-08-02 | 1 | -12/+12 |
* | Attempting to get enotif into working order. Many aesthetic changes, a fair n... | Tim Starling | 2005-05-14 | 1 | -4/+11 |
* | phpdoc comment / code formatting | Antoine Musso | 2005-01-27 | 1 | -8/+15 |
* | (bug 454) Merge e-notif 2.00 | Brion Vibber | 2004-12-18 | 1 | -4/+32 |
* | Split files and classes in different packages for phpdocumentor. I probably c... | Antoine Musso | 2004-09-03 | 1 | -0/+2 |
* | Changing comments layout preparing for generated documentation with Phpdocume... | Antoine Musso | 2004-09-02 | 1 | -7/+18 |
* | missing fname | Tim Starling | 2004-07-24 | 1 | -0/+2 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 1 | -29/+48 |
* | OOP calling convention for database functions. DBMS abstraction implemented b... | Tim Starling | 2004-07-10 | 1 | -15/+8 |
* | de-mysql: remove REPLACE INTO and DELETE .. LIMIT for nonmysql | Domas Mituzas | 2004-06-11 | 1 | -3/+15 |
* | More globals and uninitialized variables fixes. Added WebRequest ($wgRequest) | Brion Vibber | 2004-03-08 | 1 | -0/+1 |
* | Fix for compatibility with short_open_tag = Off | Brion Vibber | 2004-02-18 | 1 | -1/+1 |
* | Fixed bug potentially causing problems if memcached fails for some reason (th... | Mr. E23 | 2004-01-31 | 1 | -1/+1 |
* | new memcached client returns integers as strings | Mr. E23 | 2004-01-24 | 1 | -1/+1 |
* | compatibility modifications in preparation for the new memcached client | Mr. E23 | 2004-01-24 | 1 | -2/+2 |
* | Fix rename page escaping bug | Brion Vibber | 2003-11-23 | 1 | -1/+1 |
* | Nov. branch merge. Various features backported from stable, various bug fixes. | Tim Starling | 2003-11-09 | 1 | -0/+92 |