Commit Graph

259 Commits

Author SHA1 Message Date
Gustavo Cruz
49aeeaa37b Actions by email action processing finished. 2015-03-04 17:56:32 -04:00
Gustavo Cruz
441946f71c Adding registry files for the trigger registration in the core 2015-03-03 17:54:30 -04:00
Ronald Quenta
1e8bc77fa0 Endpoint for mobile and download status 206 (Streaming) 2015-02-25 13:48:45 -04:00
Julio Cesar Laura
6fbe1fd4d2 PM-1036 Bloquear el acceso a ProcessMaker Enterprise cuando la licencia expira SOLVED 2014-12-03 13:42:09 -04:00
Victor Saisa Lopez
7e0d396558 PM-599 "Se pierde sesion al ingresar a history case en el case tracker..." SOLVED
Issue:
    En los listados se pierde sesion al tratar de ordenar las
    columnas (esto en: MY CASE FORMS AND DOCUMENTS, MY CASE HISTORY, MY HISTORY MESSAGES)
Cause:
    El "case tracker" es un modulo que no se inicia con un usuario de ProcessMaker, el script
    "propelTableAjax" es el encargado de generar los listado, a este script se debe acceder "without session started",
    lo cual no ocurre por lo que se redirecciona al login
Solution:
    Se ha agregado en sysGeneric a "propelTableAjax" para que este en el grupo de scripts "without session started"
    Se ha validado la variable $_SESSION["USER_LOGGED"] si esta definida o no.
2014-10-13 17:46:40 -04:00
Julio Cesar Laura
1d89dc5d13 Merge code from github to bitbucket 2014-08-14 2014-08-14 13:53:06 -04:00
Luis Fernando Saisa Lopez
2d891371c4 BUG 15524 "Mantener el Idioma de la URL..." SOLVED
- Mantener el Idioma de la URL al iniciar sesion
- Problema resuelto, al iniciar sesion con un determinado idioma en la url y cerrar sesion, al iniciar sesion nuevamente
  en el login el idioma se mantendra al idioma definido en la url, tambien se adiciona una opcion mas al guardar la configuracion
  del idioma cuya opcion es "Use the language of URL".
2014-08-12 12:27:32 -04:00
Luis Fernando Saisa Lopez
fc423215e2 BUG 15524 "Mantener el Idioma de la URL..." SOLVED
- Mantener el Idioma de la URL al iniciar sesió
- Problema resuelto, al iniciar sesion con un determinado idioma en la url y cerrar sesion, al iniciar sesion nuevamente
  en el login el idioma se mantendra al idioma definido en la url, tambien se adiciona una opcion mas al guardar la configuracion
  del idioma cuya opcion es "Use the language of URL".
2014-08-08 13:06:16 -04:00
Julio Cesar Laura
a0a6e37f97 Merge remote branch 'upstream/master' 2014-06-26 16:51:24 -04:00
Marco Antonio Nina
592da16515 BUG-14988 Administrative Interfaces are Accessible... IMPROVEMENT
- Change of variable to uppercase.
2014-06-25 08:50:01 -04:00
Marco Antonio Nina
0041f066af BUG-14988 Administrative Interfaces are Accessible from the Internet SOLVED 2014-06-23 15:12:57 -04:00
Julio Cesar Laura
5b63a6cfc7 Merge code from github.com to bitbucket.org 2014-06-20 12:20 2014-06-20 12:23:47 -04:00
Marco Antonio Nina
31309ee648 BUG-14984 Improvement value DEBUG_SQL 2014-06-17 10:28:54 -04:00
Erik Amaru Ortiz
93c9dd5c26 disabling database session storage, using native php sessions 2014-06-11 12:33:44 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Julio Cesar Laura
6658d57b22 BUG 14801 Requerimiento de compatibilidad con Safari de Mac SOLVED
- La computadora del cliente tiene una hora muy diferente a la hora del servidor, por lo que las cookies creadas son inmediatamente deshechadas por el navegador

- La validcion adicional para las cookies no se aplica cuando se tiene la bandera "safari_cookie_lifetime" con valor "0"

