summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-4/+4
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Checked gettext() implementation on firewall_schedule_edit.phpCarlos Eduardo Ramos2010-07-131-1/+2
|
* Corrections gettext implementation on firewall_schedule_edit.phpCarlos Eduardo Ramos2010-07-081-4/+4
|
* Fixing gettext calls on firewall_schedule_edit.phpVinicius Coque2010-07-021-6/+6
|
* Implement gettext() callsRafael Lucas2010-06-241-37/+37
|
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Declare as a propper function to avoid errors.Ermal Luçi2009-07-091-5/+4
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+14
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Convert schedules to pf(4).Ermal Luçi2009-04-261-0/+6
| | | | | | | This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc... * Whitespace cleaning on filter.inc * Move schedule backend logic from pfsense-utils.inc to filter.inc and prefix with filter_. * Small bugfixes here and there.
* Do not hard code whiteScott Ullrich2008-10-121-5/+5
|
* Add CSS headersScott Ullrich2008-08-301-1/+6
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-4/+1
|
* Fixing css layoutSeth Mos2007-09-011-8/+8
|
* correctly determine if time range existsScott Dale2007-05-071-6/+4
|
* Schedule popup on firewall page, stop min 0>00Scott Dale2007-04-171-9/+8
| | | | MFC: asap
* Ticket 1280: updatedScott Dale2007-04-071-1/+1
|
* Add back 59 minute optionScott Ullrich2007-04-031-0/+1
|
* * Remove 59 * Change 0 to 00 for consistencyScott Ullrich2007-04-021-2/+1
|
* more logic checks.Scott Dale2007-03-301-16/+88
|
* more logic checksScott Dale2007-03-291-53/+83
|
* Signal filter reload after changeScott Ullrich2007-03-291-0/+2
|
* is_validaliasname() will not allow _, remove that from the allowed ↵Scott Ullrich2007-03-281-1/+1
| | | | description. If we want to allow _ then a new function will have to be created in place of is_validaliasname()
* Monday is first nowScott Dale2007-03-281-38/+37
|
* removed unnecessary logic checkScott Dale2007-03-281-40/+4
|
* time is now drop down, various other logic checksScott Dale2007-03-281-20/+54
|
* updated text descriptions and added check to ensure at least 1 time range is ↵Scott Dale2007-03-281-2/+3
| | | | configured
* update error checks for minutes ending in 59Scott Dale2007-03-271-6/+10
|
* Corrected xml schemaScott Dale2007-03-271-2/+2
|
* New XML Schema and multiple bug fixes.Scott Dale2007-03-271-128/+258
|
* Firewall Schedule GUI! ... and there was much rejoicing.Scott Dale2007-03-231-0/+900
OpenPOWER on IntegriCloud