Commit Graph

1416 Commits

Author SHA1 Message Date
Marco Antonio Nina
9e40d41b67 BUG 10110 Añr modulo de logs para envio de correos electronicos SOLVED
- According to the specifications.
- Was add the the list of emails.
2012-11-28 14:50:36 -04:00
Marco Antonio Nina
43c320d7fd BUG 10110 Añr modulo de logs para envio de correos electronicos SOLVED
- According to the specifications.
- Was add the the list of emails.Merge remote branch 'origin/BUG-10110' into BUG-10110

Conflicts:
	workflow/engine/templates/mails/emailList.js
2012-11-28 14:43:59 -04:00
Marco Antonio Nina
f26704e315 BUG 10110 Añr modulo de logs para envio de correos electronicos SOLVED
- According to the specifications.
- Was add the the list of emails.
2012-11-28 14:30:12 -04:00
Marco Antonio Nina
29d4cb3fa0 BUG 10110 Añr modulo de logs para envio de correos electronicos SOLVED
- According to the specifications.
- Was add the the list of emails.
enter the commit message for your changes. Lines starting
2012-11-28 12:54:11 -04:00
Marco Antonio Nina
39d79e398b $title = ucfirst (strtolower ( G::LoadTranslation('ID_EMAILS'))); 2012-11-28 12:50:02 -04:00
Victor Saisa Lopez
378f6a095e BUG 10036 "No esta rezalizando un buen conteo de la..." SOLVED
- Incorrect the displaying of the paging toolbar
- Fix the displaying of the paging toolbar
* Available from version 2.0.46
2012-11-28 12:29:23 -04:00
Julio Cesar Laura
6d7c9f5da7 BUG 9894 Active Directory User Import not working SOLVED
- Fields deprecated and wrong default filter for the ldap class
- Those parameters are not used, now it is only used the additional filter, with this field you can create the same filters or more complex filters.

Also, we've detected that the filter by default we are using the following condition: (objectCategory=person)

So, your filter is not working anymore, now we have been removed that condition to search in all objects and if you want to limit the objects on which searches can be done, you have to add your own filter.
2012-11-27 16:32:20 -04:00
norahmollo
1f00433203 WYSIWYG EDITOR
WYSIWYG EDITOR
2012-11-27 18:13:56 +00:00
Victor Saisa Lopez
23d03a7d2e BUG 8283 "PMFAddInputDocument function request" SOLVED
- New feature
- PM Function for add a input document
- Added function "PMFAddInputDocument" in "class.pmFunctions.php"
- The QA team should test with:
    * Dynaforms
    * KnowledgeTree plugin
* Available from version 2.0.46
2012-11-27 12:56:10 -04:00
ralph
298e74ef59 Commenting log lines. 2012-11-23 11:50:28 -04:00
user
1448ac728d Merge branch 'master' into pm_wysiwyg 2012-11-19 14:04:22 -04:00
Victor Saisa Lopez
55ee745105 BUG 0000 "In HOME>Documents pager does not work" SOLVED
- In HOME>Documents pager does not work
- Fixed, Added total records variable, The pager now work correctly
* Available from version 2.0.46
2012-11-16 13:32:07 -04:00
julceslauhub
621c8ebce3 Merge pull request #961 from victorsl/BUG-8391
BUG 8391 "Request that an "Edit" button be added to the..." SOLVED
2012-11-16 06:43:49 -08:00
Hector Cortez
8c5b886435 t log
BUG 7995 Translation does not work for the import existing proces... SOLVED

- Translation does not work for the import existing proces dialogbox

- The  interface of the Imporación was changed to ExtJS.
- Improvement in the form of import, adjustment in the height of the modal window.
2012-11-16 10:18:09 -04:00
Victor Saisa Lopez
97cef89539 BUG 8391 "Request that an "Edit" button be added to the..." SOLVED
- New feature
- Request that an "Edit" button be added to the page to view the
  profile of a particular user
