Commit Graph

6839 Commits

Author SHA1 Message Date
julceslauhub
78d4998183 Merge pull request #2426 from marcoAntonioNina/BUG-15031
BUG-15031 We can't delete folders using controls into grid SOLVED
2014-05-27 12:22:35 -04:00
julceslauhub
b72fdd57ad Merge pull request #2427 from Jennydmz/master
BUG-14034 Status in Dashboards -NEW FEATURE
2014-05-27 12:15:34 -04:00
jennylee
2f8187ea0e BUG-14034 Status in Dashboards -NEW FEATURE
I was editing the DAS_UID to, this was generating an error.
2014-05-27 10:37:27 -04:00
Marco Antonio Nina
9e63dae323 BUG-15031 We can't delete folders using controls into grid SOLVED
- Type is not defined 'file or directory'
- add type in file casesDocuments.js
2014-05-26 12:42:03 -04:00
julceslauhub
0e1103cfb1 Merge pull request #2425 from marcoAntonioNina/BUG-15029
BUG-15029 We can`t rename a folder in Documents SOLVED
2014-05-26 11:06:20 -04:00
Marco Antonio Nina
8fc840d829 BUG-15029 We can`t rename a folder in Documents SOLVED
- Error in position validate "function_exists".
- Change of position of validation in file appFolderAjax.php.
2014-05-26 09:25:58 -04:00
julceslauhub
6ae5fa6d36 Merge pull request #2424 from marcoAntonioNina/BUG-15020
BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
2014-05-23 14:48:31 -04:00
Marco Antonio Nina
e3f367e672 Improvement delete search for date 2014-05-23 14:30:44 -04:00
julceslauhub
e752605b70 Merge pull request #2423 from marcoAntonioNina/BUG-15022
BUG-15022 "ShowDirs" button should change to "HideDirs" once we click SOLVED
2014-05-23 14:18:14 -04:00
Marco Antonio Nina
e6dcb88d80 Improvement js label 2014-05-23 14:13:19 -04:00
julceslauhub
922a9a93e8 Merge pull request #2422 from julceslauhub/master
BUG 12395 History log no refleja verdaderos datos historicos IMPROVEMENTS 2
2014-05-23 13:48:29 -04:00
Julio Cesar Laura
d1e6dfb61e BUG 12395 History log no refleja verdaderos datos historicos IMPROVEMENTS 2 2014-05-23 13:45:25 -04:00
Marco Antonio Nina
bcd8aefe89 BUG-15022 "ShowDirs" button should change to "HideDirs" once we click SOLVED
- It don't have the functionality
- The label and funtionality was added.
2014-05-23 11:35:27 -04:00
julceslauhub
34f4c65f98 Merge pull request #2420 from julceslauhub/master
BUG 12395 History log no refleja verdaderos datos historicos IMPROVEMENTS
2014-05-23 11:24:09 -04:00
Julio Cesar Laura
237bfbac2c BUG 12395 History log no refleja verdaderos datos historicos IMPROVEMENTS 2014-05-23 11:21:27 -04:00
Marco Antonio Nina
bc3a75c852 BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
- The search was done locally.
- the criteria was added in order to make the search by filename and user.
2014-05-23 10:53:38 -04:00
julceslauhub
b5e9beefa2 Merge pull request #2417 from luisfernandosl/BUG-14056-3
BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
2014-05-22 16:51:55 -04:00
julceslauhub
5dd3bea25d Merge pull request #2418 from marcoAntonioNina/BUG-14974
BUG-14974 It's possible to create a new process with blank space SOLVED
2014-05-22 14:30:57 -04:00
julceslauhub
f9299e03e8 Merge pull request #2415 from marcoAntonioNina/BUG-14053
BUG-14053 El ordenamiento de archivos no se realiza... SOLVED
2014-05-22 13:14:00 -04:00
Marco Antonio Nina
feba98a658 BUG-14974 It's possible to create a new process with blank space SOLVED
- The blank spaces were accepted.
- A validation was added removing spaces in blank of the PRO_TITLE field in the main.js file, also an error message was added.
2014-05-22 12:31:17 -04:00
Luis Fernando Saisa Lopez
c935c261b0 BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
- Oracle Connection Parameters with TNS.
- Problema resuelto, en DATABASE CONNECTIONS al hacer click en New, en el dynaform "Add new Database Source" se agrega
  dos campos un dropdown "Select Connection Type" con dos opciones "NORMAL y TNS" y el campo de tipo "TNS", estos nuevos
  campos se muestran cuando se selecciona la opcion en engine "oracle" si es en otro caso se ocultaran. Tambien se adiciona
  dos nuevos campos en la tabla "DB_SOURCE" que son: "DBS_CONNECTION_TYPE" y "DBS_TNS".
  Cuando se selecciona "oracle" y tipo de conexion "TNS", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la prueba con exito o falla.
  Cuando se selecciona "oracle" y tipo de conexion "NORMAL", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la conexion tal como se hacia anteriomente.
