Commit Graph

230 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
52c0dff57d updating vendors 2013-11-22 16:20:49 -04:00
Omar
fe52c66595 Adding new files (images, libraries and php files) for the project michelangelo 2013-11-07 16:28: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
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