Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of the new tab menu and use _GET instead of _POST for pkg name ↵ | Warren Baker | 2010-12-02 | 1 | -9/+12 |
| | | | | passed in URL. | ||||
* | Modify various (s)printf format strings to allow translations to change the ↵ | Erik Fonnesbeck | 2010-08-11 | 1 | -1/+1 |
| | | | | order of the inserted strings. | ||||
* | Fixed string format error | Vinicius Coque | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls | cadu | 2010-06-17 | 1 | -3/+3 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -2/+5 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | * Add clear_log_file() function and reduce code reuse | Scott Ullrich | 2009-03-31 | 1 | -3/+3 |
| | | | | * Use clear_log_file() instead of duplicated logic | ||||
* | Use divisibles of 512 | Scott Ullrich | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Jettison clog and replace with fifolog which is included in FreeBSD 7.1 | Scott Ullrich | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -0/+8 |
| | | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | changed text for consistency | Simon Cornelius P Umacob | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Use $pgtitle for consistency | Bill Marquette | 2005-07-03 | 1 | -1/+1 |
| | |||||
* | include head.inc and round corners on tabs | Scott Ullrich | 2005-07-02 | 1 | -8/+4 |
| | |||||
* | Update package logs to work with new package code. | Colin Smith | 2005-06-21 | 1 | -43/+19 |
| | |||||
* | Don't forget to use the package utilities. | Colin Smith | 2005-06-18 | 1 | -0/+1 |
| | |||||
* | No more parse_xml_config_pkg. | Colin Smith | 2005-06-18 | 1 | -5/+4 |
| | |||||
* | Fix package logs. | Colin Smith | 2005-06-06 | 1 | -3/+1 |
| | |||||
* | Clarify info box. | Colin Smith | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | Check for both installed packages and a package with logging. | Colin Smith | 2005-04-27 | 1 | -2/+4 |
| | |||||
* | Don't forget to tell dump_clog not to ignore packages. | Colin Smith | 2005-04-27 | 1 | -3/+3 |
| | |||||
* | * Fix XML error if no packages are defined. | Colin Smith | 2005-04-26 | 1 | -36/+30 |
| | | | | | | * Remove "clear" button. TODO: Cleanup. | ||||
* | Alert when we cannot locate the package configuration file | Scott Ullrich | 2005-04-20 | 1 | -0/+9 |
| | |||||
* | Cleanup opening and closing braces | Scott Ullrich | 2005-04-20 | 1 | -17/+16 |
| | |||||
* | Only need one closing brace | Scott Ullrich | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | post to the right page | Bill Marquette | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | Do not foreach through installedpackages if no installed packages exist. | Scott Ullrich | 2005-04-06 | 1 | -8/+9 |
| | |||||
* | Add support for <logging><custom_php_logging_command>. | Colin Smith | 2005-04-06 | 1 | -1/+4 |
| | |||||
* | Minor optimizations and some error checking. | Colin Smith | 2005-04-05 | 1 | -0/+22 |
| | |||||
* | Code cleanup and a few minor optimizations. | Colin Smith | 2005-04-05 | 1 | -9/+20 |
| | |||||
* | Do not require a <logtab> field. The log viewer will fall back to the ↵ | Colin Smith | 2005-04-05 | 1 | -2/+4 |
| | | | | package's name as defined in config.xml if needed. | ||||
* | Add dynamic package logging. I'm new to PHP integration with actual HTML, so ↵ | Colin Smith | 2005-04-05 | 1 | -0/+111 |
that in particular could likely be optimized. |