Project

General

Profile

Download (9.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cdb782b7 04/18/2014 10:29 PM Colin Fleming

Tidy up "services_wol" XHTML

Add SUMMARY to tables
Update HTML Boolean operators
Close INPUT and IMG tags and add ALT to IMG tags
Deprecate ampersand in anchor tags
Move NOWRAP into class statement
Remove empty EM tag

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

d31ca336 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

ae92e820 04/23/2013 02:16 PM Charlie Marshall

Tidy up services_wol.php

Remove nbsp

17d5077f 06/05/2011 07:15 PM Evgeny Yurchenko

Restoring gray background to the right of some tables in GUI.

2bf16ba2 03/12/2011 12:36 AM Ermal LUÇI

Prevent the command wol for being called without propper ip information. Reported-by: http://forum.pfsense.org/index.php/topic,34314.0.html

f39b73ad 12/22/2010 02:32 PM Erik Fonnesbeck

Fix interface names for Wake on LAN entries. Fixes #1101

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/diag_smart.php
usr/local/www/firewall_rules_edit.php
usr/local/www/interfaces.php
usr/local/www/load_balancer_pool_edit.php
usr/local/www/pkg_mgr_settings.php

16457bdd 08/12/2010 01:32 PM Renato Botelho

gettext fixes

f5abb47d 08/12/2010 05:54 AM Erik Fonnesbeck

Fix link in error message for wake on lan.

ddc55e12 08/12/2010 04:18 AM Erik Fonnesbeck

Modify various (s)printf format strings to allow translations to change the order of the inserted strings.

42256271 07/16/2010 01:08 PM Carlos Eduardo Ramos

Corrections gettext implementation on services_wol.php

d58dbf67 07/12/2010 01:24 PM Rafael Lucas

Implement gettext() calls on services_wol.php

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

1b197e55 09/11/2009 04:02 PM Josh Stompro

Added checks to wol command execution to make it more obvious when the script fails.

If the wol command returns with anything other than 0, alert the user that the command
failed, and that they should look at the system log to find out why the command failed....

8acfca38 09/11/2009 02:36 PM Josh Stompro

Fixes error that comes up when wake all is used.

This error was coming up when wake all was used from the services WOL page.
"Fatal error: Function name must be a string in /usr/local/www/services_wol.php on line 53"

0d64af59 06/30/2009 06:16 PM Ermal Luçi

Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
Remove some sort functions not used.

a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
7f1b26bc 11/11/2008 02:09 AM Scott Ullrich

Cleanup form a bit.

7ec05d27 11/07/2008 07:30 PM Ermal Luçi
  • Rename link_int_to_bridge_interface to link_interface_to_bridge
  • Create two new function link_interface_to_{gif,gre}
d4da6249 10/12/2008 09:24 PM Scott Ullrich

Do not hard code white

74d65827 08/31/2008 02:44 PM Ermal Luçi

Fix detection if an interface is part of bridge.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

e47499d5 02/09/2008 05:23 AM Scott Ullrich

Do not show LAN interface when it is not present.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

d415d821 05/08/2007 10:09 PM Seth Mos

Add a plus button on the top header of these pages.
This to make it easier on large configurations.

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

4751361d 12/09/2005 08:32 PM Scott Ullrich

Correctly wake all clients

474d1649 08/17/2005 12:06 AM Holger Bauer

inserted wol-all-icon, dedicated to sadara ;-)

b7028110 08/16/2005 04:20 PM Scott Ullrich

Wake all clients

Ticket #360

25d3fbd5 07/30/2005 11:01 PM Scott Ullrich
  • Add ascii art from holger
  • Add base services to status -> services menu
677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

4f3401e0 04/14/2005 02:21 AM Bill Marquette

normalize MAC addresses

5f9c0e68 04/12/2005 07:30 PM Bill Marquette

doubleclick to edit

2d4a7bb1 04/04/2005 01:23 AM Bill Marquette

icon placement

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

f0fe3d30 11/19/2004 06:45 PM Scott Ullrich

Convert description font color to white

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision