Commit Graph

1920 Commits

Author SHA1 Message Date
Alvaro Campos
907f47163d BUG 5737 The cron.php script should write something ... solved
- The cron.php script should write something in the shared/log/cron.log file when a new case started or an event is executed
2012-06-21 18:29:13 -04:00
julceslauhub
5c03a79acd Merge pull request #91 from brayanpereyra/BUG-9327
Bug 9327 Don't validate required field in grid SOLVED
2012-06-21 07:20:26 -07:00
Alvaro Campos
bf8fef47c9 BUG 0000 enable/disable buttons SOLVED
- Was added enable/disble for the buttons while running the validation of passwords
2012-06-21 09:44:02 -04:00
Alvaro Campos
2f1e2dd993 Merge remote branch 'upstream/master' into BUG-0000 2012-06-21 09:41:27 -04:00
Alvaro Campos
e230492bf9 BUG 0000 Changes in new and edit user SOLVED
- Also changes suggested by julio cesar
2012-06-20 19:00:41 -04:00
Hector Cortez
43a77c5878 BUG 5359 Trigger wizard should indicate that the return value... SOLVED
- The interface for the Trigger wizard should say that the return value variable is option (not required).
- Adjustment string description and change values "None" by "Not required" of the return value of Trigger wizard.
2012-06-20 17:18:20 -04:00
julceslauhub
f289ad4ed4 Merge pull request #87 from alvarocs/BUG-9160
BUG 9160 Change many phrases in the new installation wizard in v2.0.40 S...
2012-06-20 08:49:00 -07:00
Brayan Osmar Pereyra Suxo
8d436eb047 BUG 9327 Don't validate required field in grid SOLVED
- The object leminud and input disappeared the moment of submit
- I add new instance the object leimund and input
2012-06-20 11:30:16 -04:00
Alvaro Campos
6b8c96596e BUG 9160 Change many phrases in the new installation wizard in v2.0.40 SOLVED
- Text has been changed based on suggestions
2012-06-20 10:10:30 -04:00
julceslauhub
203f2ea51b Merge pull request #83 from victorsl/BUG-8386
BUG 8386 "Need to increase width of <td class='tableOption..." SOLVED
2012-06-18 20:34:36 -07:00
julceslauhub
aa01e0cbfa Merge pull request #82 from hector-cortez/BUG-9221
9221 Unable to change authentication source on existing users SOLVED
2012-06-18 20:33:20 -07:00
julceslauhub
bf3dedf2b3 Merge pull request #81 from alvarocs/BUG-4986
BUG 4986 Email notification is not working
2012-06-18 20:32:07 -07:00
julceslauhub
e38baa1ea5 Merge pull request #80 from victorsl/BUG-9045
BUG 9045 "Cuando se aplica a un usuario la opcion de single..." SOLVED
2012-06-18 20:30:16 -07:00
julceslauhub
4d6b3fae63 Merge pull request #78 from brayanpereyra/BUG-9313
BUG 9313 Can't activate a GROUP with status inactive SOLVED
2012-06-18 20:26:54 -07:00
julceslauhub
236edb72c3 Merge pull request #77 from victorsl/BUG-8441
BUG 8441 "Remove period at end of phrase..." SOLVED
2012-06-18 20:25:03 -07:00
julceslauhub
cf6cac7c2e Merge pull request #75 from victorsl/BUG-8379
BUG 8379 "Eliminate space from front of string ' PM Table...'" SOLVED
2012-06-18 20:24:13 -07:00
julceslauhub
8aeaaa68f3 Merge pull request #86 from julceslauhub/master
BUG 8881 Change "Derivation" to "Routing"
2012-06-18 16:32:33 -07:00
Julio Cesar Laura
7d4aea1cce BUG 8881 Change "Derivation" to "Routing"
- Change the .po file, and the xml forms
2012-06-18 19:28:16 -04:00
julceslauhub
7b8683efd5 Merge pull request #84 from herbertsg/BUG-9180
Bug 9180 Correct display priority in cases lists
2012-06-18 16:20:25 -07:00
Julio Cesar Laura
1eee9e85d9 BUG 8919 La opcion "user experience" se puede aplicar al usuario Admin
- The validation doesn't consider the enter key when select a value
- Modify the logic of the validation
2012-06-18 18:49:24 -04:00
Victor Saisa Lopez
1b048aa7d5 BUG 8386 "Need to increase width of <td class='tableOption..." SOLVED
- Need to increase width of <td class="tableOption"> holding "New" for
  longer translations
