ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/MCP/Trunk/MCP_CopyUp_Request_UI.py
Revision 540 - (view) (annotate) - [select for diffs]
Modified Mon May 5 19:24:56 2014 UTC (11 years, 10 months ago) by nino.borges
File length: 31628 byte(s)
Diff to previous 496
Changed event call backs that referenced a event ID because that was not always stable. Updated version to 1.9.0 beta .07
Revision 496 - (view) (annotate) - [select for diffs]
Modified Fri Dec 20 15:52:59 2013 UTC (12 years, 3 months ago) by nino.borges
File length: 31062 byte(s)
Copied from: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py revision 485
Diff to previous 485
Moved the main mcp code to the trunk, for easier versioning.
Revision 485 - (view) (annotate) - [select for diffs]
Modified Wed Nov 20 20:22:37 2013 UTC (12 years, 4 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 31062 byte(s)
Diff to previous 476
Updated to fix bug where it was not taking upload type.
Revision 476 - (view) (annotate) - [select for diffs]
Modified Mon Nov 4 17:09:33 2013 UTC (12 years, 4 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 30945 byte(s)
Diff to previous 466
Fixed a small bug where it was not using new folders for the vendor folder to IDS copying.
Revision 466 - (view) (annotate) - [select for diffs]
Modified Mon Oct 7 19:13:24 2013 UTC (12 years, 5 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 30863 byte(s)
Diff to previous 464
Added a splash screen to ViewEdit, CopyUp and AddCase.
Revision 464 - (view) (annotate) - [select for diffs]
Modified Mon Oct 7 19:04:50 2013 UTC (12 years, 5 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 30642 byte(s)
Diff to previous 462
Moved CreateCaseStylePathFolders out of view edit console and into mcplib so that copyup could use it too. Added ability to copy up to also test if the user already selected new vs old style and it updates it in the db.
Revision 462 - (view) (annotate) - [select for diffs]
Modified Tue Oct 1 19:53:25 2013 UTC (12 years, 5 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 27542 byte(s)
Diff to previous 458
Added support in view edit for the case path style setting and added a popup that forces you to choose if you select an IDS system. Also added ability to have the MCP create the data folders.
Revision 458 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 14:41:23 2013 UTC (12 years, 6 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 27516 byte(s)
Diff to previous 457
Changed the Generic lable to Generic (old cases only) from working dir.  Created the Expedat Walk generator in MCP_Lib to act as a expedat dir walker. Changed the vendor upload dialog so that it now supports unlimited folder depth, by using the generator.
Revision 457 - (view) (annotate) - [select for diffs]
Modified Fri Sep 13 15:10:57 2013 UTC (12 years, 6 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 22600 byte(s)
Diff to previous 454
Changed back to not using working folder per request and added full support for the new structure.
Revision 454 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 18:57:31 2013 UTC (12 years, 6 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 22400 byte(s)
Diff to previous 453
Added a new view called My Active Cases, filtering the case list to only show your active cases for all modules.
Revision 453 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 17:59:42 2013 UTC (12 years, 6 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 22091 byte(s)
Diff to previous 266
Added support for the working folder, IDS and made expedat library encrypted.  Also fixed a bug where it would error out if copy up was less than 1k.
Revision 266 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 19:25:36 2013 UTC (13 years, 1 month ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 20951 byte(s)
Diff to previous 258
moved the list of archive file types to the lib, so that there would be one place only to change it, and pointed copy up here.  Also added a warning dialog to copy up to warn when it's about to gather the compressed size of an archive.
Revision 258 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 15:56:46 2013 UTC (13 years, 2 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 19714 byte(s)
Diff to previous 236
Finished adding feature Copy From Vendor Folder (#39) to copyup. Added menu items for settings, linked vendor folders and alternate media path to view edit ui
Revision 236 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 22:15:32 2012 UTC (13 years, 3 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 19389 byte(s)
Diff to previous 235
MCP: Copy up split into source media local and remote.
Revision 235 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 21:43:15 2012 UTC (13 years, 3 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 19134 byte(s)
Diff to previous 232
MCP: Copy up split into source media local and remote.
Revision 232 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 20:55:55 2012 UTC (13 years, 3 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 18927 byte(s)
Diff to previous 203
changed expire date on chai v8 and 10. Added GatherSize to MCP lib.
Revision 203 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 22:55:58 2012 UTC (13 years, 4 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 17624 byte(s)
Diff to previous 189
Added Vendor Folder capability to lib and to the UI
Revision 189 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 15:18:39 2012 UTC (13 years, 4 months ago) by nino.borges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 11570 byte(s)
Diff to previous 8
Added backend 'view my case notes' ability to view edit and added same to ui and back end of copyUp.
Revision 8 - (view) (annotate) - [select for diffs]
Added Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges
Original Path: Python/NinoCode/Active_prgs/MCP/MCP_CopyUp_Request_UI.py
File length: 8697 byte(s)
Initial Import

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a