Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5d6ab0b1 12/31/2013 12:58 PM Amos Benari

refs #3811 - additional bootstrap 3 updates/fixes

  • css renamed alert-error is now alert-danger
  • spinner progress indicators are back
  • fixed progress bar on create host
d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

19f55923 12/18/2013 09:14 PM Eric Helms

Fixes 3872: Provides a better customizable application layout that
conforms to HTML5 best practices.

This change aims to provide a more customizable application layout by first
splitting the base layout, menu and content out into their own view files.
The base layout provides generic hooks and only the most basic common data...

4d4557e9 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - remove dash from -%> to %>

1d7d1ffd 08/15/2013 08:50 PM Joseph Magen

fixes #2910 - renamed *.erb extensions to *.html.erb

754e83c1 07/21/2013 07:09 AM Dominic Cleal

fixes #2373 - only reference unattended subnet path when in unattended mode

814b751b 07/14/2013 07:48 AM Joseph Magen

fixes #2784 - missing </tr> causing verbose test output

ef4b97d1 06/07/2013 05:17 AM Joseph Magen

fixes #2631 - fix remote code execution via controller name (CVE-2013-2121)

410505f4 06/06/2013 10:46 AM Marek Hulán

Fixes #2615 - failed to save host group

If there was current organization selected, organizations got doubled
which prevented save. Fixed and added test for this part.

d9cbe8a3 06/05/2013 07:18 AM Mikael Fridh

fixes #2599 - Bulk-selectable environments & puppet classes import

Makes the Env/Classes import a bit safer by first of all defaulting all the
checkboxes to be unchecked. Also adds multiple toggle links to selectively
realize All/New/Changed/Obsolete puppet modules.

89b9ecb0 05/29/2013 06:16 AM Amos Benari

fixes #2582 indicators for all.

9a280163 05/09/2013 02:13 AM Dominic Cleal

fixes #2426 - translate model and column names to English

be8d401b 04/24/2013 07:53 AM Sébastien Bernard

fixes #2416 - use relative URL prefix for environment import buttons

fd2e3be1 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting and locale rake task

2e0daa96 04/24/2013 05:07 AM Dominic Cleal

Feature #2368 - host list popups and various fixes

bfbf7ed8 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

6366e9e2 03/11/2013 08:50 AM Bryan Kearney

Add gettext calls to the common views, application controller, and application helper objects.

Note, this patch does not include an update to the strings file. This will allow patches to be submitted without colliding with each other.
To regenerate the strings file, run rake gettext:find

ec2b4ec9 01/02/2013 08:13 AM Amos Benari

ui phase2

73f23bf4 01/02/2013 08:13 AM Amos Benari

bootstrap2.2.2

38d96eef 12/05/2012 02:46 AM Amos Benari

minore fix for the edit habtm.

22d5c68d 12/02/2012 02:35 AM Amos Benari

Taxonomy (Orgs / Locations related fixes)

  • fixed edit habtm with taxonomy join.
  • code cleanup
  • use sub query instead of inner join, it solved all the org problems :) and perform better.
611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

3f482b82 11/19/2012 02:25 AM Ohad Levy

fixes #1957 - remove old libvirt hypervisors code

Since foreman 1.0 libvirt hypervisors are now part of compute resources
this patch removes the old code and migrate any existing hypervisors to
be libvirt based compute resources.

f8d94608 09/24/2012 10:41 AM Amos Benari

fixes #832 - adds parameterized class support

Credits:
This patch is based on the original work of Olivier Favre
<> many many thanks!

This patch adds the following features
  • import class parameters, and try to understand their types
  • support a complex matrix of environments, puppet classes and their...
9d060de2 07/11/2012 11:30 AM Amos Benari

fixed dropdown location for action button and bookmark.

e4b5713e 06/10/2012 09:08 AM Amos Benari

moved to bootstrap 2.04

c7946bf2 06/10/2012 09:08 AM Amos Benari

fixes #1389 Add bookmark support for pages which are not in the main dialog

