summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Copyright and license cleanupRenato Botelho2015-11-09139-248/+170
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Fix licenseRenato Botelho2015-11-092-50/+96
|
* Merge pull request #2043 from phil-davis/r5Renato Botelho2015-11-09145-625/+781
|\
| * EOL whitespace and header consistency for wwwPhil Davis2015-11-09145-625/+781
| |
* | Merge pull request #2042 from phil-davis/patch-3Renato Botelho2015-11-091-3/+1
|\ \ | |/ |/|
| * interfaces_pps_edit use latest GLOB from RELENG_2_2Phil Davis2015-11-091-3/+1
|/ | | | | Use the latest cua* glob from the code in RELENG_2_2 that was "recently" modified to get this right. Remove the debug version that looked for "tty" so that people can use it on real systems now. Forum thread: https://forum.pfsense.org/index.php?topic=102111.0
* Merge pull request #2040 from phil-davis/r3Stephen Beaver2015-11-0812-43/+49
|\
| * Captive Portal code reviewPhil Davis2015-11-0812-43/+49
|/ | | | | Make the capitalisation of the various heading pages consistent. Fix various field var name errors observed.
* Merge pull request #2039 from phil-davis/patch-3Stephen Beaver2015-11-071-1/+1
|\
| * Redmine #5386Phil Davis2015-11-081-1/+1
|/ | | From Router Advertisements tab, be able to select different interfaces and stay on the Router Advertisements tab.
* Restored interface tabs to dhcpv6.phpStephen Beaver2015-11-072-2/+4
| | | | Changes dhcp/advertisements tab format in dhcpv6 and router_advertisements
* Fixed #5385Stephen Beaver2015-11-071-8/+17
|
* Fixed #5384Stephen Beaver2015-11-071-1/+1
|
* Fixed #5381Stephen Beaver2015-11-071-1/+3
|
* Fixed #5382Stephen Beaver2015-11-071-1/+1
|
* Fix services_unbound.php. The interfaces menus did not display the selectedMatt Smith2015-11-061-10/+18
| | | | | interfaces, they always showed "all" selected. Made it so an "apply changes" message shows when something changes.
* Restored simplepie filesStephen Beaver2015-11-063-2/+13698
|
* Fix cosmetic infoblock issue when there is more than one info_box on a pageStephen Beaver2015-11-061-2/+2
|
* Convert networks section to jQuert "repeatable" scheme and remove ↵Stephen Beaver2015-11-061-88/+57
| | | | for($x=0;$x<4999 . ." code
* Move "Add P2" button to left side to facilitate use of smaller screensStephen Beaver2015-11-061-101/+76
| | | | Fix HTML indenting
* Removed simplepie files (and update obsoleted files list)Stephen Beaver2015-11-063-13689/+2
|
* Copyright updates ( 3 of 3)Stephen Beaver2015-11-062-2/+6
|
* Correction per Phil DavisStephen Beaver2015-11-0646-46/+46
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-06102-1041/+1981
|
* Merge pull request #2035 from phil-davis/patch-3Renato Botelho2015-11-061-1/+3
|\
| * 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.
* | Deal with multiple conflictsRenato Botelho2015-11-061-1/+3
|/
* First batch of copyright updatesStephen Beaver2015-11-0544-68/+120
|
* Merge pull request #2034 from phil-davis/r2Stephen Beaver2015-11-0511-22/+22
|\
| * services_unbound_acls text stuffPhil Davis2015-11-061-3/+3
| |
| * Various text stuff on the UIPhil Davis2015-11-0610-19/+19
| |
* | proposed fix for Bug #5375heper2015-11-051-3/+4
| | | | | | | | value passed by checkbox was "yes" when checked, instead of "Block" / "Pass"
* | Do not consider only meta package, but also other pfSense main packages, ↵Renato Botelho2015-11-051-4/+17
| | | | | | | | also change exit code from -1 to 2
* | Add a new option to pfSense-upgrade, -c, it'll return 0 if system firmware ↵Renato Botelho2015-11-051-1/+30
|/ | | | is up2date or -1 if there are updates available
* Merge pull request #2032 from heper/patch-2Stephen Beaver2015-11-051-14/+6
|\
| * convert system_camanager to faheper2015-11-051-14/+6
|/
* Merge pull request #2031 from phil-davis/patch-3Stephen Beaver2015-11-051-9/+10
|\
| * services_dhcpv6 textPhil Davis2015-11-051-9/+10
|/ | | and also I made the DNS 1, DNS 2, DNS 3 , DNS 4 show inside the boxes as 'placeholder' the same as NTP 1, NTP 2 is done. That saves a bit of screen real estate and makes it consistent.
* Merge pull request #2030 from heper/patch-1Stephen Beaver2015-11-051-3/+3
|\
| * change onclick delete msg toLowerCase()heper2015-11-051-3/+3
|/
* Merge pull request #2029 from phil-davis/patch-3Stephen Beaver2015-11-051-6/+6
|\
| * service_dhcp.php NTP and TFTP server fieldsPhil Davis2015-11-051-6/+6
| | | | | | | | and I used capitals for DHCP Server. At the moment there is a mix of capitalisation of this sort of stuff - e.g. there is "DNS forwarder" in various places and "DNS Resolver" and... IMHO these can all be made consistent to have capitals on all the "big" words.
* | Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-0550-197/+305
|/
* Convert system_certmanager.php to font awesome iconsStephen Beaver2015-11-054-20/+16
| | | | Automatically add confirmation dialog to all fa-trash icons
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-05129-135/+136
|
* Merge pull request #2027 from heper/sed_inline_cssStephen Beaver2015-11-0553-68/+75
|\
| * add icon-embed-btnheper2015-11-051-1/+8
| |
| * replace and find for icon-embed-btnheper2015-11-0552-67/+67
| |
* | Merge pull request #2028 from phil-davis/patch-3Stephen Beaver2015-11-051-3/+3
|\ \ | |/ |/|
| * service_dhcpv6_edit dodgy-looking stuffPhil Davis2015-11-051-3/+3
|/ | | Noticed when reading the code.
OpenPOWER on IntegriCloud