&format=json&max=20'; $sfgAutocompleteOnAllChars = false; # END 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions) /** Allow client-side caching of pages */ $wgCachePages = false; /** * * Set this to current time to invalidate all prior cached pages. Affects both * * client- and server-side caching. * * You can get the current date on your server by using the command: * * date +%Y%m%d%H%M%S * */ $wgCacheEpoch = 'date +%Y%m%d%H%M%S'; # When you make changes to this configuration file, this will make # sure that cached pages are cleared. $wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );