Project

General

Profile

Download (6.89 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

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....

3bb5e399 05/06/2016 06:13 AM Chris Buechler

Update diag_nanobsd.php now that permanent rw is default. Ticket #6184

87bac5cf 04/21/2016 02:28 PM Renato Botelho

Do not try to show files that don't exist anymore on 2.3

b6078bed 04/03/2016 07:18 AM NOYB NOYB

Diagnostics - Remove Personalizations

Remove "you" personalizations.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

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.

2e7fa7ca 03/09/2016 09:26 PM Jim Pingle

Fix some more stragglers for icon/button consistency. Ticket #5965

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

ff30e319 01/21/2016 04:56 PM Bruno Ferri

add call gettext function for translate

babf5d85 01/15/2016 07:02 PM Phil Davis

Internationalization batch 1

c7593c81 01/07/2016 02:08 PM Phil Davis

diag_nanobsd whitespace

Just a bit of consistency while I am here.

356ba464 01/07/2016 08:45 AM Phil Davis

diag_nanobsd clean up handling of RO<->RW switching

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....

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

947141fd 12/14/2015 02:35 PM Phil Davis

Code style usr local www a-e

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

5752d214 11/17/2015 12:44 PM Phil Davis

diag_nanobsd options text

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.

ab6e21f4 11/09/2015 12:16 PM Phil Davis

Merge with master

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

0da0d43e 11/08/2015 07:25 PM Phil Davis

Diag review

612d0fb3 11/06/2015 04:10 AM Phil Davis

diag_nanobsd do not show reference count 0

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....

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

764a94d8 10/13/2015 06:16 PM Stephen Beaver

DEBUG set to false for testing

46918a1f 09/03/2015 12:38 AM Phil Davis

Merge with bootstrap

288a2a0f 08/31/2015 04:38 PM Phil Davis

bootstrap usr/local/www a to e minor edits

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/