ORIENT/modules/system
Vojta Svoboda c6113f81bd Update RequestLog.php
Truncate URL which should be maximum 255 lenght.

Reason: Today I got this error:

```
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'url' at row 1 (SQL: insert into `system_request_logs` (`url`, `status_code`, `count`, `updated_at`, `created_at`) values (http://www.mysite.com/docs/%C3%83%C6%92%...<too-many-chars>...%80%9A%C3%82%C2%814.pdf, 404, 1, 2016-01-02 12:16:08, 2016-01-02 12:16:08))
```
2016-01-02 12:20:19 +01:00
..
assets Add docs for select with no search 2015-12-27 14:40:04 +11:00
behaviors Protected properties were once [incorrectly] available 2015-08-29 20:12:55 +10:00
classes Merge branch 'builder-ui' into develop 2015-12-24 14:36:31 -08:00
console Improves plugin:refresh error handling 2015-11-09 15:36:58 -08:00
controllers Adds a refresh button to log pages, minor column tweaks 2015-11-28 11:10:06 +11:00
database Adds failed jobs table (from docs) 2015-09-23 05:45:55 +10:00
helpers Clearing compiled cache files should be part of clearing Cache 2015-10-09 05:31:50 +11:00
lang Update the Hungarian translation 2015-12-05 11:49:19 +01:00
models Update RequestLog.php 2016-01-02 12:20:19 +01:00
partials Remove some deprecated code 2015-10-03 07:31:01 +10:00
reportwidgets Protected properties were once [incorrectly] available 2015-08-29 20:12:55 +10:00
traits Add missing PHPDoc @return tag 2015-10-17 09:17:37 +11:00
twig Radical reorg of some classes 2015-01-28 11:49:54 +11:00
views Update refs to flash message script 2015-05-28 20:33:49 +10:00
ServiceProvider.php Alt fix for #1585 2015-12-05 08:47:07 +11:00
aliases.php Add alias for new Ini parser 2015-10-02 05:11:39 +10:00
composer.json Convert autoload refs to PSR-4 so they actually work 2014-09-19 17:23:11 +10:00
providers.php Swap FileHelper methods for new Ini parser 2015-10-03 07:30:11 +10:00
routes.php Cleanup 2015-01-03 12:41:23 +01:00