Commit Graph

1896 Commits

Author SHA1 Message Date
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
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
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
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
julceslauhub
5bd608ace9 Merge pull request #56 from alvarocs/BUG-9229
BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED
2012-06-12 12:58:55 -07:00
julceslauhub
b4676628a0 Merge pull request #54 from brayanpereyra/BUG-8830
BUG 8830 The variables are camelize SOLVED
2012-06-12 12:58:03 -07:00
julceslauhub
fd524e15b2 Merge pull request #53 from alvarocs/BUG-8801
BUG 8801 Ventana de Upload en el "Process File" no tiene un layout uniforme SOLVED
2012-06-12 12:54:30 -07:00
julceslauhub
e25ceefa64 Merge pull request #51 from brayanpereyra/BUG-8933
BUG 8933 The code Javascrit don't mix with PHP SOLVED
2012-06-12 12:52:59 -07:00
Marco Antonio Nina
f62907f55a BUG 8550 testing 11 asignacion de usuarios en las tareas por mediO... SOLVED
- We verified that in searches reappears previous value.
- Was modified the class.propelTable for not to show the parameter in the following search.
2012-06-12 14:48:21 -04:00
Brayan Osmar Pereyra Suxo
324f30a680 BUG 9181 The logo is not the origin of Processmaker SOLVED
- I add origin logo in color white
- I add size of logo the width 250 and height 40
2012-06-11 19:12:39 -04:00
Alvaro Campos
63ef4ba807 BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED
- This problem only occurred in IE, your fix was increasing the size
   of the window
2012-06-08 18:16:50 -04:00
Brayan Osmar Pereyra Suxo
bd8938114c BUG 8830 The variables are camelize SOLVED
- The variables are camelize
- Use quotes in variables
2012-06-08 15:57:05 -04:00
Alvaro Campos
80c1d3df10 BUG 8801 Ventana de Upload en el "Process File" no tiene un layout uniforme SOLVED
- The difference is based on that there are problems with previous versions of
  IE 9 from the above mentioned version everything works correctly
2012-06-08 15:53:48 -04:00
Alvaro Campos
44b68e30c5 BUG 8801 Ventana Upload en el "Process File" no tiene un layout uniforme SOLVED
- The difference is based on that there are problems with previous versions
  of IE 9 from the above mentioned version everything works correctly
2012-06-08 15:45:28 -04:00
Brayan Osmar Pereyra Suxo
341b3a46f6 BUG 8933 The code Javascrit don't mix with PHP SOLVED
The code Javascript don't mix with PHP
2012-06-08 15:35:09 -04:00
Alvaro Campos
444a178c39 BUG 8801 Ventana de Upload n l "Process File" no tiene un layout uniforme SOLVED
- The difference is based on that there are problems with previous versions of IE 9
  from the above mentioned version everything works correctly
2012-06-08 15:01:23 -04:00
julceslauhub
188d538c52 Merge pull request #35 from victorsl/BUG-9088
BUG 9088 "KnowledgeTree and webEntry don't work when we try..." SOLVED
2012-06-08 09:16:09 -07:00
julceslauhub
6b25047438 Merge pull request #46 from brayanpereyra/BUG-8896
BUG 8896 The code insert don't have rol master SOLVED
2012-06-08 09:01:10 -07:00
Brayan Osmar Pereyra Suxo
47bbfe21de BUG 8878 The window's tbar increase size SOLVED
- The windows's tbar increase size before execute ajax, it do to lost scroll
- I remove event hidde and add the disable
2012-06-08 10:22:42 -04:00
julceslauhub
9ab13bd90e Merge pull request #33 from brayanpereyra/BUG-9161
BUG 9161 'Next' button is deactivated in wizard SOLVED
2012-06-08 07:01:59 -07:00
Brayan Osmar Pereyra Suxo
1cfdb3befd BUG 8896 The code insert don't have rol master SOLVED
- the code inster.sql don't have ROL MASTER
2012-06-06 17:40:57 -04:00
julceslauhub
22fac7943c Merge pull request #45 from alvarocs/BUG-8530
BUG 8530 Text changes solved
2012-06-06 13:55:30 -07:00
julceslauhub
aa338dea1d Merge pull request #39 from alvarocs/BUG-8932
BUG 8932 Untranslatable strings   SOLVED
2012-06-06 13:52:07 -07:00
Alvaro Campos
497529a088 BUG 8530 Text changes solved
- required texts has changed.
2012-06-06 16:32:05 -04:00
Alvaro Campos
bc121f65cc BUG 8932 Untranslatable strings SOLVED
- There was a issue with the class that creates the string of translations,
  was fixed this and too has add it two labels for TRUE and FALSE
2012-06-06 15:30:57 -04:00
Marco Antonio Nina
1db666470f BUG 9218 Con el plugin ldap v.1.4.26, haciendo upgrade... SOLVED
- The button of import not appear after of make the search.
- Was the button by default in visible, also of validate.
2012-06-06 12:14:43 -04:00
Victor Saisa Lopez
536fee11ca BUG 9088 "KnowledgeTree and webEntry don't work when we try..." SOLVED
- KnowledgeTree and webEntry don't work when you try to upload
  some files
- Added the missing code in this section when the KnowledgeTree plugin
  is enabled
2012-06-06 12:00:14 -04:00
Marco Antonio Nina
c970e07048 Merge remote branch 'upstream/master' into BUG-9218 2012-06-06 11:32:02 -04:00