Statistics
| Branch: | Tag: | Revision:

root / ui / static @ 038383b1

# Date Author Comment
038383b1 04/02/2011 07:45 pm Dimitris Moraitis

detailed error handling & iso8601 compatibility - Refs #213 #363

41cad45d 04/01/2011 10:20 pm Dimitris Moraitis

add indexOf method if not supported (IE compat)

e2ccad35 04/01/2011 09:07 pm Dimitris Moraitis

fix wave in list view & minor css improvements - refs #293

a1705a94 04/01/2011 07:37 pm Markos Gogoulos

Merge branch 'master' of https://code.grnet.gr/git/synnefo

e1a023a6 04/01/2011 07:36 pm Markos Gogoulos

on the gui show which server gives error

when executing an action on the list view of the gui, show server and error if
action was not run

Refs #213

9a5cd5f7 04/01/2011 07:32 pm Dimitris Moraitis

x-browser compat css fixes

3973a66f 04/01/2011 07:24 pm Christos Psaltis

Make progress.gif transparent.

1d72dcdc 04/01/2011 06:12 pm Markos Gogoulos

make smaller wave and spinner icons on gui

Refs #293

6daac744 04/01/2011 06:07 pm Christos Psaltis

Reduce height for error box in standard view, ref #213.

6ef5a025 04/01/2011 06:01 pm Christos Psaltis

Change on hover color for Details button, ref #213

30695d66 04/01/2011 05:28 pm Christos Psaltis

Change margins for non-fixed confirmation dialog, ref #209

29124102 04/01/2011 05:04 pm Christos Psaltis

Hover color for selected actions set to orange

2d5cea9b 04/01/2011 05:02 pm Markos Gogoulos

fix destroy server action behavior on the gui

Refs #213

f1641e4d 03/31/2011 06:14 pm Markos Gogoulos

fix flavors to use api 1.1redux

  • add cpu attribute returned on flavor(s) listing
  • use api 1.1redux on gui for flavors
0971fa71 03/31/2011 04:47 pm Markos Gogoulos

implement server actions on gui for api/v1.1redux

  • implement server reboot/shutdown/start/destroy actions
  • fix ordering on imports (servers.py, actions.py)
  • actions.py: change type to reboot_type (reserverd word)
  • change vm.start_action to backend.start_action where needed...
309d7ed2 03/30/2011 04:09 pm Dimitris Moraitis

autoposition multiple confirm box - Refs #209

6d0a36e5 03/29/2011 11:31 pm Dimitris Moraitis

display animation only once - Refs #293

190e3256 03/29/2011 04:28 pm Dimitris Moraitis

fix select all/none in list view & fix position of multiple action confirm box

c53d09e2 03/29/2011 03:28 pm Christos Psaltis

Move confirmation button labels to respective templates

dcf153ce 03/29/2011 02:30 pm Christos Psaltis

Change inline comments

5fa5c0b2 03/29/2011 01:50 pm Christos Psaltis

Change labels of confirmation buttons, ref #209

040372a8 03/29/2011 01:37 pm Christos Psaltis

Fix actions' colours in list and standard view.

This fix relates to #209 and includes:
- On hover, actions turn black and are underlined.
- On click, actions turn to orange.

d134b632 03/26/2011 03:46 pm Dimitris Moraitis

update images and flavors in wizard when switching between tabs

695e1b21 03/26/2011 03:23 pm Dimitris Moraitis

polish new style error boxes & validate rangeinputs - Refs #209 #213 #147

990772be 03/24/2011 11:34 pm Dimitris Moraitis

new style action indicators in list view - Refs #209

879748ec 03/24/2011 10:33 pm Markos Gogoulos

fix error handling and confirmation boxes

On the standard listing
Refs #209 #213

e8b4ac76 03/24/2011 09:58 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

3d286f84 03/24/2011 09:58 pm Dimitris Moraitis

display number of pending actions in multiple confirm box

ccd40764 03/24/2011 09:42 pm Markos Gogoulos

customize error messages

Refs: #213

8550e831 03/24/2011 08:52 pm Markos Gogoulos

return virtual machine password to the gui user

return the password of the VM to the gui user, once the create server wizzard
has successfully created the VM.

Refs: #203

a1a31201 03/24/2011 05:57 pm Dimitris Moraitis

new style action indicators in standard view - Refs #209

aa0534a7 03/24/2011 04:38 pm Dimitris Moraitis

new style confirmations in standard view - Refs #209

267403ca 03/23/2011 09:20 pm Dimitris Moraitis

new style confirmations & abort old switch view requests - Refs #209 Fixes #309

