Tidy up "pkg_mgr_installed.php" XHTML
Add closehead variable and move scripts into HEAD and manually closeHEADAdd missing close FONT tagClose BR tagsDeprecate ampersand in ANCHOR tagsChange target in ANCHOR tags to "_blank" Add ALT statement and close IMG tags
update github repo location
Replace deprecated split with explode
Use config array to get the timezone. syscfg is no longer defined here.
fix text
While I'm here, don't test these with isset, just test directly, since they will be set to true/false in globals.inc
Provide a way to disable the pkg info link
Include github changelog link to package version when $g['disablepackagehistory'] is not set, domtt titles, remove package info column and move package info to description tab
Show current/updated repo package description instead of local/cached description.
Ensure timezone is set
Reset this var before this test, otherwise if the test is skipped, it will carry over the value from the previous run.
Warn users a different way if packages are being reinstalled in the background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html )
Sort installed packages in a case insensitive way on the widget and installed packages list.
since packages aren't version-specific anymore, clarify to Available Packages
Revert "Add Supported by BSD Perimter field"
This reverts commit 5df6a315c4b995e5a09e555548dc6d04b316fea3.
Conflicts:
usr/local/www/pkg_mgr.php usr/local/www/pkg_mgr_installed.php
Echo out field if its set
Add Supported by BSD Perimter field
Add space between the and forum
Merge branch 'master' into gettext
Update (C) to 2010
Fix : for translations
Added wrong removed spaces
Implement gettext()
Remove bogus call.
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!