add versão 1.3#4
Merged
Merged
Conversation
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
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
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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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