- Increased width for the tag 'td'
2012-06-18 18:11:56 -04:00
Hector Cortez
c58035c81e 9221 Unable to change authentication source on existing users SOLVED
- After upgrading from version 2.0.38 to 2.0.40, there is no way to change the user's authentication source, from internal to LDAP or to LDAP to internal.
- Uncommented Buttom of the Authentication tab and activation in summary.
2012-06-18 18:06:33 -04:00
Herbert Saal Gutierrez
396751befa Merge remote branch 'upstream/master' into BUG-9180 2012-06-18 18:03:31 -04:00
Herbert Saal Gutierrez
273dff4745 BUG 9180 Correct display priority in cases lists
Code Issue
----------
A number is display in the Priority column in the cases lists instead of the
priority in text.

Solution
--------
Correct display of priority column in cases lists.
The text that describes the priority is display instead of the priority number.
The number is converted to the corresponding text with the help of the function
G::LoadTranslation("ID_PRIORITY_N");
2012-06-18 17:58:14 -04:00
Alvaro Campos
e928579a45 BUG 4986 Email notification is not working
- The line was added by refered RobinHoo1973 which no caused any problems and works properly
2012-06-18 16:30:24 -04:00
Victor Saisa Lopez
f92439201f BUG 9045 "Cuando se aplica a un usuario la opcion de single..." SOLVED
- No display icon log-out
- Solved problem now show icon
2012-06-18 16:02:56 -04:00
Victor Saisa Lopez
d8fd7e2b93 BUG 9045 "Cuando se aplica a un usuario la opcion de single..." SOLVED
- No display icon log-out
- Solved problem now show icon
2012-06-18 15:30:08 -04:00
Brayan Osmar Pereyra Suxo
5f0593210d BUG 9313 Can't activate a GROUP with status inactive SOLVED
- I removed the filter the active group
- I corrected the search group
2012-06-18 10:39:42 -04:00
Victor Saisa Lopez
c44a729935 BUG 8441 "Remove period at end of phrase..." SOLVED
- Checkbox options in a dialog box should not have a period at end
- Deleted period in string
2012-06-15 18:33:24 -04:00
Hector Cortez
ba87e9e4d3 BUG 9246 Error message when using a DB Connection for a Report Table,.. SOLVED
- When trying to create a new Report Table and selecting an external database connection for the "DB Connection" parameter, the following error message appears:
- Adjustment DB Connections for a Report Table,  to diferents externals databases.
2012-06-15 18:26:30 -04:00
Victor Saisa Lopez
1a7db0711b BUG 8379 "Eliminate space from front of string ' PM Table...'" SOLVED
- Change " PM Table DynaForm" to "PM Table DynaForm" in dialog box
  when creating a new DynaForm
- Deleted space in string
2012-06-15 17:58:18 -04:00
Marco Antonio Nina
a6d40a00e1 BUG 0000 Double call to renderPage function fixed in authSources... SOLVED
- Was found a double call to renderPage in file authSources_kindof.php.
- Was removed a call to renderPage "blank".
2012-06-14 18:15:13 -04:00
julceslauhub
d2a088f059 Merge pull request #71 from marcoAntonioNina/BUG-8798
BUG 8798 Dynaforms editor incorrecta visualizacion en el titulo del... SOLVED
2012-06-14 13:28:04 -07:00
Marco Antonio Nina
2f40822b67 BUG 8798 Dynaforms editor incorrecta visualizacion en el titulo del... SOLVED
- In the browser safari the content of de windows exceeded of size.
- Was modified the size in the xml of the window also of reduce the size of
  editor of js.
