Commit Graph

927 Commits

Author SHA1 Message Date
Alvaro Campos
a798c049c4 BUG 6790 fixed issue about PMF Send Message wizard 2011-05-03 10:17:30 -04:00
Alexandre Rosenfeld
43a5e137ac BUG 6691 Installer waits until maborak is fully loaded to avoid errors 2011-04-29 16:35:34 -04:00
Erik Amaru Ortiz
1d56eb3cec BUG 0000 updating powered logo
a improved powered logo version was made
2011-04-29 13:07:10 -04:00
Alexandre Rosenfeld
b446b59d30 BUG 6691 Remove default value from TRN_VALUE 2011-04-29 12:28:22 -04:00
Hector Cortez
af1ca150cb BUG 6772 Fix error javascript code editor. 2011-04-29 10:45:31 -04:00
Alexandre Rosenfeld
11f57e31a8 BUG 6807 Avoid fatal error when installation crashes
An array sometimes is being passed as the error log, which was causing
a fatal error when the installation crashed. This also hides the real
reason of the crash, since the installation log never shows.
2011-04-28 19:04:32 -04:00
Enrique Ponce De Leon
156616b369 BUG 6714 Problem with empty authentication sources listing solved 2011-04-28 17:10:14 -04:00
Carlos Pacha
9cc3d20424 BUG 0000 reversing this previous commit 2011-04-28 12:06:16 -04:00
Enrique Ponce De Leon
036207a9ae BUG 6714 Fix missing include file at group listing time. 2011-04-28 11:45:24 -04:00
Hector Cortez
1c8f72e01f BUG 6772 Fix error javascript code editor. 2011-04-27 19:21:12 -04:00
Douglas Medrano Chura
0647ce7ac1 BUG 5683 Change text in the Case Scheduler for wrong texts ...
Ther text was updated on the respective files xml of the phrase relationated of the ticket
2011-04-27 19:12:35 -04:00
Enrique Ponce De Leon
9bd8633cb1 BUG 6769 Paged-Table header color is difficult to see 2011-04-27 17:39:46 -04:00
Erik Amaru Ortiz
e80ff75d01 BUG 6331 fixed font size in handler fields (more fixes)
style for hover event in fields table fixed
2011-04-27 11:54:24 -04:00
Alvaro Campos
4fe1eb75dd BUG 6331 fixed font size in handler fields 2011-04-27 11:26:36 -04:00
Alvaro Campos
e6edcf8281 BUG 5163 fixed php tags 2011-04-26 15:58:54 -04:00
Fernando Ontiveros
f10eece924 BUG 5163 fixing ?php tags
in many files
2011-04-25 16:31:12 -04:00
Carlos Pacha
a3ed0d2026 BUG 6767 In the Process Files Manager we need to do some changes
These changes have been made
2011-04-25 16:16:46 -04:00
Hector Cortez
4e08ef13a6 BUG 6766 Fixed the display message, deleting an item. 2011-04-25 15:28:06 -04:00
Carlos Pacha
e5bbfd9cb8 BUG 6785 Process Files Manager issue
This bug is fixed now, it was happening when you add more than 2 spaces in your html.
2011-04-25 11:54:46 -04:00
Alvaro Campos
d9b98b6db4 BUG 6087 solved notice 2011-04-25 11:39:48 -04:00
Erik Amaru Ortiz
29c3720d37 BUG 4511 "Personalize the Subject of task notifications" (new feature)
* the subject field option was added (based variables)
* additionally a option to set a existing template to use as body message was added
2011-04-25 09:58:04 -04:00
Enrique Ponce De Leon
bc75fae134 BUG 6757 Request for IDs to Add Link into Grids solved.
- html ids have been added to template
- function deleteGridRow has an optional parameter to ask or not about deleting confirmation.
- improve in event ondeleterow, now it returns last row deleted.
2011-04-21 15:57:44 -04:00
Carlos Pacha
d4ee4b3004 BUG 6755 Can not delete triggers
A condition was added in this statement when we want to delete some triggers
2011-04-21 12:31:44 -04:00
Carlos Pacha
871b0006b3 BUG 6742 Dependant Fields List Needs To Be Bigger
The width of this field was changed now you can see the names of your fields.
2011-04-21 10:41:57 -04:00
Carlos Pacha
4ecc8e26f0 BUG 6650 Debugger doesn´t show triggers when using a web entry
Improving code
2011-04-21 09:56:36 -04:00
Hector Cortez
e49d82434e BUG 6758 Adjust in the import process, warning messages in Apache 2011-04-21 09:46:58 -04:00
Carlos Pacha
409192b1b2 BUG 6650 Debugger doesn´t show triggers when using a web entry dynaform.
it is working, now you can see the names of the triggers
2011-04-20 13:03:15 -04:00
Erik Amaru Ortiz
81f0467348 BUG 6664 "smpt configuration secure conn..." fix for a warning msg
* A radio group option was added into smtp configuration interface to select a secure connetion type
* The phpMailer thirdparty library was updated to support ssl and tls secure connections
2011-04-20 11:07:27 -04:00
Enrique Ponce De Leon
4245668705 BUG 6769 Paged-Table header color is difficult to see
- Change style from white to black
2011-04-20 09:25:12 -04:00
Erik Amaru Ortiz
9d061fed8a BUG 6756 "External steps": problems with node ids solved
Afer the first solution a detail was happening yet with the nodes of external action esteps, but it is solved now.
2011-04-19 19:07:50 -04:00
Carlos Pacha
24aa5b9fdf BUG 6650 Debugger doesn´t show triggers when using a web entry dynaform.
this bug was fixed, Now you can see the debugger and in a good way
2011-04-19 18:44:12 -04:00
Alexandre Rosenfeld
74d49edeb7 BUG 5978 Fix some problems when installing a plugin with PluginRegistry 2011-04-19 18:20:16 -04:00
Erik Amaru Ortiz
cfa12468db BUG 6664 "smpt configuration does support to saecure connections like gmail now"
* A radio group option was added into smtp configuration interface to select a secure connetion type
* The phpMailer thirdparty library was updated to support ssl and tls secure connections
2011-04-19 17:16:12 -04:00
Alexandre Rosenfeld
50bf854bee BUG 6400 Replacing json_encode|json_decode by their G implementations
This fixes the problem of some pages of ProcessMaker not working on
PHP 5.1, since there is no json_encode or json_decode native functions
on PHP 5.1.
2011-04-19 16:26:20 -04:00
Alvaro Campos
f6124fa30d BUG 6331 solucionado estilos de fields handler 2011-04-19 16:01:31 -04:00
Alvaro Campos
47eada724a BUG 6258 FIXED FOR IE 2011-04-19 16:01:31 -04:00
Alvaro Campos
76a3bb414b BUG 6647 changed text
Changed text from 'This process has any assigned dynaform' to
'This process does not have an assigned dynaform'
2011-04-19 16:00:40 -04:00
Carlos Pacha
4b491f0dc8 BUG 6755 Can not delete triggers
a line of code was commented because it seems to be working fine
2011-04-18 18:44:05 -04:00
Erik Amaru Ortiz
f9345abca8 BUG 6756 "External steps with actions is not working": Solved
there was problem with old code but is fixed a reference to a inexistent variable and a missing $ char
2011-04-18 15:55:44 -04:00
Enrique Ponce De Leon
ce1c4cbff8 BUG 6721 Incorrect display of department's manager solved 2011-04-15 18:43:03 -04:00
Carlos Pacha
c31ee9c6fe BUG 6738 Deleting the initial with a case scheduler causes an error
this issue has been fixed, now you can delete a task.
2011-04-15 16:51:33 -04:00
Erik Amaru Ortiz
030418cb7a BUG 6750 "Issue when using Report Tables in Processes" is solved now
There was a litle bug in a condition, was fixed and it works fine now
2011-04-15 11:08:18 -04:00
Hugo Loza
f19eadf2d4 BUG 6688 KT issues
Part of the solution was to fix some issues in core that failed to
update uploaded files to a plugin in local DB

