Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised service running/stopped icons | Stephen Beaver | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense | Stephen Beaver | 2016-09-14 | 1 | -1/+1 |
|\ | |||||
| * | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2975 from NOYB/Services_Status | Stephen Beaver | 2016-09-14 | 1 | -15/+38 |
|\ \ | |/ |/| | |||||
| * | Service Running Status Indicator Icon (fa-play) | NOYB | 2016-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Perhaps static play icon would be better perceived as the contrast to static stop icon for for services status indicators. Regardless of which icons are chosen, this centralized services status approach provides consistency, and the status icons, thumbs up/down, and title text can be easily changed in one place. | ||||
| * | Get Service Status Function | NOYB | 2016-05-31 | 1 | -15/+38 |
| | | | | | | | | | | | | | | | | | | | | | | Add option for thumbs up/down icon. Add option to specify title contents. Distinguish between Stopped and Disabled with icons and text classes. Replace status indicator icon fa-play with animated fa-circle-notch. Replace status indicator icon fa-times with fa-stop and fa-ban. Re-factor code logic for greater output flexibility. Can return many combinations of status icons and text based on the function call parameters. | ||||
* | | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 1 | -41/+9 |
| | | |||||
* | | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 1 | -1/+1 |
| | | |||||
* | | Review license / copyright on all files (1st round) | Renato Botelho | 2016-07-14 | 1 | -51/+51 |
|/ | |||||
* | Comment out no longer used function. Remove after next release. | Stephen Beaver | 2016-04-20 | 1 | -0/+3 |
| | |||||
* | Internationalize etc inc i through s | Phil Davis | 2016-02-18 | 1 | -2/+2 |
| | |||||
* | Further revision to service hiding system | Stephen Beaver | 2016-02-09 | 1 | -0/+7 |
| | |||||
* | allow packages in a www/subfolder/ (like haproxy) to use the service ↵ | PiBa-NL | 2016-01-21 | 1 | -3/+3 |
| | | | | start/stop/restart links | ||||
* | Update license on files from /etc/inc | Renato Botelho | 2016-01-15 | 1 | -22/+42 |
| | |||||
* | Rename pid files from lighty to nginx | Renato Botelho | 2016-01-05 | 1 | -6/+6 |
| | |||||
* | Changed sop icon to fa-stop-circle-o | Stephen Beaver | 2015-12-15 | 1 | -2/+2 |
| | |||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -4/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | Ticket #5624: Welcome dpinger! | Renato Botelho | 2015-12-10 | 1 | -6/+5 |
| | |||||
* | Tidy up coding style | Colin Fleming | 2015-11-26 | 1 | -13/+13 |
| | | | | | | | | | | | | "service-utils.inc" - be more consistent when using single/double quotes - add missing double quotes in ID statement - remove blank VALUE statement - remove ALT from <i> tag, invalid in HTML5 "status_services.php" - tidy up code style - add type to SCRIPT tag | ||||
* | Merge pull request #2100 from doktornotor/patch-2 | Renato Botelho | 2015-11-23 | 1 | -1/+3 |
|\ | |||||
| * | restart_service() - do not attempt to stop service that is not running | doktornotor | 2015-11-21 | 1 | -1/+3 |
| | | | | | | | | | | Attempting to stop service that's not running just produces useless log noise. BTW - dunno what was the idea behind restart_service_if_running() but it appears to be completely unused both in pfSense and in packages, suspect mainly because it doesn't make any sense as implemented. | ||||
* | | Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ↵ | Luiz Otavio O Souza | 2015-11-22 | 1 | -1/+1 |
|/ | | | | | | | | ipsec.inc and service-utils.inc Fix ruleset when IPSEC is enabled but there are no Phase 1 entries. Issue: #5487 | ||||
* | Merge pull request #2076 from doktornotor/patch-2 | Renato Botelho | 2015-11-19 | 1 | -0/+2 |
|\ | |||||
| * | service-utils.inc - add fallback for stop_service() for package-defined services | doktornotor | 2015-11-18 | 1 | -0/+2 |
| | | | | | | | | | | To avoid adding silly bloat to packages like here: https://redmine.pfsense.org/issues/5468 If package defines a service executable, chances are that killing that executable will indeed stop the service as intended, instead of doing nothing and pretending that it worked. | ||||
* | | Ticket #5471 partial convert to font-awesome fonts | Jared Dillard | 2015-11-17 | 1 | -8/+8 |
|/ | |||||
* | Fixed #5277 | Stephen Beaver | 2015-10-07 | 1 | -0/+53 |
| | |||||
* | Page converted to POST operation | Stephen Beaver | 2015-10-05 | 1 | -9/+13 |
| | |||||
* | Fixed #4978 | Jared Dillard | 2015-09-21 | 1 | -3/+2 |
| | |||||
* | Merge branch 'bootstrap' of https://github.com/itshari/pfsense into ↵ | Renato Botelho | 2015-09-16 | 1 | -7/+7 |
|\ | | | | | | | itshari-bootstrap | ||||
| * | Used bootstrap progress bar for queues' stats and used glyphicons | Hari | 2015-09-15 | 1 | -9/+9 |
| | | |||||
* | | Fixed #5137 | Stephen Beaver | 2015-09-15 | 1 | -4/+4 |
|/ | |||||
* | bootstrap, small fixes to unbound/dnsmasq edit pages, service icons. | PiBa-NL | 2015-09-02 | 1 | -0/+1 |
| | | | | + FIXME item that prevented lots of pages from loading.. | ||||
* | Merge branch 'master' into bootstrap | Renato Botelho | 2015-09-01 | 1 | -7/+0 |
|\ | |||||
| * | remove routed service, is being handled by the package | doktornotor | 2015-08-28 | 1 | -7/+0 |
| | | | | | | Resubmit of #1817. See pfsense/pfsense-packages#1006 | ||||
* | | Merge branch 'master' into bootstrap | Renato Botelho | 2015-08-26 | 1 | -15/+17 |
|/ | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+749 |