Commit Graph

313 Commits

Author SHA1 Message Date
Brayan Osmar Pereyra Suxo
2f4d05fbe7 BUG 9215 Show scroll in google chrome SOLVED
- I add validate and removed scroll
2012-07-06 10:18:19 -04:00
Brayan Osmar Pereyra Suxo
421904fa2e BUG 9333 Selection screen is possible do double click SOLVED
- I add a validate to all button in event click and submit
2012-06-27 17:07:17 -04:00
Brayan Osmar Pereyra Suxo
665cd08875 BUG 9333 Selection screen is possible do double click SOLVED
- I add a validate to all button in event click and submit
2012-06-27 11:06:41 -04:00
julceslauhub
b050a8d093 Merge pull request #100 from marcoAntonioNina/097f50f31fd2609b10e4fe50578730c3b52de9da
BUG 8457 Problems reassigning cases to other users under HOME>Reassign SOLVED
2012-06-22 19:56:19 -07:00
Marco Antonio Nina
097f50f31f BUG 8457 Problems reassigning cases to other users under HOME>Reassign SOLVED
- We found some loose details in the reassignment.
- It was added a note for the correct use of the reassignment and also a warning before continuing doing reassignment.
2012-06-21 17:48:08 -04:00
Brayan Osmar Pereyra Suxo
9f7a522dff BUG 8445 Don't work jump the cases list SOLVED
- I Add validate to cases numbers not exists
- I Add message in translation ID_CASE_DOES_NOT_EXIST_JS
2012-06-21 12:02:11 -04:00
Brayan Osmar Pereyra Suxo
8d436eb047 BUG 9327 Don't validate required field in grid SOLVED
- The object leminud and input disappeared the moment of submit
- I add new instance the object leimund and input
2012-06-20 11:30:16 -04:00
Brayan Osmar Pereyra Suxo
47bbfe21de BUG 8878 The window's tbar increase size SOLVED
- The windows's tbar increase size before execute ajax, it do to lost scroll
- I remove event hidde and add the disable
2012-06-08 10:22:42 -04:00
Hector Cortez
24c7f8ee7f BUG 9102 Inconsistent font in UI SOLVED
- The font under "Process Information" is different than the rest of the UI. It's bigger and in bold.
- Adjustment in text fonts of the lateral panel "Process Information".
2012-06-01 15:11:59 -04:00
Alvaro Campos
6d5f02e2dd BUG 0000 se agrego vista previa del mensaje enviado SOLVED
- se agrego en el historial de mensajes una vista previa, este puede ser agregado con un doble clic en el elemento.
2012-05-16 12:53:42 -04:00
Erik Amaru Ortiz
1a8545df8a BUG 0000 herbert> SOLR implementation in PMOS2
Solr support in PMOS2 includes:
Functionality:
- Implementation of Home views (Inbox, Draft, Participated, Unassigned). The views return fast results.
- Include read, unread, all,  and process filter in inbox View.
- Include process filter in draft view.
- Include started by me, completed by me, all, process, and status filter in participated view.
- Include process filter in unassigned view.
- Improved search functionality (search in user defined variables): Use the following syntax to search in process (user defined) variables. {variable_name}:{search_word} ex1:"causal:20*" where causal is the variable defined by the user.
  + Use of wildcards in search: Use * as wildcard at the begin or end of word
  + Multiple conditions in search: Separate multiple conditions by space ex2:"Materiales causal:20*" means that we are searching for the word Materiales and the causal that begin with 20.
  + Search in dates (interval ): Format=> {variable_date}:[yyyy-mm-dd TO yyyy-mm-dd]
    Local date not UTC date required
    ex: FechaRegistro:[2011-04-15 TO 2011-04-30] //registros con fecha entre el 2011-04-15 y el 2011-04-30.
  + we can use the wildcard *:
    ex: FechaRegistro:[* TO 2011-04-30] //registros con fecha menor o igual a 2011-04-30.
    FechaRegistro:[2011-04-15 TO *] //registros con fecha mayor o igual a 2011-04-15.
  + Search of exact phrases. format: {variable}:"frase a buscar"
    ex: Cliente:"Jesus Marin"

- Application update function.
	+ The function is called every time a change is detected in the application's data including the related delegations.
- Use of cache to improve performance

