Commit Graph

47 Commits

Author SHA1 Message Date
Hector Cortez
ac4b24746c BUG 0000 Problems Moving a folder in the Document option SOLVED
- Problems Moving a folder in the Document option
- Adjustment and Validation to Moving a folder in the Document option.
2013-04-25 11:33:55 -04:00
marcelo
a476ae8248 BUG 7536 "Problem with moving a file from one folder to another folder
in the ProcessMaker DMS" SOLVED

-In version 2.031 and 2.0.32rc5, there is a function to allow you to
move or copy a document from one folder to another, but it does not
work. On move function you can add text to the combobox that shows where
you would like to move a document.
-Solved, The final user cant add any kind of text to the combo box that
shows where you would like to move a document.
2013-04-17 13:07:27 -04:00
Victor Saisa Lopez
8d748e650c BUG 0000 "Problem with negative character in masks" SOLVED
- Problem with negative character in masks
- Solved problem with negative character in masks, if the negative
  character is not in the same mask is accepted data input by keyboard
* Available from version ProcessMaker-2.0.46
2013-03-14 19:01:24 -04:00
julceslauhub
229c49e9ef Merge pull request #1400 from hector-cortez/BUG-0000
BUG 0000 Adjustment for the standardization of code. CODE_STYLE
2013-03-14 12:44:47 -07:00
Julio Cesar Laura
64e518fb49 Doc System, change hardcoded labels 2013-03-14 15:15:04 -04:00
Hector Cortez
b7e254b425 BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 12:36:34 -04:00
Hector Cortez
cee1427848 BUG 10829 Paginacion en documents no muetsra documentos en la pagina siguiente SOLVED
- En Home/Documents vamos a la paginacion y al darle click para ir a la pagina 2 no vemos los docuemetos faltantes, viendo que tenemos mas de 100 documentos.
- Changed file extension of pdf to doc.
2013-03-12 14:27:04 -04:00
Hector Cortez
3fe55aa94f BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-05 09:12:44 -04:00
Hector Cortez
521e1d4481 BUG 10829 Paginacion en documents no muetsra documentos en la pagina siguiente SOLVED
- En Home/Documents vamos a la paginacion y al darle click para ir a la pagina 2 no vemos los docuemntos faltantes, viendo que tenemos mas de 100 documentos.
- Adjustment in the list of the documents.
2013-02-26 17:49:59 -04:00
Julio Cesar Laura
30630069bb BUG 10412 Error en home/documents, cuando se pierde sesion en PM SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-01-29 13:30:32 -04:00
Victor Saisa Lopez
751c895178 BUG 10036 "No esta rezalizando un buen conteo de la..." SOLVED
- To delete an OutputDocument in DESIGNER, not removed APP_DOCUMENT (this
  is correct, then you may have already created cases, which already have records)
- When a user has permissions PM_ALLCASES can not see all documents
- An register in APP_DOCUMENT of type OUTPUT without their registration in OUTPUT_DOCUMENT, now
  is completed
