Changeset 2575


Ignore:
Timestamp:
07/23/10 21:40:11 (19 months ago)
Author:
mattlevine
Message:
  1. Fixing wrong cf_sql_type value for new param attribute.
  2. Adding argument scoping to rc.
  3. Fixing strange issue with event struct not passing by reference.
  4. Adding old tabs css back in.
Location:
trunk/www
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/www/admin/fw1/controllers/carch.cfc

    r2478 r2575  
    172172         <cfif arguments.rc.allowAction and arguments.rc.action eq 'add'> 
    173173                <cfif structKeyExists(arguments.rc,"preserveID") and isValid('UUID',arguments.rc.preserveID)> 
    174                          <cfset arguments.rc.contentBean=getBean('content').loadBy(contentHistID=rc.preserveID, siteid=rc.siteid).set(arguments.rc).save() /> 
     174                         <cfset arguments.rc.contentBean=getBean('content').loadBy(contentHistID=arguments.rc.preserveID, siteid=arguments.rc.siteid).set(arguments.rc).save() /> 
    175175                <cfelse> 
    176                          <cfset arguments.rc.contentBean=getBean('content').loadBy(contentID=rc.contentID, siteid=rc.siteid).set(arguments.rc).save() /> 
     176                         <cfset arguments.rc.contentBean=getBean('content').loadBy(contentID=arguments.rc.contentID, siteid=arguments.rc.siteid).set(arguments.rc).save() /> 
    177177                </cfif> 
    178178         </cfif> 
  • trunk/www/admin/view/vArchitecture/dsp_list.cfm

    r2175 r2575  
    77Mura CMS is distributed in the hope that it will be useful, 
    88but WITHOUT ANY WARRANTY; without even the implied warranty of 
    9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. †See the 
    1010GNU General Public License for more details. 
    1111 
    1212You should have received a copy of the GNU General Public License 
    13 along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>. 
     13along with Mura CMS. †If not, see <http://www.gnu.org/licenses/>. 
    1414 
    1515Linking Mura CMS statically or dynamically with other modules constitutes 
    1616the preparation of a derivative work based on Mura CMS. Thus, the terms and      
    17 conditions of the GNU General Public License version 2 (“GPL”) cover the entire combined work. 
     17conditions of the GNU General Public License version 2 (ìGPLî) cover the entire combined work. 
    1818 
    1919However, as a special exception, the copyright holders of Mura CMS grant you permission 
    2020to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 
    2121 
    22 In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
    23 to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
     22In addition, as a special exception, †the copyright holders of Mura CMS grant you permission 
     23to combine Mura CMS †with independent software modules that communicate with Mura CMS solely 
    2424through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
    25 provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
     25provided that these modules (a) may only modify the †/trunk/www/plugins/ directory through the Mura CMS 
    2626plugin installation API, (b) must not alter any default objects in the Mura CMS database 
    2727and (c) must not alter any files in the following directories except in cases where the code contains 
     
    3838For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
    3939for your modified version; it is your choice whether to do so, or to make such modified version available under 
    40 the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
     40the GNU General Public License version 2 †without this exception. †You may, if you choose, apply this exception 
    4141to your own modified versions of Mura CMS. 
    4242---> 
  • trunk/www/admin/view/vArchitecture/dsp_nest.cfm

    r2564 r2575  
    77Mura CMS is distributed in the hope that it will be useful, 
    88but WITHOUT ANY WARRANTY; without even the implied warranty of 
    9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ᅵSee the 
     9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ÔÞΩSee the 
    1010GNU General Public License for more details. 
    1111 
    1212You should have received a copy of the GNU General Public License 
    13 along with Mura CMS. ᅵIf not, see <http://www.gnu.org/licenses/>. 
     13along with Mura CMS. ÔÞΩIf not, see <http://www.gnu.org/licenses/>. 
    1414 
    1515Linking Mura CMS statically or dynamically with other modules constitutes 
    1616the preparation of a derivative work based on Mura CMS. Thus, the terms and      
    17 conditions of the GNU General Public License version 2 (ᅵGPLᅵ) cover the entire combined work. 
     17conditions of the GNU General Public License version 2 (ÔÞΩGPLÔÞΩ) cover the entire combined work. 
    1818 
    1919However, as a special exception, the copyright holders of Mura CMS grant you permission 
    2020to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 
    2121 
    22 In addition, as a special exception, ᅵthe copyright holders of Mura CMS grant you permission 
    23 to combine Mura CMS ᅵwith independent software modules that communicate with Mura CMS solely 
     22In addition, as a special exception, ÔÞΩthe copyright holders of Mura CMS grant you permission 
     23to combine Mura CMS ÔÞΩwith independent software modules that communicate with Mura CMS solely 
    2424through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
    25 provided that these modules (a) may only modify the ᅵ/trunk/www/plugins/ directory through the Mura CMS 
     25provided that these modules (a) may only modify the ÔÞΩ/trunk/www/plugins/ directory through the Mura CMS 
    2626plugin installation API, (b) must not alter any default objects in the Mura CMS database 
    2727and (c) must not alter any files in the following directories except in cases where the code contains 
     
    3838For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
    3939for your modified version; it is your choice whether to do so, or to make such modified version available under 
    40 the GNU General Public License version 2 ᅵwithout this exception. ᅵYou may, if you choose, apply this exception 
     40the GNU General Public License version 2 ÔÞΩwithout this exception. ÔÞΩYou may, if you choose, apply this exception 
    4141to your own modified versions of Mura CMS. 
    4242---> 
  • trunk/www/default/includes/themes/merced/display_objects

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/www/default/includes/themes/merced/resourceBundles

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/www/default/includes/themes/merced/templates/cfmx7/inc

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/www/default/includes/themes/merced/templates/components

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/www/requirements/mura/content/contentManager.cfc

    r2381 r2575  
    463463                <cfset var rsDrafts = "" /> 
    464464                <cfset var d = "" /> 
    465                 <cfset var pluginEvent = createObject("component","mura.event") /> 
     465                <cfset var pluginEvent = createObject("component","mura.MuraScope") /> 
    466466                <cfset var tempFile="" /> 
    467467                 
     
    475475                </cfif> 
    476476                 
    477                 <cfset pluginEvent.init(arguments.data)> 
     477                <cfset pluginEvent=pluginEvent.init(arguments.data).getEvent()> 
    478478                 
    479479                <!--- MAKE SURE ALL REQUIRED DATA IS THERE---> 
  • trunk/www/requirements/mura/resourceBundle/resourceBundleFactory.cfc

    r2403 r2575  
    833833 
    834834<!--- now we create a date so we can parse it and figure out the date format and then create a date validation key ---> 
    835 <cfif not len(arguments.mySession.dateKey) or not len(arguments.mySession.dateKeyFormat)> ---> 
     835<cfif not len(arguments.mySession.dateKey) or not len(arguments.mySession.dateKeyFormat)> 
    836836        <cfset utils=getUtils(arguments.mySession.locale)> 
    837837        <cfset arguments.mySession.dateKey=utils.getJSDateKey()> 
  • trunk/www/requirements/mura/resourceBundle/utils.cfc

    r2564 r2575  
    3232         
    3333                <cfset loadLocale()> 
     34                 
    3435                <cfreturn this /> 
    3536        </cffunction> 
     
    350351        <cfloop list="#formatTest#" index="f" delimiters="#dtCh#"> 
    351352                <cfif listFind("2018,18",f)>     
    352                         <cfset dateKeyFormat=listAppend(dateKeyFormat,"YYYY",dtCh)> 
     353                        <cfset variables.dateKeyFormat=listAppend(variables.dateKeyFormat,"YYYY",dtCh)> 
    353354                <cfelseif f eq 11> 
    354                         <cfset dateKeyFormat=listAppend(dateKeyFormat,"MM",dtCh)> 
     355                        <cfset variables.dateKeyFormat=listAppend(variables.dateKeyFormat,"MM",dtCh)> 
    355356                <cfelse> 
    356                         <cfset dateKeyFormat=listAppend(dateKeyFormat,"DD",dtCh)> 
     357                        <cfset variables.dateKeyFormat=listAppend(variables.dateKeyFormat,"DD",dtCh)> 
    357358                </cfif> 
    358359        </cfloop> 
     
    366367        </cfif> 
    367368         
    368         <cfset datekeyExample=lsDateFormat(createDate(2018,11,10),datekeyFormat)/> 
    369  
    370 <cfsavecontent variable="jsDateKey"> 
     369        <cfset variables.datekeyExample=lsDateFormat(createDate(2018,11,10),datekeyFormat)/> 
     370 
     371<cfsavecontent variable="variables.jsDateKey"> 
    371372<cfoutput><script type="text/javascript"> 
    372 var dtExample="#datekeyExample#"; 
     373var dtExample="#variables.datekeyExample#"; 
    373374var dtCh="#dtCh#"; 
    374375var dtFormat =[#dtFormat#]; 
Note: See TracChangeset for help on using the changeset viewer.