-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
864 changed files
with
62,850 additions
and
8,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,27 @@ | ||
# Sobre Adianti | ||
Informações sobre o Adianti e seu criador veja [pagina principal](../README.md) | ||
|
||
# Changelog do Fork do Template do Adianti v7.5.1b3 | ||
# Changelog do Adianti Fork Template v7.6.0.1 | ||
|
||
## Principais alterações | ||
### 1 - Alterado modo de criptografia da senha | ||
No Adianti Template 7.5.1 por padrão as senhas dos usuários são gravadas no banco de dados com uma criptografia MD5. Porém essa é uma pratica não recomendada. Para melhorar isso foi alterado para password_hash | ||
|
||
Para voltar para o padrão MD5 altere | ||
* SystemUser::passwordVerify descomentando a linhda MD5 e comentando password_verify | ||
* SystemUser::getHashPassword descomentando a linhda MD5 e comentando password_verify | ||
|
||
### 2 - Botão limpar pesquisa | ||
Inclusão do botão de limpar pesquisa nas telas | ||
* Adm > Programas | ||
* Adm > Grupos | ||
* Adm > Unidades | ||
* Adm > Usuários | ||
|
||
![Botão de limpar](img/template_71_limpar_pesquisa.png) | ||
|
||
### 3 - Coluna com o nome classe do Programa | ||
Inclusão da coluna com o nome da Classe de controle nas telas | ||
|
||
* edição de Usuários | ||
* edição de Grupos | ||
|
||
### 4 - Temas melhorados | ||
### 1 - Temas melhorados | ||
Os temas theme3 e theme4 foram substituidos algumas melhorias | ||
|
||
* theme3 foi alterado para [theme3_v5, alterações do thema](https://github.com/bjverde/adianti-theme/blob/master/documents/template/bootstrap_theme3_v5.md) | ||
* theme4 foi alterado para [theme4_v5, alterações do thema](https://github.com/bjverde/adianti-theme/blob/master/documents/template/material_theme4_v5.md) | ||
|
||
### 2 - Inclusão do link para o Login | ||
Nas telas de criar conta e redefiniar senha não tinha um link para voltar para o login | ||
|
||
![Botão de login](img/template_71_senha.png) | ||
|
||
## ChangeLog por issue | ||
* template/.gitignore - arquivo diferente do original | ||
* :bug: - [#44 Bug AdiantiFileHashGeneratorService](https://github.com/bjverde/adianti-fork-template/issues/44) | ||
* 🔨- [#43 update composer](https://github.com/bjverde/adianti-fork-template/issues/43) | ||
* 🔨- [#42 Atualizar theme4 para theme4_v5](https://github.com/bjverde/adianti-fork-template/issues/42) | ||
* 🔨- [#41 Atualizar theme3 para theme3_v5](https://github.com/bjverde/adianti-fork-template/issues/41) | ||
* 🔨- [#40 inclusão da coluna nome da classe](https://github.com/bjverde/adianti-fork-template/issues/40) | ||
* 🔨- [#39 Alterar modo da senha de MD5 para password_hash](https://github.com/bjverde/adianti-fork-template/issues/39) | ||
* 🔨- [#38 Incluir o botão de limpar pesquisa](https://github.com/bjverde/adianti-fork-template/issues/38) | ||
* 🔨- [#37 Update dompdf from 2.0.3](https://github.com/bjverde/adianti-fork-template/issues/37) | ||
* 🔨- [#34 Update firebase/php-jwt from 6.0](https://github.com/bjverde/adianti-fork-template/issues/34) | ||
|
||
|
||
# [Changelog do Fork do Template do Adianti v7.3.0](changelog_fork_v7.3.0.md) | ||
* 🔨- [#53 Update framework_hashes para Adianti Fork Template 7.6.](https://github.com/bjverde/adianti-fork-template/issues/53) | ||
* 🔨- [#52 Atualizar theme3 para theme3_v5 com Adianti 7.6.0](https://github.com/bjverde/adianti-fork-template/issues/52) | ||
* 🔨- [#51 update adianti template 7.6.0](https://github.com/bjverde/adianti-fork-template/issues/51) | ||
|
||
# ChangeLog versões antigas | ||
* [Changelog do Fork do Template do Adianti v7.5.1](changelog_fork_v7.5.1.md) | ||
* [Changelog do Fork do Template do Adianti v7.3.0](changelog_fork_v7.3.0.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Sobre Adianti | ||
Informações sobre o Adianti e seu criador veja [pagina principal](../README.md) | ||
|
||
# Changelog do Fork do Template do Adianti v7.5.1b3 | ||
|
||
## Principais alterações | ||
### 1 - Alterado modo de criptografia da senha | ||
No Adianti Template 7.5.1 por padrão as senhas dos usuários são gravadas no banco de dados com uma criptografia MD5. Porém essa é uma pratica não recomendada. Para melhorar isso foi alterado para password_hash | ||
|
||
Para voltar para o padrão MD5 altere | ||
* SystemUser::passwordVerify descomentando a linhda MD5 e comentando password_verify | ||
* SystemUser::getHashPassword descomentando a linhda MD5 e comentando password_verify | ||
|
||
### 2 - Botão limpar pesquisa | ||
Inclusão do botão de limpar pesquisa nas telas | ||
* Adm > Programas | ||
* Adm > Grupos | ||
* Adm > Unidades | ||
* Adm > Usuários | ||
|
||
![Botão de limpar](img/template_71_limpar_pesquisa.png) | ||
|
||
### 3 - Coluna com o nome classe do Programa | ||
Inclusão da coluna com o nome da Classe de controle nas telas | ||
|
||
* edição de Usuários | ||
* edição de Grupos | ||
|
||
### 4 - Temas melhorados | ||
Os temas theme3 e theme4 foram substituidos algumas melhorias | ||
|
||
* theme3 foi alterado para [theme3_v5, alterações do thema](https://github.com/bjverde/adianti-theme/blob/master/documents/template/bootstrap_theme3_v5.md) | ||
* theme4 foi alterado para [theme4_v5, alterações do thema](https://github.com/bjverde/adianti-theme/blob/master/documents/template/material_theme4_v5.md) | ||
|
||
## ChangeLog por issue | ||
* template/.gitignore - arquivo diferente do original | ||
* :bug: - [#44 Bug AdiantiFileHashGeneratorService](https://github.com/bjverde/adianti-fork-template/issues/44) | ||
* 🔨- [#43 update composer](https://github.com/bjverde/adianti-fork-template/issues/43) | ||
* 🔨- [#42 Atualizar theme4 para theme4_v5](https://github.com/bjverde/adianti-fork-template/issues/42) | ||
* 🔨- [#41 Atualizar theme3 para theme3_v5](https://github.com/bjverde/adianti-fork-template/issues/41) | ||
* 🔨- [#40 inclusão da coluna nome da classe](https://github.com/bjverde/adianti-fork-template/issues/40) | ||
* 🔨- [#39 Alterar modo da senha de MD5 para password_hash](https://github.com/bjverde/adianti-fork-template/issues/39) | ||
* 🔨- [#38 Incluir o botão de limpar pesquisa](https://github.com/bjverde/adianti-fork-template/issues/38) | ||
* 🔨- [#37 Update dompdf from 2.0.3](https://github.com/bjverde/adianti-fork-template/issues/37) | ||
* 🔨- [#34 Update firebase/php-jwt from 6.0](https://github.com/bjverde/adianti-fork-template/issues/34) | ||
|
||
|
||
# [Changelog do Fork do Template do Adianti v7.3.0](changelog_fork_v7.3.0.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.