summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
Commit message (Collapse)AuthorAgeFilesLines
* Add missing )Renato Botelho2010-08-121-1/+1
|
* Small gettext() fixesRenato Botelho2010-08-111-1/+1
|
* Implement gettext()Renato Botelho2010-04-291-21/+21
|
* Update (C) to 2010Scott Ullrich2010-04-271-2/+3
|
* Close before unmounting.Ermal Luçi2010-03-081-3/+3
|
* When removing a package delete its underlying FreeBSD pacakges.Ermal Luçi2010-02-031-1/+1
| | | | | | | | Correct checks for avioding as much as possible errors. Simplify logic in some cases. Remove package include files when uninstalling packages. NOTE: Some work is needed to have more error reporting. Espescially when failing to retrieve files or add them locally.
* Increase execution timeScott Ullrich2010-01-211-0/+2
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-1/+4
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Since we could not use anchors now we need to reload the filter whenever we ↵Ermal Luçi2009-07-081-1/+7
| | | | add/remove/reinstall a package.
* Nuke packages for any platformScott Ullrich2009-06-301-2/+2
|
* Unbreak installed information screen. After package installation the form ↵Scott Ullrich2009-06-301-1/+1
| | | | redirects to the info page that looks identical to display the final package information and to give the menus a chance to reload with the new package options.
* remove new linesBill Marquette2009-03-141-5/+2
|
* After package installation, redirect and show the installationScott Ullrich2009-03-101-2/+19
| | | | | was OK. This has the side effect of reloading the menus so the package can be clicked on immediately.
* * Add get_after_install_info()Scott Ullrich2009-02-221-1/+5
| | | | * Show installation instructions for package if they exist (after_install_info)
* Create a backup of the configuration prior to package installation.Scott Ullrich2008-11-221-0/+3
|
* Correctly delete packageScott Ullrich2008-10-251-2/+0
|
* Correctly delete packageScott Ullrich2008-10-241-3/+1
|
* Whitespace and minor bug fixes for package manager pages.Matthew Grooms2008-09-101-101/+99
|
* Fix error: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2008-08-051-3/+3
| | | | /usr/local/www/pkg_mgr_install.php on line 155
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-3/+0
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-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
* Allow outputting of package log with mode=showlog&pkg=ntop for example.Scott Ullrich2008-07-231-0/+6
|
* Only reinstall package if it has a name.Scott Ullrich2008-07-231-6/+9
|
* Make scripts XSS input safe.Scott Ullrich2008-02-121-14/+14
| | | | Pointed-out: by hoopercharles@gmail.com
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Include second argument for pkg_delete() Ticket #1470Scott Ullrich2007-10-051-1/+3
|
* After package installation is completed, note that the user should configure ↵Scott Ullrich2007-02-021-5/+5
| | | | the package and start it from the menu since this seems to be a common question/problem report.
* Be kind, rewind. Restart the package after a reinstallation.Scott Ullrich2006-09-271-3/+5
|
* Be kind, rewind. Restart the package after a reinstallation.Scott Ullrich2006-09-271-0/+1
|
* Misc package changesScott Ullrich2006-08-251-4/+5
| | | | Submitted-by: Daniel Haischt
* Remove packages with a different version tabScott Ullrich2006-08-201-4/+3
|
* MFC package changes to show information better such as HEAD only packages,Scott Ullrich2006-08-201-4/+7
| | | | etc.
* Pass pkg info for reinstall pkgScott Ullrich2006-01-281-1/+1
|
* Pass $pkg infoScott Ullrich2006-01-281-2/+1
|
* Flush outputScott Ullrich2006-01-071-0/+2
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Allow -1 return to indicated package failure. Removing exitScott Ullrich2005-10-131-5/+11
|
* Move stop_service() to pkg-utils.Colin Smith2005-10-021-1/+0
|
* Stop package upon deinstallScott Ullrich2005-10-021-0/+1
|
* Use sync_webgui_passwords()Scott Ullrich2005-08-211-2/+1
|
* Sync password database before installation.Scott Ullrich2005-08-101-0/+1
|
* Change name of main div to avoid conflictingScott Ullrich2005-07-241-2/+2
|
* just a few modificationsErik Kristensen2005-07-211-1/+1
|
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Sync master.passwd database before beginning package operationsScott Ullrich2005-07-091-0/+3
|
* Do not foreach through installedpackages['package'] if its not definedScott Ullrich2005-07-081-2/+3
|
* Fix indent.Colin Smith2005-07-041-1/+1
|
* Don't fclose() the log if it doesn't exist.Colin Smith2005-07-041-1/+2
|
* Use $pgtitleBill Marquette2005-07-031-5/+3
|
OpenPOWER on IntegriCloud