Commit Graph

55 Commits

Author SHA1 Message Date
Marco Antonio Nina
e632eacf27 BUG-11505 Al realizar el upgrade se ven errores... SOLVED
- The order of the compilation wrong in the upgrade.
- add validation.
2013-04-29 13:55:47 -04:00
Marco Antonio Nina
c40924244e Improvemente upgrade - meta inf 2013-04-24 15:57:01 -04:00
Marco Antonio Nina
cc19021065 Improvement import languages
- file .po is loaded in folder content/translations.
2013-04-17 14:45:58 -04:00
Hector Cortez
3a3c09dabd BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 15:51:16 -04:00
Marco Antonio Nina
effadbde76 BUG 10917 No se terminan de crear campos en la BD al hacer upgrade SOLVED
- Variable not defined.
- was add validation.
2013-03-04 12:39:03 -04:00
Brayan Osmar Pereyra Suxo
477cf0bbd5 PM SQL tunning
We added the PM SQL tunning
2013-01-28 16:49:00 -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
Marco Antonio Nina
3cc3043dc1 BUG 9926 Add a new RTL Skin to support Arabic Language SOLVED
- No was regenerate table translation from translation-repair.
- was add call.
2012-11-14 16:04:36 -04:00
Julio Cesar Laura
9c6a4f1839 BUG 10050 Integridad Referencial SOLVED
- Added instruction suggested
2012-11-12 14:28:25 -04:00
jennylee
20a1eee6bf CODE STYLE, workflow/engine/classes/
FILES:
class.applications.php
class.archive.php
class.wsTools.php
2012-10-18 13:05:23 -04:00
Julio Cesar Laura
e4722622a5 Bug 8626 Backup issues SOLVED
PROBLEM the backup is too bigger to be handle in some os configurations systema files
SOLUTION A new class will help to compress into several files instead one.
to use the new feature the admin would use and extra option as follow:
processmaker workspace-backup -s {}
to restore may use :
processmaker workspace-restore -m
In both case there are to new arguments -s and -m, these are for use the new feature only, if they are not added the old way is still available.
2012-10-15 14:36:26 -04:00
Ralph Asendeteufrer
04de7b363f BUG 9881 PM 2.0.44 testing 3. Al enviar una combinacion invalidad de parametros a PMFNewCase() se vence la sesion del usuario.
PROBLEM  The session vars were replaced with invalid values.
SOLUTION Restore the session vars with healty values.
2012-10-12 14:57:51 -04:00
Ralph Asendeteufrer
463743d3bf BUG 8626 Backup issues
PROBLEM  the backup is too bigger to be handle in some os configurations systema files
SOLUTION A new class will help to compress into several files instead one.
         to use the new feature the admin would use and extra option as follow:
         processmaker workspace-backup -s <megabyte max files size> {<workspace>} <destinationFile.tar>
         to restore may use :
         processmaker workspace-restore -m <workspace> <destinationFile.tar> <workspacedestination>
         In both case there are to new arguments -s and -m, these are for use the new feature only, if they are not added the old way is still available.
2012-10-11 16:54:52 -04:00
Marco Antonio Nina
d1ea074d0b BUG 9902 Error uploading a new language in Zend ServerSOLVED
- Not loaded correctly.
- scans all languages.
2012-10-11 10:25:40 -04:00
Marco Antonio Nina
8eec1347dd BUG 9902 Error uploading a new language in Zend ServerSOLVED
- Not loaded correctly.
- scans all languages.
2012-10-10 17:07:14 -04:00
Marco Antonio Nina
3899bbfd25 BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-10-08 15:05:01 -04:00
Marco Antonio Nina
52086504f1 BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-10-05 16:58:26 -04:00
Marco Antonio Nina
93f236d55a BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 13:35:42 -04:00
Marco Antonio Nina
a8cc4a00f9 BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 10:15:20 -04:00
Victor Saisa Lopez
1f62ae3dd5 BUG 9705 "upgrade ProcessMaker, creates temporary files" SOLVED
- Files created/uploaded to "PATH_DATA/upgrade" not are deleted, this
  in ProcessMaker (core) and Enterprise (plugin)
