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
julceslauhub
4c39d775b5
Merge pull request #503 from marcoAntonioNina/BUG-9655
...
BUG cuando se habilita el plugin se va a la ventana home SOLVED
2012-08-24 15:45:45 -07: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
4cee4866d6
reverting changes for headPublisher (wrong changes)
2012-08-23 18:35:16 -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
julceslauhub
9c5e83cf32
Merge pull request #502 from julceslauhub/master
...
BUG 9658 validateForm() function fails if Dynaform includes Suggest box in it SOLVED
2012-08-22 15:13:11 -07:00
Julio Cesar Laura
3f73e0e196
BUG 9658 validateForm() function fails if Dynaform includes Suggest box in it SOLVED
...
- Unnecesary code added recently to fix another issue that now is correctly validated
- Delete this unnecesary code
2012-08-22 18:08:34 -04:00
julceslauhub
bec771c60f
Merge pull request #501 from marcoAntonioNina/BUG-9557
...
BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
2012-08-22 15:01:50 -07: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
1e13cc8909
Merge pull request #500 from marcoAntonioNina/BUG-9633
...
BUG 9633 Dependant fields suggest field (extension of 0009433) SOLVED
2012-08-22 13:39:42 -07:00
Marco Antonio Nina
8599c66884
BUG 9633 Dependant fields suggest field (extension of 0009433) SOLVED
...
- No was validated multiple dependencies to suggest.
- was add validating.
2012-08-22 16:34:03 -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
julceslauhub
ac6e4ed9c5
Merge pull request #496 from marcoAntonioNina/BUG-9557
...
BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
2012-08-22 07:00:23 -07: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
julceslauhub
5661e6a239
Merge pull request #495 from julceslauhub/master
...
BUG 9648 Duplicate identifier in english po SOLVED
2012-08-21 13:14:33 -07: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
julceslauhub
f227723497
Merge pull request #494 from marcoAntonioNina/BUG-9635
...
BUG 9635 Posicion de Caja del Login skin UX Modern SOLVED
2012-08-21 12:18:52 -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
julceslauhub
3c428e2d41
Merge pull request #492 from julceslauhub/master
...
Add field labels in the dynaforms change log
2012-08-21 08:23:30 -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
julceslauhub
6041611241
Merge pull request #489 from julceslauhub/master
...
BUG 9609 Change log y View en Dynaforms no muestra valores ingresados en formularios y tareas previas SOLVED
2012-08-21 07:00:18 -07: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
julceslauhub
f9aaba4750
Merge pull request #487 from victorsl/BUG-9597
...
BUG 9597 "cron.php sending old emails need to be configured" SOLVED
2012-08-20 14:08:59 -07: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
julceslauhub
9c9fdb2532
Merge pull request #485 from victorsl/BUG-9605
...
BUG 9605 "Change default advanced search options" SOLVED
2012-08-17 15:34:50 -07: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
julceslauhub
f75fefbcef
Merge pull request #484 from julceslauhub/master
...
BUG 9594 Have no cache for JavaScript IMPROVEMENT
2012-08-17 07:27:51 -07:00
Julio Cesar Laura
36b6adcecf
BUG 9594 Have no cache for JavaScript IMPROVEMENT
...
- Add additiona varification for the path sep in the real Path
2012-08-17 10:26:16 -04:00
julceslauhub
2266e71c69
Merge pull request #483 from victorsl/BUG-9607
...
BUG 9607 "Need a way to disable/enable eMail notifications..." SOLVED
2012-08-17 06:52:38 -07: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
julceslauhub
8bda7b987e
Merge pull request #482 from julceslauhub/master
...
BUG 9594 Have no cache for JavaScript SOLVED
2012-08-16 15:34:30 -07:00
Julio Cesar Laura
f704f30497
BUG 9594 Have no cache for JavaScript SOLVED
...
- The js file for the dynaforms always use the same name, then when the browser loads the page use the same js file
- Now the cache js files are generated with different names, according to the modify date of the xmlform
2012-08-16 18:31:10 -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