Skip to content

add versão 1.3#4

Merged
wandbferreira merged 64 commits into
masterfrom
tests1.5
Oct 18, 2018
Merged

add versão 1.3#4
wandbferreira merged 64 commits into
masterfrom
tests1.5

Conversation

@wandbferreira

Copy link
Copy Markdown
Contributor

add file, directory e image
add uploader
add novo header, session, data,
removido authentication e dao
add novo sistema de alerta
removido month, e simplicado usando strftime
add format (str array boolean)
melhorias html/form
alguns namespaces foram alterados
melhoria no diretorio de tests
adicionado 100% test coverage
scrutinizer tips (code quality)
melhorias gerais

Wanderson Ferreira added 30 commits August 23, 2018 22:07
* add Calendar/
* movido testes para tests/app/model, melhorias gerais
* arquivo de rotas agora retorna um array
* add novos testes e alteração em namespaces
* alguns namespaces de classes foram alterados para se encaixarem melhor
* singleton agora aceita alias
* scrutinizer tips
* melhorias gerais
"tests/cases" para TestCases
"tests/www" para arquivos demonstração
- sempre começam com barra, nas não terminam
Wanderson Ferreira added 26 commits September 3, 2018 00:30
# Conflicts:
#	dev/tests/Win/Html/MenuTest.php
#	dev/tests/app/model/Win/Alert/AlertDefaultTest.php
#	dev/tests/app/model/Win/Alert/AlertErrorTest.php
#	dev/tests/app/model/Win/Alert/AlertInfoTest.php
#	dev/tests/app/model/Win/Alert/AlertSuccessTest.php
#	dev/tests/app/model/Win/Alert/AlertTest.php
#	dev/tests/app/model/Win/Authentication/UserDAOTest_.php
#	dev/tests/app/model/Win/Html/Navigation/MenuTest.php
#	dev/tests/app/model/Win/Mvc/ApplicationTest.php
#	dev/tests/app/model/Win/Mvc/ViewFactoryTest.php
#	dev/tests/app/model/Win/Mvc/ViewTest.php
#	dev/tests/app/model/Win/Request/UrlTest.php
#	dev/tests/bootstrap.php
#	dev/tests/cases/Win/Html/Navigation/MenuTest.php
#	www/app/block/layout/html/pagination.phtml
#	www/app/model/Win/Alert/Alert.php
#	www/app/model/Win/Alert/AlertDefault.php
#	www/app/model/Win/Alert/AlertError.php
#	www/app/model/Win/Alert/AlertInfo.php
#	www/app/model/Win/Alert/AlertSuccess.php
#	www/app/model/Win/Alert/Session.php
#	www/app/model/Win/Authentication/RecoveryPassword.php
#	www/app/model/Win/Authentication/User.php
#	www/app/model/Win/Authentication/UserDAO.php
#	www/app/model/Win/Calendar/DateCalc.php
#	www/app/model/Win/Calendar/DateTime.php
#	www/app/model/Win/Connection/Database.php
#	www/app/model/Win/DAO/DAO.php
#	www/app/model/Win/DAO/Pagination.php
#	www/app/model/Win/Data/Config.php
#	www/app/model/Win/Data/Data.php
#	www/app/model/Win/DesignPattern/DependenceInjector.php
#	www/app/model/Win/DesignPattern/Singleton.php
#	www/app/model/Win/File/Directory.php
#	www/app/model/Win/File/File.php
#	www/app/model/Win/File/Image.php
#	www/app/model/Win/Html/Form/Checkbox.php
#	www/app/model/Win/Html/Form/ReCaptcha.php
#	www/app/model/Win/Html/Form/Select.php
#	www/app/model/Win/Html/Navigation/Menu.php
#	www/app/model/Win/Html/Seo/Description.php
#	www/app/model/Win/Html/Seo/Keywords.php
#	www/app/model/Win/Html/Seo/Title.php
#	www/app/model/Win/Message/Email.php
#	www/app/model/Win/Mvc/Application.php
#	www/app/model/Win/Mvc/Controller.php
#	www/app/model/Win/Mvc/ControllerFactory.php
#	www/app/model/Win/Mvc/ErrorPage.php
#	www/app/model/Win/Mvc/Router.php
#	www/app/model/Win/Mvc/Template.php
#	www/app/model/Win/Mvc/View.php
#	www/app/model/Win/Request/Input.php
#	www/app/model/Win/Request/Session.php
#	www/app/model/Win/Request/Url.php
#	www/index.php
#	www/lib/functions/strings.php
# Conflicts:
#	dev/tests/Win/Html/MenuTest.php
#	dev/tests/app/model/Win/Alert/AlertDefaultTest.php
#	dev/tests/app/model/Win/Alert/AlertErrorTest.php
#	dev/tests/app/model/Win/Alert/AlertInfoTest.php
#	dev/tests/app/model/Win/Alert/AlertSuccessTest.php
#	dev/tests/app/model/Win/Alert/AlertTest.php
#	dev/tests/app/model/Win/Authentication/UserDAOTest_.php
#	dev/tests/app/model/Win/Html/Navigation/MenuTest.php
#	dev/tests/app/model/Win/Mvc/ApplicationTest.php
#	dev/tests/app/model/Win/Mvc/ViewFactoryTest.php
#	dev/tests/app/model/Win/Mvc/ViewTest.php
#	dev/tests/app/model/Win/Request/UrlTest.php
#	dev/tests/bootstrap.php
#	dev/tests/cases/Win/Html/Navigation/MenuTest.php
#	www/app/block/layout/html/pagination.phtml
#	www/app/model/Win/Alert/Alert.php
#	www/app/model/Win/Alert/AlertDefault.php
#	www/app/model/Win/Alert/AlertError.php
#	www/app/model/Win/Alert/AlertInfo.php
#	www/app/model/Win/Alert/AlertSuccess.php
#	www/app/model/Win/Alert/Session.php
#	www/app/model/Win/Authentication/RecoveryPassword.php
#	www/app/model/Win/Authentication/User.php
#	www/app/model/Win/Authentication/UserDAO.php
#	www/app/model/Win/Calendar/DateCalc.php
#	www/app/model/Win/Calendar/DateTime.php
#	www/app/model/Win/Connection/Database.php
#	www/app/model/Win/DAO/DAO.php
#	www/app/model/Win/DAO/Pagination.php
#	www/app/model/Win/Data/Config.php
#	www/app/model/Win/Data/Data.php
#	www/app/model/Win/DesignPattern/DependenceInjector.php
#	www/app/model/Win/DesignPattern/Singleton.php
#	www/app/model/Win/File/Directory.php
#	www/app/model/Win/File/File.php
#	www/app/model/Win/File/Image.php
#	www/app/model/Win/Html/Form/Checkbox.php
#	www/app/model/Win/Html/Form/ReCaptcha.php
#	www/app/model/Win/Html/Form/Select.php
#	www/app/model/Win/Html/Navigation/Menu.php
#	www/app/model/Win/Html/Seo/Description.php
#	www/app/model/Win/Html/Seo/Keywords.php
#	www/app/model/Win/Html/Seo/Title.php
#	www/app/model/Win/Message/Email.php
#	www/app/model/Win/Mvc/Application.php
#	www/app/model/Win/Mvc/Controller.php
#	www/app/model/Win/Mvc/ControllerFactory.php
#	www/app/model/Win/Mvc/ErrorPage.php
#	www/app/model/Win/Mvc/Router.php
#	www/app/model/Win/Mvc/Template.php
#	www/app/model/Win/Mvc/View.php
#	www/app/model/Win/Request/Input.php
#	www/app/model/Win/Request/Session.php
#	www/app/model/Win/Request/Url.php
#	www/index.php
#	www/lib/functions/strings.php
@wandbferreira wandbferreira merged commit 989b892 into master Oct 18, 2018
@wandbferreira wandbferreira deleted the tests1.5 branch October 18, 2018 22:21
wandbferreira pushed a commit that referenced this pull request Apr 26, 2020
add versao 1.2.5
add file, directory e image
add uploader
add novo header, session, data,
removido authentication e dao
add novo sistema de alerta
removido month, e simplicado usando strftime
add format (str array boolean)
melhorias html/form
alguns namespaces foram alterados
melhoria no diretorio de tests
adicionado 100% test coverage
scrutinizer tips (code quality)
melhorias gerais
wandbferreira added a commit that referenced this pull request Apr 26, 2020
add versao 1.2.5
add file, directory e image
add uploader
add novo header, session, data,
removido authentication e dao
add novo sistema de alerta
removido month, e simplicado usando strftime
add format (str array boolean)
melhorias html/form
alguns namespaces foram alterados
melhoria no diretorio de tests
adicionado 100% test coverage
scrutinizer tips (code quality)
melhorias gerais
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant