1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/lib
J. King f902346b6c Eliminated passing of RuntimeData instances
- RuntimeData has now been replaced by a single static Data class
- The Data class has a load() method which fills the same role as the constructor of RuntimeData
- The static Lang class is now an instantiable class and is a member of Data
- All tests have been adjusted and pass
- The Exception tests no longer require convoluted workarounds: a simple mock  for Data::$l suffices; Lang tests also use a mock to prevent loops now instead of using a workaround
2017-03-28 18:50:00 -04:00
..
Conf Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Db Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
Feed Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Lang Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
REST Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
User Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
AbstractException.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
Conf.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Data.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
Database.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
Exception.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
ExceptionFatal.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Feed.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Lang.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
REST.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
User.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00