Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
5fd8ab2
add versao 1.2.5
Aug 23, 2018
e599bda
add novos testes
Aug 24, 2018
2829d03
melhoria no diretorio de tests
Aug 25, 2018
e891fd0
fix diretorios não tem barra no final
Aug 25, 2018
0ecda17
fix theme default agora é uma constante
Aug 25, 2018
639532d
url não termina com barra
Aug 25, 2018
1e45fa8
add link para public
Aug 25, 2018
221a355
scrutinizer tips
Aug 25, 2018
945d378
scrutinizer tips
Aug 25, 2018
68413a6
add File Class
Aug 29, 2018
8fedbb9
add arquivos em data/file
Aug 29, 2018
f75e554
add file, directory e image
Aug 31, 2018
87fd459
add password test
Aug 31, 2018
70b00be
add testes
Aug 31, 2018
0ff2bf6
scrutinizer tips
Aug 31, 2018
e04bd41
remove authentication
Aug 31, 2018
ac4eb89
add clover
Aug 31, 2018
dab927e
add composer json
Aug 31, 2018
ddac913
add travis
Aug 31, 2018
a410c6e
travis fix
Aug 31, 2018
6ebbaf6
travis fix
Aug 31, 2018
1ca0af0
travis fix
Aug 31, 2018
c8f4105
travis fix
Aug 31, 2018
5942e88
travis fix
Aug 31, 2018
996ac66
travis fix
Aug 31, 2018
ac50099
travis fix
Aug 31, 2018
9583fa8
travis fix
Aug 31, 2018
89f0dec
travis fix
Aug 31, 2018
a437767
remove travis
Aug 31, 2018
b435cfc
fix composer vendor
Aug 31, 2018
ba15831
fix path absoluto e relativo
Sep 1, 2018
9ce3720
fix old path
Sep 1, 2018
0c4de59
add directory item
Sep 1, 2018
dcd13b6
melhorias directory item
Sep 1, 2018
0c23dcf
fix chmod
Sep 1, 2018
81ba23b
add uploader
Sep 2, 2018
befc8d3
scrutinizer tips
Sep 2, 2018
2e49f72
refatoração codigo e testes
Sep 3, 2018
a474d7a
fix datetime
Sep 3, 2018
58e57dd
add uploadbleinterface
Sep 3, 2018
7e15886
melhoria de testes, add data melhorada
Sep 28, 2018
943962d
add novos alertas
Sep 29, 2018
85596d9
add melhorias em testes, refatoração
Sep 30, 2018
bd96ec1
melhorias testes
Sep 30, 2018
24dc17a
melhorias teste, add uploader image
Sep 30, 2018
a1e2019
removido month, e simplicado usando strftime
Sep 30, 2018
899382f
fix getbasename em file
Sep 30, 2018
af713c2
add str array boolean
Oct 1, 2018
b5e513f
scrutinizer
Oct 1, 2018
8ca6801
fix header
Oct 1, 2018
59cc603
fix data
Oct 1, 2018
428c4dc
fix application tests
Oct 1, 2018
62fc941
fix header exception
Oct 1, 2018
42e5f0d
fix header exception
Oct 1, 2018
593aecf
fix data
Oct 1, 2018
ccda772
fix endfor, endif
Oct 1, 2018
b036d20
melhorias form html, melhorias Str, e controllerFactory::formatAction
Oct 2, 2018
39ab4b2
fix sanitize input
Oct 6, 2018
59f3fd7
remove strings
Oct 18, 2018
c154b2d
removido dao
Oct 18, 2018
51197f5
fix recaptcha
Oct 18, 2018
a70628a
melhorias gerais
Oct 18, 2018
336f9cc
Merge branch 'master' into tests1.5
Oct 18, 2018
6ce59fe
Merge branch 'master' into tests1.5
Oct 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules
package.json
gulpfile.js
/nbproject/private/
/nbproject/private/
/vendor
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "winframework/winphp",
"version": "1.3",
"description": "Framework PHP MVC",
"require-dev": {
"phpunit/phpunit": "5.7.*"
}
}
1 change: 1 addition & 0 deletions dev/tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reports/coverage
1 change: 0 additions & 1 deletion dev/tests/app/block/email/main.phtml

This file was deleted.

1 change: 0 additions & 1 deletion dev/tests/app/block/layout

This file was deleted.

13 changes: 0 additions & 13 deletions dev/tests/app/controller/ExemploController.php

This file was deleted.

14 changes: 0 additions & 14 deletions dev/tests/app/model/Win/Alert/AlertDefaultTest.php

This file was deleted.

14 changes: 0 additions & 14 deletions dev/tests/app/model/Win/Alert/AlertErrorTest.php

This file was deleted.

14 changes: 0 additions & 14 deletions dev/tests/app/model/Win/Alert/AlertInfoTest.php

This file was deleted.

14 changes: 0 additions & 14 deletions dev/tests/app/model/Win/Alert/AlertSuccessTest.php

This file was deleted.

71 changes: 0 additions & 71 deletions dev/tests/app/model/Win/Alert/AlertTest.php

This file was deleted.

110 changes: 0 additions & 110 deletions dev/tests/app/model/Win/Alert/SessionTest.php

This file was deleted.

82 changes: 0 additions & 82 deletions dev/tests/app/model/Win/Authentication/UserDAOTest_.php

This file was deleted.

Loading