summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code using in the past to migrate from pfSense-repo-devel to a ↵Renato Botelho2017-08-101-9/+0
| | | | single pkg called pfSense-repo
* Update system_update_settings.phpdoktornotor2017-03-091-1/+1
|
* setHelp and gettext for system*Phil Davis2017-02-091-7/+7
|
* Several more fixes for setHelp to assist with translationSteve Beaver2017-02-031-2/+2
|
* Required fields for System pagesPhil Davis2017-01-301-1/+1
|
* System Update Settings - GitSync OptionsNOYB2017-01-241-0/+70
| | | | | | | | | Add GitSync options selectors to post update GitSync. Minimal, Diff, Show Files, Show Command, Dry Run The GitSync options have utility for post update sync also. Dependency: Will merge cleanly but for the options to be functional, https://github.com/pfsense/FreeBSD-ports/pull/263 is required.
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Deprecate nanobsd platform and remove all conditionals that uses itRenato Botelho2016-10-121-1/+1
|
* Remove unused global config item 'update_manifest'Renato Botelho2016-10-121-5/+0
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fix messup caused by 9d3e872NewEraCracker2016-08-161-1/+0
|
* Code style and commentsPhil Davis2016-08-161-1/+2
| | | | No functional change - just making style consistent
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Do not call pkg_update() here since pkg_switch_repo() aldready does itRenato Botelho2016-05-111-2/+0
|
* Merge pull request #2920 from NOYB/System_/_Update_-_Textual_AlterationStephen Beaver2016-04-291-1/+1
|\
| * System / Update - Textual AlterationNOYB2016-04-291-1/+1
| |
* | System / Update - PunctuationNOYB2016-04-291-2/+2
|/ | | | Clean up some punctuation.
* Rework the way repo packages workRenato Botelho2016-04-051-10/+43
| | | | | | | | - Distribute only a single pfSense-repo package containing all templates - Create a symlink pointing to selected repo - Do not limit it only to pfSense-repo and pfSense-repo-devel (cherry picked from commit a90f1c9b12c4d31ea845fa04188e599ba28dbaf1)
* ['system']['gitsync'] and ['system']['firmware'] may not be arrays, only ↵Chris Buechler2016-02-101-2/+2
| | | | unset if they're set to avoid "Cannot unset string offsets". Ticket #5852
* Internationalization of various system*.phpPhil Davis2016-02-031-1/+1
|
* Fixed #5335Stephen Beaver2016-01-261-0/+2
|
* Make sure we install repo package when it's not installedRenato Botelho2016-01-261-2/+2
|
* Remove dead code used for alternative firmware urlRenato Botelho2016-01-261-58/+20
|
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style system_*Phil Davis2015-12-171-13/+16
|
* 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
* Keep tabs in the same order of pkg_mgr_install.phpRenato Botelho2015-11-301-1/+1
|
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+1
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
| |
* | Santize breadcrumb #5527heper2015-11-291-2/+2
|/
* 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.
* Various updates to privileges and related metadatajim-p2015-11-251-3/+3
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* xt string changesStephen Beaver2015-11-181-1/+1
|
* Detailed cosmetic changes to the system update systemStephen Beaver2015-11-181-2/+2
|
* System update settings UI implementedStephen Beaver2015-11-181-0/+245
OpenPOWER on IntegriCloud