Commit Graph

218 Commits

Author SHA1 Message Date
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
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
Hector Cortez
0a5893aab5 BUG 10056 Using a Web Entry form, Suggest field is not working SOLVED
- Using a Web Entry form, Suggest field is not working in IE 8.
- Added GenericAjax for validation of files that do not require Logon.
2013-07-15 14:28:12 -04:00
jennylee
140c31d91c BUG 11921 PM vuelve a abrirse en el iframe en el cual se pierde la sesion.
Se corrigio dos lugares donde faltaba aplicar la correccion dada en el BUG 11969.

    Home > New Case > Proceso > Derivar Tarea (cases_Derivate.php).
    Home > New Case > Proceso > 'Next Step' despues de Input o Output (cases_NextStep.php).
2013-07-09 15:27:26 -04:00
Luis Fernando Saisa Lopez
ca5bcc9fba BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.2-testing.1
2013-07-01 16:39:09 +00:00
Luis Fernando Saisa Lopez
bc8b92769a BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 21:08:05 +00:00
Luis Fernando Saisa Lopez
a4aba26f07 BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 20:42:29 +00:00
Luis Fernando Saisa Lopez
d1124ea6dc BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-18 22:14:40 +00:00
Erik Amaru Ortiz
a2b850f272 FIX: Litle fix to allow load any css file from plugins 2013-06-18 13:01:42 -04:00
Erik Amaru Ortiz
6221e11426 FEATURE: Adding Real MVC Support for plugins - Adding some plugin data into cotroller object and fixing a error when the controller action not found 2013-06-18 12:20:48 -04:00
Erik Amaru Ortiz
643d19fdc6 FEATURE: Adding Real MVC Support for plugins 2013-06-18 11:54:34 -04:00
Victor Saisa Lopez
34ec53f91c BUG 0000 "Safe upgrade for JavaScript files of the plugins" SOLVED
- Safe upgrade for JavaScript files of the plugins's translations
- Improved programming logic for this issue
- Problem solved, has been added the code necessary for the plugins's translations
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-12 16:58:48 -04:00
julceslauhub
9bba933e46 Merge pull request #1778 from Jennydmz/BUG-11969
BUG 11969 Web session TimeOut at HOME
2013-06-04 08:47:15 -07:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
Julio Cesar Laura
8a8420f678 BUG 12030 Grammar mistakes on new sinks SOLVED
- Using old logo and incorrect text
- Chango to use the new logo and changing the text of the content
2013-06-03 16:50:16 -04:00
Marco Antonio Nina
c6fb86c689 Add new skin neoclassic
- Add file in skinEngine and public
- Add option for new skin.
2013-05-10 16:40:22 -04:00
Marco Antonio Nina
4b972a0cd3 Add new skin neoclassic
- Add file in skinEngine and public
- Add option for new skin.
2013-05-09 13:54:20 -04:00
Marco Antonio Nina
8d67974ce5 Add new skin neoclassic
-add files.
- Add option for new skin.
2013-05-09 13:46:23 -04:00
Julio Cesar Laura
d025a710a9 Validating virtual paths link /images/xxx/xxx/xxx.png 2013-04-25 17:20:52 -04:00
Julio Cesar Laura
d66d483843 Validating virtual paths link /skins/xxx/xxx/xxx.png 2013-04-25 12:34:54 -04:00
Hugo Loza
a120529f42 Coding Style applied to NewRelic snippet
Coding Style applied to NewRelic snippet to follow COLOSA standards. Great!
2013-04-24 11:29:08 -04:00
Hugo Loza
23331ad004 Merge remote-tracking branch 'upstream/master' 2013-04-22 18:08:25 -04:00
Hugo Loza
34e0798b00 NewRelic API applied to report methods and controllers instead of
sysGeneric

When NewRelic monitors ProcessMaker as application doesn't recognize the
framework urlpath rules and therefore any script is being reported as
sysGeneric

I've included some lines in sysGeneric using NewRelic API in order to
report the real script name as name of each transaction. At same time
I've included custom parameters to have useful information for each
trannsaction such as lang, workspace, skin

