Ralph Asendeteufrer
2d796cd37d
Adding fix for unit-Tests
2012-12-06 17:03:04 -04:00
julceslauhub
f716aa7a53
Merge pull request #1063 from ralpheav/master
...
Adding CaseTrackerObjectPeer to the autoloader
2012-12-06 12:54:12 -08:00
ralph
15e7df5912
Adding CaseTrackerObjectPeer
2012-12-06 16:47:05 -04:00
julceslauhub
e51803626e
Merge pull request #1062 from julceslauhub/master
...
BUG 10157 Cuando se configura el Estimated Task Duration del evento no genera el grafico del mismo SOLVED
2012-12-06 12:36:59 -08:00
Julio Cesar Laura
ffe3a13f32
BUG 10157 Cuando se configura el Estimated Task Duration del evento no genera el grafico del mismo SOLVED
...
- El factor de conversion estaba siendo redoendado solo a 2 decimales
- Ahora se redondea a 5 decimales
2012-12-06 16:35:30 -04:00
julceslauhub
f0b7d9c1d9
Merge pull request #1060 from ralpheav/master
...
Adding GroupUserPeer and GroupwfPeer
2012-12-06 12:00:16 -08:00
ralph
3a52bc3a27
Adding GroupUserPeer GroupwfPeer
2012-12-06 15:57:34 -04:00
julceslauhub
4ba71a398c
Merge pull request #1058 from ralpheav/master
...
Adding ReportVarPeer to the autoloader
2012-12-06 11:08:41 -08:00
ralph
46d3d4a81c
adding ReportVarPeer
2012-12-06 14:27:11 -04:00
julceslauhub
03907cbb7d
Merge pull request #1057 from Jennydmz/BUG-7987
...
BUG-7987 When importing a process which is created by a user that does not exist, the 'Process Owner' column shows empty.
2012-12-05 12:20:50 -08:00
jennylee
b9cbaa695d
BUG-7987 When importing a process which is created by a user that does not exist, the 'Process Owner' column shows empty.
...
I added a validation in file 'workflow/engine/methods/processes/processes_Import_Ajax.php' to change PROCESS.PRO_CREATE_USER value in the database to the current user.
2012-12-05 16:13:08 -04:00
julceslauhub
925f25f515
Merge pull request #1056 from brayanpereyra/BUG-9549
...
BUG 9549 I added the width the form and dropdown SOLVED
2012-12-05 12:05:08 -08:00
julceslauhub
71f5699d54
Merge pull request #1052 from brayanpereyra/BUG-9549
...
BUG 9549 I added a confirm to import dynaform SOLVED
2012-12-05 11:50:07 -08:00
julceslauhub
c66126c623
Merge pull request #1054 from marcoAntonioNina/BUG-10143
...
BUG 10143 Error con campos tipo fecha al hacer upgrade de la version... SOLVED
2012-12-05 11:31:02 -08:00
Brayan Osmar Pereyra Suxo
bcef02210a
BUG 9549 I added the width the form and dropdown SOLVED
...
I added the width the form and dropdown
2012-12-05 15:21:05 -04:00
Marco Antonio Nina
db287504ee
BUG 10143 Error con campos tipo fecha al hacer upgrade de la version... SOLVED
...
- Not performed properly deleting files.
- Was changed function delete.
2012-12-05 15:17:57 -04:00
jennylee
e1c36895b1
BUG-7987 When importing a process which is created by a user that does not exist, the 'Process Owner' column shows empty.
...
I added a validation in file 'workflow/engine/methods/processes/processes_Import_Ajax.php' to change PROCESS.PRO_CREATE_USER value in the database to the current user.
2012-12-05 15:14:17 -04:00
Brayan Osmar Pereyra Suxo
8e6ee6388b
BUG 9549 I added a confirm to import dynaform SOLVED
...
I added a confirm to import dynaform
2012-12-05 15:01:53 -04:00
julceslauhub
c957de4ee8
Merge pull request #1051 from ralpheav/master
...
Adding CaseTrackerPeer to the autoloader
2012-12-05 08:12:29 -08:00
ralph
1946094c1b
Adding CaseTrackerPeer
2012-12-05 11:59:09 -04:00
julceslauhub
683bd9eddd
Merge pull request #1050 from brayanpereyra/BUG-10084
...
BUG 10084 I added to view for news dashlets SOLVED
2012-12-05 07:33:03 -08:00
Brayan Osmar Pereyra Suxo
9a779a955e
BUG 10084 I added to view for news dashlets SOLVED
...
I added to view for news dashlets
2012-12-05 11:28:18 -04:00
julceslauhub
60f8123766
Merge pull request #1049 from brayanpereyra/BUG-10088
...
BUG 10088 I added a index to APPLICATION table SOLVED
2012-12-04 13:19:32 -08:00
Brayan Osmar Pereyra Suxo
acb53547b3
BUG 10088 I added a index to APPLICATION table SOLVED
...
I added the index the column APP_CREATED
2012-12-04 16:15:40 -04:00
julceslauhub
b3ce58a736
Merge pull request #1048 from julceslauhub/master
...
Fix little bug with display error message when change the users role
2012-12-04 09:32:14 -08:00
Julio Cesar Laura
3bf840f07e
Fix little bug with display error message when change the users role
2012-12-04 13:31:21 -04:00
julceslauhub
4f42240c09
Merge pull request #1046 from Jennydmz/BUG-7569
...
BUG-7569 Date Fields are not applying the mask when displaying saved dates.
2012-12-04 08:31:42 -08:00
julceslauhub
57cac993b6
Merge pull request #1047 from julceslauhub/master
...
BUG 7900 DynaForm title not changed in designer, on save SOLVED
2012-12-04 08:12:08 -08:00
Julio Cesar Laura
5aa3050203
BUG 7900 DynaForm title not changed in designer, on save SOLVED
...
- The dynaform title was not refreshed after the save action
- Refresh the dynaform title after the save action
2012-12-04 12:09:14 -04:00
jennylee
70a735b501
BUG-7569 Date Fields are not applying the mask when displaying saved dates.
...
When applaying the mask it was showing a rear message. I add some mask letters to function masktophp to solution this issue, and add some validations to applay the mask when displaying saved dates.
2012-12-04 12:07:30 -04:00
julceslauhub
0704babff8
Merge pull request #1044 from ralpheav/master
...
Adding class name ProcessUserPeer
2012-12-04 06:55:50 -08:00
ralph
39bd1dc84a
Adding class name ProcessUserPeer
2012-12-04 10:42:35 -04:00
julceslauhub
ec1545fb68
Merge pull request #1043 from ralpheav/master
...
Adding forgotten classes to the Autoloader
2012-12-04 06:21:48 -08:00
ralph
313f668cc0
Merge branch 'master' of github.com:ralpheav/processmaker
2012-12-04 10:16:18 -04:00
ralph
b4efcb414e
Adding forgotten include classes
2012-12-04 10:11:38 -04:00
jennylee
366b06acb5
BUG-7569 Date Fields are not applying the mask when displaying saved dates.
...
When applying the mask it was showing a rear message. I added some mask letters in 'masktophp' function, to give solution this issue, and I added some validations to apply the mask when displaying saved dates.
2012-12-03 18:47:53 -04:00
julceslauhub
5696156ffa
Merge pull request #1041 from marcoAntonioNina/BUG-9988
...
BUG 9988 Mejoras para la usabilidad del plugin KT IMPROVEMENT
2012-12-03 13:37:42 -08:00
Marco Antonio Nina
a49533541b
BUG 9988 Mejoras para la usabilidad del plugin KT IMPROVEMENT
...
- According to the specifications.
- Was added the preferences para plugin KT allowing to put popup.
- Heght div folders.
2012-12-03 17:20:42 -04:00
julceslauhub
6c76ef1076
Merge pull request #1039 from ralpheav/master
...
Applying missed change into streamJSTranslationFile function.
2012-12-03 09:27:05 -08:00
ralph
eb76b2f93d
Applying missed change into streamJSTranslationFile function to set en.js part of js-calendar.:q
2012-12-03 12:48:05 -04:00
julceslauhub
0da058eae9
Merge pull request #1037 from victorsl/BUG-10106
...
BUG 10106 "Verify php settings" SOLVED
2012-12-03 06:52:23 -08:00
julceslauhub
b9b32dd24e
Merge pull request #1038 from victorsl/BUG-0000
...
BUG 0000 "Added index in to LOGIN_LOG table" SOLVED
2012-12-03 06:42:43 -08:00
Victor Saisa Lopez
0fbe08bff4
BUG 0000 "Added index in to LOGIN_LOG table" SOLVED
...
- Added index in to LOGIN_LOG table
* Available from version 2.0.46
2012-12-03 10:29:29 -04:00
Victor Saisa Lopez
9077ab1cd9
BUG 10106 "Verify php settings" SOLVED
...
- New feature
- Verify php settings
- Added new feature
- Added new options in ADMIN>Settings:
* Check PM requirements
* PHP Information
* Available from version 2.0.46
2012-12-03 08:47:48 -04:00
julceslauhub
c1e477c5d0
Merge pull request #1036 from julceslauhub/master
...
BUG-10123 The Default Administrator User could change its ROLE. IMPROVEMENT
2012-11-30 13:28:47 -08:00
Julio Cesar Laura
fd311cf209
BUG-10123 The Default Administrator User could change its ROLE. IMPROVEMENT
2012-11-30 17:27:51 -04:00
julceslauhub
6d48666979
Merge pull request #1034 from marcoAntonioNina/BUG-10103
...
BUG 10103 PMFSendMessage with attachments SOLVED
2012-11-30 13:19:55 -08:00
julceslauhub
f83e86a755
Merge pull request #1035 from Jennydmz/BUG-10123
...
BUG-10123 The Default Administrator User could change its ROLE.
2012-11-30 13:17:05 -08:00
Marco Antonio Nina
ce533803ee
BUG 10103 PMFSendMessage with attachments SOLVED
...
- Not checked the chain to create a record.
- Was add verification.
2012-11-30 16:56:29 -04:00
julceslauhub
f7a9e58e99
Merge pull request #1033 from julceslauhub/master
...
BUG 7429 Error when testing e-mail configuration with local Exchange 2007 SOLVED
2012-11-30 12:41:41 -08:00