2014-05-22 10:09:33 -04:00
Luis Fernando Saisa Lopez
63cb7c2b51 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-14056-3 2014-05-21 18:48:41 -04:00
julceslauhub
db1edcef00 Merge pull request #2416 from julceslauhub/master
BUG 12395 History log no refleja verdaderos datos historicos SOLVED
2014-05-21 16:51:43 -04:00
Julio Cesar Laura
13abb80e69 BUG 12395 History log no refleja verdaderos datos historicos SOLVED
- El engine de formularios no mostraba ningun valor para valores previamente almacenados que ya no tengan esa opcion en el control

- Para el modo VISTA de los campos de tipo DROPDOWN, LISTBOX, RADIOGROUP y CHECKGROUP ahora se muestran los valores que se guardaron previamente, aunque el valor ya no exista en la definicion del control, ya sea que sus opciones sean agregadas manualmente o bien sean obtenidas por un SQL
2014-05-21 16:39:48 -04:00
Marco Antonio Nina
3b594a573d BUG-14053 El ordenamiento de archivos no se realiza... SOLVED
- El ordenamiento de las columnas no tenian una busqueda asignada.
- Se habilitaron solo dos columnas para el ordenamiento "Name, Modified".
- Se cambio el criteria para que acepte esos parametros en el archivo AppFolder.php
2014-05-21 16:11:32 -04:00
Luis Fernando Saisa Lopez
17166fc7a0 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-14056-3 2014-05-20 14:38:43 -04:00
julceslauhub
830153a7cb Merge pull request #2414 from gproly/BUG-14775
BUG-14775 When former users are never admitted to processmaker an except...
2014-05-20 14:02:26 -03:00
Roly Rudy Gutierrez Pinto
18b6f8b1e7 BUG-14775 When former users are never admitted to processmaker an exception is thrown in USERS_PROPERTIES table was not created because the record is removed dependency exists USR_LOGGED_NEXT_TIME to edit the field when there is no change in the field USR_PASSWORD. IMPROVEMENT. 2014-05-20 12:56:46 -04:00
julceslauhub
128acb8846 Merge pull request #2413 from marcoAntonioNina/BUG-15001
BUG-15001 Dynaform - Fields Handler - Default Value of Zero... SOLVED
2014-05-20 13:41:33 -03:00
julceslauhub
5f0c2c5614 Merge pull request #2412 from Jennydmz/master
BUG-14034 Status in Dashboards -NEW FEATURE
2014-05-20 13:21:02 -03:00
Marco Antonio Nina
47b83748f7 BUG-15001 Dynaform - Fields Handler - Default Value of Zero... SOLVED
- Validation function empty  takes '0 ' as empty
- add validation in file fields_Save.php
2014-05-20 12:19:09 -04:00
jennylee
d933f7a294 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-20 12:00:01 -04:00
jennylee
0e1db46a4e BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-20 11:54:21 -04:00
jennylee
a1f76e8df9 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-20 10:59:27 -04:00
jennylee
14d7704e6f Merge remote branch 'upstream/master' 2014-05-20 10:59:17 -04:00
julceslauhub
665c6009b5 Merge pull request #2409 from marcoAntonioNina/BUG-14367
BUG-14367 First login screen after installation... IMPROVEMENT
2014-05-20 10:52:33 -03:00
Luis Fernando Saisa Lopez
20efa35d57 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-14056-3 2014-05-20 09:50:29 -04:00
Marco Antonio Nina
94183b1148 BUG-14367 First login screen after installation... IMPROVEMENT
- Delete link library.
2014-05-20 09:43:40 -04:00
julceslauhub
560e045da0 Merge pull request #2401 from gproly/BUG-14775
BUG-14775 Password policies PPP_MINIMUM_LENGTH and PPP_MAXIMUM_LENGTH ar...
2014-05-20 10:21:16 -03:00
Marco Antonio Nina
4cc5707b4a BUG-14367 First login screen after installation... IMPROVEMENT
- Change de text in admin.
2014-05-20 08:57:46 -04:00
julceslauhub
c8384caf12 Merge pull request #2407 from marcoAntonioNina/BUG-14886
BUG-14886 PMFPauseCase cannot pass time ('Y-m-d H:i:s') SOLVED
2014-05-20 09:56:21 -03:00
Marco Antonio Nina
a76d7bee3f BUG-14886 PMFPauseCase cannot pass time ('Y-m-d H:i:s') SOLVED
- Strict validation only for date.
- Add validation with time in file class.wsBase.php in function pauseCase
2014-05-19 16:59:16 -04:00
Marco Antonio Nina
7ca5e659b9 BUG-14367 First login screen after installation always... SOLVED
- The text of username and password is hardcoded.
- was add criteria in file login_getStarted.php for obtain only username.
2014-05-19 16:30:47 -04:00
jennylee
1c133aabb2 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-19 16:26:43 -04:00
Luis Fernando Saisa Lopez
2453cdcbc7 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-14056-3 2014-05-19 14:44:16 -04:00
julceslauhub
5809a36bbc Merge pull request #2404 from marcoAntonioNina/BUG-14288
BUG-14288 Evaluation not working properly with currency field SOLVED
2014-05-19 13:33:49 -03:00
Marco Antonio Nina
a97c3fbe34 BUG-14288 Evaluation not working properly with currency field SOLVED
- the field no float format.
- add function PMRemoveMask in file class.pmFunctions.php that erase the mask.
2014-05-19 12:07:59 -04:00
Luis Fernando Saisa Lopez
59d2912863 BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
- Oracle Connection Parameters with TNS.
- Problema resuelto, en DATABASE CONNECTIONS al hacer click en New, en el dynaform "Add new Database Source" se agrega
  dos campos un dropdown "Select type connection" con dos opciones "NORMAL y TNS" y el campo de tipo "TNS", estos nuevos
  campos se muestran cuando se selecciona la opcion en engine "oracle" si es en otro caso se ocultaran. Tambien se adiciona
  dos nuevos campos en la tabla "DB_SOURCE" que son: "DBS_CONNECTION_TYPE" y "DBS_TNS".
  Cuando se selecciona "oracle" y tipo de conexion "TNS", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la prueba con exito o falla.
  Cuando se selecciona "oracle" y tipo de conexion "NORMAL", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la conexion tal como se hacia anteriomente.
2014-05-16 18:05:34 -04:00
julceslauhub
35c96169f3 Merge pull request #2402 from julceslauhub/master
BUG 14053 - First part
2014-05-16 18:00:20 -03:00
Julio Cesar Laura
b515605ebf BUG 14053 - First part 2014-05-16 16:58:10 -04:00