summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
...
| * | OpenVPN Widget fix column header textPhil Davis2015-12-091-1/+1
| |/
* | Merge pull request #2188 from phil-davis/log-breadcrumbsStephen Beaver2015-12-093-5/+4
|\ \
| * | Standardize Firewall Logs breadcrumbsPhil Davis2015-12-093-5/+4
| |/
* | Interface Stats Widget make rows standard sizePhil Davis2015-12-091-1/+1
|/ | | | | | | The rows of data were taller than expected, and the name "Packets In", "Packets Out" etc. in the left column did not line up exactly horizontally with the numbers in the other columns. Seems to be because the "name" column was a "th" tag. If it is just "td" like the numbers then everything lines up and the row height is less (it then looks the same as other widgets that have this style of table). I put in the bold tag to keep the "Packets In" "Packets Out"... names bold. Is there some other fancy way that should be done with styles... somewhere, or is hardcoding a "b" tag OK? Note: This would also resolve the comments in forum topic https://forum.pfsense.org/index.php?topic=103605.0 - that is talking about the Interface Statistics Widget row spacing in 2.2.5 - where the rows are also taller than those on other widgets. Of course the poster of that thread would have to go to 2.3 to get the benefit here.
* fix widget header linksJared Dillard2015-12-081-5/+4
|
* change alert colors to match paletteJared Dillard2015-12-082-6/+34
|
* Added status page links to widget titlesStephen Beaver2015-12-082-3/+19
|
* Fix field description/name display of select_source package fields.jim-p2015-12-081-3/+3
|
* Fixed #5540Stephen Beaver2015-12-081-11/+16
|
* Create the required number of rows for NTP time serversPhil Davis2015-12-081-2/+2
| | | | | | | depending on how many are already defined in the config, making sure to always have a minimum of 1. Also I used the constant NUMTIMESERVERS that was defined up the top of this file to control the loop that limits the number saved to 10. Note: There also needs to be a limit on the number of rows of time server data allowed to be added - at the moment you can keep pressing the Add button and enter loads of them, only the first 10 are saved.
* pfSense-upgrade script textPhil Davis2015-12-081-3/+3
| | | Just a few extra words to put in this text, while I am reading it and waiting for the upgrade to complete.
* Fix css pathStephen Beaver2015-12-072-2/+2
|
* Fixed #5610 by adding leading / to pathStephen Beaver2015-12-071-1/+1
|
* fix top nav colorsJared Dillard2015-12-072-4/+11
|
* change colors to match palleteJared Dillard2015-12-071-2/+2
|
* Refine cloning of elements with autocomplete setStephen Beaver2015-12-071-7/+9
|
* Fixed #5593Stephen Beaver2015-12-072-8/+16
| | | | The jQuery required to fix this is tricky, but I believe this fixes the issue by re-adding the autoselect data to newly cloned groups.
* Merge pull request #2181 from phil-davis/status-breadcrumbsRenato Botelho2015-12-075-5/+5
|\
| * Standardize Status breadcrumbsPhil Davis2015-12-075-5/+5
| |
* | Merge pull request #2180 from phil-davis/OpenVPNRenato Botelho2015-12-073-3/+3
|\ \
| * | Standardize VPN OpenVPN breadcrumbsPhil Davis2015-12-073-3/+3
| |/
* | Merge pull request #2179 from phil-davis/IPsecRenato Botelho2015-12-077-19/+23
|\ \
| * | Standardize VPN IPsec breadcrumbsPhil Davis2015-12-077-19/+23
| |/
* | Merge pull request #2178 from phil-davis/services-ntpRenato Botelho2015-12-073-3/+3
|\ \
| * | Standardize Services NTP breadcrumbsPhil Davis2015-12-073-3/+3
| |/
* | Merge pull request #2177 from phil-davis/patch-3Renato Botelho2015-12-071-2/+2
|\ \
| * | Fix inconsistent lower case in menusPhil Davis2015-12-071-2/+2
| |/ | | | | Everything else had all the "real"words capitalized expect these 2 menu entries. That seemed odd.
* | Merge pull request #2176 from phil-davis/patch-1Renato Botelho2015-12-071-1/+1
|\ \
| * | Standardize Services IGMP Proxy breadcrumbsPhil Davis2015-12-071-1/+1
| |/
* | Merge pull request #2175 from phil-davis/dyndnsrfc2136Renato Botelho2015-12-074-6/+6
|\ \ | |/ |/|
| * Standardize Dynamic DNS breadcrumbsPhil Davis2015-12-074-6/+6
| |
* | Merge pull request #2173 from phil-davis/svccpRenato Botelho2015-12-078-15/+15
|\ \
| * | Standardize Captive Portal breadcrumbsPhil Davis2015-12-078-15/+15
| |/ | | | | | | | | and services_captiveportal_zones_edit is actually code that can only add a zone, so it might as well say so.
* | Merge pull request #2174 from phil-davis/patch-1Renato Botelho2015-12-071-1/+1
|\ \
| * | Standardize DNS Resolver breadcrumbsPhil Davis2015-12-071-1/+1
| | |
* | | FIxed #5597Stephen Beaver2015-12-071-0/+24
|/ /
* | Fix this test. Ticket #5602jim-p2015-12-071-1/+2
| |
* | Merge pull request #2164 from ecovillage/ADD_SMTP_TEST_NOTERenato Botelho2015-12-071-1/+1
|\ \
| * | Improve helpfulness of smtp-test buttons help-text.Felix Wolfsteller2015-12-061-1/+1
| | |
* | | Prioritize and separate server certs for OpenVPN servers to make it more ↵jim-p2015-12-071-2/+17
| | | | | | | | | | | | clear they should be using certificates created as Server certificates for this purpose -- it's still valid to use non-server certs but it's not what most people intend to do. Ticket #5602
* | | Merge pull request #2167 from phil-davis/pkgsync23Renato Botelho2015-12-072-2/+2
|\ \ \
| * | | Redmine #4279 Package reinstall displayed when shutting down before upgradePhil Davis2015-12-072-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a different flag file to indicate that a package reinstall is required after a reboot is done first. This avoids the possibility that the user navigates in the webGUI during the time while the shutdown is in progress and is accidentally presented with the reinstall all packages GUI button. Early in rc.bootup switch the flag file to use its ordinary name, so that all subsequent code in boot scripts and webGUI will work as it already does to handle the package reinstall and notifying the user that a package reinstall is about to be done or in progress...
* | | Merge pull request #2169 from phil-davis/umgrRenato Botelho2015-12-076-6/+6
|\ \ \
| * | | Standardize breadcrumbs for User Manager tabsPhil Davis2015-12-076-6/+6
| |/ / | | | | | | | | | | | | | | | I think this is the way it should be to make it like everywhere else. Even when in the "Groups" pages, it is still reached by "System" "User Manager".
* | | Merge pull request #2170 from phil-davis/patch-6Renato Botelho2015-12-071-1/+1
|\ \ \
| * | | Standardize firewall shaper breadcrumbsPhil Davis2015-12-071-1/+1
| |/ / | | | | | | The others for queues, limiter, wizards seem OK.
* | | Merge pull request #2171 from phil-davis/sysadvRenato Botelho2015-12-076-6/+6
|\ \ \
| * | | Standardize System Advanced breadcrumbsPhil Davis2015-12-076-6/+6
| |/ /
* | | Merge pull request #2172 from phil-davis/syscertmgrRenato Botelho2015-12-073-3/+3
|\ \ \
| * | | Standardize Certificate Manager breadcrumbsPhil Davis2015-12-073-3/+3
| |/ /
OpenPOWER on IntegriCloud