Changeset 2575
- Timestamp:
- 07/23/10 21:40:11 (19 months ago)
- Location:
- trunk/www
- Files:
-
- 10 edited
- 1 copied
-
admin/css/tab-view.css (copied) (copied from branches/5.2/www/admin/css/tab-view.css)
-
admin/fw1/controllers/carch.cfc (modified) (1 diff)
-
admin/view/vArchitecture/dsp_list.cfm (modified) (2 diffs)
-
admin/view/vArchitecture/dsp_nest.cfm (modified) (2 diffs)
-
default/includes/themes/merced/display_objects (modified) (1 prop)
-
default/includes/themes/merced/resourceBundles (modified) (1 prop)
-
default/includes/themes/merced/templates/cfmx7/inc (modified) (1 prop)
-
default/includes/themes/merced/templates/components (modified) (1 prop)
-
requirements/mura/content/contentManager.cfc (modified) (2 diffs)
-
requirements/mura/resourceBundle/resourceBundleFactory.cfc (modified) (1 diff)
-
requirements/mura/resourceBundle/utils.cfc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/fw1/controllers/carch.cfc
r2478 r2575 172 172 <cfif arguments.rc.allowAction and arguments.rc.action eq 'add'> 173 173 <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() /> 175 175 <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() /> 177 177 </cfif> 178 178 </cfif> -
trunk/www/admin/view/vArchitecture/dsp_list.cfm
r2175 r2575 7 7 Mura CMS is distributed in the hope that it will be useful, 8 8 but WITHOUT ANY WARRANTY; without even the implied warranty of 9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. â See the 10 10 GNU General Public License for more details. 11 11 12 12 You should have received a copy of the GNU General Public License 13 along with Mura CMS. If not, see <http://www.gnu.org/licenses/>.13 along with Mura CMS. â If not, see <http://www.gnu.org/licenses/>. 14 14 15 15 Linking Mura CMS statically or dynamically with other modules constitutes 16 16 the 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.17 conditions of the GNU General Public License version 2 (ìGPLî) cover the entire combined work. 18 18 19 19 However, as a special exception, the copyright holders of Mura CMS grant you permission 20 20 to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 21 21 22 In addition, as a special exception, the copyright holders of Mura CMS grant you permission23 to combine Mura CMS with independent software modules that communicate with Mura CMS solely22 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 24 24 through 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 CMS25 provided that these modules (a) may only modify the â /trunk/www/plugins/ directory through the Mura CMS 26 26 plugin installation API, (b) must not alter any default objects in the Mura CMS database 27 27 and (c) must not alter any files in the following directories except in cases where the code contains … … 38 38 For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 39 39 for 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 exception40 the GNU General Public License version 2 â without this exception. â You may, if you choose, apply this exception 41 41 to your own modified versions of Mura CMS. 42 42 ---> -
trunk/www/admin/view/vArchitecture/dsp_nest.cfm
r2564 r2575 7 7 Mura CMS is distributed in the hope that it will be useful, 8 8 but WITHOUT ANY WARRANTY; without even the implied warranty of 9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ᅵSee the9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ÃÞΩSee the 10 10 GNU General Public License for more details. 11 11 12 12 You should have received a copy of the GNU General Public License 13 along with Mura CMS. ᅵIf not, see <http://www.gnu.org/licenses/>.13 along with Mura CMS. ÃÞΩIf not, see <http://www.gnu.org/licenses/>. 14 14 15 15 Linking Mura CMS statically or dynamically with other modules constitutes 16 16 the 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.17 conditions of the GNU General Public License version 2 (ÃÞΩGPLÃÞΩ) cover the entire combined work. 18 18 19 19 However, as a special exception, the copyright holders of Mura CMS grant you permission 20 20 to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 21 21 22 In addition, as a special exception, ᅵthe copyright holders of Mura CMS grant you permission23 to combine Mura CMS ᅵwith independent software modules that communicate with Mura CMS solely22 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 24 24 through 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 CMS25 provided that these modules (a) may only modify the ÃÞΩ/trunk/www/plugins/ directory through the Mura CMS 26 26 plugin installation API, (b) must not alter any default objects in the Mura CMS database 27 27 and (c) must not alter any files in the following directories except in cases where the code contains … … 38 38 For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 39 39 for 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 exception40 the GNU General Public License version 2 ÃÞΩwithout this exception. ÃÞΩYou may, if you choose, apply this exception 41 41 to your own modified versions of Mura CMS. 42 42 ---> -
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 463 463 <cfset var rsDrafts = "" /> 464 464 <cfset var d = "" /> 465 <cfset var pluginEvent = createObject("component","mura. event") />465 <cfset var pluginEvent = createObject("component","mura.MuraScope") /> 466 466 <cfset var tempFile="" /> 467 467 … … 475 475 </cfif> 476 476 477 <cfset pluginEvent .init(arguments.data)>477 <cfset pluginEvent=pluginEvent.init(arguments.data).getEvent()> 478 478 479 479 <!--- MAKE SURE ALL REQUIRED DATA IS THERE---> -
trunk/www/requirements/mura/resourceBundle/resourceBundleFactory.cfc
r2403 r2575 833 833 834 834 <!--- 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)> 836 836 <cfset utils=getUtils(arguments.mySession.locale)> 837 837 <cfset arguments.mySession.dateKey=utils.getJSDateKey()> -
trunk/www/requirements/mura/resourceBundle/utils.cfc
r2564 r2575 32 32 33 33 <cfset loadLocale()> 34 34 35 <cfreturn this /> 35 36 </cffunction> … … 350 351 <cfloop list="#formatTest#" index="f" delimiters="#dtCh#"> 351 352 <cfif listFind("2018,18",f)> 352 <cfset dateKeyFormat=listAppend(dateKeyFormat,"YYYY",dtCh)>353 <cfset variables.dateKeyFormat=listAppend(variables.dateKeyFormat,"YYYY",dtCh)> 353 354 <cfelseif f eq 11> 354 <cfset dateKeyFormat=listAppend(dateKeyFormat,"MM",dtCh)>355 <cfset variables.dateKeyFormat=listAppend(variables.dateKeyFormat,"MM",dtCh)> 355 356 <cfelse> 356 <cfset dateKeyFormat=listAppend(dateKeyFormat,"DD",dtCh)>357 <cfset variables.dateKeyFormat=listAppend(variables.dateKeyFormat,"DD",dtCh)> 357 358 </cfif> 358 359 </cfloop> … … 366 367 </cfif> 367 368 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"> 371 372 <cfoutput><script type="text/javascript"> 372 var dtExample="# datekeyExample#";373 var dtExample="#variables.datekeyExample#"; 373 374 var dtCh="#dtCh#"; 374 375 var dtFormat =[#dtFormat#];
Note: See TracChangeset
for help on using the changeset viewer.
