Commit Graph

43 Commits

Author SHA1 Message Date
davidcallizaya
f5430f2027 HOR-3682
Fix problem generated by password hidding.
2017-08-11 12:14:43 -04:00
davidcallizaya
2f3daccd6b HOR-3433
Fix ProcessMaker User Password Hash Disclosure.
2017-08-09 14:40:02 -04:00
Chloe Deguzman
60efcf7ac7 HOR-2689 Removed references to G::LoadClass, Bootstrap::LoadClass and various references to class loading methods and require_once 2017-08-03 17:19:55 -04:00
Roly Rudy Gutierrez Pinto
8e35674d97 HOR-3309 improvement 2017-06-28 08:05:56 -04:00
Roly Rudy Gutierrez Pinto
adad1839fa HOR-3309 2017-06-27 12:17:19 -04:00
David Callizaya
5ecd36cfe6 Merged in bugfix/HOR-2873 (pull request #5567)
HOR-2873

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-05-16 12:14:28 +00:00
Paula Quispe
da2d6d318a HOR-3089 2017-05-10 15:05:21 -04:00
davidcallizaya
541460bad3 HOR-2873
Fix advanced search alternative UX.
Change combo boxes (User,Process) by suggests.
Encapsulate code.
2017-05-05 09:44:27 -04:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
dheeyi william
e82fb4718c HOR-1448
Remover las llamadas a la función que actualiza los contadores para los usuarios
2016-08-01 15:30:30 -04:00
Gustavo Adolfo Cruz Laura
d8912e231f Fix the infinite loop for a wrong strpos result evaluation. in Users model class. 2016-06-15 12:23:08 -04:00
davidcallizaya
a5d034934b HOR-502 Groups>assigning users to groups in Windows only assigns a single user
+ Se propago el error al UI y se registra en el log de errores.
2016-03-22 18:20:06 -04:00
Paula V. Quispe
2167324c07 PM-3532 2015-11-27 12:42:37 -04:00
Ronald Quenta
a892125433 PM-3709 No permitir loguearse con SSO si existen 2 cuentas de usuario con el mismo mail
fix in SSO
2015-10-03 09:15:26 -04:00
Ronald Quenta
7c66b8c94b PM-3501 Move pmgmail authentication end point to the next branch 3.0.1.4
remove email

fix in message response
2015-09-17 14:09:16 -07:00
Victor Saisa Lopez
a81099ea18 PM-2576 "Support for Timer-Event (End-points and Backend)" SOLVED
- Se a implementado el Timer-Event CRON, el cual se ejecuta con el siguiente comando:
    /path/to/processmaker/workflow/engine/bin$ php -f timereventcron.php +wMyWorkspace
- Se a implementado el registro de logs para el Timer-Event CRON
2015-07-07 11:51:12 -04:00
dheeyi
7622719cb6 PM-1185 Los triggers UserInfo y WSInformationUser despliegan el codigo del calendar y del campo replaced by en lugar de la descripcióCausa : Definida asi.
Solució Se agrego 3 campos mas que muestran su descripció:
2015-05-20 12:02:54 -04:00
dheeyi
5730151a21 PM-1185 Los triggers UserInfo y WSInformationUser despliegan el codigo del calendar y del campo replaced by en lugar de la descripcióCausa : Definida asi.
Solució Se agrego 2 campos mas que muestran su descripciion
2015-05-13 10:43:37 -04:00
Brayan Pereyra
5738fa0864 PM-1695 Crear nuevo endpoint para el contador de casos 2015-03-06 18:06:31 -04:00
Freddy Daniel Rojas Valda
d482cece7f Modificacion de queries para doble conexion 2014-10-07 14:39:40 -04:00
Brayan Osmar Pereyra Suxo
3335e99e9d Correccion de errores stdclass 2014-07-03 09:45:15 -04:00
Luis Fernando Saisa Lopez
0ec881a6f9 FIX_SIMPLIFIED_UI "Traducciones faltantes." SOLVED
- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php,
  AppNotes.php y appProxy.php
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-05-17 20:56:29 +00:00
Luis Fernando Saisa Lopez
870afbac27 FIX_SIMPLIFIED_UI "Traducciones faltantes." SOLVED
- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php,
  AppNotes.php y appProxy.php
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-05-16 20:48:16 +00:00
Julio Cesar Laura
9814347258 BUG 11021: Change the role names from PROCESSMAKER_XXXX to only "XXXX" IMPROVEMENT 2013-03-21 13:38:31 -04:00
user
6d52bdf65c Changing interface DB ORM classes include from class.case.php to bootstrap.php, to gain speed in Cases load time. 2012-11-16 17:13:48 -04:00
Victor Saisa Lopez
97cef89539 BUG 8391 "Request that an "Edit" button be added to the..." SOLVED
- New feature
- Request that an "Edit" button be added to the page to view the
  profile of a particular user
- Added edit button in Summary view
* Available from version 2.0.46
2012-11-16 10:05:20 -04:00
Fernando Ontiveros
ad53bd8a50 CODE STYLE some classes in classes/model 2012-10-20 16:02:33 -04:00
jennylee
2b63d8616b CODE STYLE, checking in detail (PART 2)
FILES:
workflow/engine/classes/model/InputDocument.php
workflow/engine/classes/model/StepTrigger.php
workflow/engine/classes/model/Users.php
workflow/engine/methods/setup/webServicesAjax.php
2012-10-19 11:45:05 -04:00
Hector Cortez
fe2589b1af BUG 7338 User profile "Replaced by" doesn't work when PM derivate a case. SLOVED
- Add a limit, to prevent a infinite bucle (100 or 200)
- Counter added if infinite loop
2012-10-11 10:53:38 -04:00
Hector Cortez
5ff3c0002e BUG 7338 User profile "Replaced by" doesn't work when PM derivate a case. SLOVED
- The user A will be on vacation, then I update A's profile and set "Replaced by" to user B, set "Status" as Inactive or On vacation.
- Adjustment to the user to derivate.
2012-10-10 17:13:18 -04:00
Julio Cesar Laura
bc00312e8e BUG 6680 Change behavior of "On Vacation" status, so that when users return and login, status automatically changes to "active" SOLVED
- The user status never changes when a user on vacation return and login
- Now when a user on vacation return and login its status change to active
2012-09-13 14:54:38 -04:00
Victor Saisa Lopez
6e14ed1bb9 BUG 9005 "userInfo() returns the state or region for the..." SOLVED
- The ["city"] key is not correct in the function userInfo()
- Problem solved, has improved informarion returned by the
  userInfo() function
- They are more data being retormados by the userInfo() function,
  which are (example):
Array
(   [username] => "admin"
    [firstname] => "admin"
    [lastname] => "admin"
    [mail] => "admin@processmaker.com"
    [address] => ""
    [zipcode] => ""
    [country] => ""
    [state] => ""
    [location] => ""
    [phone] => ""
    [fax] => ""
    [cellular] => ""
    [birthday] => "2012-06-14"
    [position] => ""
    [replacedby] => "2806627024ff5c5e6de3343023039250"
    [duedate] => "2015-04-04"
    [calendar] => "426489683503e8e7541dd80068593828"
    [status] => "ACTIVE"
    [department] => "1624625814fdb4a23a20805048462289"
    [reportsto] => "4413935114fd9ea33a65206046642414"
    [userexperience] => "SWITCHABLE"
    [photo] => "PATH_TO_PHOTO/9552681404fd9e9ecd508b7074823254.gif"
)
* Available from version 2.0.44
2012-08-30 08:58:38 -04:00
Victor Saisa Lopez
95f8019f9d BUG 9495 "La edicion del User modifica el Rol" SOLVED
- Reverted the changes made in "Users.php"
- Solved wrong display of information "Country, State or Region, Location"
  in "View_Edit_Profile" this in IE, all this in "usersAjax.php"
2012-08-09 17:09:47 -04:00
Victor Saisa Lopez
80963a2fcf BUG 9495 "La edicion del User modifica el Rol" SOLVED
- When modifying a user's data "ADMIN>Users" or "View/Edit Profile"
  shows the incorrect data in the dropdowns
- Problem solved, display incorrect information in Dropdowns is because
  the response time of AJAX requests, this was solved by improving the
  order of AJAX requests
- Changed the label "Saving process" (ID_SAVING_PROCESS) for
  "Saving ..." (ID_SAVING)
- Solved wrong display of information "Country, State or Region, Location"
  in "View_Edit_Profile" this in IE
2012-08-08 12:26:59 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hector Cortez
db243f80bf BUG 6477 Fix bug, fields in the User Summary. 2011-05-12 17:25:30 -04:00
Enrique Ponce de Leon
fff45fe580 Department user validation problem fixed 2011-02-15 19:19:25 +00:00
Erik Amaru Ortiz
3b449dace1 users & groups assignment to tasks was added (first part) 2011-02-11 23:29:12 +00:00
abraar
50658fbe11 Changes done for PhpDoc 2011-01-31 14:14:55 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Hugo Loza
779a87e046 Documents at 65%. Display folders and documents, no pagination yet.. Posible to create Folders and upload external files. Working on Download, search 2010-12-17 22:30:02 +00:00
Erik Amaru Ortiz
502455989f [2010-12-08 14:01:47] Rev:652 | 3 files Added | 4 files Modified
carlos: improve assignation of users to roles
--------------------------------------------------------------------------------
1. A /trunk/workflow/engine/xmlform/roles/roles_userSearch.xml
2. A /trunk/workflow/engine/methods/roles/roles_AddUser.php
3. A /trunk/workflow/engine/xmlform/roles/roles_ListUsers.xml
4. M /trunk/workflow/engine/classes/model/Users.php
5. M /trunk/workflow/engine/methods/roles/roles_Ajax.php
6. M /trunk/workflow/engine/xmlform/roles/roles_Options.xml
7. M /trunk/workflow/engine/templates/roles/roles_Tree.php
2010-12-09 14:11:22 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00