Not included:
- Order of task, sent by, and due date columns.

Pending:
- Advanced search view using faceted lists.
2012-05-15 10:56:48 -04:00
Erik Amaru Ortiz
27eac4dfc2 BUG 0000 "Start Case Detail Panel Compatibility on new Pmos UI" 2012-05-02 11:25:54 -04:00
Erik Amaru Ortiz
b24c9eb7a1 BUG 8875 "New ExtJS based Login & Main ProcessMaker interface Des.." UPDATED
- problems on installer & IE compatibility
- IE compatibility added, some fixes on login & installer
2012-04-26 13:21:41 -04:00
Victor Saisa Lopez
55ac075100 BUG 8879 "Need help with reference to the colors of the tasks on..." SOLVED
- The colors in the trackerLogin processMap are different to the processMap of a normal user
- The colors in the trackerLogin processMap are equal to the processMap of a normal user
2012-04-25 19:05:56 -04:00
Hector Cortez
b623e8577b BUG 8671 PM. 2.0 -Testing.13: Error de traducción
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles.
- Adjustments several in the hardcoded in ExtJS labels.
2012-04-23 10:27:09 -04:00
Victor Saisa Lopez
374bb0d051 BUG 9006 "The changes made by process supervisors to fields in..." SOLVED
- The changes made by process supervisors to fields in DynaForms are not recorded in the Change Log

- Changes made by process supervisors to fields in DynaForms, may be viewed by a user if this is defined in "process permissions". with this the user will see the "Change Log" of a case.
- Additionally the following error was corrected:
  > Fatal error: Call to undefined method Ajax::dynaformViewFromHistory() in processmaker/workflow/engine/methods/cases/ajaxListener.php on line 42

  > The error was corrected by adding code to complete the "Change Log" in the option "View"
