summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update sasl classes to last version and remove all style customizations - ↵Renato Botelho2016-01-155-28/+26
| | | | http://www.phpclasses.org/package/1888-PHP-Single-API-for-standard-authentication-mechanisms.html
* Update smtp class to latest version, fixes #5604Renato Botelho2016-01-152-139/+1171
| | | | | | | - SMTP class from http://www.phpclasses.org/package/14-PHP-Sends-e-mail-messages-via-SMTP-protocol.html - Adapt code to current version, only change was tls parameter became start_tls
* Respect force parameter even if message is the same of last sentRenato Botelho2016-01-151-2/+2
|
* Merge pull request #2442 from ↵Renato Botelho2016-01-151-0/+1
|\ | | | | | | NOYB/HTML_Compliance_-_VPN_/_IPsec_/_Tunnel_/_Edit_Phase_1
| * HTML Compliance - VPN / IPsec / Tunnel / Edit Phase 1NOYB2016-01-151-0/+1
|/ | | | | | End tag div seen, but there were open elements. Unclosed element form. <form action="vpn_ipsec_phase1.php" method="post" name="iform" id="iform">
* Add config upgrade code to remove L7 config pieces, and file a notice where ↵Chris Buechler2016-01-142-1/+17
| | | | found. Ticket #5508
* Display correct page tabs during firmware updateStephen Beaver2016-01-141-1/+1
|
* Make sure $code[1] existRenato Botelho2016-01-141-1/+7
|
* Remove extra $Renato Botelho2016-01-141-1/+1
|
* Merge pull request #2441 from NewEraCracker/strpos-fixesStephen Beaver2016-01-141-2/+2
|\
| * Should make more sense like thisNewEraCracker2016-01-141-1/+1
| |
| * Merge remote-tracking branch 'upstream/master' into strpos-fixesNewEraCracker2016-01-142-29/+38
| |\ | |/ |/| | | | | Conflicts: src/usr/local/www/pkg_mgr_install.php
* | Revise reboot on upgradeStephen Beaver2016-01-141-4/+6
| |
* | Add panel heading, and make filter panel collapsibleStephen Beaver2016-01-141-25/+32
| |
| * Use strict comparison operators when checking strpos resultNewEraCracker2016-01-141-2/+2
|/ | | | int(0) is a valid result and should not be confused with bool(false). This change will make code more future-proof. See https://secure.php.net/manual/en/function.strpos.php
* Merge pull request #2440 from phil-davis/panel-headingStephen Beaver2016-01-1414-47/+60
|\
| * Consistent panel-heading h2Phil Davis2016-01-1414-47/+60
| | | | | | | | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* | Revised reboot detectionStephen Beaver2016-01-141-4/+5
| |
* | Simplify logic and fixes on interface_vlan_adapt_mtu()Renato Botelho2016-01-141-14/+13
| | | | | | | | | | | | | | | | - Remove some redundant code and define $if_mtu respecting the order - Assinged interface - PPP - default - When interface is a VLAN and parent is LAGG, it must be re-created
* | When parent of a VLAN is LAGG and need to set a different MTU, interface ↵Renato Botelho2016-01-141-1/+14
| | | | | | | | must be re-created
* | Use proper variable ($wantedmtu) to get vlan MTURenato Botelho2016-01-141-3/+1
| |
* | All lagg members are exclusive, set the same MTU defined on interface ↵Renato Botelho2016-01-141-11/+7
| | | | | | | | instead of consider what is currently set on members
* | Merge pull request #2439 from phil-davis/patch-3Stephen Beaver2016-01-141-6/+6
|\ \
| * | Internationalize more text in diag_rebootPhil Davis2016-01-141-6/+6
| | |
* | | Merge pull request #2438 from phil-davis/patch-2Stephen Beaver2016-01-141-4/+4
|\ \ \ | |/ / |/| |
| * | Internationalize more text in diag_haltPhil Davis2016-01-141-4/+4
|/ / | | | | while I was looking at the panel-heading stuff, I noticed that there are whole chunks of text here that have no gettext() wrapper.
* | Merge pull request #2437 from NewEraCracker/php-echo-to-shortStephen Beaver2016-01-1417-31/+31
|\ \
| * | Lowercase this opening tagNewEraCracker2016-01-141-1/+1
| | |
| * | All simple php echo to shortNewEraCracker2016-01-1417-30/+30
| |/ | | | | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* | Ajax fixStephen Beaver2016-01-141-1/+1
| |
* | Revised to handle firmware update that does not require rebootStephen Beaver2016-01-141-3/+8
| |
* | When an error happens, $pconfig['interfaces'] is already an arrayRenato Botelho2016-01-141-1/+3
| |
* | Fix spaceRenato Botelho2016-01-141-2/+1
|/
* Fixed # 5770Stephen Beaver2016-01-141-17/+15
| | | | Gave page a makeover
* First part of detecting need to reboot for testing. Not yet completeStephen Beaver2016-01-141-1/+4
|
* Fix status reporting (Detect rebbot required to follow)Stephen Beaver2016-01-141-6/+3
|
* Merge pull request #2436 from NewEraCracker/rewordingStephen Beaver2016-01-148-24/+24
|\
| * Maybe abbreviations could be kept to a certain acceptable minimumNewEraCracker2016-01-143-10/+10
| |
| * Replace another abbreviation (If to Interface)NewEraCracker2016-01-141-1/+1
| |
| * Replace another abbreviation (Int to Interface)NewEraCracker2016-01-141-1/+1
| |
| * Replace abbreviations with complete wordNewEraCracker2016-01-147-12/+12
| |
* | Merge pull request #2433 from NOYB/Gateways_Widget_Refactor_init-ajaxStephen Beaver2016-01-141-14/+17
|\ \
| * | Return string and printNOYB2016-01-141-14/+17
| | |
* | | Merge pull request #2432 from phil-davis/syslogsvpnStephen Beaver2016-01-140-0/+0
|\ \ \
| * | | Status Logs breadcrumbs and tab array highlightingPhil Davis2016-01-142-7/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 1) When on Status Logs->VPN the VPN part of the breadcrumb list was missing. 2) When selecting Status Logs-> System->Gateways... the underlining of the "System" level tab went AWOL. 3) When selecting Status Logs->VPN-> PPPoE Servixce or L2TP Service the underlining of the "VPN" level tab went AWOL.
* | | Status Logs breadcrumbs and tab array highlightingPhil Davis2016-01-142-7/+11
| |/ |/| | | | | | | | | | | | | | | 1) When on Status Logs->VPN the VPN part of the breadcrumb list was missing. 2) When selecting Status Logs-> System->Gateways... the underlining of the "System" level tab went AWOL. 3) When selecting Status Logs->VPN-> PPPoE Servixce or L2TP Service the underlining of the "VPN" level tab went AWOL.
* | Merge pull request #2434 from NewEraCracker/masterRenato Botelho2016-01-141-1/+1
|\ \
| * | Fix misplaced parenthesesNewEraCracker2016-01-141-1/+1
| |/
* | Merge pull request #2431 from phil-davis/h1Renato Botelho2016-01-1435-60/+62
|\ \
| * | UI ConsistencyPhil Davis2016-01-1435-60/+62
| |/ | | | | | | | | | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
OpenPOWER on IntegriCloud