summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3555, on chrome it is not initializing correct minutes when adding a ↵RELENG_2_1_1Renato Botelho2014-03-311-10/+4
| | | | new time, just drop unused php variables and set it on js
* Revert "XHTML Compliance"Renato Botelho2014-03-311-22/+15
| | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* XHTML ComplianceN0YB2014-02-281-15/+22
| | | | Firewall - Schedules - Edit
* Tidy up "firewall_schedule_edit.php"Colin Fleming2013-04-181-5/+5
| | | | | | | | | | | ID statements (DIV tags) cannot take a space separated list of words, so use the underscore character between the month and year. Make the ID statement in the TABLE tags unique by adding the month and year PHP variables to the ID At the end of the month, the TR tag is not being closed, so add a check to see if the day count is greater than the number of days
* Tidy up "firewall_schedule_edit,php" XHTMLColin Fleming2013-04-171-14/+14
| | | | | | | | Escape forward slash in Java script Add summary to TABLE tags Close SPAN tag correctly Update HTML Boolean operators Add ALT statement to IMG tags
* Tidy up "firewall_schedule_edit,php" XHTMLColin Fleming2013-04-031-45/+45
| | | | | | | | Add CDATA section to SCRIPT tags Close BR and INPUT tags Tidy up HTML tags to lower case Tidy up HTML boolean operators Spelling mistake
* Tidy up HTML Colour NamesColin Fleming2013-01-161-10/+10
| | | | | With XHTML 1.0, the extended colour names are invalid, to make pfSense as W3C compliant as possible, need to go back to using the HEX code.
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-4/+3
| | | | unless the user is allowed to do that.
* 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