summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_nanobsd.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | 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().
* Update diag_nanobsd.php now that permanent rw is default. Ticket #6184Chris Buechler2016-05-061-2/+8
|
* Do not try to show files that don't exist anymore on 2.3Renato Botelho2016-04-211-7/+2
|
* Merge pull request #2830 from NOYB/Diagnostics_-_Remove_PersonalizationsStephen Beaver2016-04-041-2/+2
| | | | (cherry picked from commit 235d9db9da3f871d6daefa4130abb8fb960a0222)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-4/+4
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-4/+4
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Fix some more stragglers for icon/button consistency. Ticket #5965jim-p2016-03-091-12/+38
|
* Quote the 1st parameter (constant name) when calling define()NewEraCracker2016-02-181-1/+1
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-3/+3
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* add call gettext function for translatebruno2016-01-211-2/+2
|
* Internationalization batch 1Phil Davis2016-01-161-3/+3
|
* diag_nanobsd whitespacePhil Davis2016-01-071-6/+6
| | | Just a bit of consistency while I am here.
* diag_nanobsd clean up handling of RO<->RW switchingPhil Davis2016-01-071-12/+18
| | | | | | 1) When the Save button has been used to save the Permanent Read/Write setting then display a success message so the user knows it worked. 2) Move the "This setting is only temporary..." setHelp to be with the Read/Write status area, where it is in 2.2.6. That text was under the Permanent Read/Write checkbox, where it was not true. 3) Always set the $btnlbl text used for the $robtn - there were ways to have the system in permanent read-write and then the button would not have a custom label, and so it would just say "Submit" 4) Only display the $robtn when it is relevant - if permanent RW is set and the running system is actually in RW then press a "Switch to Read-only" button actually does nothing anyhow, so there is no point displaying button.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-6/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-9/+13
|
* 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.
* diag_nanobsd options textPhil Davis2015-11-171-1/+1
| | | There are multiple options in this section. Use the plural to be consistent with other text on this page and the section titles of other diag "options" pages.
* Merge with masterPhil Davis2015-11-091-1/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Diag reviewPhil Davis2015-11-091-9/+9
|/
* diag_nanobsd do not show reference count 0Phil Davis2015-11-061-1/+3
| | | | | When the user has selected "Keep media mounted read/write at all times." then the value of $refcount will be zero even though is_writable() is true. That is a normal condition. We only want to display the (Reference count n) text when the reference count is abnormal. This is a "bug" in 2.2.* also, not a regression in 2.3-ALPHA. But it might as well just be changed in master 2.3. Not much point back-porting little crud like this to RELENG_2_2 nowadays.
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* DEBUG set to false for testingStephen Beaver2015-10-131-1/+1
|
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-7/+7
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-223/+190
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+289
OpenPOWER on IntegriCloud