birzha/modules/system/models
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
..
eventlog Adds a refresh button to log pages, minor column tweaks 2015-11-28 11:10:06 +11:00
maillayout Added translation strings for permission labels, mail template/layout column labels, editor fullscreen, list pagination and list setup modal. 2014-08-09 03:02:15 +01:00
mailsettings Rejigg SMTP fields 2015-08-29 18:59:45 +10:00
mailtemplate Improve multilanguage support 2015-08-08 10:17:24 +10:00
pluginversion Clicking on a plugin redirects to plugin detail page 2015-07-14 07:42:21 +10:00
requestlog Adds a refresh button to log pages, minor column tweaks 2015-11-28 11:10:06 +11:00
EventLog.php Fixes instance of WSOD 2015-09-30 05:26:12 +10:00
File.php Update getStorageDirectory method to allow custom folder names 2015-08-18 15:42:26 +02:00
MailLayout.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
MailSettings.php When toggling empty tabs: if a hidden tab was selected, select the first visible tab 2015-08-29 18:42:29 +10:00
MailTemplate.php Minor touch up 2016-01-02 11:23:29 +11:00
Parameters.php Add missing PHPDoc @return tag 2015-10-17 09:17:37 +11:00
PluginVersion.php Performance improvements, rename scopes to standard 2015-07-21 20:46:35 +10:00
RequestLog.php Update RequestLog.php 2016-01-02 12:20:19 +01:00
Revision.php Write tests for revisionable trait 2015-09-19 05:36:58 +10:00