c5a032c4 03/23/2011 08:26 pm Markos Gogoulos

fix server polling support

  • add function ISODateString that gets the jqXHR.getResponseHeader('Date') and returns changes_since GET variable on ISO 8601 format
  • add changes_since mechanism on GET images too

Ref #291

4e6f9904 03/23/2011 06:25 pm Markos Gogoulos

remove description fields for VM, Image

  • remove description from VirtualMachine model, handlers and tests
  • return images metadata (as on servers). for now return image.description as image.metadata.meta.key.description

Ref #185

1c7978ce 03/23/2011 03:15 pm Dimitris Moraitis

abort pending ajax requests on view switching - Fixes #309

0317c509 03/22/2011 05:22 pm Dimitris Moraitis

dont display error if XHR status equals 0 - Refs #293

d725fb12 03/19/2011 08:16 pm Christos Psaltis

Add and style confirmation box in list & standard view.

This refers to the confirmation box for multiple machine actions
in standard view and all machine actions in list view. The box
appears at the bottom of the page. You can only view it
by removing display: none from div.confirmation....

c2464ef2 03/19/2011 07:04 pm Christos Psaltis

Add and style confirmation box in standard view

This refers to the confirmation box for single machine actions.
At this point you can only view it by removing display: none
from div.confirmation.

Refs #209

31343277 03/18/2011 07:46 pm Christos Psaltis

Add initial html for new style confirmations

984af1e1 03/18/2011 05:11 pm Christos Psaltis

On hover actions turn to orange.

ab5282e4 03/18/2011 03:00 am Dimitris Moraitis

rename changes_since to changes-since & slider fix - Refs #291 #147

1a49199e 03/18/2011 01:46 am Dimitris Moraitis

auto-update vm list using changes_since

d19719cd 03/17/2011 09:34 pm Markos Gogoulos

support partial GET data for the virtual machines

use changes_since GET variable to specify a datetime. If ServerHandler
sees a datetime, it will return virtual machines that were updated after
that datetime, and nothing more

146b6003 03/17/2011 03:51 am Dimitris Moraitis

improve auto-refresh and error handling

b335768e 03/15/2011 09:33 pm Markos Gogoulos

changes related to Openstack naming

  • change imageId to imageRef
  • change flavorId to flavorRef
  • add updated+created attributes on serverhandlerss response for servers
e5b0ba20 03/12/2011 03:06 am Vangelis Koukis

Remove unneeded GUI refreshes, fix spelling

Now that partial refreshes are working, there is no need to refresh
whole page after submitting an AJAX request. This eliminates unecessary
flicker.

Make the GUI page update every 5s instead of 60s.

Modify spelling of "seperator" to read "separator".

48ce8b68 03/10/2011 07:54 pm Christos Psaltis

Initial support for auto updating list view

748139ba 03/10/2011 01:55 pm Christos Psaltis

Do not pass serverID in ajax_error()

f15025bc 03/10/2011 11:35 am Christos Psaltis

Destroy action has an empty request body

583932c4 03/10/2011 11:29 am Christos Psaltis

Similar error handling for all actions

38b1f387 03/10/2011 11:24 am Christos Psaltis

fix destroy action for multiple machines

5e5683f1 03/09/2011 07:30 pm Christos Psaltis

Upgrade DataTables version to 1.7.6

a739ce48 03/09/2011 05:43 pm Christos Psaltis

Do not reload view after no in confirmation dialog

4c846a95 03/09/2011 05:04 pm Markos Gogoulos

fix wrong 'delete action' URL

935bb83f 03/09/2011 01:38 am Markos Gogoulos

translatable message in case no machine exists

Show the following translatable message in div id emptymachineslist when the
api call returns no servers (user has not created any server, or all of their
servers are deleted)

{% trans "You have no virtual machines! Press Create New to create some!" %}</div>

a3e418b1 03/08/2011 09:02 pm Markos Gogoulos

not launch create machine wizard on some cases

When there are no images, or no flavors, don't launch the create
machine wizzard, but show an error popup instead

eae0a59a 03/08/2011 04:25 am Dimitris Moraitis

partial auto-refresh

e32c2a5d 03/06/2011 08:39 pm Dimitris Moraitis

improve look and browser compatibitily of list table scroll

aa819ce8 03/06/2011 06:46 pm Dimitris Moraitis

add try-catch for js console logging, fixes breakage when firebug is not present

520430b7 03/06/2011 06:43 pm Dimitris Moraitis

add listing table scrollbar, at least for Gecko browsers

42f67a2a 03/06/2011 07:40 am Dimitris Moraitis

major js restructuring & refactoring

