Commit Graph

15 Commits

Author SHA1 Message Date
Brayan Osmar Pereyra Suxo
1d17893c90 Arreglo de cron 2014-07-01 16:13:46 -04:00
Julio Cesar Laura
adeea26e32 BUG 13938 Line error_reporting(E_ALL) in cron.php and cron_single.php is generating unnecesary errors SOLVED
- Unnecesary lines to set the configuration for "display_errors" and "error_reporting"
- Delete unnecesary lines and now this configurations is setted with the processmaker configuration (env.ini)
2014-01-21 13:02:08 -04:00
Julio Cesar Laura
9325376cdd IMPROVEMENT for the new option '+force' in the cron file 2014-01-10 11:26:08 -04:00
Marco Antonio Nina
9779b436a8 BUG-12465 Se necesita una forma mas sencilla de rehabilitar el cron SOLVED
- No se tenia una opcion para borrar el archivo que se crea con el cron.
    - se agrega un parametro "+force", este parametro borra el archivo del cron y se puede continuar directamente con la ejecuci
    - php cron.php [+d"YYYY-MM-DD HH:MM:SS"] [+wWORKSPACE] [ACTIVITIES] [+force]
2013-07-30 11:45:16 -04:00
Marco Antonio Nina
b481d5ba3e BUG-12465 Se necesita una forma mas sencilla de rehabilitar el cron SOLVED
- No se tenia una opcion para borrar el archivo que se crea con el cron.
- se agrega un parametro "+reset", este parametro borra el archivo del cron y se puede continuar directamente con la ejecucion del cron.
- php cron.php [+d"YYYY-MM-DD HH:MM:SS"] [+wWORKSPACE] [ACTIVITIES] [+reset]
2013-07-30 10:39:35 -04:00
Victor Saisa Lopez
8e188a61f4 BUG NNNNN "Cuando da error en el cron asegurarse de que borre..." SOLVED
- Cuando se ejecuta el "cron.php" y al producirse algun error no se actualiza
  el archivo "cron" que esta en shared
- Problema resuelto, se ha utilizado la estructura "try and catch" para capturar
  cualquier error que se produsca al ejecutar el "cron.php". Cuando esto ocurra
  se actualiza el archivo "cron" indicando el fin de la ejecucion

* Available from version ProcessMaker-2.5.2-testing.1
2013-07-10 09:59:29 -04:00
Victor Saisa Lopez
995be39eb9 BUG 4940 "Add option to set a time limit on 'self serve'..." SOLVED
- New feature
- Add option to set a time limit on "Self service" routing
- Added new feature in properties task
- This new feature is activated by the execution of cron.php:
      cron.php [+wWORKSPACE] unassigned-case
* Available from version 2.0.45
2012-10-22 13:55:35 -04:00
Victor Saisa Lopez
3b797f7788 BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
- New feature
- Add a new option in ADMIN -> Logs for the cron
- Added new feature
* Available from version 2.0.44
2012-09-24 11:51:45 -04:00
Victor Saisa Lopez
331cb04a2c BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
- Variable time added to control execution of cron
* Available from version 2.0.44
2012-09-03 11:32:52 -04:00
Victor Saisa Lopez
dfb10bc7aa BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
* Available from version 2.0.44
2012-08-30 15:05:39 -04: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
Julio Cesar Laura
b1c730bef5 BUG 9368 Cron script not reading timezone configuration
- The system configuration was not loaded in the cron
- Load the system configuration to the begin of the cron
2012-07-20 13:33:28 -04:00
abraar
22c8a3f4d3 Changes done for PhpDoc 2011-01-28 14:16:58 +00:00
Alexandre Rosenfeld
4510d96cff Fix cron with spaces in the name and enable debugging for cron. 2011-01-21 22:11:13 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00