aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WatchedItem.php
Commit message (Expand)AuthorAgeFilesLines
* * Don't issue a write query to the database if the wl_notificationtimestamp i...Alexandre Emsenhuber2012-02-101-8/+78
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+5
* Add profiling to removeWatchSam Reed2011-02-131-0/+4
* Assignment in loop conditions suckSam Reed2010-10-131-1/+1
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-1/+0
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-2/+2
* Clean up WatchedItem.php a bit: use __METHOD__ rather than $fname and use MWN...Roan Kattouw2009-02-261-20/+15
* fix some doxygen warningsAlexandre Emsenhuber2008-09-171-2/+2
* Minor cleanup (docs, visibilities, formatting)Chad Horohoe2008-09-151-13/+24
* Fix some doxygen warningsAlexandre Emsenhuber2008-05-221-2/+2
* Revert r35178 and normalize User's getID() and setID() methods to prettier ge...Brion Vibber2008-05-221-1/+1
* *The function is User::getID() not getId()Aaron Schulz2008-05-221-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+3
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-4/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* E_STRICT fixlets: properly mark some static methods as staticBrion Vibber2007-05-021-10/+5
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-4/+4
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+0
* Wipe out memcached code from WatchedItem: does not make sense to cache (user,...Domas Mituzas2007-01-121-19/+0
* PHP and types ;-) mcaccess--, dbaccess--Domas Mituzas2007-01-121-1/+1
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-2/+1
* Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)Antoine Musso2006-05-111-3/+1
* Replacing var keyword with private / public as we now require PHP5.Antoine Musso2006-05-111-1/+3
* removing unused globals and some whitespace cleaningLupin2006-03-071-1/+0
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-3/+3
* * Documentation: @private => @access privateÆvar Arnfjörð Bjarmason2006-01-071-1/+1
* Cleanup...Brion Vibber2005-12-081-9/+9
* useless callAntoine Musso2005-12-041-2/+0
* * (bug 3065) Update both watched namespaces when renaming pagesBrion Vibber2005-11-261-2/+16
* * MySQL 5.0 strict mode fix for moving unwatched pagesBrion Vibber2005-10-281-0/+5
* merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test...River Tarnell2005-08-021-12/+12
* Attempting to get enotif into working order. Many aesthetic changes, a fair n...Tim Starling2005-05-141-4/+11
* phpdoc comment / code formattingAntoine Musso2005-01-271-8/+15
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-4/+32
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-7/+18
* missing fnameTim Starling2004-07-241-0/+2
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-29/+48
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-15/+8
* de-mysql: remove REPLACE INTO and DELETE .. LIMIT for nonmysqlDomas Mituzas2004-06-111-3/+15
* More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)Brion Vibber2004-03-081-0/+1
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Fixed bug potentially causing problems if memcached fails for some reason (th...Mr. E232004-01-311-1/+1
* new memcached client returns integers as stringsMr. E232004-01-241-1/+1
* compatibility modifications in preparation for the new memcached clientMr. E232004-01-241-2/+2
* Fix rename page escaping bugBrion Vibber2003-11-231-1/+1
* Nov. branch merge. Various features backported from stable, various bug fixes.Tim Starling2003-11-091-0/+92