- master
- 138
Listing 50 commits reachable from master, skipping most recent 50.
2686ee0 | Correct order LFCR->CRLF in HTML output. |
Peter Boughton |
58abd71 | Fix readme version info for cfRegex. |
Peter Boughton |
c2a9295 | Correct version info. |
Peter Boughton |
699346b | Merge branch 'rc0.7.5' into develop |
Peter Boughton |
b8aad67 | Merge branch 'rc0.7.5' |
Peter Boughton |
e61c978 | Use v0.1.003 release of cfRegex. |
Peter Boughton |
80d60c6 | Correct order LFCR->CRLF in HTML output. |
Peter Boughton |
58c1598 | Correct version to include -dev suffix. |
Peter Boughton |
47bb311 | Add link to GitHub project page. |
Peter Boughton |
ca06742 | Add link to GitHub project page. |
Peter Boughton |
1886ade | Update version info to indicate RC status. |
Peter Boughton |
52e0b8b | Move space inside cfif so full-stop doesn't float. |
Peter Boughton |
795c6c0 | Add RiskFileCount, to count files containing potential risks. |
Peter Boughton |
a50e2d4 | Remove unused DirCount variable. |
Peter Boughton |
f101428 | Move FileCount increment inside function. |
Peter Boughton |
fb1248e | Assorted coding style updates. |
Peter Boughton |
7840002 | Remove isRisk variable and reduce nesting. |
Peter Boughton |
b3694cf | Assorted coding style updates. |
Peter Boughton |
a3c710c | Change ClientScopes to array. |
Peter Boughton |
36cd746 | Simplify scope checking logic. |
Peter Boughton |
2ad831f | Remove carriage returns without removing double-newlines. |
Peter Boughton |
b509406 | No known issues; direct readers to GitHub Issues page. |
Peter Boughton |
ffc2e2c | Remove unnecessary call to duplicate function. |
Peter Boughton |
f3eb8f3 | Replace findQueryTag regex with equivalent ListFirst/ListRest logic. |
Peter Boughton |
fbb57e1 | Use cfregex.find to obtain position alongside match text, allowing simple BeforeQueryCode extraction. |
Peter Boughton |
09d500e | Correct cfregex object creation for exclusions. |
Peter Boughton |
c9e1654 | Return XML formats as text/xml. |
Peter Boughton |
aefbffb | Add JSON output format. |
Peter Boughton |
fc5ce95 | Use cfcontinue in exclusion check to reduce nesting. |
Peter Boughton |
cdb931d | Scope local variables at first use. |
Peter Boughton |
ddf25aa | Fix broken name detection. |
Peter Boughton |
b1c9d06 | Fix unscoped local variables. |
Peter Boughton |
2b22698 | Replace obsolete Java Regex Utils with cfRegex object. |
Peter Boughton |
12903b4 | Remove obsolete Struct function. |
Peter Boughton |
13cc357 | Remove unnecessary uses of Java Regex Utils. |
Peter Boughton |
c26b3f7 | Remove PNG transparency workaround - IE6 is no longer supported. |
Peter Boughton |
41f8464 | Use version-specific application name to allow testing on same host. |
Peter Boughton |
51e857e | Starting work on next minor release... |
Peter Boughton |
ed9c596 | Convert readme to Markdown format for better GitHub display. |
Peter Boughton |
83a56d0 | Clarify requirements and point towards tag download page for v0.7.3 |
Peter Boughton |
164e569 | Merge pull request #1 from mhenke/master |
Peter Boughton |
8b12a65 | renaming readme file for github to recongize |
Mike Henke |
865282a | Assorted cleanup and minor performance improvements. |
Peter Boughton |
c61e8f2 | SWitched from function Struct to shorthand struct notation. |
Peter Boughton |
32abf4c | Changes required for OpenBD v1.4 support. |
Peter Boughton |
e3cb4de | Updated to v0.7.3 |
BP |
d065269 | Fixed query tag regex to work with attribute-less <cfquery> tag. |
BP |
fcd0f66 | Fixed client scope checking to look at the at-risk code only, not the entire query body. |
BP |
87f830d | Updated Fusebox core files to work when Railo's "Local scope mode" is set to "always". |
BP |
a2e8a5d | Updating SVN trunk with current v0.7.2 codebase. |
BP |