summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix UTF8 in base64 decodeSteve Beaver2017-04-101-1/+1
| | | | (cherry picked from commit 557e082696823ea5fa09a36d98f01775bf1e0c77)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* diag-edit.php: Perform "Goto line #" action on pressing enter key within the ↵Stephen Beaver2016-08-171-1/+10
| | | | | | line number element (cherry picked from commit 86e94becbec130f9eeca5bc94b497ec1167a640a)
* Tidy up filenamesColin Fleming2016-08-161-1/+1
| | | | | | Make sure the filenames represent the actual file (cherry picked from commit 6173d1f5a5ed50b8c8a8523b1eb6824f7c9c1ae6)
* Code style and commentsPhil Davis2016-08-161-3/+3
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* Fixed #6703Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit e5343844c6de78feafae9e601b25bdf31f114a50)
* Fixed #6704Stephen Beaver2016-08-151-1/+14
| | | | (cherry picked from commit fd778d8bef8ea3b0e5dcc8007de242b6e2ac6d5a)
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | 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().
* (diag > edit file) page stylingJared Dillard2016-04-201-27/+30
|
* FIlebrowser package moved to vendor direcrotyStephen Beaver2016-03-171-2/+2
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-4/+15
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* HTML Compliance - Diagnostics / Edit FileNOYB2016-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | Attribute width not allowed on element input at this point. <input type=number id=gotoline width=6> Width attribute is only valid on input element for type image. Changed to use size attribute. Stray end tag input. Bad value for attribute cols on element textarea: The empty string is not a valid positive integer. <textarea id=fileContent name=fileContent class=form-control rows=30 cols="> Syntax of positive integer: One or more digits (0-9), with at least one which is non-zero. For example: 42 is valid, but 00 is not. This is being handled by css so setting to default value. Stray start tag script. </html>↩↩<script type=text/javascript>↩$(doc Scripts being placed after the page closing tags is bad form. The scripts in foot.inc that are required by filebrowser/browse.js should be provide by other means such as a scripts include file so that browser.js, and others, can be placed before the page close tags of foot.inc. Foot.inc should be just that. Not the start of something more. This is a design issue. Leaving for another time.
* Allow user to dismiss diag_edit messagesPhil Davis2016-02-201-8/+8
| | | Previously the close 'x' was displayed, but after this code was changed to use print_info_box() the close 'x' was not being displayed.
* Changes for diag_edit renamePhil Davis2016-02-201-2/+2
|
* Renamed exec.php and edit.phpStephen Beaver2016-02-191-0/+422
OpenPOWER on IntegriCloud