Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Nuke packages for any platform
Remove packages for any platform nonsense.
Removed if($instpkg['name']) it hid FreeSWITCH package despite name having a value in the config.
Open Package info link in a new tab / window
show <pkginfolink> for installed packages
Do not hard code white
Only set font color to white when background is red
Black does not show up well on a red background, use white.
Whitespace and minor bug fixes for package manager pages.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Switch over to array style page titles. Obtained-from: m0n0wall
Misc package changes
Submitted-by: Daniel Haischt
Remove packages with a different version tab
MFC package changes to show information better such as HEAD only packages,etc.
Show latest version when available
Ticket #1056
Remove #!/usr/local/bin/php
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Nuke the "XML Version" column.
I can tell who failed school...7 f's is bad!!!
Correct white color
Use strcmp() instead of numeric string comparison.
suggested-by: strgout
Fix bottom rounds
Use $pgtitle
use colspan 5 for no packages installed message
Set page titles accordingly
Correct urls
Convert Packages tabs to rounded aka (display_top_tabs() calls
Don't pass the package version to pkg_mgr_install - we now use depends_on_package.
Add mouseovers for reinstallation buttons.
Don't throw errors if no packages are currently installed.
Pass required variables to pkg_mgr_delete.
require -> require_once
Include pkg-utils.inc to atleast get the scripts running again. It doesn't install correctly however.
Move installed packages over to get_pkg_info.
pkg_mgr_delete.php requires a pkg name instead of its id#
This somewhat helps fix Ticket #29 but more work remains
Fix fatal error when no packages are installed.
We don't need to foreach through pkg_config.xml.
Sort installed packages.
not a form
Add $Id$ tag
Mount compact flash rw during package install
Fix typos and trim output.
Modify package version checking to use false instead of -1.
If the current pkg_config.xml doesn't have an entry for an installed package, let the user know.
Correctly display optional interfaces
Reported-by: colin
Correctly remove packages when a lot of packages are installed.
Reported-by: bkw
Alert when no packages are installed.
Clean up leftovers from nat.
Alert user if no packages are installed.
Say welcome to the pfSense package manager!