Hector Cortez
80728423c4
BUG 7162 Adjustment adding default value for Case Scheduler schema.
2011-07-04 17:18:34 -04:00
Hugo Loza
1ff483f45e
BUG 0000 Feature: Sharepoint Triggers
...
Included new library to Trigger wizard that wraps common function to work with documents in sharepoint
2011-07-04 17:09:56 -04:00
Carlos Pacha
2ef9ab1460
BUG 7173 Notice: Undefined variable: passw
...
This problem was fixed
2011-07-04 12:42:17 -04:00
Hector Cortez
3e7e67667c
BUG 7162 Fix Bug variable initialization when save a case scheduler.
2011-07-04 11:58:25 -04:00
Erik Amaru Ortiz
e603b38344
BUG 0000 - Javascript Registry for plugins was added (docblock corrections)
...
- using inside the plugin class: registerJavascript('core_folder/core_js', 'my_plugin/my_js');
2011-07-01 18:31:27 -04:00
Erik Amaru Ortiz
dbb3da02c0
BUG 0000 - Javascript Registry for plugins was added
...
- using inside the plugin class:
registerJavascript('core_folder/core_js', 'my_plugin/my_js');
2011-07-01 17:58:40 -04:00
Hector Cortez
1421434b24
BUG 7106 Adjustment validation in default workflow for PMtables modification.
2011-07-01 09:39:04 -04:00
Erik Amaru Ortiz
0e896f4763
BUG 6910 "Error al pasar a otra ventana con una alerta en mail" solved
...
- a validation was missing, bug fixed
2011-06-30 15:01:51 -04:00
Erik Amaru Ortiz
6912b3b81f
BUG 0000 new Feature: Report table ver 2. (fix)
...
- miising new field on additional_tables table
2011-06-29 16:19:38 -04:00
Erik Amaru Ortiz
ffe691e775
BUG 0000 new Feature: Report table ver 2. (fix)
...
- removing debug vars
2011-06-29 12:51:21 -04:00
Erik Amaru Ortiz
db2ff5a36a
BUG 0000 new Feature: Report table ver 2 (fixes)
...
- update phisical table fixed
2011-06-29 12:46:51 -04:00
Carlos Pacha
771ca16927
BUG 0000 the SP_VARIABLES_IN field is required
...
changed the SP_VARIABLES_IN field to not required
2011-06-28 17:00:07 -04:00
Erik Amaru Ortiz
38573084ac
BUG 0000 new Feature: Report table ver 2.
2011-06-28 12:53:25 -04:00
Carlos Pacha
4fa0269696
BUG 6948 Database connection credentials are stored in plain text
...
This issue was fixed, added a way to encryp the passwords
2011-06-10 16:07:53 -04:00
Carlos Pacha
14b44b3efd
BUG 6876 PM 2.0.23 Al derivar al subproceso genera un mensaje de error
...
This issue was fixed, changed the SA_VALUES_IN field was changed to null
2011-06-10 10:55:06 -04:00
Hector Cortez
8b79d99b14
BUG 6870 Fix Bug, in import process Added subject message.
2011-06-09 10:58:57 -04:00
Carlos Pacha
3a77d8edd0
BUG 6943 Disappeared the menu information and cannot delete a output document
...
This issue was fixed. it does not get the correct array and it does not use the method remove
2011-06-02 17:31:43 -04:00
Erik Amaru Ortiz
69d034b4bf
BUG 6945 "Country in Language code causes Javascript causes..." SOLVED (fixes)
...
- firefox 3.6 & chrome compatibility
2011-06-02 15:49:51 -04:00
Douglas Medrano Chura
b96ae00c8b
BUG 6887 Solved dynaform duplicated in Menu Information - Dynaform
...
The problem was solved modificating the query criteria for two dynaform distinct when the column STEP_POSITION is distinct.
2011-06-01 15:53:57 -04:00
Erik Amaru Ortiz
6c4c016f4f
BUG 6945 "Country in Language code causes Javascript error and causes..." SOLVED
...
The html tags on xml label section was causing the problem, but it is fixed now (import fix)
2011-05-27 10:54:07 -04:00
Erik Amaru Ortiz
f83fef3f7a
BUG 6945 "Country in Language code causes Javascript error and causes..." SOLVED
...
The html tags on xml label section was causing the problem, but it is fixed now
2011-05-27 10:48:20 -04:00
Alexandre Rosenfeld
9f61fcb951
BUG 6963 Incompatibility with PHP 5.3 when deleting languages
2011-05-25 09:21:43 -04:00
Alexandre Rosenfeld
03f3eefa9c
BUG 6962 Upgrade fails with more then one workspace
...
Change require to require_once to avoid problems reimporting
the Language class when upgrading.
2011-05-25 09:07:20 -04:00
Carlos Pacha
349acc420e
BUG 6946 Cannot export a process which has a sub-process
...
This issue was fixed, added another condition and it's working fine now
2011-05-24 17:02:37 -04:00
Erik Amaru Ortiz
e9282a25a7
BUG 6865 report tables with date fields is being saved correctly now (2do)
...
the main problem was that ins a several version of mysql datetime can't have a empty string
as value in the insert. so the definition for a report tables was updated to date type field
permitting NULL value, and before insert the empty string is converted to NULL for date fields
2011-05-13 18:57:20 -04:00
Erik Amaru Ortiz
9130582277
BUG 6865 report tables with date fields is being saved correctly now
...
the main problem was that ins a several version of mysql datetime can't have a empty string as value in
the insert.
so the definition for a report tables was updated to date type field permitting NULL value, and before insert
the empty string is converted to NULL for date fields
2011-05-13 12:46:59 -04:00
Erik Amaru Ortiz
43440c71de
BUG 6877 the error was fixed (removing a missing debug var)
...
The main problam was that the missing report_to users was not handling correctly but now it work fine
2011-05-12 17:33:21 -04:00
Erik Amaru Ortiz
e18b292d78
BUG 6877 the error was fixed
...
The main problam was that the missing report_to users was not handling correctly but now it work fine
2011-05-12 17:27:27 -04:00
Hector Cortez
db243f80bf
BUG 6477 Fix bug, fields in the User Summary.
2011-05-12 17:25:30 -04:00
Carlos Pacha
9d50c86eda
BUG 6856 Error while downloading a pm library process curl_init is not definded
...
improving the message to this function
2011-05-12 12:27:13 -04:00
Hector Cortez
bc0bf66af7
BUG 6759 Fix bug when importing PMTables in Text type
...
With defalut value '' not allowed.
2011-05-12 11:05:27 -04:00
Carlos Pacha
b6b05023de
BUG 6856 Error while downloading a pm library process curl_init is not definded
...
The validation was added
2011-05-11 18:33:07 -04:00
Alexandre Rosenfeld
d3dfd0c0d2
BUG 6854 Workspace restore now rebuilds the APP_CACHE_VIEW triggers
2011-05-10 18:57:29 -04:00
Alexandre Rosenfeld
7a7b2e3cc2
BUG 6476 Fixing upgrade after language import moved
2011-05-09 17:40:31 -04:00
Erik Amaru Ortiz
779927d11e
BUG 6476 improvements to translation support
...
related tioo commit: 4a7047
Translations Supports was fixed and solve multiples bugs: 6137, 6474, 6476, 6513, 6560, 6597, 6599
2011-05-09 15:52:06 -04:00
Hugo Loza
bcd2bcaa22
BUG 6639 Fix Completed
...
Completed the changes made for GTBank related to Report Tables
2011-05-06 16:57:41 -04:00
Alvaro Campos
a798c049c4
BUG 6790 fixed issue about PMF Send Message wizard
2011-05-03 10:17:30 -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
036207a9ae
BUG 6714 Fix missing include file at group listing time.
2011-04-28 11:45:24 -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
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
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
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
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
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