Project

General

Profile

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

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

Fixes #3811 updating to bootstrap 3

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

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

836679f4 09/10/2013 12:15 PM Lukas Zapletal

i18n - fixing malformed strings

5c70f9d4 09/08/2013 08:19 AM Daniel Lobato Garcia

fixes #1853 - Users now have a new filter to subscribe to new hostgroups

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

fixes #2426 - translate model and column names to English

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

Feature #2368 - i18n extracting and locale rake task

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

ab7baec6 03/11/2013 08:47 AM Bryan Kearney

Add gettext calls to the locations pages and the user pages.

These pages provide examples for using single translations:

_("Here is a simple")

single substitutions:

_("I like %s") % "pie"

and complex ones:

_("%{character"} should %{action}") % {:character => "Jar Jar Binks", :action => "be erased"}

700ed6b9 01/02/2013 08:13 AM Amos Benari

reorg in the user and settings top menus.

e170c321 05/30/2012 08:47 AM Olivier Favre

fixes #1597 - Restrict compute resources access by user

And add some rights to give non admin users so they can perform some normal actions on the hosts they own.

unit/domain_parameter_test.rb self-broke... added a tiny fix.
Removing compute_resources/vms nesting, it is such a nightmare for functional tests....

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

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

40e7f47a 04/29/2012 10:46 AM Amos Benari

[UI] users filter page space after field-set.

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

updates UI to bootstrap v2

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

WIP rails3 migration

e1f867f0 11/01/2011 10:57 AM Ohad Levy

fixes #1286 - moved user permission filters into a tab

fea957f0 06/05/2011 02:42 AM Paul Kelly

Fixes #904 - Always show owned in user host filter

Signed-off-by: Paul Kelly <>

26df2a7e 05/11/2011 05:31 AM Paul Kelly

Fixes #458 - Long host list in edit user

Signed-off-by: Paul Kelly <>

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

views cleanup and added more operatingsystems icons

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