stylize.php on API code
[lhc/web/wiklou.git] / includes / api / ApiQueryBacklinks.php
2010-01-11 Aryeh Gregorstylize.php on API code
2009-08-27 Roan KattouwAPI: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-04-27 Roan KattouwAPI: (bug 18601) generator=backlinks returns invalid...
2009-03-09 Roan KattouwAPI: Change Image: to File: in examples
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-19 Roan KattouwAPI: (bug 17563) Fix regression from r46845 that change...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-01-24 Roan KattouwExplain why this code doesn't use LinkBatch.
2009-01-24 Roan KattouwAPI: (bug 16483) Kill filesort in ApiQueryBacklinks...
2009-01-08 Bryan Tong MinhForce the use of the PRIMARY key rather than the name_t...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-28 Bryan Tong MinhAllow easier debugging of this module by distinguishing...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-24 Roan KattouwAPI: * Fix up r42471 which hardcoded pl_from instead...
2008-10-24 Roan KattouwAPI: Partial fix of bug 16076: use pl_from instead...
2008-08-19 Roan KattouwAPI:
2008-07-10 Roan KattouwAPI: More cleanup:
2008-06-13 Bryan Tong Minh(bug 14526) Unescaped SQL in list=backlinks
2008-06-12 Roan KattouwPlease use standardized error messages here
2008-06-05 Aaron SchulzTweak error messages
2008-06-04 Aaron Schulz'0' is a title
2008-06-04 Aaron SchulzTitle may come in as an empty string, which is not...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-10 Roan Kattouw* Re-applying r34449, r34500 and r34518 which Brion...
2008-05-09 Brion VibberRevert to r34430 in order to revert r34431 which is...
2008-05-09 Roan Kattouw(bug 14021) Removing titles= support from list=backlink...
2008-05-08 Roan KattouwAPI:
2008-04-22 Roan KattouwE_NOTICE
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-18 Roan KattouwAPI:
2008-02-25 Roan KattouwAPI: Rewriting ApiQueryBacklinks big time. Implemented...
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-11-16 Brion VibberFix regression from r26954 -- caused non-empty data...
2007-10-26 Daniel Cannon(bug 11588) API: Preserve document structure for empty...
2007-09-04 Roan Kattouw(bug 10980) Add exclude redirects on backlinks
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-08 Yuri AstrakhanAPI:
2007-07-06 Yuri AstrakhanAPI: Backlink-style queries (backlinks, imageusage...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-21 Yuri AstrakhanAPI: recentchanges and usercontribs cleaned up to allow...
2007-05-21 Yuri AstrakhanAPI: breaking change: backlinks, embeddedin & imageusag...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-04 Yuri AstrakhanAPI * version param now links to the SVN
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-27 Yuri AstrakhanAPI * Optimized backlinking query (still needs an index...
2006-10-25 Yuri AstrakhanAPI * backlinks (forgot to add)