Changeset 1385 for branches/omcollab_zhongzhen2/_InstallationResources
- Timestamp:
- 02/25/2010 09:36:45 AM (2 years ago)
- Location:
- branches/omcollab_zhongzhen2
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
_InstallationResources (modified) (1 prop)
-
_InstallationResources/UserProfilePage.js (modified) (4 diffs)
-
_InstallationResources/UserRelationship.js (modified) (1 diff)
-
_InstallationResources/omforum_migration_13100_13200.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_zhongzhen2
- Property svn:mergeinfo changed
/trunk merged: 1375-1376,1378-1384
- Property svn:mergeinfo changed
-
branches/omcollab_zhongzhen2/_InstallationResources
- Property svn:mergeinfo changed
/trunk/_InstallationResources merged: 1375,1382-1383
- Property svn:mergeinfo changed
-
branches/omcollab_zhongzhen2/_InstallationResources/UserProfilePage.js
r478 r1385 41 41 42 42 function uploadError(message){ 43 if(jQuery) jQuery.noConflict(); 43 44 $('mini-gallery-' + replaceID).innerHTML = oldHtml; 44 45 $('upload-frame-errors').innerHTML = message; … … 49 50 50 51 function textError(message){ 52 if(jQuery) jQuery.noConflict(); 51 53 $('upload-frame-errors').innerHTML = message; 52 54 new YAHOO.widget.Effects.Show('upload-frame-errors'); … … 54 56 55 57 function completeImageUpload(){ 58 if(jQuery) jQuery.noConflict(); 56 59 new YAHOO.widget.Effects.Hide('upload-frame-errors'); 57 60 $('upload-frame-errors').innerHTML = ''; … … 71 74 72 75 function uploadComplete(imgSrc, imgName, imgDesc){ 76 if(jQuery) jQuery.noConflict(); 73 77 replaceSrc = imgSrc; 74 78 -
branches/omcollab_zhongzhen2/_InstallationResources/UserRelationship.js
r103 r1385 1 1 function requestResponse(response,id){ 2 if(jQuery) jQuery.noConflict(); 2 3 var url = "{omwiki_script_path}/index.php?action=ajax"; 3 4 var pars = 'rs=wfRelationshipRequestResponse&rsargs[]=' + response + '&rsargs[]=' + id -
branches/omcollab_zhongzhen2/_InstallationResources/omforum_migration_13100_13200.sql
r1307 r1385 2 2 -- Added by zhongzhen newely 3 3 -- 4 update om_config 5 set config_value=1,is_dynamic=1 6 where config_name = 'load_tplcompile'; 7 4 8 5 9 INSERT INTO `om_styles` VALUES (4,'mike2green','© omCollab, 2008',1,4,4,4);
Note: See TracChangeset
for help on using the changeset viewer.
