summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
Commit message (Collapse)AuthorAgeFilesLines
* Add missing breakk-paulius2016-02-121-1/+1
|
* Convert page title to title casek-paulius2016-02-121-5/+5
|
* Synchronize page title with tab titlek-paulius2016-02-121-2/+1
|
* Convert section titles to title casek-paulius2016-02-101-9/+9
|
* Remove .json when it's not necessary anymoreRenato Botelho2016-01-261-0/+1
|
* Use a different log for each package being installed/deleted, fixes #5814Renato Botelho2016-01-261-2/+7
|
* Use a better name for pfSense-upgrade socket fileRenato Botelho2016-01-261-1/+1
|
* Revise countdown message for internationalizationStephen Beaver2016-01-261-3/+8
|
* Apply gettext to javascript countdown messageStephen Beaver2016-01-251-3/+3
|
* Internationalization of pkg*.phpPhil Davis2016-01-251-20/+30
| | | | | | | | Various sentences were being built up from gettext() of individual words or phrases concatenated together. That will not work for translation to languages with different word order, so I have restructured that. Note: TODO: The countdown timer text with seconds countdown is all in JS so I will think about how that can be translated nicely.
* Use default log file from pfSense-upgrade when it's called by GUI, this will ↵Renato Botelho2016-01-221-2/+2
| | | | make sure we preserve first part of upgrade after reboot
* Fix browser tab textStephen Beaver2016-01-191-1/+1
|
* Correct failure banner colorStephen Beaver2016-01-151-0/+1
|
* Fix reboot after upgradeStephen Beaver2016-01-151-1/+2
|
* Display correct page tabs during firmware updateStephen Beaver2016-01-141-1/+1
|
* Make sure $code[1] existRenato Botelho2016-01-141-1/+7
|
* Remove extra $Renato Botelho2016-01-141-1/+1
|
* Should make more sense like thisNewEraCracker2016-01-141-1/+1
|
* Merge remote-tracking branch 'upstream/master' into strpos-fixesNewEraCracker2016-01-141-4/+6
|\ | | | | | | | | Conflicts: src/usr/local/www/pkg_mgr_install.php
| * Revise reboot on upgradeStephen Beaver2016-01-141-4/+6
| |
* | Use strict comparison operators when checking strpos resultNewEraCracker2016-01-141-2/+2
|/ | | | int(0) is a valid result and should not be confused with bool(false). This change will make code more future-proof. See https://secure.php.net/manual/en/function.strpos.php
* Merge pull request #2440 from phil-davis/panel-headingStephen Beaver2016-01-141-0/+2
|\
| * Consistent panel-heading h2Phil Davis2016-01-141-0/+2
| | | | | | | | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* | Revised reboot detectionStephen Beaver2016-01-141-4/+5
| |
* | Ajax fixStephen Beaver2016-01-141-1/+1
| |
* | Revised to handle firmware update that does not require rebootStephen Beaver2016-01-141-3/+8
|/
* First part of detecting need to reboot for testing. Not yet completeStephen Beaver2016-01-141-1/+4
|
* Fix status reporting (Detect rebbot required to follow)Stephen Beaver2016-01-141-6/+3
|
* Merge pull request #2425 from phil-davis/patch-3Renato Botelho2016-01-141-2/+2
|\
| * Fix redundant tests for reinstallpkgPhil Davis2016-01-141-2/+2
| |
* | Merge pull request #2424 from phil-davis/patch-2Renato Botelho2016-01-141-3/+3
|\ \
| * | Consistent use of System UpdatePhil Davis2016-01-141-3/+3
| |/ | | | | | | | | | | | | In some places it said "System update" and in others "System Update" - be consistent. The confirm button called it "Upgrade". Make that consistent with the existing use of the term "Update" for system updates. Note: Packages are still said to be "upgraded" rather than "updated" - there are places where headings, confirm prompts etc will say "Upgrade package". Is that intended? That the terminology for packages is to "upgrade" them and for the base system it is an "update"?
* | Change pfSense-upgrade to return time for reboot so GUI can use itRenato Botelho2016-01-141-2/+6
|/
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Use Bootstraps text alignment classesColin Fleming2015-12-191-1/+1
| | | | | As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style pkgPhil Davis2015-12-151-24/+28
|
* position confirm button betterJared Dillard2015-12-141-2/+9
|
* 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
|
OpenPOWER on IntegriCloud