Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add these file so they get added during regeneration | Ermal | 2012-11-20 | 1 | -0/+2 |
| | |||||
* | Resolves #2294. Base64 encode the file when sending to the browser same way ↵ | Ermal | 2012-11-20 | 1 | -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 problems | Ermal | 2012-11-20 | 1 | -14/+14 |
| | |||||
* | fix for: Output from CSRF magic mangles files in Diagnostics > Edit File | Darren Embry | 2012-03-21 | 1 | -0/+3 |
| | | | | http://redmine.pfsense.org/issues/2294 | ||||
* | converting from prototype to jQuery | Vinicius Coque | 2011-10-16 | 1 | -28/+26 |
| | |||||
* | Add missing pages to the authentication system. | Ermal | 2011-03-04 | 1 | -0/+7 |
| | |||||
* | Upon restoring a config, replacing whole sections, or editing config.xml in ↵ | Erik Fonnesbeck | 2010-11-21 | 1 | -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 ↵ | Ermal | 2010-08-31 | 1 | -3/+3 |
| | | | | get confused! | ||||
* | Revert "Restart dnsmasq on change in case of dns rebinding changes" | Scott Ullrich | 2010-08-30 | 1 | -1/+1 |
| | | | | This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6. | ||||
* | Restart dnsmasq on change in case of dns rebinding changes | Scott Ullrich | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls on edit.php | Carlos Eduardo Ramos | 2010-07-29 | 1 | -12/+12 |
| | |||||
* | Strip windows carriage return (^M) on save. IE adds this, and it can break ↵ | jim-p | 2010-06-17 | 1 | -0/+1 |
| | | | | certain files that don't expect to deal with it. | ||||
* | Fix file editing on NanoBSD | jim-p | 2010-01-03 | 1 | -0/+2 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -0/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Escape & and + for Diagnostics -> Edit File so that files save correctly. | mcrane | 2009-06-27 | 1 | -2/+5 |
| | |||||
* | Move Scriptaculous/Prototype includes to head.inc and remove the code ↵ | Bill Marquette | 2009-03-13 | 1 | -3/+0 |
| | | | | duplication | ||||
* | Remove stray 1 | Scott Ullrich | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | * Remove debugging code | Scott Ullrich | 2008-09-28 | 1 | -2/+5 |
| | | | | * Hide syntax highlighting option for now | ||||
* | Do not encode, AJAX function handles. | Scott Ullrich | 2008-09-28 | 1 | -2/+3 |
| | |||||
* | Automatically remote /tmp/config.cache if it exists after file save. | Scott Ullrich | 2008-09-28 | 1 | -1/+4 |
| | |||||
* | Appear for both cases | Scott Ullrich | 2008-08-31 | 1 | -1/+1 |
| | |||||
* | Reverse fade order | Scott Ullrich | 2008-08-31 | 1 | -1/+1 |
| | |||||
* | Fade out edit box when we are browsing. Fade it back in when file is loaded. | Scott Ullrich | 2008-08-31 | 1 | -0/+1 |
| | |||||
* | We do not have a toolbox on RELENG_1. | Scott Ullrich | 2008-08-31 | 1 | -1/+1 |
| | |||||
* | Backport edit.php from HEAD, which is Dead, Zed. | Scott Ullrich | 2008-08-30 | 1 | -194/+190 |
| | |||||
* | Do not show Apply button after saving by changing save text slightly. | Scott Ullrich | 2008-08-30 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 support | Scott Ullrich | 2007-12-16 | 1 | -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 file | Scott Ullrich | 2007-11-24 | 1 | -2/+2 |
| | | | | Ticket #1519 | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Fixing css layout | Seth Mos | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Allow loading of text from outside scripts such as snort. | Scott Ullrich | 2006-09-26 | 1 | -1/+21 |
| | |||||
* | Remove highlighting function, it doesn't work. | Scott Ullrich | 2006-08-26 | 1 | -4/+0 |
| | |||||
* | When editing config.xml, automatically kill /tmp/config.cache if it exists ↵ | Scott Ullrich | 2006-08-09 | 1 | -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 eclipse | Scott Ullrich | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Cleanup misc editor nits | Scott Ullrich | 2005-07-24 | 1 | -1/+2 |
| | |||||
* | Include head.inc | Scott Ullrich | 2005-07-15 | 1 | -20/+2 |
| | |||||
* | use pgtitle for standardization | Bill Marquette | 2005-07-03 | 1 | -2/+1 |
| | | | | make exec.php look like a "normal" page | ||||
* | Move load and save button next to save and load path | Scott Ullrich | 2005-07-03 | 1 | -2/+2 |
| | |||||
* | missing <br> | Scott Ullrich | 2005-07-03 | 1 | -0/+2 |
| | |||||
* | Curvify | Scott Ullrich | 2005-07-03 | 1 | -1/+1 |
| | |||||
* | Curvify | Scott Ullrich | 2005-07-03 | 1 | -2/+5 |
| | |||||
* | Adjust size to keep bottom from moving | Scott Ullrich | 2005-07-03 | 1 | -1/+1 |
| | |||||
* | Add .inc files | Scott Ullrich | 2005-07-02 | 1 | -1/+3 |
| | |||||
* | remove extra semi-colon | Bill Marquette | 2005-07-02 | 1 | -1/+1 |
| | |||||
* | Soup up edit.php by adding a syntax highlighter. | Scott Ullrich | 2005-07-02 | 1 | -2/+3 |
| | |||||
* | Soup up edit.php by adding a syntax highlighter. | Scott Ullrich | 2005-07-02 | 1 | -21/+64 |
| | |||||
* | Missing ) | Scott Ullrich | 2005-07-02 | 1 | -3/+3 |
| | |||||
* | Add source code highlighting support | Scott Ullrich | 2005-07-02 | 1 | -2/+29 |
| |