Commit Graph

2263 Commits

Author SHA1 Message Date
Herbert Saal Gutierrez
dce762b112 BUG-9689 Improve Solr performance
Improve Solr performance, reducing SQL queries getting delegation data.
now only one request to the database is required to get all the reindex
information.

Add support of search using date fields in advanced search.
the field:DEL_LAST_UPDATE_DATE is used for this purpose.

Add debug information that must be enabled in the APPSolr class.
2012-09-12 09:32:53 -04:00
Erik Amaru Ortiz
9b74ddca00 PluginRegistry class fix, Adding missing unregister method 'unregisterRestService()' on disablePlugin() 2012-08-28 12:08:55 -04:00
Victor Saisa Lopez
40e2dbbcb8 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-27 18:57:17 -04:00
Erik Amaru Ortiz
81deb1fab4 Restful feature, moving rest-config.ini such as dist. file (adding file) 2012-08-27 17:38:10 -04:00
Erik Amaru Ortiz
5a263ee95d Restful feature, moving rest-config.ini such as dist. file 2012-08-27 11:16:24 -04:00
Erik Amaru Ortiz
22172de0f0 Restful Feature, some paths improvements & command help 2012-08-27 11:05:21 -04:00
Erik Amaru Ortiz
6e5c72d00d Restful Feature,
- made some improvements to read & generate config file
- now the rest-gen bin can be generate rest api for a plugin from a <plugin-name>/config/rest-config.ini
conf file.
- plugins should have a directory services/rest containing all rest classes, like PM structure at CORE_PATH.
2012-08-27 10:48:32 -04:00
Marco Antonio Nina
2963916d7f BUG cuando se habilita el plugin se va a la ventana home SOLVED
- The parameter not envoy.
- Was send the parameter st for identified the tab.
2012-08-24 16:34:12 -04:00
Marco Antonio Nina
dad253f0c9 BUG cuando se habilita el plugin se va a la ventana home SOLVED
- The parameter not envoy.
- Se enviarál st parátro para identificar la cuenta.
2012-08-24 16:30:29 -04:00
Erik Amaru Ortiz
ce21ee6454 PM Rest Feature: added plugins support & more improvements
from a plugin a rest class can be registered now:

on setup method add the following:
---
$this->registerRestService('Sample', [optional string: $path]);
--

and create the folder   PATH_PLUGIN . /your_plugin/classes/rest

next add a class with the flowing characteristics:

<?php

class Plugin_Services_Rest_Sample
{
    public function get()
    {
        return 'hello world';
    }
}