2012-06-14 16:10:07 -04:00
Victor Saisa Lopez
7b5deb054b BUG 9294 "Simplified experience plugins" SOLVED
- Request to enable and show the new submenus that have been created
  with plug-ins in the Simplified user experience.
- Code added for show the new submenus that have been created
  with plug-ins
2012-06-14 16:03:30 -04:00
julceslauhub
1899262440 Merge pull request #69 from marcoAntonioNina/BUG-9210
BUG 9210 User experience Single Application SOLVED
2012-06-14 09:09:27 -07:00
Marco Antonio Nina
890e2dcad3 BUG 9210 User experience Single Application SOLVED
- We verified that the list of the steps not working.
- Was modified the class.appCacheView, the function getTodo for parameters
  include TAS_UID y PRO_UID, too was modified the template indexSingle.html
2012-06-14 11:55:24 -04:00
Brayan Osmar Pereyra Suxo
37a7b5e091 BUG 8847 The option mail php is disabled SOLVED
- I add option mail php to send mail
2012-06-13 18:14:18 -04:00
Victor Saisa Lopez
f9eb447af1 BUG 9058 "Al cargar un nuevo logo no lo muestra en ese momento..." SOLVED
- In Admin>Settings>Logo logo is not displayed when you upload, this in FireFox
- The problem is in the function "exif_imagetype" which requires support for "exif"
- Changed function "exif_imagetype" by "getimagesize"
2012-06-13 17:28:13 -04:00
Victor Saisa Lopez
78ac23009d BUG 9058 "Al cargar un nuevo logo no lo muestra en ese momento..." SOLVED
- In Admin>Settings>Logo logo is not displayed when you upload, this
  in FireFox
- The problem is in the function "exif_imagetype" which requires
  support for "exif"
- Changed function "exif_imagetype" by "getimagesize"
2012-06-13 16:57:51 -04:00
julceslauhub
f35c936ee4 Merge pull request #63 from hector-cortez/BUG-9087
BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
2012-06-13 12:11:01 -07:00
Victor Saisa Lopez
a48b84d5ea BUG 9238 "The Date field format changes when you want to edit" SOLVED
- Date fields do not respect the mask defined in the XML when editing
  the field manually
- Now when you edit a date field in a dynaForm respected his mask
2012-06-13 11:37:18 -04:00
Hector Cortez
8da6572fad BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle(2).
2012-06-13 11:32:04 -04:00
Hector Cortez
e0d178635b Merge remote branch 'upstream/master' into BUG-9087 2012-06-13 11:28:21 -04:00
Hector Cortez
21f000be20 BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle.
2012-06-12 17:19:07 -04:00
julceslauhub
3535c8fade Merge pull request #60 from marcoAntonioNina/BUG-9284
BUG 9284 Calender Scrollbar SOLVED
2012-06-12 14:18:25 -07:00
Marco Antonio Nina
a3fdd29116 BUG 9284 Calender Scrollbar SOLVED
- Been verified in the browsers IE,firefox, chrome
- Will delete the autoScroll.
2012-06-12 17:13:19 -04:00
julceslauhub
ef976744b0 Merge pull request #59 from marcoAntonioNina/BUG-8550
Bug 8550 asignacion de usuarios en las tareas por medio... SOLVED
2012-06-12 13:58:05 -07:00
Marco Antonio Nina
8457ae3d23 BUG 8550 testing 11 asignacion de usuarios en las tareas por... SOLVED
- Removing comments
2012-06-12 16:08:29 -04:00
julceslauhub
4d7681867c Merge pull request #57 from brayanpereyra/BUG-9181
BUG 9181 The logo is not the origin of Processmaker SOLVED
2012-06-12 13:00:13 -07:00