Marco Antonio Nina Mena
ae28e48861
Merged in bugfix/HOR-4201 (pull request #6245 )
...
HOR-4201
Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com >
2018-05-08 13:58:49 -04:00
Marco Antonio Nina Mena
0d533e19d9
HOR-4527
2018-05-08 10:16:52 -04:00
Roly Rudy Gutierrez Pinto
8ac8e50691
HOR-3851
2017-10-10 12:33:25 -04:00
Roly Rudy Gutierrez Pinto
216e2dca28
HOR-3851
2017-10-06 17:21:21 -04:00
David Callizaya
ab9c67fb47
HOR-3670
...
Fix class name PmLicenseManager.
2017-08-11 17:42:02 -04:00
davidcallizaya
01b745203d
Merge remote-tracking branch 'origin/feature/HOR-3274A' into feature/HOR-3559
2017-08-10 21:59:01 -04:00
davidcallizaya
de84f23265
Merge remote-tracking branch 'origin/feature/HOR-3274' into feature/HOR-3559
2017-08-10 21:38:58 -04:00
davidcallizaya
427d74f68e
HOR-3626
...
Fixed CS
2017-08-10 21:35:16 -04:00
davidcallizaya
21a0b9508e
HOR-3626
...
Moved laravel boot after ProcessMaker loads its evironment constants. (PATH_DATA for shared folder)
2017-08-10 21:35:15 -04:00
Taylor Dondich
6458dc64a1
Added laravel framework. Bootstrap absolute minimum. Add testing framework that follows Laravel practices. Write simple feature test to test caching.
2017-08-10 21:33:04 -04:00
Paula Quispe
95b7ede4e8
HOR-3560
2017-07-24 12:25:44 -04:00
davidcallizaya
cb80a42125
HOR-3373
...
+ Fix web entry login bloqued when session_block configuration is enabled.
+ Include behat test.
2017-07-04 16:51:24 -04:00
David Callizaya
801de49881
Merged in feature/HOR-3214 (pull request #5712 )
...
Feature/HOR-3214
Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com >
2017-06-03 19:50:20 +00:00
davidcallizaya
c9c49c2767
HOR-3214
...
WebEntry2 Execution Screen
2017-06-03 14:53:04 -04:00
davidcallizaya
4f6035a3b0
HOR-3207
...
Complete tests, and check validations for WebEntry CRUD.
2017-06-03 14:53:03 -04:00
davidcallizaya
13beb0166c
HOR-3207
...
Change web entry model.
2017-06-03 14:42:27 -04:00
davidcallizaya
f7798b4320
HOR-3208
...
Code review fixes
- The default value must be "neoclassic"
- Comments, psr-2 fixes
2017-06-03 14:01:10 -04:00
davidcallizaya
4304abc2a6
HOR-3208
...
Web Entry 2.0 Rest - Skin EP
ACCEPTANCE CRITERIAS:
1. Get list of global and installed skins.
2. Verify that the list includes skins available only for the workspace.
2017-06-03 14:01:10 -04:00
davidcallizaya
c0f512891f
HOR-3210
...
Web Entry 2.0 Rest - Generate Link EP
2017-06-03 12:53:20 -04:00
davidcallizaya
a53f307644
HOR-3207
...
Fix PSR2 function declaration
2017-06-03 12:53:20 -04:00
davidcallizaya
90fe9102ea
HOR-3207
...
Add import process test file.
2017-06-03 12:53:20 -04:00
davidcallizaya
b533a87bd6
HOR-3207
...
Removed the deletion of WebEntry record when it is disabled. This attribute has no effect.
Fixed importation of processes with WebEntry task information.
2017-06-03 12:53:20 -04:00
davidcallizaya
3d82540339
HOR-3209
...
Web Entry 2.0 Rest - Languages EP
ACCEPTACE CRITERIA
1. The result should include the detailed fields.
2. The result should include the installed languages.
3. User should be logged.
2017-06-03 12:46:23 -04:00
davidcallizaya
08375cfce1
HOR-3207
...
Fix CS observations
Fix commented code
2017-06-03 12:46:23 -04:00
davidcallizaya
2b918b25fc
HOR-3207
...
Complete tests, and check validations for WebEntry CRUD.
2017-06-03 12:46:22 -04:00
davidcallizaya
bfc0be7e44
HOR-3207
...
Change web entry model.
2017-06-03 12:45:03 -04:00
Julio Cesar Laura Avendaño
e09e909a68
Merged in paulis/processmaker/HOR-1089 (pull request #4345 )
...
HOR-1089
2016-06-03 10:12:55 -04:00
Paula V. Quispe
46973ffdd1
HOR-1089
...
.
2016-06-02 11:16:30 -04:00
Paula V. Quispe
36d8a605c1
HOR-1088
2016-06-02 10:46:24 -04:00
william barra
67137dc673
HOR-284
...
Security Issue - Harcoded credentials
2016-02-29 15:28:21 -04:00
Herbert Saal
dc2f15b7f8
Add initial structure of functional test project
2014-01-24 14:40:28 -04:00
Victor Saisa Lopez
40db774bbb
ProcessMaker-MA "2184 Fields Validation Layer"
...
- Se ha implementado la clase "class.fieldValidator.php", la misma incluye metodos de validacion de valor de variables
- La clase "FieldValidator" valida valores como: numeros (int, real), cadenas (url, email, ip). Tambien valida valores
por conjunto
- Se ha implementado las pruebas unitarias para esta clase en el archivo "classFieldValidatorTest.php"
2013-11-28 16:01:37 -04:00
Victor Saisa Lopez
3876ec02f2
ProcessMaker-MA "2184 Fields Validation Layer"
...
- Se ha implementado la clase "class.fieldValidator.php", la misma incluye metodos de validacion de valor de variables
- La clase "FieldValidator" valida valores como: numeros (int, real), cadenas (url, email, ip). Tambien valida valores
por conjunto
- Se ha implementado las pruebas unitarias para esta clase en el archivo "classFieldValidatorTest.php"
2013-11-28 14:18:59 -04:00
Victor Saisa Lopez
177e50ca39
ProcessMaker-MA "2184 Fields Validation Layer"
...
- Se ha implementado la clase "class.fieldValidator.php", la misma incluye metodos de validacion de valor de variables
- La clase "FieldValidator" valida valores como: numeros (int, real), cadenas (url, email, ip). Tambien valida valores
por conjunto
- Se ha implementado las pruebas unitarias para esta clase en el archivo "classFieldValidatorTest.php"
2013-11-27 17:28:50 -04:00
Luis Fernando Saisa Lopez
3fd9699a49
BUG 11830 "Remover la funcion WSDL Web Services..." SOLVED
...
- Remover la funcion WSDL Web Services Functions importProcessFromLibrary()
- Problema resuelto, se ha eliminado la Funcion "importProcessFromLibrary()", ya no existe.
2013-09-02 09:34:33 -04:00
Julio Cesar Laura
2b17844f64
Fix the unit tests
2013-02-28 12:48:40 -04:00
Ralph Asendeteufrer
fa511fd0ee
Adding changes at time to resolve a comflict
2012-12-07 10:28:20 -04:00
Ralph Asendeteufrer
2d796cd37d
Adding fix for unit-Tests
2012-12-06 17:03:04 -04:00
jennylee
74eca8d1f4
TEST UNIT BUG-8965
...
I added the TestUnit from 'downloadDoc' function of 'class.pmAlfrescoFunctions.php' class.
2012-10-30 15:42:00 -04:00
Fernando Ontiveros
d0806cfe65
CODE STYLE removing the xpdl class and related files
2012-10-17 13:43:05 -04:00
Julio Cesar Laura
36b237537a
Fix test file "classwsBaseTest.php" a new method was added in the class "wsBase"
2012-10-10 15:20:45 -04:00
Julio Cesar Laura
576225800b
Fix test file "classRBACTest.php", the method "VerifyWithOtherAuthenticationSource" was changed in the core
2012-10-10 14:50:45 -04:00
jennylee
82b1b50ccc
BUG-9863 i changed the file 'phpunit.xml' to add the directory to run the UnitTest for REST Services.
2012-10-09 10:38:38 -04:00
jennylee
25d588359b
I add new UnitTest for REST Services
2012-10-08 17:03:18 -04:00
jennylee
3e135b4ac3
I add new UnitTest for REST classes
2012-10-05 17:27:46 -04:00
jennylee
275f5a9a17
I add the first Test unit for REST Services
2012-10-05 10:01:43 -04:00
Fernando Ontiveros
8b23b0a96a
fixing phpunit test files, now all tests are working
2012-10-04 14:03:12 -04:00
Herbert Saal Gutierrez
da414f6d7a
Test Folders
...
Change structure of Test Folders
2012-09-21 11:00:57 -04:00
Fernando
aaf1445ad8
fixing all automated test units
2012-07-14 02:51:21 -04:00
Fernando
a6250f3840
fixing all automated test units
2012-07-14 02:45:21 -04:00