Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
modify copyright statement to reflect reality
Spelling
Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
Validate starttime and stoptime format
Fix #3555, on chrome it is not initializing correct minutes when adding a new time, just drop unused php variables and set it on js
Fix days and weeks selection on schedules, reported at https://forum.pfsense.org/index.php?topic=74101.0
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print
Tidy up "firewall_schedule_edit.php"
ID statements (DIV tags) cannot take a space separated list of words, souse the underscore character between the month and year.
Make the ID statement in the TABLE tags unique by adding the month andyear PHP variables to the ID...
Tidy up "firewall_schedule_edit,php" XHTML
Escape forward slash in Java scriptAdd summary to TABLE tagsClose SPAN tag correctlyUpdate HTML Boolean operatorsAdd ALT statement to IMG tags
Add CDATA section to SCRIPT tagsClose BR and INPUT tagsTidy up HTML tags to lower caseTidy up HTML boolean operatorsSpelling mistake
Tidy up HTML Colour Names
With XHTML 1.0, the extended colour names are invalid, to make pfSenseas 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 unless the user is allowed to do that.
Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.
Bring in XSS id fixes from m0n0wall
Checked gettext() implementation on firewall_schedule_edit.php
Corrections gettext implementation on firewall_schedule_edit.php
Fixing gettext calls on firewall_schedule_edit.php
Implement gettext() calls
Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons.
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Declare as a propper function to avoid errors.
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Do not hard code white
Add CSS headers
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
correctly determine if time range exists
Schedule popup on firewall page, stop min 0>00MFC: asap
Ticket 1280: updated
Add back 59 minute option
more logic checks.
more logic checks
Signal filter reload after change
is_validaliasname() will not allow _, remove that from the allowed description.
If we want to allow _ then a new function will have to be created in place of is_validaliasname()
Monday is first now
removed unnecessary logic check
time is now drop down, various other logic checks
updated text descriptions and added check to ensure at least 1 time range is configured
update error checks for minutes ending in 59
Corrected xml schema
New XML Schema and multiple bug fixes.
Firewall Schedule GUI! ... and there was much rejoicing.