2012-04-23 10:16:01 -04:00
Marco Antonio Nina
72c435df4c BUG 9016 wrap text on the Cases List SOLVED
- In the cells of the grid in the list of cases had text too long.
- It added a new functionality to render to wrap text in these cells and render merged with the Showfield.
2012-04-20 16:41:27 -04:00
Marco Antonio Nina
8d9c48b94b BUG 000 Add missing colon 2012-04-12 09:28:35 -04:00
Marco Antonio Nina
ae20dfb712 BUG 8932 Untranslatable strings Information process Information... SOLVED
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
2012-04-12 09:12:17 -04:00
Victor Saisa Lopez
dbaa10be2d BUG 8765 "Problema al descargar documentos del Processmaker cuando..." SOLVED
- When the plugin is enabled Knowledgetree displays an error when you download the file
- Was added the necessary code to download the file when the plugin Knowledgetree is enabled
- Also added code in the plugin Knowledgetree, for this change to work properly
2012-04-05 17:11:50 -04:00
Victor Saisa Lopez
0b7c5060c4 BUG 8879 "Need help with reference to the colors of the tasks..." SOLVED
- Feature, colors panel in processMap for the "tracker"
- Added colors panel in processMap for the "tracker"
2012-04-04 11:55:37 -04:00
Erik Amaru Ortiz
bd2aef2e66 BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit) 2012-03-29 16:42:09 -04:00
Alvaro Campos
0106280056 BUG 8600 If open multiple tabs ... , some tabs become blank solved
- If open multiple tabs with the "Information" menu inside the cases frames, some tabs become blank
- fixed issue added tabchenge function.
2012-03-29 16:19:45 -04:00
Alvaro Campos
c93d6ae091 BUG 8812 js error on Pausing case,its calendar shows error using IE SOLVED
- There's a JavaScript error when we want to pause a case on Internet Explore ver. 8 and 9.
- fixed issue with error on the calendar show for IE
2012-03-29 11:09:44 -04:00
Alvaro Campos
3e3018965b BUG 8743 Migrate Case Informations lists to ExtJS SOLVED
- Migrate Case "Information" lists to ExtJS (from master branch)
- migrated the following items: Case history, Messages History, Dynaforms, Uploaded Documents, Generated Documents
2012-03-26 16:54:43 -04:00
Erik Amaru Ortiz
3fc1318ce2 BUG 8562 "The box to show contents of a variable in the Debugger... " SOLVED
- amos is right, the var. value was showing as html and not as self string
- the problem was solved parsing to its html entities equivalent and it is showing now.
2012-03-12 10:53:06 -04:00
Alvaro Campos
e4faf42c8c BUG 5436 Documents, files are deleted if don't select a folder to... SOLVED
- The problem is very old and change that screen interface with ExtJS.
- But reviewing the functionality of "move" and "copy" we see that were not completed, was it advanced with "move" in order to move a file to another address, simply drag the file to your new location.
2012-03-09 10:09:13 -04:00
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Hector Cortez
8c38a10db5 BUG 8432 Adjust the tracking when debugging triggers. 2012-02-23 12:32:34 -04:00
Hector Cortez
befd02ac54 BUG 8460 Adjustment in the window "Steps List", was added button show/hide. 2012-02-13 12:55:23 -04:00
Alvaro Campos
c8ab691135 BUG 7084 fixed issue of multiple reassign 2012-02-01 16:33:53 -04:00
Hector Cortez
6bc409131d BUG 8412 Changed the open short tags for PHP code to long open tags.
Were not modified the labels are in thirdparty  nor which are replaced by empty string.
2012-01-30 17:59:57 -04:00
Alvaro Campos
cfe3c19041 BUG 8173 password is encrypted of email settings 2011-12-22 10:16:52 -04:00
Alvaro Campos
f1928f2703 BUG 7084 the problem with the grid was solved reassign all cases by task. 2011-12-16 15:33:06 -04:00
Erik Amaru Ortiz
c369b8de0b BUG 8136 "Problemas en la hora Enviroment" SOLVED
- I was by a cross configuration issue. solved.
2011-12-02 13:04:36 -04:00
Alvaro Campos
f5053045f3 BUG 7664 added hide or show buttons in documents 2011-11-29 18:11:59 -04:00
Erik Amaru Ortiz
4bbf5a48e6 BUG 8099 "La opción status en Reassign, se vi..." SOLVED
- the translation was being overwritten, but it is fixed now
2011-11-29 12:55:02 -04:00
Alvaro Campos
de958a06f3 BUG 8043 Solucionado problema de PREVIOUS_PAGE cuando no tiene un paso previo. 2011-11-25 12:01:25 -04:00
Alvaro Campos
37bac86213 BUG 8058 se arreglo el boton action en participated 2011-11-25 11:27:23 -04:00
Erik Amaru Ortiz
4afa991925 BUG 0000 Fixing a litle bug when opening a case JS errors fixed
- problem found when a case was open and a node need to set into cases steps tree
- validation missing added
2011-11-16 13:19:36 -04:00
Erik Amaru Ortiz
297b0abfb1 BUG 0000 Fixing a litle bug when opening a case
- problem found when a case was open and a node need to set into cases steps tree
- validation missing added
2011-11-16 10:07:14 -04:00
Carlos Pacha
0d4d324a3f Merge branch '2.0-dev' of git.colosa.net:processmaker into 2.0-dev 2011-11-14 19:03:02 -04:00
Carlos Pacha
5b2efe5ea5 BUG 0000 improving the documents option (add, delete folders and docuemnts)
improving Code add, remove folder and documents
2011-11-14 19:01:53 -04:00
Alvaro Campos
bb6c3c78b9 BUG 7446 was added all options on the menu after 'Jump to' action 2011-11-10 10:31:24 -04:00
Alvaro Campos
f7add8444d BUG 7554 A new permission was added for the functionality of "Cancel" 2011-11-09 11:28:06 -04:00
Carlos Pacha
8ec28d5f71 BUG 7920 The "Not in folder" folder shouldn't be created by default
removed "Not in Folder" and all documents that hadn't a defined folder is showed in ROOT now
2011-11-08 18:56:41 -04:00
Carlos Pacha
0034a2cc05 BUG 7943: Steps browsing issue
This issue was fixed, now displays the selected dynaform
2011-11-03 17:36:51 -04:00
Erik Amaru Ortiz
a7e4126f95 BUG 7598 "New Feature about the process information"
- Added an option to hide the process information on start case panel
-- the option is in ADMIN->Environments->Hide Process Information checkbox
2011-10-19 09:15:51 -04:00
Erik Amaru Ortiz
053f448b31 BUG 0000 Case Notes improvements 2011-10-03 11:45:25 -04:00