Commit Graph

20 Commits

Author SHA1 Message Date
Taylor Dondich
de1346aa96 Add proper bootstrap for kernels for web and console app. 2017-08-10 21:33:04 -04:00
Taylor Dondich
0ccae19bd4 Add the appropriate laravel bootstrapping to PM web application and command line tool. 2017-08-10 21:33:04 -04:00
Ronald Quenta
70bbade5e0 add new exception 2017-08-07 02:20:05 -04:00
davidcallizaya
81149399da HOR-3610
Fix System class conflict.
2017-08-03 18:44:57 -04:00
Victor Saisa Lopez
e1875b1ede PM-2039 "Las cookies de sesion no se ha definido con el flag..." SOLVED
Issue:
    Las cookies de sesion no se ha definido con el flag HttpOnly esta debe definirse para mitigar ataques de tipo
    cross-site scripting.
Cause:
    No se a definido el parametro "httponly" al momento de usar la funcion "setcookie"
Solution:
    Se define el parametro "httponly" al momento de usar la funcion "setcookie"
2015-04-20 17:01:38 -04:00
Victor Saisa Lopez
e80dcd506b PM-1903 "0017014: ProcessMaker loses connection..." SOLVED
Issue:
    0017014: ProcessMaker loses connection with database -> lack of mysql_close()
Cause:
    - Error al tratar de conectarse a la BD
    - Segun el feedback proporcianado, el problema central
      se basa en que no se esta haciendo uso del mysql_close()
Solution:
    - Se a logrado implementar el close de los connects a BD abiertos
    - Este cambio repercute en toda la funcionalidad de ProcessMaker. Por lo
      que se debera hacer un test con todos los flags de depuracion
      habilitados, tambien con todos los plugins habilitados/deshabilitados
    - Tambien se debe considerar otros "test cases"
2015-03-30 15:02:48 -04:00
Gustavo Cruz
b158c20114 Removes the last installer references to the missing Features folder. 2015-03-13 15:36:51 -04:00
Gustavo Cruz
280e1326e2 Adding installer compiler tags for the enterprise version of processmaker take 2 2015-03-06 10:05:03 -04:00
Gustavo Cruz
077033adca Moving the Features folder again in order to ensure compatibility with the namespaces convention 2015-02-24 18:14:41 -04:00
eriknyk
80083ffff4 Fix on REST bootstrap for new endpoint: /<workspace>/oauth2/token and others like that
- problem with rest classes cache was found
  just because, now we have two url patterns
      1. /api/1.0/<workspace>/xxxxxxxx
      2. /<workspace>/oauth2/xxxxxxxx
  restler was generating two different cache class maps, for both patterns,
  so the first one request was overwriting to other.

** IT IS FIXED NOW
2014-09-23 15:18:22 -04:00
Brayan Osmar Pereyra Suxo
39cdc12020 Correccion de bug en sub process 2014-06-24 12:12:59 -04:00
Erik Amaru Ortiz
75199402e5 updateing app.php to remove composer autoload use, and some little tweaks 2014-05-28 12:08:00 -04:00
Erik Amaru Ortiz
736275c791 Some changes on WebApplications class and app.php file 2014-03-17 09:48:23 -04:00
Erik Amaru Ortiz
bf8ff46fe7 fixed acces for pmtables endpoint 2014-03-14 15:33:34 -04:00
Erik Amaru Ortiz
dad40d77f6 Updating classloading for normal and Rest, requests 2014-03-14 11:57:27 -04:00
Erik Amaru Ortiz
b6a7122bb7 Update for new application bootstrap, default redirect handling was added 2014-03-13 10:23:50 -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
Erik Amaru Ortiz
e649e829f5 More performance changes 2014-03-11 18:05:55 -04:00
Erik Amaru Ortiz
eba8acd56d adding logic on new bootstrap 2014-03-10 16:02:09 -04:00
Erik Amaru Ortiz
bbd4998845 adding app.php 2014-03-07 13:20:06 -04:00