1b3cbe60 06/06/2012 04:47 AM Amos Benari

fixes #1572

dd42df0a 05/29/2012 03:41 AM Ohad Levy

adds ec2 provisioning support fixes #1223

- added progress bar for instance creation
- minor fixes for certname based deployments
- added ssh provisioning support to orchestartion, which utilize finish
scripts by default
- added images support (part of the vm compute tab)...

6d58da78 05/21/2012 02:28 PM Olivier Favre

Fix class to input parameter naming

Patch from ohadlevy

Signed-off-by: Olivier Favre <>

82e47ae0 04/29/2012 08:56 AM Amos Benari

updates UI to bootstrap v2

334d0359 03/19/2012 06:51 AM Amos Benari

fixes #1540 added suport for provisioning on ovirt/rhvem using fog.

This patch addes a compute resource concept within foreman

Signed-off-by: Ohad Levy <>

3c673e9e 03/18/2012 03:24 AM Ohad Levy

minor code syntax cleanup

da6fa387 01/03/2012 08:36 AM Ohad Levy

fixes #1422 - Media is greyed out when creating Solaris hosts

24e55891 12/25/2011 03:15 AM Ohad Levy

fixes #1411 - hostgroup ajax actions are mostly broken

a8812713 12/20/2011 05:23 AM Ohad Levy

refs #1406 - missed html_safe on 500 error page

8bf83415 12/19/2011 07:47 AM Ohad Levy

fixes #1406 - excpetion errors are not showin in the UI

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

cccf108f 11/06/2011 09:50 AM Amos Benari

give the add-bookmarks modal a dark background.

0423daa9 10/30/2011 09:34 AM Ohad Levy

fixes #1174 - some error messages may show up twice

2b54d6ef 10/25/2011 11:16 AM Ohad Levy

wip #1231

05ab4c16 10/18/2011 04:31 PM Ohad Levy

new UI for foreman

be770e85 10/05/2011 04:43 AM Ohad Levy

fixes #1209 - Show subnet name in the HOST editing screen

01984fb7 08/16/2011 07:35 AM Amos Benari

New artwork

  • dark top-bar
  • moved the search box below the tabs line.
  • improved the show host page
  • added notifications
  • Settings tab now changes title based on the active action
  • lots of cleanups - fixes #1066, fixes #926, fixes #628 and many other minor changes...
b2a6e131 08/09/2011 07:16 AM Ohad Levy

refs #1067 Link to Foreman issue tracker opens in a new window

8dec3f5b 08/09/2011 06:48 AM Ohad Levy

fixes #1085 - add default domain and subnet settings to hostgroups

e5cc5c69 08/09/2011 03:47 AM Ohad Levy

fixes #1093 - undefined method

f257f11b 08/08/2011 09:20 AM Ohad Levy

refs #1067 - Error message should show trace too

11b840ca 08/08/2011 07:13 AM Ohad Levy

fixes #1067 - Expose error messages in the web GUI

d5707b63 08/03/2011 02:24 AM Ohad Levy

fixes #724 - Allow default VM specs to be tied to a hostgroup

672f931d 07/24/2011 11:42 AM Paul Kelly

Fixes #989 - Add Sparc Solaris support

Signed-off-by: Paul Kelly <>

0e039477 07/24/2011 11:26 AM Paul Kelly

Fixes 1052 - Error when selecting medium

Signed-off-by: Paul Kelly <>

a6db0470 06/15/2011 07:03 AM Paul Kelly

Fixes #820 - Intel Solaris support

Signed-off-by: Paul Kelly <>

ad3d61b7 05/25/2011 08:28 AM Paul Kelly

Fixes #920 - Add authorization to hypervisor, bookmarks, subnets, smart-proxy/autosign and puppetca

Signed-off-by: Paul Kelly <>

4ebe38c7 05/23/2011 10:36 AM Ohad Levy

fixes #899 - There are numerous typos and formatting issues with the code

3c8dde2b 05/17/2011 09:29 AM Amos Benari

make the buttons smaller.