A class prefixed with Plugin_Services_Rest_
and add the corresponding methods for a Restler api
(http://luracast.com/products/restler/)

Finally on process maker will be exposed as:

via GET: http://127.0.0.1/rest/workflow/sample
2012-08-23 13:01:19 -04:00
Marco Antonio Nina
d686763418 BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-22 17:52:25 -04:00
julceslauhub
5dc7bcb3b0 Merge pull request #499 from marcoAntonioNina/BUG-9641
BUG 9641 Unable to read a Case History after a case is unpaused SOLVED
2012-08-22 13:30:01 -07:00
julceslauhub
1dfc0c1ece Merge pull request #498 from marcoAntonioNina/BUG-9642
BUG 9642 An Error displays when right click over a Case History SOLVED
2012-08-22 13:28:48 -07:00
Erik Amaru Ortiz
06be321690 Coding standard fix, & removing g::pr() on class 2012-08-22 12:00:36 -04:00
Marco Antonio Nina
46b82cd304 BUG 9641 Unable to read a Case History after a case is unpaused SOLVED
- The field date was definite of type float.
- was changed the type.
2012-08-22 11:48:47 -04:00
Marco Antonio Nina
d6bd34d888 BUG 9642 An Error displays when right click over a Case History SOLVED
- There not exists a component used.
- Was removed the call to the component
2012-08-22 10:49:47 -04:00
Marco Antonio Nina
acfe9f8208 BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-22 09:56:46 -04:00
Julio Cesar Laura
2e2de1fce2 BUG 9648 Duplicate identifier in english po SOLVED
- The msgid don't validate correctly the empty string
- Add validation to prevent msgid values duplicated
2012-08-21 16:06:22 -04:00
julceslauhub
036387cc5b Merge pull request #493 from marcoAntonioNina/BUG-9636
BUG 9636 Error en los tabs del skin UXModern SOLVED
2012-08-21 12:19:16 -07:00
Marco Antonio Nina
6f425d3714 BUG 9635 Posicion de Caja del Login skin UX Modern SOLVED
- The position box of login is static.
- Was add styles a xtheme-gray.css to keep the center.
2012-08-21 12:52:38 -04:00
Marco Antonio Nina
d84951017d BUG 9636 Error en los tabs del skin UXModern SOLVED
- when multiple tabs are misaligned.
- Was add a view of multiple tabs.
2012-08-21 12:32:36 -04:00
julceslauhub
14705928a8 Merge pull request #491 from marcoAntonioNina/BUG-9553
BUG 9553 Event setup duration unit of measure is not displayed SOLVED
2012-08-21 08:44:06 -07:00
Julio Cesar Laura
5da7512608 Add field labels in the dynaforms change log 2012-08-21 11:22:16 -04:00
Marco Antonio Nina
efcd361449 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 10:18:36 -04:00
Marco Antonio Nina
3635ca0076 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 09:56:15 -04:00
Julio Cesar Laura
9c72fbddeb BUG 9609 Change log y View en Dynaforms no muestra valores ingresados en formularios ... SOLVED
- Al momento de recuperar los permisos de los dynaforms, se estaba filtrando 2 veces por el UID de la tarea, esto e sinnecesario porque la funcion que recupera los permisos ya valida por la tarea
- Habian otros issues menores (como el titulo del formulario en los tabs de preview)
- Se quito la dobre validacion por tarea y se corrigieron los issues menores
2012-08-21 09:53:15 -04:00
Erik Amaru Ortiz
612819cb75 FEATURE, PM Rest Api: Adding rest api crud generator 2012-08-20 18:33:25 -04:00
Victor Saisa Lopez
92e24c3e78 BUG 9597 "cron.php sending old emails need to be configured" SOLVED
- cron.php it forwards all the emails without importing if they are
  or not very old
- Problem solved, is taken into account the parameter "+d" as the
  starting date for the forwarding of mail, if not define this
  parameter will be forwarded emails from 7 days ago, forward
2012-08-20 12:33:18 -04:00
julceslauhub
16ff818d68 Merge pull request #486 from marcoAntonioNina/BUG-9555
BUG 9555 Event log inside Process Designer SOLVED
2012-08-20 08:13:41 -07:00
Marco Antonio Nina
24d1879db0 BUG 9555 Event log inside Process Designer SOLVED
- According to the specifications.
- Was removed the option completed y Pending of Processmap - Events
- Was add the Tab Logs en Admin.
- Was add the the list of events.
- Was changed the list Case Scheduler a logs.
2012-08-17 18:55:03 -04:00
Victor Saisa Lopez
a68d49cc2c BUG 9605 "Change default advanced search options" SOLVED
- Change default advanced search options, for get cases information
  of the current user
- Solved, added new option "Current user" in DropDown Users set to
  default in Advanced Search
2012-08-17 18:23:58 -04:00
Victor Saisa Lopez
fa91fb5e51 BUG 9607 "Need a way to disable/enable eMail notifications..." SOLVED
- New feature, Need a way to disable/enable eMaill notifications when
  a case note is created
- Solved, added checkbox for send eMail notifications or not
2012-08-17 09:03:31 -04:00
Marco Antonio Nina
5dc4e6bb28 Merge remote branch 'upstream/master' into BUG-8038 2012-08-16 17:56:32 -04:00
Marco Antonio Nina
66a3f4a446 BUG 8038 Case Scheduler add a way to schedule tasks more often than... SOLVED
- According to the specifications.
- Was added the option "Every" that run the task each X hours.
2012-08-16 17:55:46 -04:00
Victor Saisa Lopez
6035aa9fbc BUG 9614 "La ventana de conditions no tiene el tamanio..." SOLVED
- Window "steps conditions" not have the right size
- Solved problem improved the window size
* Available from version 2.0.44
2012-08-16 16:43:16 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -04:00
Julio Cesar Laura
1a8994ef72 BUG 3889 Change the default option for "Next Step Link" under DynaForm "Properties" SOLVED
- Changed the default "nextstepsave" value for new dynaforms, now the default value is "prompt"
2012-08-16 12:27:59 -04:00
Julio Cesar Laura
3947d5418e BUG 7338 User profile Replaced by doesn't work when PM derivate a case
- In the class "derivation" doesn't exist the validation for the "Replaced By" field
- Added the business logic to set the replaced by user when a case is derivated
2012-08-16 11:44:17 -04:00
Julio Cesar Laura
5e1037b8f4 BUG 9484 Label display wrong in multi-byte language SOLVED
- Whe a label is in a multi-byte language the size is calculated wrong
- Add a multi-byte string length function
2012-08-15 20:00:54 -04:00
Julio Cesar Laura
15115d64f5 BUG 9465 Layouts are broken in multi-byte language SOLVED
- When a label has more than one word the next word apperas down
- Add a attribute in the link style
2012-08-15 19:30:33 -04:00
Julio Cesar Laura
cb086e06c3 BUG 9624 When you go to the UNASSIGN option, screen is blank SOLVED
- When format a date with null value thows a javascript error
- Add validation for null values
- Fix some issues with the format of names (current user, previous user)
2012-08-15 19:04:55 -04:00
julceslauhub
b78b3baf03 Merge pull request #473 from marcoAntonioNina/BUG-9570
BUG 9570 Grid Editor... properties allow to change width, link.. SOLVED
2012-08-15 12:44:49 -07:00
julceslauhub
cb5178e5a0 Merge pull request #472 from marcoAntonioNina/BUG-9573
BUG 9573 Any user has the start new case button in his/her... SOLVED
2012-08-15 07:46:56 -07:00
Marco Antonio Nina
26cc05aa9d BUG 9570 Grid Editor... properties allow to change width, link.. SOLVED
- The values were not necessary.
- Was validated for use of each type.
2012-08-15 10:44:12 -04:00
Marco Antonio Nina
7cc32c7f85 BUG 9570 Grid Editor... properties allow to change width, link.. SOLVED
- The values were not necessary.
- Was validated for use of each type.
2012-08-15 10:41:37 -04:00
Marco Antonio Nina
27141c124c BUG 9573 Any user has the start new case button in his/her... SOLVED
- The option was enabled by default.
- Was validated and was add a message instead of treePanel.
2012-08-15 10:21:09 -04:00
Julio Cesar Laura
5be45bfc7a BUG 9554 Event setup has a different way to pick Variables ... SOLVED
- The Events->Action call other control "picker" because don't need the key cast description and the System variables
- Changed the appereance and behaviour of the control "picker" in the Event->Action panel
2012-08-14 10:58:44 -04:00
Julio Cesar Laura
5ab31055d5 Merge remote branch 'upstream/master' 2012-08-14 09:01:54 -04:00
Erik Amaru Ortiz
ffa4e578d5 PM Rest: Renaming Application to => Case class rest api 2012-08-13 18:18:46 -04:00
Julio Cesar Laura
8280ccf625 Merge remote branch 'upstream/master' 2012-08-13 17:55:39 -04:00