- Improved the creation/loaded of the files, once completed, are eliminated
* Available from version 2.0.44
2012-09-07 13:56:34 -04:00
Hector Cortez
4dfa80ce75 BUG 9443 In Centos 5.4 Is not possible to do the restore a backup file SOLVED
- In Centos 5.4 is not possible to restore a backup file of ProcessMaker. we are using the next command.
- Adjustment in the restore backup, in the erased the hidden files.
2012-08-03 18:01:01 -04:00
Hector Cortez
f353ae77c2 BUG 8529 Change "exists" to "exist" in many phrases SOLVED
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -04:00
Marco Antonio Nina
7341e7b683 BUG 8943 The Chinese charactors can't be backuped and restored... SOLVED
- The Chinese characters do not display correctly.
- Format was changed UTF-8 to Backup and restore.
2012-07-23 17:35:54 -04:00
Victor Saisa Lopez
c4af5f8d23 BUG 9040 "The Task column doesn't update whith the last changes on..." SOLVED
- The APP_CACHE_VIEW table does not contain the changes made in the CONTENT table when you rename processes/tasks
- The name change in processes/tasks is now reflected in the APP_CACHE_VIEW table
- Note.- The APP_CACHE_VIEW table contains values ..for only one language
2012-05-10 11:06:44 -04:00
Victor Saisa Lopez
1fc85e1591 BUG 8511 "al actualizar la version del servidor Enterprise Trial..." SOLVED
- When you upgrade to a version processmaker, lost the fields defined in "Cases Lists"
- It solved the problem by adding a condition more in the query
2012-03-13 10:04:14 -04:00
Julio Cesar Laura
ab359e773e BUG 000 Fix bug in the upgrade of the dashboards 2011-12-05 16:58:28 -04:00
Julio Cesar Laura
3dd2cef24e BUG 000 New dashlet instances will be updated 2011-12-02 17:25:08 -04:00
Julio Cesar Laura
dde7c0cd64 Now a default dashlet instance is set for the user Administrator 2011-11-10 12:35:19 -04:00
Julio Cesar Laura
152ab8be7b Now is possible upgrade the data in the tables, DASHLET is the first 2011-11-08 17:37:47 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Alexandre Rosenfeld
03f3eefa9c BUG 6962 Upgrade fails with more then one workspace
Change require to require_once to avoid problems reimporting
the Language class when upgrading.
2011-05-25 09:07:20 -04:00
Alexandre Rosenfeld
d3dfd0c0d2 BUG 6854 Workspace restore now rebuilds the APP_CACHE_VIEW triggers 2011-05-10 18:57:29 -04:00
Alexandre Rosenfeld
7a7b2e3cc2 BUG 6476 Fixing upgrade after language import moved 2011-05-09 17:40:31 -04:00
Alexandre Rosenfeld
cbc69e7cc5 BUG 5978 Allow plugins to set tasks for the CLI
Plugins with a bin/tasks directory will be included
in the list of tasks of processmaker CLI.
2011-04-04 09:28:22 -04:00
Alexandre Rosenfeld
2c806e1186 Include hidden files when changing permissions in restore 2011-03-11 20:32:38 +00:00
Alexandre Rosenfeld
51c03b10eb Handle permissions and multiple workspaces correctly in restore 2011-03-10 17:14:07 +00:00
Alexandre Rosenfeld
e29dfb6ca9 Fix some issues when restoring a workspace. 2011-03-10 15:18:52 +00:00
Alexandre Rosenfeld
7e94491aa9 Cosmetic changes to the upgrade messages. 2011-03-10 14:36:40 +00:00
Alexandre Rosenfeld
5773aeb02c Fix workspace information on CLI tasks. 2011-02-25 21:02:27 +00:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00:00
Alexandre Rosenfeld
321959228e Fix to grant super on upgrades for triggers (bug 6114). 2011-02-23 20:27:15 +00:00
Alexandre Rosenfeld
252881ae2e Improvements to CLI and backup & restore. 2011-02-17 20:51:26 +00:00
abraar
7db523fd06 Changes done for PhpDoc 2011-02-03 11:13:21 +00:00
Alexandre Rosenfeld
1303b5e87f Changed command descriptions. 2011-02-02 16:32:22 +00:00
Alexandre Rosenfeld
1781d7cc9f Fixed translation upgrade. 2011-02-02 15:42:12 +00:00
abraar
ef427ec0df Changes done for PhpDoc 2011-02-01 12:49:40 +00:00
Alexandre Rosenfeld
976e6789d7 Re-implemented CLI to provide help messages. 2011-01-27 15:04:37 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Alexandre Rosenfeld
9a1c414455 New backup format with commands in CLI. 2011-01-14 23:11:13 +00:00
Alexandre Rosenfeld
608932d8ff Fix database upgrade. 2011-01-10 14:14:31 +00:00