Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jan 24, 2024
2 parents e358792 + 9e47bbf commit 533b0ce
Show file tree
Hide file tree
Showing 864 changed files with 62,850 additions and 8,582 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# adianti-template
Fork do Tempalte do Adianti 7.5.1
# adianti-fork-template
Adianti Fork Template 7.6.0


## Perguntas frequentes

### Quem criou o Template com Adianti Framework ?
Foi criado por ***Pablo Dall'Oglio***, esse projeto tem um Fork do template com algumas modificações para melhorar seu uso e devolver para a comunidade.

### Qual é o site da versão oficial ?
https://www.adianti.com.br/
## Qual é o site da versão oficial ?
https://adiantiframework.com.br/

### Qual é a licença do Adianti Framework ?
https://www.adianti.com.br/framework-license
## Qual é a licença do Adianti Framework 7.6.0 ?
[Licença](template/LICENSE) ou veja no site https://adiantiframework.com.br/license

### Tem um documentação de uso ?
https://www.adianti.com.br/framework-quickstart
## Tem um documentação de uso ?
https://adiantiframework.com.br/guia-rapido

### O que tem em cada pasta ?
* template - é o fork
Expand Down
49 changes: 14 additions & 35 deletions documents/changelog_fork.md
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)
48 changes: 48 additions & 0 deletions documents/changelog_fork_v7.5.1.md
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)
19 changes: 18 additions & 1 deletion template/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright (c) 2006, Adianti Solutions Ltd.
All rights reserved.

This license is a legal agreement between you and Adianti Solutions Ltd.
for the use of Adianti Framework (the "Software"). By obtaining the Software
for the use of Adianti Template (the "Software" or the "Template"). By obtaining the Software
you agree to comply with the terms and conditions of this license.

Permitted Use
Expand All @@ -20,6 +20,23 @@ with or without modification, for any purpose, provided that the following condi
Adianti Framework in their documentation and/or other materials provided with the distribution.
6) Products derived from the Software may not be called "Adianti", nor may "Adianti" appear in their
name, without prior written permission from Adianti Solutions Ltd.
7) You can't re-distribute or make available the Software as-is, as a stock item.
You can't re-distribute or make available the Software in another software engineering tool
(a software application that helps software developers create, maintain, and manage software),
unless the tool is published under an open source license, approved by the OSI - Open Source
Initiative, included in the following link: https://opensource.org/licenses/.

Copyright holder rights
=======================
1) Adianti may publish revised and/or new versions of the license from time to time. Each
version will be given a distinguishing version number. Once covered code has been published
under a particular version of the license, you may always continue to use it under the terms
of that version, or any subsequent version of this license.
2) No one other than the Adianti has the right to modify the terms applicable to covered code
created under this or subsequent licenses.
3) Adianti, as the original copyright holder, reserves the right to use, copy, modify, and
distribute the Software and its documentation, with or without modification, for any purpose,
not subject to any kind of technical, legal, contractual or commercial restrictions.

Indemnity
=========
Expand Down
10 changes: 9 additions & 1 deletion template/app/config/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lang_options[pt] = Português
lang_options[en] = English
lang_options[es] = Español
multi_database = "1"
validate_strong_pass = "1"
;notification_login=1
;require_terms = "1"
;use_tabs=1
Expand Down Expand Up @@ -47,9 +48,16 @@ default_screen = "10" ; default screen for auto registered users
default_units = "1" ; default unit for auto registered users
;auth_service = LdapAuthenticationService

[highlight]
comment = "#808080"
default = "#FFFFFF"
html = "#C0C0C0"
keyword = "#62d3ea"
string = "#FFC472"


[system]
system_version = 7.5.1b3
system_version = 7.6.0
head_title = Fork do Tempalte do Adianti FrameWork
logo-lg = ForkAF
logo-link-class = 'SystemAboutView'
Expand Down
Loading

0 comments on commit 533b0ce

Please sign in to comment.