- Added edit button in Summary view
* Available from version 2.0.46
2012-11-16 10:05:20 -04:00
user
7e589fd4f8 Fixed some isses with the integration with TinyMCE and also Created the plugin pmSimpleUploader for TinyMCE 2012-11-15 13:07:06 -04:00
user
22cc9125d1 Merge branch 'master' into pm_wysiwyg 2012-11-15 12:36:31 -04:00
Julio Cesar Laura
f1bce3e586 BUG 10065 Cuando carga una pagina de new case u otra funcionalidad sale un mesaje erroneo SOLVED
- In the callback function "failure" don't vaidate if a valid mesage exists
- Verify if a valid message before show the popup
2012-11-15 11:46:50 -04:00
Brayan Osmar Pereyra Suxo
d4cde83168 Merge remote branch 'upstream/master' into BUG-9962 2012-11-15 09:28:34 -04:00
Julio Cesar Laura
d236e4031c BUG 9882: Case List, [Unassigned] SOLVED
- When a case is unassigned the current user column is empty
- When a case is unassigned show the label [UNASSIGNED]
2012-11-14 17:15:13 -04:00
Brayan Osmar Pereyra Suxo
1a7cc3a34e BUG 9962 I added a validation to field SOLVED
I added a validation to text field
2012-11-14 17:05:42 -04:00
user
70c3778425 adding the patches to the tinyMCE editor in order to solve the maborak/leinmud conflicts 2012-11-14 09:39:24 -04:00
Julio Cesar Laura
38696a562a Change the minimun version of PHP required to install PM 2012-11-12 19:16:12 -04:00
Julio Cesar Laura
7bcd7413a5 BUG 10024 Error de visualizacion de nodos de tree con nombres muy largos SOLVED
- Missing validation for the text displayed in the container
- Added word wrap style
2012-11-12 12:16:19 -04:00
Julio Cesar Laura
f5d35c68bf BUG 10023 Paginador de la opcion skins no funciona SOLVED
- Paginador no funciona debido a que se copio el code de algun otro modulo y nunca se lo edito
- Despues de evaluar el modulo de skins hemos decidido quitar el paginador y mostrar todos los skins existentes, desde la version 2.0.46 ya se puede asociar skins para determinados workspaces lo que nos ayudara mantener la cantidad de skins manejable en una sola pagina
2012-11-12 11:22:46 -04:00
Julio Cesar Laura
d390bee40e Column "Current User" removed from the "Participated list" due to performance reason.
Improvement to the case summary information
2012-11-09 15:43:32 -04:00
julceslauhub
1ed75246a1 Merge pull request #920 from marcoAntonioNina/BUG-9943
BUG 9943 Advanced Search menu should be seen on UXS SOLVED
2012-11-09 06:02:48 -08:00
Marco Antonio Nina
0c05e83a7e BUG 9943 Advanced Search menu should be seen on UXS SOLVED
- According to the specifications.
- Was add the file for advanced search with the same functionality.
2012-11-09 09:10:59 -04:00
Victor Saisa Lopez
ba6c87b9f2 BUG 9548 "Agregar la posibilidad de copiar triggers" SOLVED
- New feature
- Add the ability to copy triggers
- Copy trigger option was added in DESIGNER>TRIGGERS
* Available from version 2.0.46
2012-11-07 16:59:48 -04:00
jennylee
18c383276d BUG-6747 The Edit trigger associative array does not work ok.
The simple quotes was not define when uses variables like '@@Apellido', now it turns into double quotes like in another array assignations.
2012-11-07 13:03:45 -04:00
Brayan Osmar Pereyra Suxo
44deb5438e BUG 6494 I removed validation SOLVED
I removed validation in panel to assigned user to departaments
2012-11-06 10:35:50 -04:00
Victor Saisa Lopez
977969985e BUG 9830 "En Advanced Search no funciona la busqueda por..." SOLVED
- In AdvancedSearch no performs searches for user and category
- Problem solved, have been added to SOLR missing criteria for the search
- Note. - To register/upgrade the new criteria in the SOLR server, run the
  following script:
      $ php reindex_solr.php workspace_name reindexall
