summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
Commit message (Collapse)AuthorAgeFilesLines
* Improved reboot countdown display as suggested here: ↵Stephen Beaver2015-12-011-9/+26
| | | | https://github.com/pfsense/pfsense/pull/2105/files but with improved timing and messages.
* fix capsheper2015-11-291-3/+3
|
* Santize breadcrumb #5527heper2015-11-291-8/+8
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Protect these two vars with htmlspecialcharsjim-p2015-11-231-2/+2
| | | | I wasn't able to exploit this but given how they are used, seems like it is only a matter of time before someone finds a way.
* xt string changesStephen Beaver2015-11-181-8/+15
|
* Detailed cosmetic changes to the system update systemStephen Beaver2015-11-181-4/+4
|
* System update settings UI implementedStephen Beaver2015-11-181-4/+9
|
* Nix hte spinning clockStephen Beaver2015-11-171-3/+0
|
* Fixed #5123Stephen Beaver2015-11-161-2/+10
|
* Completed #5458Stephen Beaver2015-11-161-3/+0
| | | | | | Cosmetic changes to system information widget Cosmetic changes to pkg_mgr_install.php Removed 'Cancel' buttons
* Minor cosmetic/text changesStephen Beaver2015-11-161-6/+8
|
* Use pkgid = firmware for firmware upgrade, and call pfSense-upgrade without ↵Renato Botelho2015-11-161-7/+10
| | | | -u parameter in this case
* Remove -R from pfSense-upgrade call, it's used only for testing purposes. ↵Renato Botelho2015-11-161-1/+1
| | | | While here, add -y to make sure it won't be interactive
* Unduplicate pkgid definitionRenato Botelho2015-11-161-3/+3
|
* We don't need to go to rw or close fd_log hereRenato Botelho2015-11-161-10/+0
|
* Remove debugStephen Beaver2015-11-131-1/+0
|
* Revised base firmware updateStephen Beaver2015-11-131-14/+84
|
* StagingStephen Beaver2015-11-131-6/+24
|
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Remove dead code from pkg_mgr_install.phpRenato Botelho2015-11-041-30/+3
|
* Respect product_name and tmp_pathRenato Botelho2015-11-041-9/+10
|
* Remove unused variablesRenato Botelho2015-10-271-4/+0
|
* Add more information abou pkg issue, already reported to upstreamRenato Botelho2015-10-271-1/+6
|
* Accommodate possible bug in pkg where progress total is reported as zeroStephen Beaver2015-10-271-2/+10
|
* Merge pull request #1981 from phil-davis/patch-1Renato Botelho2015-10-261-1/+1
|\
| * For reinstallall there is no pkg specifiedPhil Davis2015-10-241-1/+1
| | | | | | | | | | Reinstall all packages is currently just displaying the current list of installed packages. It does not prompt to reinstall. Fix this test so that it will not apply to reinstallall. For reinstallall there is no pkg specified in the $_GET. It is invoked from diag_backup.php like: header("Location: pkg_mgr_install.php?mode=reinstallall");
* | Fixup status progress messages for reinstallallPhil Davis2015-10-241-4/+11
|/ | | When doing reinstall all packages the "Please wait" and similar messages need to be general about "all packages". There is not a particular package name to put in the message.
* These files are not being created anymore, we don't need to remove themRenato Botelho2015-10-231-4/+0
|
* No need to concatenateRenato Botelho2015-10-231-1/+1
|
* Replace mwexec() by mwexec_bg()Renato Botelho2015-10-231-4/+4
|
* Fixed #5336Stephen Beaver2015-10-221-9/+36
| | | | | Page now does a sneaky refresh after a successful install/remove so that the menu changes are available right away.
* Revision of pkg mgr messages and appearanceStephen Beaver2015-10-211-15/+30
|
* Added "reinstall all packages" functionality (accessed via diag_backup.php)Stephen Beaver2015-10-151-17/+36
|
* Tidy some text in package install codePhil Davis2015-10-151-3/+13
| | | | | 1) The "Beginning package removal" "Beginning package installation"... heading above the text box that displays the progress text output is never updated along the way, so it always says "Beginning...". It seems easy to just remove the word "Beginning" - the detailed progress is in the text box below, and the "please wait"/"completed"/"failed" appears below the text box already. 2) Replace remaining occurrences of add/delete with install/remove to make the words used on the UI consistent. 3) Make a custom sentence for the "reinstallall" case. (Note: I am just fixing text UI stuff with this PR. After pressing "Confirm" to reinstallall, actually nothing happened. So that needs looking at also.)
* Changed fifo name to *.sockStephen Beaver2015-10-141-3/+3
| | | | Cosmetic only
* Fixes #5291Stephen Beaver2015-10-141-49/+76
| | | | Fixes #5279
* pfSense-upgrade revised to kill tail on exitStephen Beaver2015-10-131-24/+30
| | | | pkg_mgr_install.php revised to catch json deocde error on partial lines read from file
* RevisionsStephen Beaver2015-10-131-11/+11
|
* Changes to accommodate new pfSense-upgradeStephen Beaver2015-10-131-49/+7
|
* ReminderStephen Beaver2015-10-131-0/+2
|
* Multiple changes to clean up the package installaion system by causing the ↵Stephen Beaver2015-10-131-58/+263
| | | | | | | installer to run in the background whilst monitoring its output via AJAX to provide a better GUI display. Work in progress !
* improve spacing for non form panelsJared Dillard2015-10-121-5/+7
|
* improve spacing for non form panelsJared Dillard2015-10-061-1/+3
|
* Fixed #5252Stephen Beaver2015-10-051-2/+7
|
* Suppress progreess bar until package system revision is completeStephen Beaver2015-09-301-1/+2
|
* Fil;e conversion complete. Tested against multiple packagesStephen Beaver2015-09-291-2/+2
|
* Unfinished (but better) versions of hte pkg pages and utilitiesStephen Beaver2015-09-221-2/+4
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-84/+39
|
OpenPOWER on IntegriCloud