- OJO. ESTE CAMBIO SOLO ARREGLA EL PROBLEMA EXISTENTE EN VIVA PARA LA AUTENTIFICACION DE USUARIOS, CUALQUIER OTRO ISSUE RELACIONADO A FUNCIONAMIENTO DE PM EN SAFARI NO ESTA GARANTIZADO (ESPECIALMENTE ISSUES DE JAVASCRIPT), YA QUE PM NO ES OFICIALMENTE PROBADO EN PM Y NO SABEMOS HASTA CUANDO SEA ASI, ASI QUE FUTUROS ISSUES EN SAFARI SERAN ENVIADOS AL ROADMAP Y DEBE SER APROBADO POR INSTANCIAS SUPERIORES EL VISTO BUENO PARA IR ADELANTE CON LAS PRUEBAS EN SAFARI
2014-05-14 13:27:08 -04:00
Erik Amaru Ortiz
7a47472ea1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workflow/engine/classes/class.processMap.php
	workflow/engine/classes/model/AdditionalTables.php
2014-04-02 09:34:54 -04:00
Erik Amaru Ortiz
24d0a062a7 removing dummy comments 2014-03-20 12:37:30 -04:00
Erik Amaru Ortiz
4288d45b08 Fix For PHP 5.4.x compatibility when PMPluginRegstry singleton is loaded from serialized file 2014-03-20 12:32:29 -04:00
Erik Amaru Ortiz
f5a9cee203 Fix for GET /api/1.0/workflow/project/{prj_uid}/ws/user/can-start-task, it works again 2014-03-14 15:53:41 -04:00
Erik Amaru Ortiz
0eb31ffa27 removing rest routines from sysGeneric 2014-03-14 13:12:48 -04:00
Erik Amaru Ortiz
dad40d77f6 Updating classloading for normal and Rest, requests 2014-03-14 11:57:27 -04:00
Erik Amaru Ortiz
7c134e3c45 FIX: Removing blank line on first line of sysGeneric.php 2014-03-13 11:49:03 -04:00
Erik Amaru Ortiz
b4d32fcb58 Merge branch 'performance'
Conflicts:
	workflow/public_html/sysGeneric.php
2014-03-12 18:33:22 -04:00
Erik Amaru Ortiz
3026937e08 Adding more improvements to increase performance, by now, it is just affecting for API Rest Requests 2014-03-12 18:20:35 -04:00
Herbert Saal
c9a1f8985a Remove var_dump function 2014-03-12 16:19:06 -04:00
Herbert Saal
931bf5b850 Add configuration options display_errors, error_reporting in env.ini 2014-03-12 16:15:09 -04:00
Erik Amaru Ortiz
eba8acd56d adding logic on new bootstrap 2014-03-10 16:02:09 -04:00
Fernando Ontiveros
b04ccffcc3 fix sysGeneric to avoid mime-type errors for js, css and woff files 2014-02-21 01:01:50 -04:00
Erik Amaru Ortiz
96e51f5e5b FIX for BpmnWorkflow Adapter class, now the set and unset of start and end tasks on workflow layer, are listening on addFlows and removeFlow methods 2014-02-13 16:40:00 -04:00
Erik Amaru Ortiz
bc1b0f5101 removing AO in sysgeneric 2014-02-11 17:55:02 -04:00
Erik Amaru Ortiz
ea1f82ed3e Fixing Bpmn::getEvent() 2014-02-11 17:50:14 -04:00
Erik Amaru Ortiz
868449ca6b Adding initRBAC() call for REST dispatching env 2014-02-04 12:25:46 -04:00
Erik Amaru Ortiz
731ddee93f Adding rbac/classes/model to autoloading... 2014-02-04 10:38:02 -04:00
Julio Cesar Laura
41a27f4d4c Validating if exists 'HTTP_USER_AGENT' key in $_SERVER array 2014-01-24 10:56:41 -04:00
Erik Amaru Ortiz
428da67762 Merge branch 'master' of github.com:colosa/processmaker
Conflicts:
	workflow/public_html/sysGeneric.php
