Statistics
| Branch: | Tag: | Revision:

root / ui / static / snf / js / utils.js @ 859a4609

History | View | Annotate | Download (12.9 kB)

# Date Author Comment
35584d80 10/31/2011 11:18 am Kostas Papadimitriou

Updated copy to clipboard utility,

- Replaced ZeroClipboard.js with zclip.js
- Fixed IE issues, Refs #1478
- Updated helper function
- Updated views to use the new helper

60376c36 10/21/2011 03:32 pm Kostas Papadimitriou

Force clipboard parent element cleanup

675df0d2 10/21/2011 03:24 pm Kostas Papadimitriou

Browser support fix

skip caret positioning for browsers that don't support setSelectionRange

85b48c69 10/11/2011 05:31 pm Kostas Papadimitriou

Truncate utility fix

Handle undefined variables

978648f4 10/10/2011 12:12 pm Kostas Papadimitriou

Api access view, Refs #979

9ffd10ce 10/05/2011 05:46 pm Kostas Papadimitriou

Improved UI error handling

- Do not overlap error overlay views when new errors get triggered
Refs #1433
- Skip error overlay appearance if user is viewing feedback overlay
- Handle generic (window.onerror) javascript exceptions that may occure
accross UI application...

9ce969a7 10/03/2011 02:51 pm Kostas Papadimitriou

Improved API calls handling

- better api calls error handling
- emulate notmodified responses for opera browser
- configurable timeouts skipping limit

a9d9f677 09/29/2011 12:23 pm Kostas Papadimitriou

Inform user on successful copy yo clipboard

73cb2274 09/28/2011 05:51 pm Kostas Papadimitriou

Deprecated code cleanup

b15a0cc4 09/28/2011 12:46 pm Kostas Papadimitriou

Improved error reporting

6a3a5bf7 09/28/2011 12:29 pm Kostas Papadimitriou

Improved vm action error handling

87343821 09/27/2011 03:09 pm Kostas Papadimitriou

Fix error arguments parsing

bd8fa10c 09/27/2011 11:10 am Kostas Papadimitriou

Fixed clipboard functionality for IE

49772990 09/26/2011 05:49 pm Kostas Papadimitriou

ZeroClipboard wrapper class

edd1d565 09/26/2011 01:45 pm Kostas Papadimitriou

Improved error reporting

- allow errors to change the error view arguments
- more informative vm action errors
- infrastructure for multiple errors handling

73e25ce2 09/26/2011 11:32 am Kostas Papadimitriou

Create machine final step redesign

820ef2f0 09/26/2011 11:31 am Kostas Papadimitriou

Create view redesign

7f34b497 09/22/2011 02:31 pm Kostas Papadimitriou

Non critical error for 413 responses

8d08f18a 09/19/2011 03:22 pm Kostas Papadimitriou

Initial commit for ui-refactor branch

HTML/Javascript code refactoring towards an MVC-like design.