summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add reason to write_config() calldoktornotor2017-03-211-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-2/+2
| | | | functions - Firewall
* GET/POST conversion firewall_rulesSteve Beaver2017-02-101-5/+1
| | | | guiconfig.php display_top_tabs supports "usepost" as an optional 4th argument
* Several more fixes for setHelp to assist with translationSteve Beaver2017-02-031-5/+8
|
* Required fields for firewall*.phpPhil Davis2017-01-241-3/+3
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* 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
|
* 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().
* Fix #6468 Do not allow edit of day and timesPhil Davis2016-06-081-6/+6
| | | | | | in rows of time ranges for a schedule. The code was always intended that the user uses the calendar pad and start hour/minute stop hour/minute drop-down fields to enter days and time range. If an existing day-time-range is wrong, then the workflow is to delete the row and then enter the correct day-time-range using the calendar pad and start hour/minute stop hour/minute drop-down fields. I left the Description field as editable - there is not harm here in letting the user fixup text in any of the dsecriptions for each row.
* Provide better messages for invalid alias name errorsPhil Davis2016-04-281-7/+2
|
* Firewall / Schedules - Remove PersonalizationsNOYB2016-03-301-4/+4
| | | | Remove "you" personalizations.
* Merge pull request #2769 from phil-davis/btnattrStephen Beaver2016-03-211-11/+3
|\
| * Reengineer Form_Button setAttributePhil Davis2016-03-201-11/+3
| | | | | | | | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* | HTML Compliance - Firewall / Schedules / EditNOYB2016-03-201-3/+3
|/ | | | Error: Duplicate ID tempFriendlyTime.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-3/+3
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Merge pull request #2735 from ↵Stephen Beaver2016-03-141-8/+8
|\ | | | | | | NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit_-_Readonly_Attribute
| * HTML Compliance - Firewall / Schedules / Edit - Readonly AttributeNOYB2016-03-141-8/+8
| | | | | | | | | | | | | | | | Error: Bad value readonly for attribute type on element input. Readonly is not a valid type attribute value. If the intention here is to prevent the fields from being edited. Use the readonly attribute. Since editing was not actually being prevented by this I did not add the readonly attribute so as to not change existing behavior.
* | Internationalize Form_Button textPhil Davis2016-03-111-3/+3
|/ | | | | | 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.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-1/+1
|
* Advanced button consistency. Ticket #5965jim-p2016-03-101-6/+12
|
* update old styles with new css classesJared Dillard2016-03-021-26/+12
|
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Internationalization of remaining firewall_*.phpPhil Davis2016-01-201-1/+1
|
* Merge pull request #2460 from NOYB/Firewall_/_Schedules_/_Edit_-_Add_Minutes_45Renato Botelho2016-01-181-2/+2
|\
| * Firewall / Schedules / Edit - Add Minutes 45NOYB2016-01-181-2/+2
| |
* | fix typoNOYB2016-01-181-1/+1
| |
* | s/schedule/aliasNOYB2016-01-181-1/+1
| |
* | Alias name consistency in Firewall alias edit and schedules edit.NOYB2016-01-181-2/+2
|/
* HTML Compliance - Firewall / Schedules / EditNOYB2016-01-071-3/+10
| | | | | | | | The align attribute on the td element is obsolete. Use CSS instead. The cellspacing attribute on the table element is obsolete. Use CSS instead. The cellpadding attribute on the table element is obsolete. Use CSS instead. The border attribute on the table element is presentational markup. Consider using CSS instead. A table row was 6 columns wide, which is less than the column count established by the first row (7).
* Redmine #5728 Fix delete row button in Firewall Schedule EditPhil Davis2016-01-031-3/+3
| | | | The calls to delete_row() were going off to some other delete_row() function and not doing what was needed. Give delete_row() here a unique name and it all works again.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Coe style firewall *Phil Davis2015-12-141-137/+112
|
* 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-1/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-3/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-211/+211
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-211/+211
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-701/+775
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1151
OpenPOWER on IntegriCloud