Project

General

Profile

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

# Date Author Comment
addc0439 10/01/2010 01:17 PM Renato Botelho

Fix quotes to use %N$X on gettext calls

47f12397 08/30/2010 11:36 PM Renato Botelho

Fix gettext calls with printf to permit change strings order

e96d2182 08/16/2010 11:40 AM Carlos Eduardo Ramos

Implement gettext() calls on cmd_chain.inc

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

5025a56c 10/19/2008 03:19 AM Scott Ullrich
  • Add run_plugins() function
  • Use run_plugins() function in filter.inc
  • Add plugin hook for parse_config and write_config
5fec455a 08/30/2008 02:07 AM Scott Ullrich
  • Add nohaltonerror() (default is to halt on error)
  • Add sethaltonerror()
  • Cleanup error on text handling
5be2fc35 08/30/2008 01:43 AM Scott Ullrich

Add $Id: $

77cdcbad 07/14/2008 04:57 AM Scott Ullrich
  • Add more debugging
  • Add more logging information
  • Add ignore return text field
7b996ea3 07/14/2008 02:37 AM Scott Ullrich

Adding CmdCHAIN class which is similar to the BSDInstaller Lua CmdCHAIN()
object. Example usage:

$cmdchain = new CmdCHAIN();
$cmdchain->add("grab freebsd version", "uname a");
$cmdchain
>setdebug();
$cmdchain->execute();