Project

General

Profile

Download (1.44 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
2e04e41b 05/27/2010 03:21 PM Ohad Levy

CSS rework, aligned view on all pages
removed google JS from pages which do not require it

452d6329 05/24/2010 04:08 AM Paul Kelly

Fixes #248 - Generalise tab management and search facility

The search facility is now available from all controllers.
The search bar is only displayed if there is a partial
<controller_name>/_search_line.html.erb available.This partial also
describes and implements the possible search parameters for this controller...

52538203 05/09/2010 03:30 PM Ohad Levy

Fixes #179 - allow mass assignment of parameters and host groups.
Greatly inspired by Ashay Humane <> at 5c2e395c

dad78fb6 05/06/2010 04:00 PM Paul Kelly

Fixes #132 - Added a clone operation

This clones the AR, attaches clones of the
originals host_parameters and then renders the "new" action, ready for editing.

The host_parameters must not use validate_presence of :host_id when using nested attributes.
Created a hidden :nested attribute to the form to flag this behaviour...

cdd8bb6f 05/06/2010 02:47 PM Paul Kelly

Fixes #183 - Adds searchbar facility to hosts

Qualified the fact_selected partial
Added a reset button
Added popup help
Beautification and grooming

ef14965b 04/28/2010 04:21 PM Ohad Levy

fixes #222 - add search and sort functionality to dashboard host lists

b09b4515 04/28/2010 10:12 AM Ohad Levy Fixes #193 - move hosts controller away from AS
  • Remove active scaffold from hosts controller.
  • changed default host graphs from one day for up to one week
  • added dynamic dropdown boxes for host creation / edit page (e.g. for puppet classes, operating systems etc)....
9d75c16d 04/19/2010 03:18 AM Ohad Levy

added common links to host show page and pagination

26c6cbeb 03/08/2010 08:42 AM Ohad Levy

fixes #174 - incorrect counter on host lists

4e42b118 01/26/2010 03:36 PM Ohad Levy

added basic pagination

f4a38198 01/20/2010 07:04 AM Ohad Levy

refs #153 - this will send email notifications only if its enabled in config/settings.yml

16cb7742 12/14/2009 06:02 AM Ohad Levy

fixes #80, fixes #106 and fixes #128