* Returnto now works with special pages with subpage parameters
[lhc/web/wiklou.git] / includes / api /
2007-05-22 Yuri AstrakhanAPI: applied the patch by amidaniel to allow the same...
2007-05-21 Yuri AstrakhanAPI:
2007-05-21 Yuri AstrakhanAPI: added query parameter indexpageids to list the...
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: Improved usercontribs module.
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI: fixed bug in categories: error when no valid title...
2007-05-19 Yuri AstrakhanAPI: fixed Bug 9969: SQL error when an improper title...
2007-05-19 Yuri Astrakhanupdated with the last api changes
2007-05-19 Yuri AstrakhanAPI:
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-05-19 Yuri AstrakhanAPI: minor code cleanup. Bug that exposed secure wiki...
2007-05-19 Yuri AstrakhanAPI: watchlist now reports a proper feed item when...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9927: usercontribs query does not accept...
2007-05-19 Yuri AstrakhanAPI: resolved bug 8772: Parameter to limit results...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9938: Querying by revids on api.php...
2007-05-18 Yuri AstrakhanAPI: disabled login module until it is more secure...
2007-05-15 Yuri Astrakhan* API: JSON format now allows callback parameter
2007-05-15 Yuri Astrakhan* API: Allow for query extensions
2007-05-15 Yuri Astrakhan* API: fixed watchlist db selection ('watchlist' db...
2007-05-14 Yuri Astrakhan* API: updated documentation link
2007-05-14 Yuri Astrakhan* API: added property for external links (urls) retrieval
2007-05-14 Yuri Astrakhan* API: added categories property
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-18 Brion Vibber* Fix API revision list on PHP 5.2.1; bad reference...
2007-01-18 Brion Vibber* (bug 8673) Minor fix for web service API content...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-04 Yuri AstrakhanAPI * Changed rchide into rcshow. Now allows very granu...
2006-11-04 Yuri AstrakhanAPI * version param now links to the SVN
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-11-03 Yuri AstrakhanAPI * forcing the rc_timestamp index (to safeguard...
2006-11-02 Nick Jenkins"si" param should be "siprop" in example (si param...
2006-11-01 Yuri AstrakhanAPI * Minor fixes to user contribs and logevents. Pagin...
2006-11-01 Andrew GarrettDocument the implementation better (lots of comments...
2006-11-01 Andrew GarrettMissing file from last commit
2006-11-01 Andrew GarrettImplement usercontribs module for API.
2006-10-31 Yuri AstrakhanDatabase: added STRAIGHT_JOIN option for mysql
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
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)
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-22 Yuri AstrakhanAPI * cache expiration control
2006-10-22 Yuri AstrakhanAPI * Extra profiling for allpages * better help output
2006-10-22 Yuri Astrakhanrenaming ApiQueryRecentchanges.php to ApiQueryRecentCha...
2006-10-22 Yuri Astrakhanrenaming ApiQueryRecentchanges.php to ApiQueryRecentCha...
2006-10-21 Yuri AstrakhanAPI * touched field format
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-20 Yuri AstrakhanAPI * Added rudimentary RC list
2006-10-19 Nick Jenkins* Don't give attackers an opening by echoing back known...
2006-10-18 Yuri AstrakhanAPI *
2006-10-18 Yuri AstrakhanAPI * HTML is now valid HTML Transitional (thansk nickj)
2006-10-18 Yuri AstrakhanAPI * Optimized revision <rev> tag setting
2006-10-18 Yuri AstrakhanAPI
2006-10-17 Nick Jenkins* Probably want "$this->mIsGenerator = false;", not...
2006-10-17 Yuri AstrakhanAPI * login module parameter format
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
2006-10-16 Yuri AstrakhanAPI * better profiler modules naming
2006-10-16 Yuri AstrakhanAPI * Enabled global profiling
2006-10-16 Yuri Astrakhan* API: logevents query module (incomplete)
2006-10-16 Yuri Astrakhan* API: added prop parameter to watchlist, added partrol...
2006-10-16 Yuri Astrakhan* API: fixed titleToKey() to convert values to upper...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-14 Yuri Astrakhan* API watchlist: Forced an index, enabled generator
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
2006-10-13 Yuri Astrakhan* API: added watchlist module (incomplete)
2006-10-13 Yuri Astrakhan* API: fixed caching header per jeluf's fix in query.php
2006-10-13 Yuri Astrakhan* API: Enabled output caching to allow proper output...
2006-10-13 Yuri Astrakhan* API: Added revids parameter.
2006-10-12 Yuri Astrakhan* allpages module fix
2006-10-06 Yuri Astrakhan* API: Optimized PageSet object to avoid executing...
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-02 Yuri Astrakhan* API: implemented generator function
2006-10-02 Yuri Astrakhan*API: better version gen, added check for read-only...
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-30 Yuri Astrakhan* API: revisions & pageset cleanup
2006-09-29 Yuri Astrakhan* API: revisions module fixes
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-26 Yuri Astrakhan* API: All pages list
2006-09-26 Yuri Astrakhan* API: Query Meta SiteInfo module
2006-09-25 Yuri Astrakhan* API: General query modules order of execution
2006-09-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
next