2014-01-15 11:14:59 -04:00
Julio Cesar Laura
5e8d72c40d BUG 13552 IE issue in the tool SOLVED
- Cuando la hora del cliente difiere mucho de la hora del servidor, provoca que IE no considere como valida la cookie de la sesion por lo tanto no se puede ingresar al Sistema

- Si bien este se puede arreglar cambiando la hora del servidor o bien de la del cliente, se ha agregado una variable de configuracion a ProcessMaker en el archivo env.ini la cual deshabilita que se setee un tiempo de vida a la cookie cuando se usa el browser IE, de esta manera ya no se presenta el issue, la variable se llama "ie_cookie_lifetime" y sus posibles valores son 1 y 0, por defecto esta en 1, cuando se coloque esta variable en 0 ya no se aplica a la cookie el lifetime

NOTA.- El control de tiempo de duracion de las sesiones deberia controlarse de otra forma y no como se esta haciendo actualmente que depende del tiempo de duracion de las cookies, este cambio mas complejo requiere un refactor de la parte de autentificacion y se lo hara en futuras versiones de PM
2013-12-19 10:03:35 -04:00
Erik Amaru Ortiz
bb3eab86d1 Bootstrap update,
* Adding posibility to load any class from /workflow/engine/src/*.php
using namespaces as relative paths inside 'src' directory

* Registering /workflow/engine/src directory for autoloading

Bootstrap::registerDir('src', PATH_HOME . 'engine/src/');
2013-11-04 13:20:30 -04:00
Erik Amaru Ortiz
8ce4be68e4 moving business model sources 2013-11-04 13:11:58 -04:00
Erik Amaru Ortiz
333b27176f First functional OAuth2 implementation, but we're still working on it (adding missing files) 2013-10-01 09:15:28 -04:00
Erik Amaru Ortiz
cf56a7be60 updating sysGEneric/ PmSessionHandler implementation 2013-09-25 12:15:15 -04:00
Erik Amaru Ortiz
f89dab0720 PHP Ver. 3.5 compatibility update, IT WORKS 2013-09-25 10:47:33 -04:00
Erik Amaru Ortiz
aca0d1762a LAST UPDATE, Functional Session Handling with Database Storage 2013-09-24 16:07:58 -04:00
Erik Amaru Ortiz
49aba0106a Updating rest base endpoit support to -> /api/<version>/<workspace>/<resource.>/... 2013-09-19 16:11:58 -04:00
Erik Amaru Ortiz
324e0f6320 last updating on api controller dispatching 2013-08-30 11:31:59 -04:00
@sinedrik
7ddabbad91 Fixes on exception catching for SysGeneric 2013-08-23 13:23:19 -04:00
@sinedrik
59373c8ccf more updates 2013-08-23 10:03:45 -04:00
Erik Amaru Ortiz
d63fb635d6 UPDATE, Update Restler implementation ver 3.0
- First Funcional Commit to implement Restler 3.0
- PM supports now urls requests like:
	GET /api/<workspace_name>/class_name/method?param1=value1
   example:
        GET /api/workflow/class_name/mothod?param1=value1

   There is an equivalent expresion for url above

	GET /<workspace_name>-api/class_name/mothod?param1=value1
   example:
	GET /workflow-api/class_name/mothod?param1=value1

 * and all route expressions that Restler supports
2013-08-22 11:10:04 -04:00
Victor Saisa Lopez
ca1e02c32b BUG 12475 "Request for the SYSGENERIC (Possible bug?)" SOLVED
- When data is sending by the URI, the path no is valid
- Solved problem, add validation when data is sending with URI

* Available from version ProcessMaker-2.5.2-testing.1
2013-08-05 16:40:33 -04:00
jennylee
73222e7269 BUG-11921 PM vuelve a abrirse en el iframe en el cual se pierde la sesion.
Cuando se hace click en el boton 'submit' de un dynaform en modo vista, despues de haberse perdido la sesion, PM permitia abrir el caso como un sub iFrame.

Se agrego la validacion correspondiente para q esto no ocurra, y en caso de perdida de sesion, al re logearse, PM te envie al listado 'New Cases'.
2013-07-18 10:13:53 -04:00