summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Fix population of the wireless parent list. Fixes #5992jim-p2016-03-141-2/+2
|
* Re-commit changeStephen Beaver2016-03-142-2/+32
|
* Revert "Fixed #5983"Stephen Beaver2016-03-142-32/+2
| | | | This reverts commit 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Merge pull request #2736 from phil-davis/patch-2Stephen Beaver2016-03-141-3/+3
|\
| * Translate button textPhil Davis2016-03-141-3/+3
| |
* | Merge pull request #2735 from ↵Stephen Beaver2016-03-141-8/+8
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit_-_Readonly_Attribute
| * | HTML Compliance - Firewall / Schedules / Edit - Readonly AttributeNOYB2016-03-141-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Error: Bad value readonly for attribute type on element input. Readonly is not a valid type attribute value. If the intention here is to prevent the fields from being edited. Use the readonly attribute. Since editing was not actually being prevented by this I did not add the readonly attribute so as to not change existing behavior.
* | | Merge pull request #2732 from ExolonDX/branch_02Stephen Beaver2016-03-141-1/+1
|\ \ \
| * | | Change to 4 spacesColin Fleming2016-03-141-1/+1
| | | |
| * | | Tidy up "system_gateways_edit"Colin Fleming2016-03-121-1/+1
| | | | | | | | | | | | | | | | Tidy up missing semi-colon in non-breaking space
* | | | Merge pull request #2728 from phil-davis/form_buttonStephen Beaver2016-03-1458-138/+138
|\ \ \ \
| * \ \ \ Resolve conflicts with masterPhil Davis2016-03-1110-326/+289
| |\ \ \ \
| * | | | | Internationalize Form_Button textPhil Davis2016-03-1158-138/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Fixed #5983Stephen Beaver2016-03-142-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | Added the ability to move multiple firewall rules via a "movre to here" icon (anchor)
* | | | | | Icon missing from default pkg.php save button. Ticket #5965jim-p2016-03-141-1/+1
| | | | | |
* | | | | | Fix styling on "Create Phase 1" button. Ticket #5965jim-p2016-03-141-1/+1
| | | | | |
* | | | | | Anchot icon requires icon-pointer classStephen Beaver2016-03-141-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2734 from ↵Renato Botelho2016-03-141-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | NOYB/System_/_Routing_/_Gateways_/_Edit_-_Punctuation
| * | | | | System / Routing / Gateways / Edit - PunctuationNOYB2016-03-131-3/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #2733 from ExolonDX/branch_03Renato Botelho2016-03-141-1/+1
|\ \ \ \ \
| * | | | | Tidy up "interfaces_bridge_edit"Colin Fleming2016-03-121-1/+1
| |/ / / / | | | | | | | | | | | | | | | Change type of input to number
* | | | | Merge pull request #2731 from ExolonDX/branch_01Renato Botelho2016-03-141-1/+1
|\ \ \ \ \
| * | | | | Tidy up "pkg_mgr_installed"Colin Fleming2016-03-121-1/+1
| |/ / / / | | | | | | | | | | | | | | | Remove stray closing SMALL tag
* | | | | Merge pull request #2730 from ↵Renato Botelho2016-03-141-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | NOYB/HTML_Compliance_-_Status_Dashboard_-_System_Information_Widget
| * | | | HTML Compliance - Status Dashboard - System Information WidgetNOYB2016-03-121-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Error: Stray end tag spa. Error: End tag td seen, but there were open elements. Error: Unclosed element span.
* | | | Use file-text-o instead of file-o for consistency. Ticket #5965jim-p2016-03-131-2/+2
|/ / /
* | | adjust nvd3 chart height and make rule more strictJared Dillard2016-03-111-2/+2
| | |
* | | Fix icon usage on the interfaces widget, the down icon was arrow-up. Add ↵jim-p2016-03-111-3/+3
| | | | | | | | | | | | color to the status for clarity. Ticket #5965
* | | Fix online user counts for CP/Vouchers. Fixes #5978jim-p2016-03-112-22/+25
| | |
* | | Some safety belts to avoid presenting PHP errors to the user. Ticket #5973jim-p2016-03-111-1/+6
| |/ |/|
* | Ensure $a_cert is always an array. Fixes #5977jim-p2016-03-111-0/+2
| |
* | Tweaks/fixes for WoL, ticket #5965jim-p2016-03-111-5/+7
| |
* | Fixup Toggle All button, ticket #5965jim-p2016-03-111-1/+1
| |
* | Merge pull request #2725 from NewEraCracker/system_certmanager-fixesStephen Beaver2016-03-111-305/+263
|\ \
| * | Indent system_certmanager.phpNewEraCracker2016-03-111-286/+286
| | |
| * | The 'csr' code block is duplicated. This commit removes itNewEraCracker2016-03-111-44/+2
| | |
* | | Merge pull request #2727 from phil-davis/savebtnStephen Beaver2016-03-111-2/+2
|\ \ \
| * | | Fix $POST checks so they do not depend on string SavePhil Davis2016-03-111-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents problems when Save is translated to other languages. Note: This is the only remaining place I could find with this issue. There are other pieces of code that do: ``` if ($_POST['save'] == gettext("Save")) ``` which also works, but looks a bit ugly. I left those alone, since they do work OK in any language.
* | | Merge pull request #2726heper:patch-2 from phil-davis/patch-2Stephen Beaver2016-03-111-3/+4
|\ \ \
| * | | Translate the default submit button textPhil Davis2016-03-111-3/+4
| |/ / | | | | | | | | | | | | Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text. That is discussed in forum https://forum.pfsense.org/index.php?topic=108116.0 I will followup with another pull request to fix the things I can find like that.
* | | Use a more clear icon/wording on Diag > Tables button to flush the table. ↵jim-p2016-03-111-2/+2
| | | | | | | | | | | | Ticket #5965
* | | Use less confusing button text/colors/icons for Factory ↵jim-p2016-03-113-8/+8
|/ / | | | | | | defaults/Halt/Reboot. Ticket #5965
* | HTML Compliance - CARP Status WidgetNOYB2016-03-111-4/+10
|/ | | | | Error: th start tag in table body. Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).
* Fix QinQ member save action. Ticket #5965jim-p2016-03-101-1/+1
|
* Fix some Save button quirks. Ticket #5965jim-p2016-03-103-5/+4
|
* change to class for multiple update locationsJared Dillard2016-03-101-1/+1
|
* Merge pull request #2722 from ↵Jared Dillard2016-03-103-0/+28
|\ | | | | | | NOYB/Status_Monitoring_-_Settings_Panel_Collapsible
| * Status Monitoring - Settings Panel CollapsibleNOYB2016-03-103-0/+28
| | | | | | | | | | | | | | Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide. Replace Update button with refresh icon on title bar. Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.
* | More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-1016-26/+39
| |
* | More icon/button inconsistencies. Ticket #5965jim-p2016-03-109-24/+46
| |
OpenPOWER on IntegriCloud