summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-4/+4
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* More www code style oddmentsPhil Davis2015-04-201-26/+26
|
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Pass path parameter through htmlpecialchars()Renato Botelho2014-11-181-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "edit.php" XHTMLColin Fleming2014-05-171-5/+17
| | | | | | | Add PHP closehead variable and close HEAD manually Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Add JavaScript code to take off wrap in TEXTAREA tag
* remove cssCharlie Marshall2013-08-181-1/+1
|
* Add these file so they get added during regenerationErmal2012-11-201-0/+2
|
* Resolves #2294. Base64 encode the file when sending to the browser same way ↵Ermal2012-11-201-4/+3
| | | | it is encoded when sent to us. This prevents csrf from mangling things
* Allow only post action and not get to avoid security problemsErmal2012-11-201-14/+14
|
* fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-03-211-0/+3
| | | | http://redmine.pfsense.org/issues/2294
* converting from prototype to jQueryVinicius Coque2011-10-161-28/+26
|
* Add missing pages to the authentication system.Ermal2011-03-041-0/+7
|
* Upon restoring a config, replacing whole sections, or editing config.xml in ↵Erik Fonnesbeck2010-11-211-1/+3
| | | | edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027
* Ticket #777. Use Base64 encoding for file content so javascript/php does not ↵Ermal2010-08-311-3/+3
| | | | get confused!
* Revert "Restart dnsmasq on change in case of dns rebinding changes"Scott Ullrich2010-08-301-1/+1
| | | | This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
* Restart dnsmasq on change in case of dns rebinding changesScott Ullrich2010-08-301-1/+1
|
* Implement gettext() calls on edit.phpCarlos Eduardo Ramos2010-07-291-12/+12
|
* Strip windows carriage return (^M) on save. IE adds this, and it can break ↵jim-p2010-06-171-0/+1
| | | | certain files that don't expect to deal with it.
* Fix file editing on NanoBSDjim-p2010-01-031-0/+2
|
* 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
* Escape & and + for Diagnostics -> Edit File so that files save correctly.mcrane2009-06-271-2/+5
|
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-3/+0
| | | | duplication
* Remove stray 1Scott Ullrich2008-09-281-1/+1
|
* * Remove debugging codeScott Ullrich2008-09-281-2/+5
| | | | * Hide syntax highlighting option for now
* Do not encode, AJAX function handles.Scott Ullrich2008-09-281-2/+3
|
* Automatically remote /tmp/config.cache if it exists after file save.Scott Ullrich2008-09-281-1/+4
|
* Appear for both casesScott Ullrich2008-08-311-1/+1
|
* Reverse fade orderScott Ullrich2008-08-311-1/+1
|
* Fade out edit box when we are browsing. Fade it back in when file is loaded.Scott Ullrich2008-08-311-0/+1
|
* We do not have a toolbox on RELENG_1.Scott Ullrich2008-08-311-1/+1
|
* Backport edit.php from HEAD, which is Dead, Zed.Scott Ullrich2008-08-301-194/+190
|
* Do not show Apply button after saving by changing save text slightly.Scott Ullrich2008-08-301-1/+1
|
* 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
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* edit.php show an error on opening an empty fileScott Ullrich2007-11-241-2/+2
| | | | Ticket #1519
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-1/+1
|
* Allow loading of text from outside scripts such as snort.Scott Ullrich2006-09-261-1/+21
|
* Remove highlighting function, it doesn't work.Scott Ullrich2006-08-261-4/+0
|
* When editing config.xml, automatically kill /tmp/config.cache if it exists ↵Scott Ullrich2006-08-091-3/+5
| | | | | | as the user does not wish for config.xml to be restored from the cache. This makes it easier to edit config.xml from the Diagnostics -> Edit menu.
* Fix bugs found by eclipseScott Ullrich2006-01-151-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Cleanup misc editor nitsScott Ullrich2005-07-241-1/+2
|
* Include head.incScott Ullrich2005-07-151-20/+2
|
* use pgtitle for standardizationBill Marquette2005-07-031-2/+1
| | | | make exec.php look like a "normal" page
* Move load and save button next to save and load pathScott Ullrich2005-07-031-2/+2
|
* missing <br>Scott Ullrich2005-07-031-0/+2
|
OpenPOWER on IntegriCloud