Skip to content

Commit

Permalink
v1.10.7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Verma committed Dec 18, 2019
1 parent f93e793 commit 9fe479b
Show file tree
Hide file tree
Showing 14 changed files with 1,751 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DB/demodatabase.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ CREATE TABLE `settings_system` (
--

INSERT INTO `settings_system` (`id`, `status`, `url`, `name`, `department`, `page_size`, `log_level`, `purge_log`, `api_enable`, `api_key_mandatory`, `api_key`, `name_format`, `time_farmat`, `date_format`, `date_time_format`, `day_date_time`, `time_zone`, `content`, `version`, `created_at`, `updated_at`) VALUES
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.6', '2016-12-13 03:19:29', '2016-12-13 03:19:29');
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.7', '2016-12-13 03:19:29', '2016-12-13 03:19:29');

-- --------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion DB/dummy-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ CREATE TABLE `settings_system` (
--

INSERT INTO `settings_system` (`id`, `status`, `url`, `name`, `department`, `page_size`, `log_level`, `purge_log`, `api_enable`, `api_key_mandatory`, `api_key`, `name_format`, `time_farmat`, `date_format`, `date_time_format`, `day_date_time`, `time_zone`, `content`, `version`, `created_at`, `updated_at`) VALUES
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.6', '2016-12-13 03:19:29', '2016-12-13 03:19:29');
(1, 1, '', '', '1', '', '', '', 0, 0, '', '', NULL, NULL, 1, '', 32, '', '1.10.7', '2016-12-13 03:19:29', '2016-12-13 03:19:29');

-- --------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
| This tells about aplication current version.
|
*/
'version' => 'Community 1.10.6',
'version' => 'Community 1.10.7',
/*
|--------------------------------------------------------------------------
| Application Name
Expand Down
1 change: 1 addition & 0 deletions config/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'pl' => ['Polish', 'Język Polski'],
'ps' => ['Pashto', 'پښتو'],
'pt' => ['Portuguese', 'Português'],
'pt-br' => ['Brazilian Portuguese', 'Português'],
'qu' => ['Quechua', 'Runa Simi'],
'rm' => ['Rhaeto-Romance', 'Rumantsch Grischun'],
'rn' => ['Kirundi', 'Ikirundi'],
Expand Down
Binary file modified public/downloads/en.zip
Binary file not shown.
Binary file added public/lb-faveo/flags/pt-br.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
|_| \__,_| \_/ \___|\___/ |_| |_|\___|_| .__/ \__,_|\___||___/_|\_\
| |
|_|
|=====================================================
| v1.10.7 Security patch
|=====================================================
- Updates symfony/http-foundation to 4.4.1
- Added Brazilian Portuguese

|=====================================================
| v1.10.6 Chrome UI issue fix patch
|=====================================================
Expand Down
1,556 changes: 1,556 additions & 0 deletions resources/lang/pt-br/lang.php

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions resources/lang/pt-br/pagination.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php
/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
|-------------------------------------------------------------------------------------
| Author : Thiago Alves Cavalcante
| Email : thiagoalcav@gmail.com
| Last translated : 13-12-2019
|********************************************************************************
| Details of new words added for translation
|--------------------------------------------------------------------------------
| Added by :
| translated : [NO/YES]
| Added on :
*/
return [

/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/

'previous' => 'Anterior',
'next' => 'Próximo',
];
35 changes: 35 additions & 0 deletions resources/lang/pt-br/passwords.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php
/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
|-------------------------------------------------------------------------------------
| Author : Thiago Alves Cavalcante
| Email : thiagoalcav@gmail.com
| Last translated : 13-12-2019
|********************************************************************************
| Details of new words added for translation
|--------------------------------------------------------------------------------
| Added by :
| translated : [NO/YES]
| Added on :
*/

return [

/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/

'password' => 'As senhas devem ter pelo menos seis caracteres e serem idênticas.',
'user' => 'Nenhum usuário foi localizado com esse endereço de e-mail.',
'token' => 'Chave de redefinição de senha é inválida.',
'sent' => 'O link para redefinição de senha será enviado por e-mail!',
'reset' => 'Sua senha foi redefinida!',
];
116 changes: 116 additions & 0 deletions resources/lang/pt-br/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<?php
/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
|-------------------------------------------------------------------------------------
| Author : Thiago Alves Cavalcante
| Email : thiagoalcav@gmail.com
| Last translated : 13-12-2019
|********************************************************************************
| Details of new words added for translation
|--------------------------------------------------------------------------------
| Added by :
| translated : [NO/YES]
| Added on :
*/

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/

'accepted' => 'A opção deverá ser aceita.',
'active_url' => 'A informação não é uma URL válida',
'after' => 'A informação deve ser uma data superior a :date.',
'alpha' => 'A informação só pode conter letras.',
'alpha_dash' => 'A informação só pode conter letras, números e traços',
'alpha_num' => 'A informação só pode conter letras e números.',
'array' => 'A informação deverá ser em ordem.',
'before' => 'A informação deverá ser uma data inferior a :date.',
'between' => [
'numeric' => 'A informação deverá estar entre :min e :max.',
'string' => 'A informação deverá estar entre :min e :max characters.',
'file' => 'A informação deverá estar entre :min e :max kilobytes.',
'array' => 'A informação deverá estar entre :min e :max items.',
],
'boolean' => 'A informação deverá ser verdadeira ou falsa.',
'confirmed' => 'A informação não está correta.',
'date' => 'A informação não é uma data válida.',
'date_format' => 'A informação não corresponde ao formato :format.',
'different' => 'A informação :other deverá ser diferente.',
'digits' => 'A informação deve ser :digits dígitos.',
'digits_between' => 'A informação deve estar entre :min e :max dígitos.',
'email' => 'A informação deverá ser um e-mail válido.',
'filled' => 'A informação é inválida.',
'exists' => 'A informação :attribute é inválida.',
'image' => 'O arquivo deve ser uma imagem.',
'in' => 'A informação selecionada :attribute é inválida.',
'integer' => 'O informação deve ser um número inteiro.',
'ip' => 'O número deve ser um endereço de IP válido.',
'max' => [
'numeric' => 'O valor não pode ser maior a :max.',
'file' => 'O arquivo não pode ser maior a :max kilobytes.',
'string' => 'A informação não pode ser maior a :max caracteres.',
'array' => 'A informação não pode ter mais do que :max itens.',
],
'mimes' => 'O :attribute deve ser um arquivo do tipo: :values.',
'min' => [
'numeric' => 'O valor deve ser de pelo menos :min.',
'file' => 'O arquivo deve ser de pelo menos :min kilobytes.',
'string' => 'A informação deve ser de pelo menos :min caracteres.',
'array' => 'A informação deve ter pelo menos :min itens.',
],
'not_in' => 'A informação selecionada é inválida.',
'numeric' => 'A informação deverá ser um número.',
'regex' => 'O formato está inválido.',
'required' => 'O campo é obrigatório.',
'required_if' => 'O campo é obrigatório quando :other é :value.',
'required_with' => 'O campo é obrigatório quando for informado os dados.',
'required_with_all' => 'O campo é obrigatório quando os valores estiverem presentes.',
'required_without' => 'O campo é obrigatório quando os valores não estiverem presentes',
'required_without_all' => 'O campo é obrigatório quando nenhum dos valores estiver presentes',
'same' => 'Os campos deverão estar iguais.',
'size' => [
'numeric' => 'O valor deve ser :size.',
'file' => 'O arquivo deve ser :size kilobytes.',
'string' => 'O campo :attribute deve ser :size caracteres.',
'array' => 'O campo deve conter :size itens.',
],
'unique' => 'O campo já está preenchido.',
'url' => 'Formato inválido.',
'timezone' => 'O campo deve ser um fuso horário válido.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [],
];
2 changes: 1 addition & 1 deletion vendor/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function isClassMapAuthoritative()
*/
public function setApcuPrefix($apcuPrefix)
{
$this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
'Table_Row_Group_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/table_row_group_frame_reflower.cls.php',
'Table_Row_Group_Renderer' => $vendorDir . '/dompdf/dompdf/include/table_row_group_renderer.cls.php',
'Table_Row_Positioner' => $vendorDir . '/dompdf/dompdf/include/table_row_positioner.cls.php',
'TestCase' => $baseDir . '/tests/TestCase.php',
'Tests\\TestCase' => $baseDir . '/tests/TestCase.php',
'Text_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/text_frame_decorator.cls.php',
'Text_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/text_frame_reflower.cls.php',
'Text_Renderer' => $vendorDir . '/dompdf/dompdf/include/text_renderer.cls.php',
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ class ComposerStaticInit598add4b9b35c76d3599603201ccdd6d
'Table_Row_Group_Frame_Reflower' => __DIR__ . '/..' . '/dompdf/dompdf/include/table_row_group_frame_reflower.cls.php',
'Table_Row_Group_Renderer' => __DIR__ . '/..' . '/dompdf/dompdf/include/table_row_group_renderer.cls.php',
'Table_Row_Positioner' => __DIR__ . '/..' . '/dompdf/dompdf/include/table_row_positioner.cls.php',
'TestCase' => __DIR__ . '/../..' . '/tests/TestCase.php',
'Tests\\TestCase' => __DIR__ . '/../..' . '/tests/TestCase.php',
'Text_Frame_Decorator' => __DIR__ . '/..' . '/dompdf/dompdf/include/text_frame_decorator.cls.php',
'Text_Frame_Reflower' => __DIR__ . '/..' . '/dompdf/dompdf/include/text_frame_reflower.cls.php',
'Text_Renderer' => __DIR__ . '/..' . '/dompdf/dompdf/include/text_renderer.cls.php',
Expand Down

0 comments on commit 9fe479b

Please sign in to comment.