Most javascript functions have been moved to a seperate file.
The standard view is also now seperate from the machines view. This solves a
couple of issues with Webkit browsers and the code becomes cleaner.
All actions from both the list and the standard view now have unified...

eb8deaef 03/06/2011 07:38 am Dimitris Moraitis

minor css rewrite

008b3ae8 02/22/2011 08:18 pm Christos Psaltis

Remove table of terminated machines in list view

There is only one table in list view now, which
contains both running and terminated machines.

74bb9785 02/22/2011 01:39 pm Christos Psaltis

Correct apearance of actions in standard view

The actions shown for running machines are:

  • reboot
  • shut down
  • more

The actions shown for terminated machines are:

  • start
  • more
5d13042c 02/22/2011 01:32 pm Christos Psaltis

removed focus for actions in standard view

e764ccfd 02/22/2011 01:16 pm Christos Psaltis

change color and margin in list view actions

bd96a56b 02/14/2011 06:08 pm Christos Psaltis

tables working as before, but with datatables plugin

f58ec963 02/13/2011 06:56 pm Christos Psaltis

replace all alerts in standard view with themed pop ups

9c8bae13 02/13/2011 01:53 pm Christos Psaltis

smaller serach bars in list view

bd528b3b 02/13/2011 12:21 pm Christos Psaltis

Apply DRY in machines template

This includes:

  • initial code for reusable ajax error and success functions
  • more descriptive names for confirmation and notification overlays
  • break update() in update_vms() and update_images() for less calls
a4531705 02/13/2011 12:12 am Christos Psaltis

replace tablesorter with datatables, work in progress

fcb969cc 02/12/2011 07:01 pm Christos Psaltis

experiment with verification of reboot action in standard view

95ac62ec 02/11/2011 08:02 pm Christos Psaltis

remove transparency from selection menu in list view and add hover color

a9d8ed3a 02/11/2011 07:50 pm Christos Psaltis

correct delete state and transitions in list view

f124656b 02/08/2011 08:41 pm Christos Psaltis

change misc id to creation-note

164d6386 02/08/2011 07:11 pm Christos Psaltis

first version of sliding selection menu in list view

201d192a 02/07/2011 04:37 pm Dimitris Moraitis

add jquery.cookie

bd8b1d60 02/05/2011 06:54 pm Christos Psaltis

rearrange code in standard machine view and add calls for reboot, shutdown actions

35b8688f 02/04/2011 08:29 pm Christos Psaltis

select-deselect all widget in list view

2292441b 02/04/2011 06:54 pm Christos Psaltis

remove redundant css entries

5c908a0f 02/04/2011 06:45 pm Christos Psaltis

Same font colors in terminated and active machines

efc2c28a 02/04/2011 06:10 pm Christos Psaltis

move spinner in the middle of the loading pane

26655d67 02/04/2011 06:05 pm Christos Psaltis

more light grey actions in list view

e9e9bc61 02/04/2011 05:57 pm Christos Psaltis

less width in blue seperator at list view

af215361 02/01/2011 03:10 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

Conflicts:
ui/templates/machines.html

0604f74f 02/01/2011 03:08 pm Dimitris Moraitis

toggle actions in list view

84479440 02/01/2011 01:49 pm Christos Psaltis

hide horizontal scroll bar in list view

379a34cf 01/30/2011 11:12 pm Dimitris Moraitis

list view improvements

c3b3043d 01/30/2011 09:38 pm Dimitris Moraitis

fix table sort & scroll in list view

1daaa0d7 01/27/2011 02:47 pm Christos Psaltis

prepare list view template for dynamic actions menu

d932286d 01/26/2011 07:12 pm Christos Psaltis

initial version of animation for main tabs

892cfabe 01/26/2011 02:08 pm Christos Psaltis

correct list view alignment of table elements

0dedf601 01/24/2011 07:08 pm Christos Psaltis

new main tabs appear and disappear without animation

24d0c6a9 01/24/2011 05:56 pm Christos Psaltis

added rotating arrow for alternative tabs

50b398f6 01/24/2011 02:42 pm Christos Psaltis

added empty initial templates for files, desktops, apps and arrow icon

556c1cbe 01/24/2011 02:28 pm Christos Psaltis

added checkbox in table headers of list view

7dda8900 01/21/2011 04:08 pm Christos Psaltis

fixed widths for machines table in list view

c376783b 01/21/2011 04:01 pm Markos Gogoulos

renamed instance to machine on css etc. also added a few strings for the translation

24fa2072 01/21/2011 03:08 pm Christos Psaltis

added, but not linked, tablesorter plugin and removed sorting from selection and OS column in list view