Resolve "Remove all use of GLOBALS"
Closes #13
Edited by Stein Magne Bjorklund
Merge request reports
Activity
Filter activity
added 16 commits
- 001f1761 - Wrap global config in a config class
- 1dadb803 - Cleanup Importer::showFinishing()
- 9984f7b7 - Inject Configuration into Importer.php
- c2f1ba09 - Cleanup Importer::showInterface()
- 8188ae6f - Reformat class Importer
- 08dd2eb5 - Importer reduce complexity
- bce853e1 - Cleanup Importer::search()
- b476d639 - Speedup Importer::search()
- d5b50352 - Cleanup Importer::createStatics()
- a79551ad - Cleanup Importer::createViews()
- a8a3985d - Cleanup Importer::createModels()
- 7f104b24 - Importer class finally validates
- c55b4fd7 - Importer class use Configuration class
- b72ca8ca - Importer class, getting rid of warnings
- e435ae66 - Fix Importer class
- f5fb4472 - Asking for config empty string return entire config
Toggle commit listadded 5 commits
- 20d1343e - Class Utils have too many calls to external config and lib to be a pure static utility
- 5787ce0b - Inject config to Class ServiceModule and remove use of global
- 3580d37f - Enable Configuration to be changed
- 357c0eac - Update Configuration before passing it to loadspekr modules
- a30fd2bf - Stop ServiceModule::match() from using globals
Toggle commit listadded 1 commit
- 65336176 - Removed last use of GLOBALS from class ServiceModule
added 14 commits
- 48c84d45 - Stop SPARQL endpoints from getting introduced as magic global
- 24ff998c - Reformatting Utils::queryDir and ::queryFile()
- c33e37fa - Utils::queryDir method should be private
- bb11a545 - Endpoint speedup
- db22e412 - Endpoint::query() Better to use stripos than preg_match in simple checks
- d370f4ec - Endpoint pointless check on parameter with a default value
- 88dc8410 - Refactor Endpoint::query() method do too much
- 7c80b02d - Refactor Endpoint::curl() remove logger debugger statements
- 18716b51 - Refactor Endpoint::curl() better variable names
- 27dfc1d7 - Refactor Endpoint::query() do not alter object properties instantiated
- 15272ea4 - Refactor Endpoint::query() moved parsing result and updating cache out
- f95c0383 - Refactor Endpoint::query() make sure caching is correctly set up
- 5fdfb381 - Endpoint::queryPost() better variable names
- 351c54c1 - Improve class Utils docblocks
Toggle commit listadded 1 commit
- a97d6ba6 - ServiceModule::match() reduce code complexity
added 13 commits
- 332972d4 - ServiceModule::match() dead code
- ada8af38 - ServiceModule::match() lets not use PHP alias functions
- 2f2b737a - ServiceModule::match() moved part that find Components to ::checkComponents()
- 2b1c47c4 - Utils::curie2uri() strict type and fail early and hard
- f7045adc - Make sure Endpoint do not try to decode a empty results
- 47a1d684 - No reason to use list() to assign vars
- d756b682 - Reformatting UriModule
- 278b50a8 - UriModule reduce complexity
- b923a3e0 - Queries::uriExist better variable names
- 3645de81 - Queries::uriExist if no replay endpoint req. return early
- 28ca9e39 - Queries::getPrefix stop using GLOBALS
- be03c8ea - Prevent ServiceModule::Execute from compacting empty url
- 42470d90 - Try to stop Loadspeakr from using Endpoint globals
Toggle commit listadded 1 commit
- f24be81e - resultRdf might not be set, this causes notices
added 1 commit
- add61c32 - Utils::processDocument() overwrite passed in loadspk values
added 1 commit
- 72e05af5 - Utils::showView() Reduce use of global config
Please register or sign in to reply