Statistics
| Branch: | Tag: | Revision:

root / ui / static / snf / js / ui / web / ui_main_view.js @ c130b56e

History | View | Annotate | Download (30.9 kB)

# Date Author Comment
101e6604 10/27/2011 02:10 pm Kostas Papadimitriou

Improved multiple actions container, Refs #1482

- Allow multiple actions for multiple contexts (networks, vms, vms
that require reboot)

1e827d67 10/26/2011 01:09 pm Kostas Papadimitriou

Invitations overlay refactoring to new overlay API

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

Api access view, Refs #979

60491a38 10/07/2011 05:11 pm Kostas Papadimitriou

UI improvements

- Fixed list view vm container selectors
- Improved application loading progress

e673a761 10/07/2011 03:49 pm Kostas Papadimitriou

Fixed empty view visibility handling

75331d54 10/07/2011 03:01 pm Kostas Papadimitriou

VM views optimizations and fixes

- Cache DOM vm elements
- Better vm inner elements selectors

2c5adb8a 10/06/2011 02:08 pm Kostas Papadimitriou

Update menu title on view change

66be390b 10/06/2011 12:12 pm Kostas Papadimitriou

Improved UI settings configuration, Refs #1447

- Most of the settings can now configured via django applcation
- Added some UI behaviour settings providing default values
- Added default values and documented new UI settings in settings.d/30-ui.conf
- Changed SUGGESTED_FLAVORS setting to VM_CREATE_SUGGESTED_FLAVORS...

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...

35855ff5 10/04/2011 04:12 pm Kostas Papadimitriou

Fixed update intervals

b1e6a2de 10/04/2011 03:55 pm Kostas Papadimitriou

Improved api recurrent requests

Increase timeout intervals when window looses its focus.
The behaviour can be disabled from synnefo.config.delay_on_blur config
parameter.

81cfb7ee 10/04/2011 12:40 pm Kostas Papadimitriou

Early creation of feedback view to allow early error reports

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

2506f741 09/30/2011 06:40 pm Kostas Papadimitriou

Several UI optimizations and fixes

df8fe961 09/30/2011 03:31 pm Kostas Papadimitriou

Redirect to machines view if vms list is empty

497c4795 09/30/2011 01:05 pm Kostas Papadimitriou

More reasonable interval settings for networks/vms

96d725ac 09/28/2011 05:34 pm Kostas Papadimitriou

VM stats fetcher for icon and single view

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

23a3bb8e 09/27/2011 02:09 pm Kostas Papadimitriou

Improved DOM selectors

108dd5bd 09/26/2011 04:00 pm Kostas Papadimitriou

Trigger logout on UNAUTHORIZED (401) responses

b61dc01f 09/26/2011 03:53 pm Kostas Papadimitriou

UI logout action

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

dc020cf6 09/26/2011 12:05 pm Kostas Papadimitriou

Split error view in its own file

e1599ff8 09/22/2011 02:34 pm Kostas Papadimitriou

Forgotten main view api errors bind

92a063bf 09/21/2011 10:34 am Kostas Papadimitriou

Minor ui refactoring

122850c5 09/20/2011 01:28 pm Kostas Papadimitriou

VM actions, ui handling fixes

- notification for vms that require reboot
- notifications for multiple actions

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

Initial commit for ui-refactor branch

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