Changeset 54d0746 in github


Ignore:
Timestamp:
Mar 3, 2012 1:36:42 PM (15 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
66d2152
Parents:
18a28ae
Message:

Copy all skins in installto script (#1488376)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r1837c330 r54d0746  
    22=========================== 
    33 
     4- Copy all skins in installto script (#1488376) 
    45- Prevent from folder selection on virtual folder collapsing (#1488346) 
     6 
     7RELEASE 0.8-beta 
     8---------------- 
    59- Upgraded to jQuery 1.7.1 (#1488337) and jQuery UI 1.8.18 
    610- Add Russian to the spellchecker languages list (#1488135) 
  • bin/installto.sh

    r7fe3811 r54d0746  
    4848  $err = false; 
    4949  echo "Copying files to target location..."; 
    50   foreach (array('program','installer','bin','SQL','plugins','skins/default') as $dir) { 
     50  foreach (array('program','installer','bin','SQL','plugins','skins') as $dir) { 
    5151    if (!system("rsync -avC " . INSTALL_PATH . "$dir/* $target_dir/$dir/")) { 
    5252      $err = true; 
Note: See TracChangeset for help on using the changeset viewer.