Signed-off-by: Hugo Loza <hugo@colosa.com>
2013-04-22 18:08:13 -04:00
Julio Cesar Laura
835608523f Improvement in sysGeneric when try to load nonexistent files 2013-04-22 16:53:46 -04:00
marcelo
7672cb5467 BUG 11213 "Date fields are not in the same alignment on grids" SOLVED
-When you are building a gird, if you add a date field, its not shown in
the same alignment as the other fields.
-Solved, now date feilds are shown in the same alignment as the other
fields.
2013-04-19 12:43:11 -04:00
marcelo
91cec13e0b BUG 7536 "Date fields are not in the same alignment on grids" SOLVED
-When you are building a gird, if you add a date field, its not shown in
the same alignment as the other fields.
-Solved, now date feilds are shown in the same alignment as the other
fields.
2013-04-19 11:06:42 -04:00
Hector Cortez
c0d0fea10d BUG 11037 Hook for session time setting SOLVED
- A hook is needed for a plugin to configure the session timeout.
- Added hook for session of the time setting & Added setting of the Maximum lifetime cleaned up in the System option.
2013-03-25 09:52:56 -04:00
Brayan Osmar Pereyra Suxo
20e8ba24d4 DOC SYSTEM I added functions to load translations of plugins SOLVED
I added functions to load translations of plugins
2013-03-13 11:15:43 -04:00
Julio Cesar Laura
e5a8ccfc32 BUG 10813 Tiempo de session de ProcessMaker no obedece parametros de php.ini SOLVED
- El tiempo de vida de la sesion no se estaba seteando correctamente
- Sel movio el code que setea el tiempo de vida de la sesion y se forza a q use lo este seteado en la variable "gc_maxlifetime"
2013-02-22 10:38:53 -04:00
Victor Saisa Lopez
9e3dd79b4e BUG 10690 "Cuando se introduce algunas paginas no existentes..." SOLVED
- URL no valid no redirects to the 404 page
- Solved problem in validation of template
- Solved problem, add validation for URL no valid
* Available from version ProcessMaker-2.0.46
2013-02-07 16:55:06 -04:00
Julio Cesar Laura
57a9aed2ce BUG 10550 After the session has expired the filters do not work SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-02-01 14:45:47 -04:00
Julio Cesar Laura
33f6348d86 BUG 10549 Steps page. Multiple login in Steps page SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-01-29 15:05:36 -04:00
Julio Cesar Laura
30630069bb BUG 10412 Error en home/documents, cuando se pierde sesion en PM SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-01-29 13:30:32 -04:00
Julio Cesar Laura
a1e527265c BUG 10396 Mensaje de Invalid Response al crear Dynaform SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-01-28 20:41:39 -04:00
Victor Saisa Lopez
23a7051496 BUG 0000 "Added changes to solr" SOLVED
- Added changes to solr, according to:
    https://github.com/colosa/processmaker/pull/1045/files
- Solved problem with:
    php -f reindex_solr.php
* Available from version ProcessMaker-2.0.46
2013-01-25 17:13:52 -04:00
Julio Cesar Laura
44a145f6cb BUG 10263 La opcion de busqueda de Case Scheduler list esta rota SOLVED
- Missing class XmlForm_Field_FastSearch
- Add class XmlForm_Field_FastSearch to autoloader
2013-01-04 13:03:27 -04:00
ralph
cf79747efc fat fingers fix. 2013-01-02 13:16:45 -04:00
ralph
9d68e28d72 Adding Criteria class to the autoloader. 2013-01-02 12:38:03 -04:00
Julio Cesar Laura
c7e8c83128 Improvements in the new dynaforms list dropdown in the dynaforms editor 2012-12-20 12:05:05 -04:00
Victor Saisa Lopez
a73fa693f1 BUG 10190 "Sale un comentario de fallado al realizar..." SOLVED
- To upgrade the system with:
    php -f processmaker upgrade
  No complete the upgrade, can't load all system classes
- Fixed, now be load all classes with Bootstrap class
* Available from version ProcessMaker-2.0.46
2012-12-14 16:42:57 -04:00
ralph
a27aca481a Add fix for skin feature process. 2012-12-13 13:55:02 -04:00
ralph
6fcca24d60 Adding fix for wrong method decode named, and not included CaseSchedulerPeer class not added into the autolader. 2012-12-11 15:46:50 -04:00
ralph
274add8cbf Adding fix for session loose at time to load inexistent png file. 2012-12-11 15:10:02 -04:00
ralph
3d5d129c6b Changing call for AppNotePeer 2012-12-10 17:30:08 -04:00
ralph
2533c02200 Adding AppNotesPeer 2012-12-10 16:52:18 -04:00
ralph
15e7df5912 Adding CaseTrackerObjectPeer 2012-12-06 16:47:05 -04:00
ralph
3a52bc3a27 Adding GroupUserPeer GroupwfPeer 2012-12-06 15:57:34 -04:00
ralph
46d3d4a81c adding ReportVarPeer 2012-12-06 14:27:11 -04:00
ralph
1946094c1b Adding CaseTrackerPeer 2012-12-05 11:59:09 -04:00