Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
340da290 07/24/2012 03:07 PM Ohad Levy

ensure no extra white spaces are added to the provisioning templates editor

718be0aa 07/15/2012 08:59 AM Amos Benari

fixes #1726 Template editor doesn't seem to work with IE

19553511 07/11/2012 11:32 AM Amos Benari

use file reader for the config template file upload.

32f4c2ed 06/27/2012 03:35 PM Ohad Levy

minor fix and added a few tests to ensure config templates works correctly

c4ba83b0 06/27/2012 10:59 AM Ohad Levy

added commit comment, history and preview to the template editor.

09ce1364 06/20/2012 03:43 PM Amos Benari

audit as twitter and versions for template.

This also closes #1377 as it offer versions and diff view of the tempates.

it is not ideal, but it should handle the most common case for now,
where we should open other feature requests to support all of the ideas in #1377

9e65358c 06/13/2012 07:24 AM Steve Traylen

fixes #1678 - nested hostgroup selector for templates.

987ed689 05/08/2012 12:45 AM Amos Benari

UI fixed error in provisioning template, edit page.

92bf092d 05/07/2012 08:50 AM Amos Benari

UI - more explicit button description for the add child node.

57a74ec9 05/02/2012 11:06 AM Amos Benari

added ace code editor to the provisioning template edit page.

added info text to the assosiation tab of the provisioning templates page.

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

updates UI to bootstrap v2

0c87d936 02/15/2012 02:43 AM Ohad Levy

fixes #1460 - add an option to upload provisioning templates

f40d58aa 01/25/2012 09:12 AM Ohad Levy

fixes a couple of html rendering errors in views

b916586a 11/28/2011 05:50 AM Florian Koch

fixes #1333 -Destroy vs Delete inconsitent naming

Signed-off-by: Florian Koch <>

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

WIP rails3 migration

ef64e2ef 11/01/2011 08:46 AM Amos Benari

update the look of host parameters page to look like the smart variables.

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

new UI for foreman

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...
47819d54 05/29/2011 04:10 AM Ohad Levy

fixes #948 - better support for API config_templates api

  • url now uses template name as an id, instead of numerical id's.
  • index queries now respect search condtions
  • added search to the UI part too.
  • fine grained json output
eaa531ff 05/25/2011 10:55 AM Paul Kelly

Fixes #911 - Add link to template documentation

Signed-off-by: Paul Kelly <>

8ba2e00a 03/31/2011 07:43 AM Ohad Levy

fixes #806 - Switch to JQuery instead of Prototype JavaScript library

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

added css grid and converted most pages to use that grid

cdf02336 03/15/2011 04:26 AM Ohad Levy

views cleanup and added more operatingsystems icons

218bd6e0 02/15/2011 10:55 AM Justin Sherrill

Fixes #632 - Adds the ability to generate a PXE menu containig
provisioning template and hostgroup combinations on smart proxies

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