9161008b 05/02/2011 02:56 AM Amos Benari

added search bookmarks, fixes #836

  • adds sub navigations under main menu items, each sub navigation is a bookmark.
  • adds visual improvements to main menu

    app/controllers/bookmarks_controller.rb | 74 ++++++++
    app/helpers/application_helper.rb | 2 +-...

80516e41 04/10/2011 09:36 AM Ohad Levy

fixes #719 - Adds new search functionaily

bb9a1ad1 03/22/2011 06:46 AM Paul Kelly

Fixes #565 - rake puppet:import:puppet_classes misses some changes

Signed-off-by: Paul Kelly <>

8deb9933 03/15/2011 04:56 AM Ohad Levy

updates host forms

668d432f 03/15/2011 04:26 AM Ohad Levy

added css grid and converted most pages to use that grid

a90f0ee7 03/15/2011 04:17 AM Jason Rist

New Look and Feel for Foreman.

Lots of CSS and other changes.
Fixed flash notice.
Fix for fieldsets.
Modified the new/edit for Hosts page. Significantly improved workflow for 1024x768 and higher.
Fixed the menu styles.

34367906 02/09/2011 09:21 AM Ohad Levy

fixes #660 - getting 404 while refreshing the operating systems selection

c990d200 02/04/2011 03:39 AM Ohad Levy

adding missing files refs #646

743a5d9c 02/04/2011 03:25 AM Ohad Levy

fixes #646 - Creating a host and getting an error results in Operating System not being accepted

e5d3f34e 02/01/2011 04:24 PM Ohad Levy

Fixes #631 - Adds the ability to set default values for hostgroups, which
are automatically applied when creating a new host (and selecting that
host group), and allows for templates to be rendered with those default
hostgroup values

cab0d8c6 11/29/2010 07:08 AM Ohad Levy

Fixes #378 - Adds support for multiple configuration templates

Configuration templates (Kickstart, preseed, syslinux, gpxe etc) can now
be saved in the database directly.

Each template is associated with valid operating systems (unless if its a
snippet which can rendered via all other templates) and a possible...

4e7b2b98 11/11/2010 08:47 PM Paul Kelly

Fixes #450 - Environment imports lose their puppetclass associations

4dc17f5d 11/11/2010 10:02 AM Ohad Levy

fixes #455 - selected items are not shown as selected

b6e0cb16 11/11/2010 08:25 AM Ohad Levy

fixes #454 - Foreman render 500 instead of 404

  • Fixes the not found method
  • generalize the find_by_obj_name method so we DRY abit more
9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

27210309 10/10/2010 01:09 PM Paul Kelly

Added a basic notice facility to foreman

Notice.create :message => "text", :level => level, :global => boolean
if global is true then any user can cancel that message for all users
else each user must cancel the message individually

level can be "warning" or "message"...

adcd0374 09/19/2010 01:19 PM Paul Kelly

Fixes #239 - Erases environments and puppetclasses

The fix also includes a page in which the use selects the additions
and removals which they would wish to apply to their database.
Errors are reported and an opportunity is given to reapply the changes.

be96f201 09/19/2010 01:19 PM Ohad Levy

XHTML compliance

ac0f2ae6 05/28/2010 08:56 AM Ohad Levy

fixes #276 - Fact searches should remember the previous search settings

984b3610 05/28/2010 08:01 AM Ohad Levy

fixes #274 - The Reset link of the search bar does not work on the reports page

b47f3920 05/27/2010 05:58 PM Ohad Levy

minor formatting change to allow edit habtm to look a bit cleaner

b729fb04 05/26/2010 05:12 AM Paul Kelly

Fixes #212 - Remove AS from facts

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

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

82146751 04/28/2010 04:57 PM Ohad Levy

fixes #224 - edit multiple fails on operating system

66bb73ba 04/07/2010 10:16 AM Ohad Levy

fixes #198 - remove activescaffold from Operating systems setting page

55ed30c7 04/05/2010 02:09 PM Ohad Levy

fixes #194 - remove activescaffold from partitioning table setting page