summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW StatusPhil Davis2015-05-151-9/+14
|
* Fix lineup of copyright linesPhil Davis2015-01-011-25/+25
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Add some protection to parameters that come through _GETRenato Botelho2014-06-061-4/+8
|
* Tidy up the "Helper Icons"Colin Fleming2013-11-141-6/+11
| | | | | | | | | | | | | | | The "Helper Icons" at the top right of some service pages at present produces 30+ HTML errors/warnings, this is due to the table cell being wrapped in a span statement then in a div statement, table cells can only be part of a table row then within a table statement. - remove the table cell definitions from /etc/inc/service-utils.inc - add the table cell definition from /etc/inc/service-utils.inc to /usr/local/www/status_services.php and add some logic to determine if the service is running which will then determine which class statement to use and pad the icon with a space - apply the same table cell definition and logic as above to /usr/local/www/widgets/widgets/services_status.widget.php
* Simplify this codejim-p2013-03-221-13/+12
|
* Move these service control functions into service-utils.inc so they may be ↵jim-p2013-03-221-159/+3
| | | | re-used.
* Tidy up "services" widget XHTMLColin Fleming2013-03-051-5/+2
| | | | | | | | | Added ALT to img tags Closed off IMG tags Deprecated the ampersand in HREF tag Added summary to table tags Moved nowrap to class definition Tidied up the CDATA section in scripts.
* Use the actual openvpn restart routine when starting/stopping from services ↵jim-p2013-02-111-7/+4
| | | | rather than killing/restarting manually.
* Update usr/local/www/status_services.phpjmkizer2013-01-111-0/+1
| | | Missing include which defines functions such as get_shortcut_by_service_name()
* Extend the shortcuts code and link back from Status > Services also.jim-p2012-08-151-3/+8
|
* Refine the formatting of the service status icon a bit depending on its context.jim-p2012-08-131-1/+1
|
* Whoops don't need this parameter.jim-p2012-08-101-1/+1
|
* Consolodate a bunch of duplicate service status codejim-p2012-08-101-193/+3
|
* Add additional checkbcyrill2012-07-061-1/+1
|
* Fix Captive Portal statusbcyrill2012-07-061-2/+2
|
* Make sure it's an array as an empty string has a count > 0bcyrill2012-06-231-1/+1
|
* fix typobcyrill2012-06-231-1/+1
|
* Added radvd / Updated Captive Portal service widgetbcyrill2012-06-151-2/+2
|
* Add radvd to Status:Services #2485bcyrill2012-06-151-0/+16
|
* Added Captiveportal to service statusbcyrill2012-06-091-31/+59
|
* Fixed HTML tag.bcyrill2012-04-131-3/+3
|
* Add relayd to Status > Services and widget. Add capability to kill when ↵jim-p2011-09-281-0/+17
| | | | restarting instead of a simple reload. Implements #1913
* Correctly restart the SSL lighty instance when running.Ermal2011-07-221-0/+2
|
* Sort services on the services status page and widget.jim-p2011-01-101-2/+8
|
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-3/+3
|
* Fix Status > Services display and sorting, plus some HTML formatting and ↵jim-p2010-09-231-23/+19
| | | | cleanup.
* Fix variable name typo in status_services.php and fix return value of ↵Erik Fonnesbeck2010-09-071-1/+1
| | | | is_pid_running. Fixes #877
* Ticket #877. Some cleanup and fixes so that openvpn status works correctly.Ermal2010-09-061-11/+8
|
* Fix ntpd starting at boot time and also status->services ↵Ermal2010-09-061-5/+6
| | | | checking/stop/start/restart display. Previously ntpd would not start at all either though it should.
* Use exec() for is_process_running since system() displays command output(not ↵Ermal2010-08-311-5/+18
| | | | sure why). Also handle captiveportal specially and use proper function to start/stop it.
* More fixes to status services.Ermal2010-08-311-8/+5
|
* No functional changes just remove redundant code.Ermal2010-08-311-5/+0
|
* More fixes to openvpn to catch up with latest changes.Ermal2010-08-311-5/+5
|
* Correctly pass parameters for openvpn.Ermal2010-08-311-4/+4
|
* Better require_once.Ermal2010-08-311-1/+1
|
* Bring up openvpn up to speed and try to bring this file near to useful/readable.Ermal2010-08-311-23/+27
|
* Corrections gettext implementation on status_services.phpCarlos Eduardo Ramos2010-07-221-12/+12
|
* Implement gettext() calls on status_services.phpRafael Lucas2010-07-221-13/+13
|
* Ticket #353. Add neccessary include.Ermal Luçi2010-02-121-0/+1
|
* Do propper check to avoid errors. Reported-by: ↵Ermal Luçi2010-01-221-3/+5
| | | | http://forum.pfsense.org/index.php/topic,22296.0.html
* fix racoon restartChris Buechler2009-12-311-0/+1
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-7/+0
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-4/+7
| | | | include 2009 on files that I have asserted (C) on
* Turn common tabular data areas into sortable items. Revert the sortable.js ↵Scott Ullrich2009-08-231-1/+1
| | | | change that used tabcont and change back to sortable
* Add missing include.Ermal Luçi2009-07-101-0/+1
|
* Add the GUI part for IGMPproxy that has been on the snapshots for a while.Ermal Luci2009-01-281-0/+16
|
OpenPOWER on IntegriCloud