remove css
Add these file so they get added during regeneration
Resolves #2294. Base64 encode the file when sending to the browser same way it is encoded when sent to us. This prevents csrf from mangling things
Allow only post action and not get to avoid security problems
fix for: Output from CSRF magic mangles files in Diagnostics > Edit File
http://redmine.pfsense.org/issues/2294
converting from prototype to jQuery
Add missing pages to the authentication system.
Upon restoring a config, replacing whole sections, or editing config.xml in 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 get confused!
Revert "Restart dnsmasq on change in case of dns rebinding changes"
This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
Restart dnsmasq on change in case of dns rebinding changes
Implement gettext() calls on edit.php
Strip windows carriage return (^M) on save. IE adds this, and it can break certain files that don't expect to deal with it.
Fix file editing on NanoBSD
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Escape & and + for Diagnostics -> Edit File so that files save correctly.
Move Scriptaculous/Prototype includes to head.inc and remove the code duplication
Remove stray 1
Do not encode, AJAX function handles.
Automatically remote /tmp/config.cache if it exists after file save.
Appear for both cases
Reverse fade order
Fade out edit box when we are browsing. Fade it back in when file is loaded.
We do not have a toolbox on RELENG_1.
Backport edit.php from HEAD, which is Dead, Zed.
Do not show Apply button after saving by changing save text slightly.
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...
Add product_copyright re-branding supportAdd product_copyright_years re-branding supportAdd product_website re-branding supportAdd product_email re-branding support
Work sponsored-by: Centipede Networks
edit.php show an error on opening an empty file
Ticket #1519
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
Allow loading of text from outside scripts such as snort.
Remove highlighting function, it doesn't work.
When editing config.xml, automatically kill /tmp/config.cache if it exists 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 eclipse
Remove #!/usr/local/bin/php
Cleanup misc editor nits
Include head.inc
use pgtitle for standardizationmake exec.php look like a "normal" page
Move load and save button next to save and load path
missing <br>
Curvify
Adjust size to keep bottom from moving
Add .inc files
remove extra semi-colon
Soup up edit.php by adding a syntax highlighter.
Missing )
Add source code highlighting support
include head.inc
using htmlentities for textarea to make editing of php-files possible without unexpected end of page- fixed by pfjason
Use <p> instead of <br>
<br> around $loadmsg
seperate load and save message. dont use ! for load messages.
Remove extra rw ro
Include m0n0wall style alerts
Ubreak edit script
Save/Load should be "nowrap'd" Reported by: hoba
Be a nice script for ro environments by mounting the flash rw and then ro before and after the save.
Add $Id$ tag
Update a few (C)
dive line better with |
Move save buttom to top while here and also lower to 45.
extend filename size to 50 characters. Im not sure what too so long for this. ..
Initial revision