summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed #7231Steve Beaver2017-02-201-0/+14
| | | | | | | | This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
* | Add Chinese (Taiwan) to the list of available languagesRenato Botelho2017-02-201-0/+1
| |
* | Fix handling of 0 for Backup Count. Fixes #7273jim-p2017-02-171-0/+1
|/
* GET/POST conversionSteve Beaver2017-02-142-3/+3
|
* Fix #7257: Use pfSense-upgrade to look for new versionsRenato Botelho2017-02-141-7/+15
|
* Merge pull request #3541 from phil-davis/getAllowedPages-formatRenato Botelho2017-02-131-4/+4
|\
| * getAllowedPages consistent code formatPhil Davis2017-02-131-4/+4
| |
* | Merge pull request #3540 from phil-davis/get_user_privileges-cacheRenato Botelho2017-02-131-10/+33
|\ \
| * | Use cached groups in get_user_privilegesPhil Davis2017-02-131-10/+33
| |/
* | Merge pull request #3539 from phil-davis/patch-5Renato Botelho2017-02-131-2/+2
|\ \
| * | Fix ldap_get_groups return value when downPhil Davis2017-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | In some places ldap_get_groups has: ``` return memberof; ``` It should have the "$" in front, so it will return the $memberof array (that is empty when this happens). This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups.
* | | Merge pull request #3531 from phil-davis/version-display-at-bootRenato Botelho2017-02-131-12/+18
|\ \ \ | |/ / |/| |
| * | Update version string at end of bootPhil Davis2017-02-121-12/+18
| |/
* | Allow up to siz dashboard columnsSteve Beaver2017-02-121-2/+2
|/
* logout via POSTSteve Beaver2017-02-101-3/+3
|
* Merge pull request #3492 from luckman212/dhcp-edit-patch-2Renato Botelho2017-02-101-16/+22
|\
| * 5th trylukehamburg2017-02-091-1/+1
| | | | | | | | - change $do_ping default value to 'true' (which emulates the previous default behavior) to avoid any unexpected results
| * 4th attempt!lukehamburg2017-02-091-3/+7
| | | | | | | | - Reworked based on recent comments from @rbgarga
| * 3rd try!lukehamburg2017-02-081-9/+8
| | | | | | | | - incorporate suggestions from @rbgarga with slight modification
| * 2nd try. . .lukehamburg2017-02-081-11/+14
| | | | | | | | | | | | | | | | | | /etc/inc/util.inc: - arp_get_mac_by_ip() updated to support IPv6 - attempt at code streamline /usr/local/www/services_dhcp_edit.php: - streamline code, now just a simple call to arp_get_mac_by_ip()
* | Add cpsw to ALTQ list now that the driver supports ALTQ. Ticket #7199jim-p2017-02-071-1/+1
| |
* | Merge pull request #3495 from phil-davis/fbegin-fendRenato Botelho2017-02-071-0/+2
|\ \
| * | fbegin.inc and fend.inc obsoletePhil Davis2017-02-071-0/+2
| |/
* | Merge pull request #3473 from jxmx/7206_route53Renato Botelho2017-02-072-18/+42
|\ \ | |/ |/|
| * implement AWS API v4 signingJason D. McCormick2017-02-042-29/+17
| |
| * commit initial fix; need to add hooks for region to zone idJason D. McCormick2017-02-032-14/+50
| |
* | Remove HTML from translated shaper setHelpPhil Davis2017-02-051-10/+11
| | | | | | and sections must not be translated - examples of IP address formats 255.255.255.255 and so on.
* | Do not sort the list of locales. That way it is easier to get to the ↵Steve Beaver2017-02-041-1/+7
|/ | | | language you want afte accidentally selecting something you no longer understand.
* Remove \n from gettext stringsRenato Botelho2017-02-033-5/+5
|
* Fix #7120: Restore vendor mac address when spoofmac is set to blankRenato Botelho2017-02-031-5/+21
|
* Simplify logicRenato Botelho2017-02-031-14/+11
|
* Really fix #7120 after a bad copy/pasteRenato Botelho2017-02-031-1/+1
|
* Merge pull request #3463 from jskyboo/masterRenato Botelho2017-02-031-1/+4
|\
| * Set ntp gps mode for pgrmf even if no other modes are being set.jskyboo2017-02-021-1/+1
| |
| * Add to NTP GPS processing of PGRMF sentencejskyboo2017-02-021-0/+3
| |
* | Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-1/+1
| |
* | Add Spanish and Chinese Simplified to the list of available languagesRenato Botelho2017-02-021-0/+2
| |
* | Retain vendor MAC address for all interfaces during boot. Ticket #7011Renato Botelho2017-02-021-0/+24
|/
* Merge pull request #3460 from phil-davis/percent-sRenato Botelho2017-02-0112-43/+41
|\
| * Code with multiple %s in etcPhil Davis2017-02-0112-43/+41
| |
* | Merge pull request #3459 from phil-davis/patch-2Renato Botelho2017-02-011-59/+3
|\ \
| * | get_service_status_icon fix description_state formatPhil Davis2017-02-011-59/+3
| |/ | | | | | | | | | | | | If "description_state" is requested here, there are too many "%s" substitutions in the string for sprintf(). Also, to help translators, number all the "%s" substitutions. Then translators can rearrange the text and variable order if they need to. I removed the commented-out get_service_control_GET_links() while I am here, because it also contained sprintf() strings that had multiple "%s" substitutions. So I had found it when searching for lines containing multiple "%s". Might as well remove it "in the next version" as the comment says.
* | Remove unused broken functionsdoktornotor2017-01-311-47/+0
|/ | | Not sure what was the idea here, but these are not used anywhere, do nothing as they immediately call ```return false;``` plus the second one is also misnamed.
* Merge pull request #3418 from stilez/patch-38Renato Botelho2017-01-301-15/+43
|\
| * Misc cleanups at get_pkg_info()stilez2017-01-301-34/+34
| | | | | | | | | | | | * rename function args to be clearer what they do ($local_only was quite ambiguous, at first sight it could mean any of: "don't update local catalog copy", "only check local catalog copy", or "only report local installed pkgs") * merge nested if () conditions * refactor minor code stuff * rewrite explanatory comment
| * fix copy/paste - I think!stilez2017-01-261-32/+6
| |
| * use wrapped version of pkg info -e insteadstilez2017-01-251-5/+31
| |
| * get_pkg_info() fallback using pkg info if no local copy of repo catalog ↵stilez2017-01-221-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | (resubmit) Resubmit of PR #3157 with fix. The issue in #3157 was that `pkg info` and `pkg search`, undocumented in man pages, seem to handle things differently if no packages match the pattern string. `pkg search` gives an error "No packages match [$pkgs]", whereas `pkg search` doesn't give an error. I didn't come across this because it's not stated in the man pages for pkg info, and because I tested it with a bare install but at least one pkg, while @NYOB used it on a bare install. The fix which I've tested and seems to work nicely, is to test using `pkg info -e` whether the pkg info call will hit a "no packages exist" issue or not. If `pkg info -e` returns 0 then it's safe as there's at least one matching pkg (any other errors are allowed to occur and be detected as usual). If it returns anything else, then there's no matching pkgs, so the main `pkg info` is skipped leaving $out and other variables at the correct values they need anyway, showing a null match/none found. For details of the underlying issue being fixed, and the issue that this resubmit fixes, see the original PR.
* | Fix indent and spacesRenato Botelho2017-01-261-54/+124
| |
* | Escape $ to avoid replacing it by PHP variablesRenato Botelho2017-01-261-4/+4
| |
OpenPOWER on IntegriCloud