summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol.php
Commit message (Collapse)AuthorAgeFilesLines
* wol, use 'usepost' for links that need to send the magic packetPiBa-NL2017-06-141-2/+2
|
* Add reason to write_config() calldoktornotor2017-03-071-1/+1
|
* GET/POST conversionsSteve Beaver2017-02-141-16/+11
|
* Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-1/+1
|
* Required fields in Services pagesPhil Davis2017-01-301-2/+2
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Resolve conflicts with masterPhil Davis2016-03-111-5/+7
|\
| * Tweaks/fixes for WoL, ticket #5965jim-p2016-03-111-5/+7
| |
* | Internationalize Form_Button textPhil Davis2016-03-111-1/+1
|/ | | | | | 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.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+10
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-131-6/+6
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* More internationalization of servicescodePhil Davis2016-01-271-5/+5
|
* add call gettext function in the services menubruno2016-01-251-2/+2
|
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-4/+11
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Code style servicesPhil Davis2015-12-171-3/+5
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-2/+2
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-2/+4
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* convert services_wol to faheper2015-10-311-7/+3
|
* Completed #5359Stephen Beaver2015-10-301-26/+51
|
* Minor edits to deal with a crash report. Don't "forwach" if the aray is not ↵Stephen Beaver2015-09-101-2/+3
| | | | present.
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-104/+86
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+233
OpenPOWER on IntegriCloud