{"commit":"b4f50a17142981a7626f4bad82c76dc3a23ed139","old_file":"config\/app.cfm","new_file":"config\/app.cfm","old_contents":"<cfscript>\n\n\t\/\/ Use this file to set variables for the Application.cfc's \"this\" scope.\n\n\t\/\/ Examples:\n\t\/\/ this.name = \"MyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimeSpan(0,0,5,0);\n\n\t\/\/ Just to make our test suite pass for now.\n\tthis.disableEngineCheck = true;\n\n<\/cfscript>\n","new_contents":"<cfscript>\n\n\t\/\/ Use this file to set variables for the Application.cfc's \"this\" scope.\n\n\t\/\/ Examples:\n\t\/\/ this.name = \"MyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimeSpan(0,0,5,0);\n\n<\/cfscript>\n","subject":"Remove disableEngineCheck override for release.","message":"Remove disableEngineCheck override for release.\n","lang":"ColdFusion","license":"apache-2.0","repos":"cfwheels\/cfwheels,cfwheels\/cfwheels,cfwheels\/cfwheels"}
{"commit":"94a803d0232dd469c2c0956b2c0b81f1b150962b","old_file":"ajax\/openArchive.cfm","new_file":"ajax\/openArchive.cfm","old_contents":"<cftry>\n\n<cfloop collection=\"#session.epos_archive#\" item=\"key\">\n\t<cfset ref = StructFind(session.epos_archive, key)>\n\t<cfset frame = StructCopy(ref)>\n\t<cfset StructDelete(session, \"basket\")>\n\t<cfset StructInsert(session, \"basket\", frame)>\n\t<cfset StructDelete(session.epos_archive, key)>\n<\/cfloop>\n\n<cfcatch type=\"any\">\n\t<cfset writeDumpToFile(cfcatch)>\n<\/cfcatch>\n<\/cftry>\n","new_contents":"<cftry>\n\n\t<cfloop collection=\"#session.epos_archive#\" item=\"key\">\n\t\t<cfset ref = StructFind(session.epos_archive, key)>\n\t\t<cfset frame = StructCopy(ref)>\n\t\t<cfset StructDelete(session, \"basket\")>\n\t\t<cfset StructInsert(session, \"basket\", frame)>\n\t\t<cfset StructDelete(session.epos_archive, key)>\n\t<\/cfloop>\n\t<cfset session.till.isTranOpen = true>\n\n<cfcatch type=\"any\">\n\t<cfset writeDumpToFile(cfcatch)>\n<\/cfcatch>\n<\/cftry>\n","subject":"Fix basket total on resume basket","message":"Fix basket total on resume basket\n","lang":"ColdFusion","license":"mit","repos":"smallstone-uk\/sle-epos,smallstone-uk\/sle-epos,smallstone-uk\/sle-epos"}
{"commit":"7c59a4143b78dc16bb49eb247685aef0c9670349","old_file":"public\/views\/main\/missingview.cfm","new_file":"public\/views\/main\/missingview.cfm","old_contents":"<!---\r\n\tXindi - http:\/\/www.getxindi.com\/\r\n\t\r\n\tCopyright (c) 2012, Simon Bingham\r\n\t\r\n\tPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\r\n\tfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, \r\n\tmodify, merge, publish, distribute, sublicense, and\/or sell copies of the Software, and to permit persons to whom the Software \r\n\tis furnished to do so, subject to the following conditions:\r\n\t\r\n\tThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\t\r\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \r\n\tOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE \r\n\tLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR \r\n\tIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n--->\n<cfoutput>\n<ul class=\"breadcrumb\">\n\t<cfloop query=\"rc.breadcrumbs\">\n\t<li><a href=\"#buildURL( rc.breadcrumbs.slug )#\">#rc.breadcrumbs.title#<\/a> <span class=\"divider\">\/<\/span><\/li>\n\t<\/cfloop>\n\t<li class=\"active\">#rc.Page.getTitle()#<\/li>\n<\/ul>\r\n\t\r\n#rc.Page.getContent()#\r\n<\/cfoutput>","new_contents":"<!---\r\n\tXindi - http:\/\/www.getxindi.com\/\r\n\t\r\n\tCopyright (c) 2012, Simon Bingham\r\n\t\r\n\tPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\r\n\tfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, \r\n\tmodify, merge, publish, distribute, sublicense, and\/or sell copies of the Software, and to permit persons to whom the Software \r\n\tis furnished to do so, subject to the following conditions:\r\n\t\r\n\tThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\t\r\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \r\n\tOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE \r\n\tLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR \r\n\tIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n--->\n\r\n<cfoutput>\r\n\t<cfif !rc.Page.isRoot()>\n\t\t<ul class=\"breadcrumb\">\n\t\t\t<cfloop query=\"rc.breadcrumbs\"><li><a href=\"#buildURL( rc.breadcrumbs.slug )#\">#rc.breadcrumbs.title#<\/a> <span class=\"divider\">\/<\/span><\/li><\/cfloop>\n\t\t\t<li class=\"active\">#rc.Page.getTitle()#<\/li>\n\t\t<\/ul>\r\n\t<\/cfif>\r\n\t\t\r\n\t#rc.Page.getContent()#\r\n<\/cfoutput>","subject":"Hide breadcrumbs on home page.","message":"Hide breadcrumbs on home page.\n","lang":"ColdFusion","license":"mit","repos":"okjim3GH\/xindi,okjim3GH\/xindi,okjim3GH\/xindi,okjim3GH\/xindi"}
{"commit":"99e6e11e9cd8ac877415d1af5064433335dc28f6","old_file":"test\/test-template.cfm","new_file":"test\/test-template.cfm","old_contents":"<cfimport prefix=\"mp\" taglib=\"..\/extensions\/customtags\/\" \/>\n<cfimport prefix=\"common\" taglib=\"..\/..\/extensions\/customtags\/common\" \/>\n\n<cfif structkeyexists(url,\"topcat_name_urlsafe\")>\n\t<cfif variables.topcat.recordcount>\n\t\t<mp:nav>\n\t\t\t<mpx:foobar \/>\n\t\t<\/mp:nav_new>\n\t<cfelse>\n\t\t<cfinclude template=\"missing.cfm\" \/>\n\t<\/cfif>\n<cfelse>\n\t<cfinclude template=\"missing.cfm\" \/>\n\t<foo:bar \/><baz:smeg \/>\n\t\n\t<foo:barbaz \/>\n<\/cfif>","new_contents":"<cfimport prefix=\"mp\" taglib=\"..\/extensions\/customtags\/\" \/>\n<cfimport prefix=\"common\" taglib=\"..\/..\/extensions\/customtags\/common\" \/>\n\n<cfif structkeyexists(url,\"topcat_name_urlsafe\")>\n\t<cfif variables.topcat.recordcount>\n\t\t<mp:nav>\n\t\t\t<mpx:foobar \/>\n\t\t<\/mp:nav_new>\n\t<cfelse>\n\t\t<cfinclude template=\"missing.cfm\" \/>\n\t<\/cfif>\n<cfelse>\n\t<cfinclude template=\"missing.cfm\" \/>\n\t<foo:bar \/><baz:smeg \/>\n\n\t<foo:barbaz \/>\n<\/cfif>\n\n<cfscript>\ninclude 'missing.cfm';\n<\/cfscript>\n","subject":"Add a cfscript include statement to the test template","message":"Add a cfscript include statement to the test template\n","lang":"ColdFusion","license":"mit","repos":"timbeadle\/cfpathcheck"}
{"commit":"b8b78c083fde2662f49dec61f149eb535f31cef9","old_file":"wheels\/plugins\/injection.cfm","new_file":"wheels\/plugins\/injection.cfm","old_contents":"<cfscript>\r\n\tloc.iList = StructKeyList(application.wheels.plugins);\r\n\tloc.iEnd = ListLen(loc.iList);\r\n\tfor (loc.i=1; loc.i <= loc.iEnd; loc.i++)\r\n\t{\r\n\t\tloc.iItem = ListGetAt(loc.iList, loc.i);\r\n\t\tloc.jList = StructKeyList(application.wheels.plugins[loc.iItem]);\r\n\t\tloc.jEnd = ListLen(loc.jList);\r\n\t\tfor (loc.j=1; loc.j <= loc.jEnd; loc.j++)\r\n\t\t{\r\n\t\t\tloc.jItem = ListGetAt(loc.jList, loc.j);\r\n\t\t\tif (!ListFindNoCase(\"init,version\", loc.jItem))\r\n\t\t\t{\r\n\t\t\t\tvariables[loc.jItem] = application.wheels.plugins[loc.iItem][loc.jItem];\r\n\t\t\t\tif (StructKeyExists(variables, loc.jItem))\r\n\t\t\t\t\tvariables.core[loc.jItem] = variables[loc.jItem];\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n<\/cfscript>","new_contents":"<cfscript>\r\n\tloc.iList = StructKeyList(application.wheels.plugins);\r\n\tloc.iEnd = ListLen(loc.iList);\r\n\tfor (loc.i=1; loc.i <= loc.iEnd; loc.i++)\r\n\t{\r\n\t\tloc.iItem = ListGetAt(loc.iList, loc.i);\r\n\t\tloc.jList = StructKeyList(application.wheels.plugins[loc.iItem]);\r\n\t\tloc.jEnd = ListLen(loc.jList);\r\n\t\tfor (loc.j=1; loc.j <= loc.jEnd; loc.j++)\r\n\t\t{\r\n\t\t\tloc.jItem = ListGetAt(loc.jList, loc.j);\r\n\t\t\tif (!ListFindNoCase(\"init,version\", loc.jItem))\r\n\t\t\t{\r\n\t\t\t\tif (StructKeyExists(variables, loc.jItem))\r\n\t\t\t\t\tvariables.core[loc.jItem] = variables[loc.jItem];\r\n\t\t\t\tvariables[loc.jItem] = application.wheels.plugins[loc.iItem][loc.jItem];\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n<\/cfscript>","subject":"Fix for stack overflow error when injecting plugin methods.","message":"Fix for stack overflow error when injecting plugin methods.\n","lang":"ColdFusion","license":"apache-2.0","repos":"cfwheels\/cfwheels,cfwheels\/cfwheels,cfwheels\/cfwheels"}
{"commit":"fa999c13ecd756890285aefdccbd0d53079ee537","old_file":"manager\/views\/private\/scratch.cfm","new_file":"manager\/views\/private\/scratch.cfm","old_contents":"<cfquery datasource=\"testing\">\n\tCREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20),\n       species VARCHAR(20), sex CHAR(1), birth DATE, death DATE);\n<\/cfquery>\n<cfscript>\n\tdump(getTimeZoneInfo());\n\tabort;\n\to = getBeanFactory().getBean('commonService');\n\tresults = o.getURL(sURL = request.sPHPURL & '\/results\/nfl');\n\n\twriteDump(DeserializeJSON(trim(results.fileContent)));\n\n\treturn;\n\n\n\to = getBeanFactory().getBean(\"weekService\");\n\twriteDump(o.makeAutoPicks(181, 9));\n\treturn;\n\n\n\to = getBeanFactory().getBean(\"gameService\");\n\tarWeek  = o.adminWeek(179)\n\twriteDump(o.getGameScores(arWeek));\n\treturn;\n\n\n\to = getBeanFactory().getBean(\"gameService\");\n\twriteDump(o.callScoreAPI(\"Oklahoma State\"));\n\treturn;\n\n\to = getBeanFactory().getBean(\"leagueGateway\").get({ \"sKey\" = \"NFLDog\"});\n\ttransaction{\n\t\to.setSName(\"NFL Dog\");\n\t\to.setSKey(\"NFLDog\");\n\t\to.setBActive(1);\n\t\to.save();\n\t\ttransactionCommit();\n\t}\n\treturn;\n<\/cfscript>\n","new_contents":"<cfquery datasource=\"test2\">\n\tCREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20),\n       species VARCHAR(20), sex CHAR(1), birth DATE, death DATE);\n<\/cfquery>\n<cfscript>\n\tdump(getTimeZoneInfo());\n\tabort;\n\to = getBeanFactory().getBean('commonService');\n\tresults = o.getURL(sURL = request.sPHPURL & '\/results\/nfl');\n\n\twriteDump(DeserializeJSON(trim(results.fileContent)));\n\n\treturn;\n\n\n\to = getBeanFactory().getBean(\"weekService\");\n\twriteDump(o.makeAutoPicks(181, 9));\n\treturn;\n\n\n\to = getBeanFactory().getBean(\"gameService\");\n\tarWeek  = o.adminWeek(179)\n\twriteDump(o.getGameScores(arWeek));\n\treturn;\n\n\n\to = getBeanFactory().getBean(\"gameService\");\n\twriteDump(o.callScoreAPI(\"Oklahoma State\"));\n\treturn;\n\n\to = getBeanFactory().getBean(\"leagueGateway\").get({ \"sKey\" = \"NFLDog\"});\n\ttransaction{\n\t\to.setSName(\"NFL Dog\");\n\t\to.setSKey(\"NFLDog\");\n\t\to.setBActive(1);\n\t\to.save();\n\t\ttransactionCommit();\n\t}\n\treturn;\n<\/cfscript>\n","subject":"Use new datasource to try and connect","message":"Use new datasource to try and connect\n","lang":"ColdFusion","license":"apache-2.0","repos":"notronwest\/pickem,notronwest\/pickem,notronwest\/pickem,notronwest\/pickem"}
{"commit":"7944b93093a509a5ae779cfef932d009af35ef53","old_file":"views\/home\/entry.cfm","new_file":"views\/home\/entry.cfm","old_contents":"﻿<cfoutput>\r\n<h2>ContentBox Google Code Prettify<\/h2>\r\n<div>\r\n\t<p>Paste your code so we can magically prettify it on your site.<\/p>\r\n\t#html.startForm(name=\"codeForm\")#\r\n\t\t#html.textarea(name=\"code\", label=\"Code: \", class=\"textfield\", required=\"true\", rows=\"10\")#\r\n\t\t<!--- Show Line Numbers --->\r\n\t\t#html.label(field=\"lineNumbers\",content=\"Show Line Numbers:\")#\r\n\t\t#html.radioButton(name=\"lineNumbers\",value=true)# Yes\r\n\t\t#html.radioButton(name=\"lineNumbers\",checked=true,value=false)# No\r\n\t#html.endForm()#\r\n<\/div>\r\n<hr\/>\r\n<!--- Button Bar --->\r\n<div id=\"bottomCenteredBar\" class=\"textRight\">\r\n\t<button class=\"button2\" onclick=\"embedCode()\"> Embed Code <\/button>\r\n\t<button class=\"buttonred\" onclick=\"closeRemoteModal()\"> Cancel <\/button>\r\n<\/div>\r\n<\/cfoutput>","new_contents":"<cfoutput>\r\n<div class=\"modal-dialog modal-lg\" role=\"document\" >\r\n\t<div class=\"modal-content\">\r\n\t\t<div class=\"modal-header\">\r\n            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">&times;<\/button>\r\n            <h4><i class=\"fa fa-comments\"><\/i>ContentBox Google Code Prettify<\/h4>\r\n        <\/div>\r\n\t\t<div class=\"modal-body\">\r\n\t\t\t<div>\r\n\t\t\t\t<p>Paste your code so we can magically prettify it on your site.<\/p>\r\n\t\t\t\t#html.startForm( name=\"codeForm\" )#\r\n\t\t\t\t\t<div class=\"form-group\">\r\n\t\t\t\t\t\t#html.label( field=\"code\", content=\"Code:\" )#\r\n\t\t\t\t\t\t#html.textarea( name=\"code\", class=\"textfield form-control\", required=\"true\", rows=\"10\" )#\r\n\t\t\t\t\t<\/div>\t\r\n\t\t\t\t\t<!--- Show Line Numbers --->\r\n\t\t\t\t\t<br>\r\n\t\t\t\t\t<div class=\"form-group\">\r\n\t\t\t\t\t\t#html.label( field=\"lineNumbers\", content=\"Show Line Numbers:\" )#\r\n\t\t\t\t\t\t#html.radioButton( name=\"lineNumbers\", value=true )# Yes\r\n\t\t\t\t\t\t#html.radioButton( name=\"lineNumbers\", checked=true, value=false )# No\r\n\t\t\t\t\t<\/div>\t\r\n\t\t\t\t#html.endForm()#\r\n\t\t\t<\/div>\r\n\t\t\t<hr\/>\r\n\t\t\t<!--- Button Bar --->\r\n\t\t\t<div id=\"bottomCenteredBar\" class=\"textRight\">\r\n\t\t\t\t<button class=\"button2\" onclick=\"embedCode()\"> Embed Code <\/button>\r\n\t\t\t\t<button class=\"buttonred\" onclick=\"closeRemoteModal()\"> Cancel <\/button>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/div>\r\n<\/cfoutput>\r\n","subject":"Update Entry.cfm for bootstrap layout and styles","message":"Update Entry.cfm for bootstrap layout and styles","lang":"ColdFusion","license":"apache-2.0","repos":"gpickin\/contentbox-google-prettify,Ortus-Solutions\/contentbox-google-prettify"}
{"commit":"c2eb8f62379d2b6cd5dcfbceb06fa5d4dc6f2ddd","old_file":"config\/app.cfm","new_file":"config\/app.cfm","old_contents":"<cfscript>\n\n\t\/\/ Use this file to set variables for the Application.cfc's \"this\" scope.\n\n\t\/\/ Examples:\n\t\/\/ this.name = \"MyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimeSpan(0,0,5,0);\n\n<\/cfscript>\n","new_contents":"<cfscript>\n\n\t\/\/ Use this file to set variables for the Application.cfc's \"this\" scope.\n\n\t\/\/ Examples:\n\t\/\/ this.name = \"MyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimeSpan(0,0,5,0);\n\n\t\/\/ Just to make our test suite pass for now.\n \tthis.disableEngineCheck = true;\t\n\n<\/cfscript>\n","subject":"Add back the temporary disableEngineCheck so our test suite can run.","message":"Add back the temporary disableEngineCheck so our test suite can run.\n","lang":"ColdFusion","license":"apache-2.0","repos":"cfwheels\/cfwheels,cfwheels\/cfwheels,cfwheels\/cfwheels"}
{"commit":"479a5e63529df144dfd9281052fee1da7d11292a","old_file":"config\/app.cfm","new_file":"config\/app.cfm","old_contents":"<cfscript>\n\n\t\/\/ Use this file to set variables for the Application.cfc's \"this\" scope.\n\n\t\/\/ Examples:\n\t\/\/ this.name = \"MyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimeSpan(0,0,5,0);\n\n\n<\/cfscript>\n","new_contents":"<cfscript>\n\n\t\/\/ Use this file to set variables for the Application.cfc's \"this\" scope.\n\n\t\/\/ Examples:\n\t\/\/ this.name = \"MyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimeSpan(0,0,5,0);\n\n\t\/\/ Just to make our test suite pass for now.\n \tthis.disableEngineCheck = true;\n<\/cfscript>\n","subject":"Add Back Disable Engine Check","message":"Add Back Disable Engine Check\n","lang":"ColdFusion","license":"apache-2.0","repos":"cfwheels\/cfwheels,cfwheels\/cfwheels,cfwheels\/cfwheels"}
