summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Welcome pfSense 2.3.4-RELEASEv2.3.4Renato Botelho2017-05-031-1/+1
|
* Breadcrumb linksPhil Davis2017-02-111-0/+1
| | | | (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
* Required fields for System pagesPhil Davis2017-01-301-1/+1
| | | | (cherry picked from commit 153c3aa61fe65c51d584a57c032a4805048e3062)
* System Update Settings - GitSync OptionsNOYB2017-01-221-0/+70
| | | | | | | Add GitSync options selectors to post update GitSync. Minimal, Diff, Verbose, Dry Run The GitSync options have utility for post update sync also.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fix messup caused by 9d3e872NewEraCracker2016-08-161-1/+0
| | | | (cherry picked from commit d5b993fc310147d68bc3c3654a512b0ac981ecd2)
* Code style and commentsPhil Davis2016-08-161-1/+2
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* 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
|
* Fix branch descriptionRenato Botelho2016-04-291-1/+1
|
* System / Update - Textual AlterationNOYB2016-04-291-1/+1
| | | | (cherry picked from commit 177ed3f66f2d5759f5b821d79aa97021b9daba9d)
* System / Update - PunctuationNOYB2016-04-291-2/+2
| | | | | | Clean up some punctuation. (cherry picked from commit 7ceae332c529bfce6cdd47907b1b71da4fddc2a3)
* 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
* ['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