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
julceslauhub
419f6c7350
Merge pull request #85 from julceslauhub/master
...
BUG 8919 La opcion "user experience" se puede aplicar al usuario Admin
2012-06-18 16:14:33 -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
julceslauhub
c440b2d30d
Merge pull request #76 from hector-cortez/BUG-9246
...
BUG 9246 Error message when using a DB Connection for a Report Table,...SOLVED
2012-06-18 08:00:31 -07: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
julceslauhub
1c623f10d2
Merge pull request #74 from victorsl/BUG-9295
...
BUG 9295 "Single Application - Skins" SOLVED
2012-06-14 16:00:58 -07:00
Victor Saisa Lopez
8acd431ab1
BUG 9295 "Single Application - Skins" SOLVED
...
- When running a case in the single user experience, the forms are
being shown with the classic skin even though the skin is setup as "uxs"
- Problem solved changing the condition when is the mask "uxs"
2012-06-14 18:56:42 -04:00
julceslauhub
b01af3c19c
Merge pull request #73 from marcoAntonioNina/BUG-0000
...
BUG 0000 Double call to renderPage function fixed in authSources... SOLVED
2012-06-14 15:51:48 -07: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
e8ac84c7fb
Merge pull request #72 from ferOnti/BUG-9226
...
BUG 9226 gulliver propel-build-sql script needs user and pass
2012-06-14 14:20:37 -07:00
Fernando Ontiveros
0367268c4f
BUG 9226 gulliver propel-build-sql script needs user and pass
...
- the script propel-build-sql was using mysql_real_escape_string, and this function needs to connect to database in order to make a good and real escape
needs
- the function mysql_real_escape string was changed for a simple alternative, and this code does not need to connect to database.
2012-06-14 16:55:30 -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
julceslauhub
9ecfdeb216
Merge pull request #70 from victorsl/BUG-9294
...
BUG 9294 "Simplified experience plugins" SOLVED
2012-06-14 13:11:29 -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
julceslauhub
4a7d07424f
Merge pull request #68 from brayanpereyra/BUG-9268
...
BUG 9268 The date field no validate numbers the keypad SOLVED
2012-06-14 09:07:51 -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
f954e7d626
BUG 9268 The date field no validate numbers the keypad SOLVED
...
- I add validate to date field
- I add validate range of code ascii to keypad
2012-06-14 11:08:22 -04:00
julceslauhub
47338ebaed
Merge pull request #67 from brayanpereyra/BUG-8847
...
BUG 8847 The option mail php is disabled SOLVED
2012-06-13 15:33:16 -07: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
julceslauhub
be15de83e5
Merge pull request #66 from victorsl/BUG-9058
...
BUG 9058 "Al cargar un nuevo logo no lo muestra en ese momento..." SOLVED
2012-06-13 14:36:27 -07: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
julceslauhub
6fe6380cb1
Merge pull request #64 from victorsl/BUG-9238-2
...
BUG 9238 "The Date field format changes when you want to edit" SOLVED
2012-06-13 09:14:23 -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
julceslauhub
7a41560382
Merge pull request #55 from victorsl/BUG-9106
...
BUG 9106 "Enmascaramiento en grillas no permite decimales." SOLVED
2012-06-08 15:08:00 -07:00
Victor Saisa Lopez
2954bb0c05
BUG 9106 "Enmascaramiento en grillas no permite decimales." SOLVED
...
- Percentage field defined with an mask does not allow decimal in grids
- comma_separator attribute included in the code
2012-06-08 16:02:27 -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