Commit Graph

1621 Commits

Author SHA1 Message Date
Julio Cesar Laura
246cda388a BUG 8532 Unable to import all users via LDAP Advanced SOLVED
- The search option doesn't works when return big quantity of results, for each result a query was executed
- The search was optimized and now uses a array cache to store the PrccessMaker Users
2012-03-07 18:27:10 -04:00
Alvaro Campos
60a8af93cb BUG 8615 "Duplicacion de campos en el password" SOLVED
- en realidad no duplica el password, sino que muestra el mismo pero encriptado
- para evitar este tipo de confusiones decidimos dejar vacio el password asi como está en el editor de usuarios, este solo se solicitara si no tiene guardada una contraseña en el servidor o si la direccion del servidor ha cambiado.
2012-03-07 18:20:56 -04:00
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Marco Antonio Nina
2be05d382d BUG 8673 Do not let enter case number, which is only valid alphanumeric SOLVED
- The case validated code with a text log format then number
- The form validation is of real type, only passes numbers and not letters
2012-03-07 11:14:54 -04:00
Victor Saisa Lopez
10ba54d65d BUG 8672 "Ventana dynaform sin titulo" SOLVED
- In the ProcessMap in Dynaforms option does not appear the window title
- In the window Dynaforms, with the Spanish language, the new option is a line down
- Added ID_DYNAFORMS for replace ID_PROCESSMAP_DYNAFORMS in the title
- They increase the width for the label "New"
2012-03-07 11:05:20 -04:00
Marco Antonio Nina
51977f4504 BUG 7650 Function PMFRedirectToStep didnt work properly SOLVED
- In the triggers do not run properly because it addresses before saving the data
- Data is captured and stored before redirect
2012-03-06 19:17:16 -04:00
Erik Amaru Ortiz
c26f8e0d15 BUG 8467 "Regla de derivación en paralelo no funciona correc..." SOLVED
- it was happening with forks with conditional in one at all threads
- the solution was complete an unhandled condition on the original code
- other problem was found when a thread has not completely started, producing a warning, was solved.
- at the same time the code was improved modulating a section of the code in a function that is called twice
2012-03-06 18:48:47 -04:00
Erik Amaru Ortiz
2662d8c1c0 BUG 0000 Updating base translations 2012-03-05 16:32:31 -04:00
Erik Amaru Ortiz
9ea6027db8 BUG 8641 "Mejorar la visualizacion de User REgistration" SOLVED 2012-03-05 12:38:31 -04:00
Erik Amaru Ortiz
83eaa2fa2b BUG 8645 "Mejorar la visualizacion del inbox" SOLVED 2012-03-05 12:12:49 -04:00
Erik Amaru Ortiz
bafe98531b BUG 8644 "Al utilizar un output document con la opción user..." SOLVED
- problem fixed & visualiation tweaked
2012-03-05 11:47:17 -04:00
Alvaro Campos
8404fa6745 BUG 8062 se dio solucion a este problema de la manera sugerida por erik 2012-03-05 11:20:32 -04:00
Julio Cesar Laura
8e43037faa BUG 000 Fix bug with Firefox 10.0.2 in the dashlets 2012-03-02 10:58:10 -04:00
Julio Cesar Laura
81699e9320 BUG 000 Improvements in the additional fields in the daslhets 2012-03-01 16:27:26 -04:00
Erik Amaru Ortiz
46040dca93 BUG 0000 litle fix for double case title in outputcos 2012-02-29 16:13:23 -04:00
Julio Cesar Laura
dd2632c924 BUG 000 Add after render event for the additional fields in the daslhets 2012-02-29 16:04:06 -04:00
Alvaro Campos
9f212c4b7f BUG 8525 problema solucionado de duplicidad de pantallas 2012-02-29 15:22:24 -04:00
Julio Cesar Laura
96ddc62c2d BUG 000 Add listeners for the additional fields in the daslhets 2012-02-29 11:48:49 -04:00
Marco Antonio Nina
9eecacae73 BUG 000 Modification of alignment windows to scrollbar 2012-02-29 11:05:14 -04:00
Marco Antonio Nina
e3e5537618 Merge branch '2.0-experimental' of git.colosa.net:/processmaker into 2.0-experimental 2012-02-28 18:03:19 -04:00
Marco Antonio Nina
0671943da5 BUG 8434 Permit Modification to download document 2012-02-28 18:03:08 -04:00
Erik Amaru Ortiz
502d20f82a BUG 0000 Missing php shot tag replacement "<?" -> "<?php"
On class.propelTable.php
2012-02-28 17:51:07 -04:00
Hector Cortez
3f695d28c6 BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code. 2012-02-28 16:15:54 -04:00
Alvaro Campos
dd8d08eb8f BUG 8169 fixed error in Parallel Task 2012-02-28 12:37:13 -04:00
Erik Amaru Ortiz
69e2336871 BUG 8614 "Al ir a login despliega una ventana nuevamente.." SOLVED
additionally was fixed
- styles in installer
- web services access denied
2012-02-28 10:55:17 -04:00
Marco Antonio Nina
684c407bd9 BUG 000 Modification to see the scroll triggers 2012-02-27 18:37:48 -04:00
Erik Amaru Ortiz
8fedd54761 BUG 0000 User Experience (single app option added) 2nd commit
- dynamic screen width detection to collapse or not the breadcrumb for single apps interface
- fixed webkit compatibilities on css
- fixed draft apps titles on list
2012-02-27 11:08:34 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Marco Antonio Nina
04abe5f19f BUG 6778 Validation of the plugins when need the Plugin Enterprise 2012-02-24 11:07:47 -04:00
Marco Antonio Nina
6437cf47ef Merge branch '2.0-experimental' of git.colosa.net:/processmaker into 2.0-experimental 2012-02-23 12:34:58 -04:00
Marco Antonio Nina
f8fd7f1cf7 BUG 7108 Add the tabs in the summary to download and build documents 2012-02-23 12:34:33 -04:00
Hector Cortez
8c38a10db5 BUG 8432 Adjust the tracking when debugging triggers. 2012-02-23 12:32:34 -04:00
Alvaro Campos
54cee71502 BUG 8503 fixed issue of Dynaform with PM Table 2012-02-22 15:56:11 -04:00
Marco Antonio Nina
4caa1382ef Merge branch '2.0-experimental' of git.colosa.net:/processmaker into 2.0-experimental 2012-02-17 12:28:15 -04:00
Marco Antonio Nina
fed8d0e0ea BUG 000 Delete Button permmision in EditReport 2012-02-17 12:25:47 -04:00
Alvaro Campos
4304e4a9a5 BUG 8320 it was added changes proposed by Amos 2012-02-16 15:28:06 -04:00
Alvaro Campos
60ec8b1ac0 BUG 8276 was removed 'Discriminator' from the process map toolbar 2012-02-15 10:26:35 -04:00
Alvaro Campos
187eb2e9a1 BUG 8334 was added to the grid the functionality of checkbox 2012-02-14 19:04:46 -04:00
Erik Amaru Ortiz
ec9875d537 BUG 8438 8341 " $from parameter for the PMFSendMessage() function .." SOLVED
- Now the user can set from account for PMFSendMessage() function.
2012-02-14 10:32:48 -04:00
Hector Cortez
befd02ac54 BUG 8460 Adjustment in the window "Steps List", was added button show/hide. 2012-02-13 12:55:23 -04:00
Erik Amaru Ortiz
1a1c7fcd1c BUG 8134 "0007933: ISSUES Happen when wf_XXX#APPLICATION#APP..."
unserialize() problem with utf8 characteres, SOLVED
2012-02-10 18:35:05 -04:00
Alvaro Campos
cfe28ca4c2 BUG 8425 var_dump has been deleted od class.case 2012-02-10 09:53:31 -04:00
Alvaro Campos
45f13c3d08 BUG 8348 fixed issue of permission allows generated doc deletion 2012-02-10 09:47:20 -04:00
Alvaro Campos
d08d5ab30e BUG 8463 se expandio la pantalla de edicion de triggers 2012-02-08 18:01:59 -04:00
Hector Cortez
6b8879e817 BUG 8475 Adjustment in the fields validation and readOnly attribute. 2012-02-07 09:58:17 -04:00
Marco Antonio Nina
311847c060 BUG 000 Modification setTasSendLastEmail to false to ActionsByEmail Plugins 2012-02-03 16:33:47 -04:00
Erik Amaru Ortiz
61c2247d19 BUG 0000 Update insert.sql 2012-02-03 16:20:54 -04:00
Alvaro Campos
e4f176bbcb BUG 8040 se soluciono problema de label en tas title 2012-02-03 15:15:12 -04:00
Erik Amaru Ortiz
1e73bd6462 BUG 0000 Updating base translalions 2012-02-03 13:01:08 -04:00
Hector Cortez
0b3da6c770 BUG 5736 Adjust in the save button message in the Dynaforms editor. 2012-02-03 11:31:45 -04:00