Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cf
  conf.default
  etc
  home
  root
  sbin
  usr

Latest revisions

# Date Author Comment
7cfca820 05/02/2017 07:52 PM Doktor Notor

Make sure that array exists before using foreach() (Bug #7399)
(cherry picked from commit ce348731b63ea6980dc4f652e76d7c8c7432544c)

c70ddd16 05/02/2017 03:33 PM Steve Beaver

Spelling

e26ca3a5 05/02/2017 03:33 PM Steve Beaver

space/tab

6042f9d3 05/02/2017 03:33 PM Steve Beaver

Add Netgate ID display to system info widget

3e867e61 05/02/2017 03:33 PM Renato Botelho

save uniqueid during boot

d258e30d 05/02/2017 02:41 PM Jim Pingle

Read default language from globals.inc instead of hardcoding (it was already defined there)

7b492a56 05/02/2017 02:41 PM Phillip Davis

Set default anguage in General Setup to en_US

Since https://github.com/pfsense/pfsense/commit/fdcde31b4a910c4e058513c1e3f68a62e722da6b added German to the top of the get_locale_list() array, if you start with a default system and go to System->General Setup (make some changes to other fields if you like) and press Save, you end up in German because that is what gets selected in the dropdown when the config does not yet have a language in it....

fd7049e7 04/27/2017 03:47 PM Renato Botelho

Checks for DHCP Relay being enabled/disabled should be skipped when editting an additional pool

1e40bdeb 04/27/2017 01:44 PM Phillip Davis

Fix comparisons for CDATA tags in config

Some length numbers here do not match the strings they are comparing with. That looks very odd.
Note that:
```
substr($ent, 0, 5) == "text"
```
will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc....

3b010c68 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Retention - Update

Only write if changed or missing.

Vast majority of reboots will not have a change so don't hit the file system with a needless write. RAM disk enabled systems will always write due to missing the file on boot up.

View revisions

Also available in: Atom