Project

General

Profile

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

# Date Author Comment
bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

39dfa4be 11/22/2013 11:20 AM Lukas Zapletal

fixes #2763 - correcting doco links

5e2b847d 10/21/2013 07:54 AM Amos Benari

fixes #3274 moved config template to the new two-pane and add full screen editing

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

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

ceabd2b3 07/24/2013 02:43 PM Sam Kottler

Fixes #2826: only run set_code() on submit if the config template editor is already in diff mode

99b2e61b 07/19/2013 04:52 AM Sam Kottler

fixes #2797 - Submit the final code, not the diff in the config template editor

d84bc5f5 05/12/2013 08:39 AM Marek Hulán

Fixes #2476 - precompile and include textmate theme

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

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

fixes #2426 - translate model and column names to English

74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

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

Feature #2368 - i18n extracting and locale rake task

93117958 04/24/2013 05:07 AM Bryan Kearney

Feature #2368 - i18n extracting strings

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

Feature #2368 - i18n extracting strings

0fe08ca9 01/21/2013 07:48 AM Amos Benari

fixes #851 - display diff view on Puppet file content change

new version of ace editor, better diff colors, diff in report show page.

6241f2ee 08/08/2012 08:57 AM Sam Kottler

[UI] Fixed inconsistent tab naming for the initially active tab

340da290 07/24/2012 03:07 PM Ohad Levy

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

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.

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

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

WIP rails3 migration

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

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