phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

Add timeout for pjax in index view for grid. #29

Closed jafaripur closed 8 years ago

jafaripur commented 8 years ago

The default timeout for PJAX in Yii2 is 1000 and when Internet connection speed is slow, page going to refresh. increasing the timeout help to us in slow Internet.

jafaripur commented 8 years ago

Another commit added for translation. new option added to module configuration to change source language. in some system the source language is en or en-GB, ... in this module is en-US and in my system is en. this have an error like an this:

The message file for category 'extensions/yii2-settings/settings' does not exist: /var/www/html/vendor/pheme/yii2-settings/messages/en/settings.php

This option help to us to customize the source language of translation in module.

arisk commented 8 years ago

Hey thanks. I cherry picked your source language option commit in #30. For the pjax timeout I think 1 second is a sensible default.