e18f4522d5
Update to Laravel 5.7 (PHP 7.3 support) ( #9800 )
...
* Move assets to 5.7 location
* Add 5.7 SVGs
* add cache data dir
* update QUEUE_DRIVER -> QUEUE_CONNECTION
* Update trusted proxy config
* update composer.json
* 5.5 command loading
* @php and @endphp can't be inline
* Laravel 5.6 logging, Nice!
* Update blade directives
* improved redirects
* remove unneeded service providers
* Improved debugbar loading
* no need to emulate renderable exceptions anymore
* merge updated 5.7 files (WIP)
* Enable CSRF
* database_path() call causes issue in init.php
* fix old testcase name
* generic phpunit 7 fixes
* add missed file_get_contents
Keep migrations table content
* fix duplicate key
* Drop old php versions from travis-ci
* remove hhvm
* fix code climate message
* remove use of deprecated function assertInternalType
* Disable CSRF, we'll enable it separately.
All forms need to be updated to work.
* Update document references
2019-02-12 17:45:04 -06:00
09b2b5f1a1
Update docs for virtual images ( #9456 )
2018-11-17 14:19:38 +00:00
6e4edbaed8
Fixed docs test ( #9406 )
...
DO NOT DELETE THIS TEXT
#### Please note
> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.
- [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/ )
#### Testers
If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert.
2018-10-30 21:07:07 +00:00
1ee2e8e0e0
Updated to use new theme for docs site ( #9320 )
...
* Updated to use new theme for docs site
* Updated theme location
* Removed librenms.css
* Updated index page + re-added librenms.css
* Use built in theme modification
* flexbox grid, dump bootstrap
* tidy up things
* Added path and updated deploy script + mkdocs config
* Removed db schmea changes
* Updated to install python/pip 3
* Removed pip3 install
* Pip3 install
* Updated deploy-docs
* Updated deploy-docs
2018-10-27 23:04:34 +01:00
216c554b7f
testing: Added test unit for Docs ( #8745 )
...
* testing: Added test unit for Docs
* Update mkdocs.yml
* Avoid extra function
* contains -> diff
2018-05-25 23:10:25 -05:00