* Available from version 2.0.45
2012-11-05 15:14:51 -04:00
julceslauhub
3cd498f6df Merge pull request #876 from marcoAntonioNina/BUG-7817
BUG 7817 Se puede ver todos los skins que tiene el servidor... SOLVED
2012-10-29 06:39:48 -07:00
Marco Antonio Nina
4469f7b2bb BUG 7817 Se puede ver todos los skins que tiene el servidor... SOLVED
- No was validated skin.
- Was add validation a skin for workspaces.
2012-10-29 09:25:05 -04:00
Marco Antonio Nina
8695139590 BUG 7817 Se puede ver todos los skins que tiene el servidor... SOLVED
- No was validated skin.
- Was add validation a skin for workspaces.
2012-10-26 17:46:16 -04:00
jennylee
3b6d674a9a BUG-9938 When trying to add a user in a group, and search the specific user, it just appears for one second, then it disappear.
I fixed the Search function in file 'workflow/engine/templates/groups/groups Members.js', it was changing the page after the search.
2012-10-26 17:32:27 -04:00
jennylee
8c5588c4da BUG-9938 When trying to add a user in a group, and search the specific user, it just appears for one second, then it disappear.
I fixed the Search function in file 'workflow/engine/templates/groups/groups Members.js', it was changing the page after the search.
2012-10-26 17:24:07 -04:00
jennylee
a94d665a36 BUG-9938 When trying to add a user in a group, and search the specific user, it just appears for one second, then it disappear.
I fixed the Search function in file 'workflow/engine/templates/groups/groups Members.js', it was changing the page after the search.
2012-10-26 17:15:54 -04:00
jennylee
6ce13466d9 BUG-9938 When trying to add a user in a group, and search the specific user, it just appears for one second, then it disappear.
I fixed the Search function in file 'workflow/engine/templates/groups/groups Members.js', it was changing the page after the search.
2012-10-26 14:18:19 -04:00
jennylee
56fe290981 BUG-9952 Checkbox on Case Notes in simplified interface.
I added a checkbox on Case Note in simplified interface, change made in file: 'workflow/engine/templates/home/appList.html'.
2012-10-26 10:46:42 -04:00
Brayan Osmar Pereyra Suxo
fd3f036e79 BUG 8935 I add a panel to photo in summary SOLVED
I add a panel to photo in summary
2012-10-17 17:05:43 -04:00
Fernando Ontiveros
d0806cfe65 CODE STYLE removing the xpdl class and related files 2012-10-17 13:43:05 -04:00
julceslauhub
b1e3377916 Merge pull request #778 from marcoAntonioNina/BUG-9869
BUG 9869 Users are not able to double click on the input... SOLVED
2012-10-17 09:51:01 -07:00
julceslauhub
79af37dac4 Merge pull request #776 from brayanpereyra/f5df808988df07410598e55384df5ec3971b74bf
BUG 9926 I add the propety float right
2012-10-17 09:48:53 -07:00
Marco Antonio Nina
cc496dc8e8 BUG 9869 Users are not able to double click on the input... SOLVED
- The functionality not enabled.
- was add "rowdblclick" for inputDocument and outPutDocument.
2012-10-17 12:45:09 -04:00
Brayan Osmar Pereyra Suxo
f5df808988 BUG 9926 I add the propety float right
I add the propety float right
2012-10-17 11:59:28 -04:00
Marco Antonio Nina
2f25a6a67b BUG 8477 Participated - Sorting doesn't work for Current User Coloumn SOLVED
- It not shows the value of the column.
- performing a render in the comun only Solr.
2012-10-16 15:22:18 -04:00
julceslauhub
986e139865 Merge pull request #716 from marcoAntonioNina/BUG-9902
BUG 9902 Error uploading a new language in Zend Server SOLVED
2012-10-11 08:28:06 -07:00
Hector Cortez
5ff3c0002e BUG 7338 User profile "Replaced by" doesn't work when PM derivate a case. SLOVED
- The user A will be on vacation, then I update A's profile and set "Replaced by" to user B, set "Status" as Inactive or On vacation.
- Adjustment to the user to derivate.
2012-10-10 17:13:18 -04:00
Marco Antonio Nina
8eec1347dd BUG 9902 Error uploading a new language in Zend ServerSOLVED
- Not loaded correctly.
- scans all languages.
2012-10-10 17:07:14 -04:00