search for: flexigrid

Displaying 4 results from an estimated 4 matches for "flexigrid".

2009 Jun 09
0
Announcing oVirt 0.99
...dns clarification - taskomatic changes, much more logging added, reconnect messages, bugfixes - dbomatic changes, log connect / disconnect events - host-browser permits nic-less nodes - graph updates, new default view, increased dimensions, cleaned up/added labels - many ui improvements, flexigrid functionality/appearance, details pane, icons and css, etc - many test improvements and fixes - many bugfixes Release 0.98 (oVirt Server Suite) - enable acpi / apic in vms - on vm shutdown, vm state is now unchanged - noreplace cobbler.yml in the spec - installer updates, network and d...
2009 Jun 29
3
[PATCH server] UI for accumulated uptime for VMs.
There's still a problem with this working on the cloud side, but that can be resolved in a subsequent commit. --- src/app/controllers/pool_controller.rb | 2 +- src/app/controllers/resources_controller.rb | 7 ++++++- src/app/controllers/smart_pools_controller.rb | 5 ++--- src/app/helpers/application_helper.rb | 14 ++++++++++++++ src/app/models/vm.rb
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...value = item - attr.each { |attr_item| value = (value.nil? ? nil : value.send(attr_item))} - value - else - item.send(attr) - end - end - item_hash - end - json_hash - end - - # json_list is a helper method used to format data for paginated flexigrid tables - # - # FIXME: what is the intent of this comment? don't define find_opts for array inputs - def json_list(full_items, attributes, arg_list=[], find_opts={}, id_method=:id) - render :json => json_hash(full_items, attributes, arg_list, find_opts, id_method).to_json - end - - pr...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server