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 5cd84c4ab4 Validate configuration parameters on import, and other changes
- Each parameter is checked for type and normalized
- Interval strings are converted to DateInterval objects
- Timeouts can be specified as interval strings
- Most intervals can be null to signify infinity
- Driver classes are checked that they implement the correct interface
- Short driver names may be used, and are used by default
- Helpful errors messages are printed in case of erroneous configuration

Exporting is currently broken; this will be fixed in an upcoming commit
2019-01-20 22:40:49 -05:00
..
Conf Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Db Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
Feed Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Lang Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Misc Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
REST Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
Service Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
User Tests for internal user driver; closes #50 2018-11-04 12:06:30 -05:00
AbstractException.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
Arsse.php Merge master 2018-12-07 19:21:44 -05:00
CLI.php Use strict equality when comparing strings 2019-01-11 10:38:06 -05:00
Conf.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
Database.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
Exception.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ExceptionFatal.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ExceptionType.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Feed.php Use strict equality when comparing strings 2019-01-11 10:38:06 -05:00
Lang.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
REST.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
Service.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
User.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00