Change-Id: I60d18b0fa8416923780df802110ad81473a43b86
2011-04-14 16:19:45 -04:00
Erik Amaru Ortiz
cb17c58262 BUG 6666 Rene solved "grid columns in view mode is displaying in wrong place"
This was a stylesheet issue but is fixed now
2011-04-14 16:05:00 -04:00
Douglas Medrano Chura
c4635bc56a BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
2011-04-13 18:57:02 -04:00
Enrique Ponce De Leon
f826a83a23 BUG 6347 Home Pentaho Link
Change fix core to show dashboard plugins.
2011-04-13 17:27:22 -04:00
Alexandre Rosenfeld
f0277f02fb BUG 5978 Add getVersion to System class and use it instead of PM_VERSION
Instead of every page defining it's own PM_VERSION interpretation,
there is now a single getVersion function in the System class to
always get the right version.
2011-04-13 16:11:33 -04:00
Alvaro Campos
721a87f6c0 BUG 6087 added filter of dates for translation labels 2011-04-13 12:47:50 -04:00
Carlos Pacha
7283c31e06 BUG 6694 Change the following phrases in ProcessMaker
These phrases have been changed on some xmls files and in os space
2011-04-13 10:59:04 -04:00
Hector Cortez
15d3dd9486 BUG 6693 Changing the field size TRANSLATION.TRN_VALUE to LONGVARCHAR 2011-04-13 10:52:44 -04:00