- A user with PM_ALLCASES can now see documents
* Available from version ProcessMaker-2.0.46
2013-01-07 11:54:48 -04:00
Julio Cesar Laura
d9604aa87d BUG 5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS IMPROVEMENT 2012-11-30 10:41:20 -04:00
jennylee
6e5e6859d0 BUG-5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS.
I add a new function: UPDATE in 'engine/classes/model/AppFolder.php', and in 'engine/methods/appFolder/appFolderAjax.php' to save the new name of the file.
2012-11-29 17:19:31 -04:00
jennylee
fc54701386 BUG-5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS.
I add a new function: UPDATE in 'engine/classes/model/AppFolder.php', and in 'engine/methods/appFolder/appFolderAjax.php' to save the new name of the file.
2012-11-29 16:35:20 -04:00
Victor Saisa Lopez
55ee745105 BUG 0000 "In HOME>Documents pager does not work" SOLVED
- In HOME>Documents pager does not work
- Fixed, Added total records variable, The pager now work correctly
* Available from version 2.0.46
2012-11-16 13:32:07 -04:00
Julio Cesar Laura
ecc82882fc BUG 10036 No esta rezalizando un buen conteo de la paginacion en Documents SOLVED
- Incorrect calculation of the items in the folder
- Fix the formula to calculate the items in the folder
2012-11-09 17:14:52 -04:00
jennylee
cfbbf82f77 CODE STYLE, changes
FILES:
gulliver/system/class.database_mssql.php
gulliver/system/class.database_mysql.php
workflow/engine/classes/class.cli.php
workflow/engine/classes/class.pluginRegistry.php
workflow/engine/classes/entities/FacetGroup.php
workflow/engine/classes/entities/SolrUpdateDocument.php
workflow/engine/classes/triggers/class.pmTalendFunctions.php
workflow/engine/methods/appFolder/appFolderList.php
workflow/engine/methods/processes/processes_Ajax.php
2012-10-22 17:23:01 -04:00
Marco Antonio Nina
e404161a00 BUG 9917 No se actualiza el paginado en el file manager despué.. SOLVED
- no was validated files deleted.
- was add validation for files deleted.
2012-10-17 10:57:57 -04:00
Marco Antonio Nina
2a2f053126 BUG 7536 Problem with moving a file from one folder to another foldER... SOLVED
- No exist the methods corresponding.
- Was added the methods for copy and move directories.
2012-10-05 15:02:46 -04:00
Marco Antonio Nina
4f3003cbf8 BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-12 09:33:18 -04:00
Marco Antonio Nina
90d465811a BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 17:12:45 -04:00
Marco Antonio Nina
846bf611ea BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 14:01:20 -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
fb83aef89b CODE STYLE
- workflow/engine/menus/cases.php
- workflow/engine/methods/appFolder/appFolderAjax.php
2012-07-19 17:13:59 -04:00
Marco Antonio Nina
3e22cd5c25 BUG 8408 Acceso a Documentos por usuarios sin permiso... SOLVED
- Not validated the permission PM_FOLDERS_VIEW.
- the user must have this permit and may only view documents in the processes that participate, and for see all with the permission PM_ALLCASES.
2012-07-19 16:07:17 -04:00
Marco Antonio Nina
0823fa907d BUG 8408 Acceso a Documentos por usuarios sin permiso... SOLVED
- Not validated the permission PM_FOLDERS_VIEW.
- the user must have this permit and may only view documents in the processes that participate, and for see all with the permission PM_ALLCASES.
2012-07-19 12:28:56 -04:00
Brayan Osmar Pereyra Suxo
1856067042 BUG 9395 the code don't uses standard SOLVED
- I add standart to code
2012-07-09 15:31:23 -04:00
Brayan Osmar Pereyra Suxo
abebd247e6 BUG 9395 Don't show folders in tree of Documents SOLVED
- I add validate to ajax tree to show all folders
2012-07-09 10:51:36 -04:00
Victor Saisa Lopez
9df68b5307 BUG 8973 "Replace all instances of json_encode() and json_decode()..." SOLVED
- Problems with functions json_encode and json_decode in PHP 5.2
- Replace json_encode and json_decode with G::json_encode and G::json_decode
2012-04-23 12:34:16 -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
Hector Cortez
3f695d28c6 BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code. 2012-02-28 16:15:54 -04:00
Hector Cortez
ee22d188cd BUG 5163 Changed the short open tags for PHP code to long open tag. 2011-12-22 16:56:22 -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
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
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hugo Loza
7a152675f8 BUG 5601 Documents are being loaded too slow
Fixed issue implementing pagination. Some other fixes and improvements applied in this commit: Better Refresh button for documents tree, bug 6919 fixed too
2011-08-09 17:36:35 -04:00
Hugo Loza
dbac405369 Bug ID: 6278. Fixed. Problems with IE in Documents 2011-02-25 16:52:05 +00:00
Hugo Loza
67355a5c1e Using configured format for owner and Dates.. 2011-02-25 13:32:46 +00:00
Hugo Loza
bee0142ee0 Bug Id: 6274. Fixed. Documents with correct labels (translations) 2011-02-24 23:15:57 +00:00
Hugo Loza
3fb52800fb Bug Fixed 6256. Error creating folders 2011-02-23 22:14:28 +00:00
Hugo Loza
cc9ed295d7 Correct mime descriptions. Added 41 Labels to translation 2011-02-22 15:26:56 +00:00
Hugo Loza
8999f3e77e Documents V1 ready 2011-02-21 13:37:24 +00:00
Hugo Loza
3a851208da Documents CopyMove almost complete... 2011-02-14 16:32:25 +00:00
Hugo Loza
eed775856b Move action for documents 2011-02-08 12:47:09 +00:00
Hugo Loza
483544b652 Documents upgrade .. 2011-02-04 22:05:14 +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
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00