Changeset 2237 for branches

Show
Ignore:
Timestamp:
11/26/10 12:00:01 (18 months ago)
Author:
nick_ramsay
Message:

[1.5] Minor updates to root directory. Having TortoiseSVN issues with index.php. Will delete and re-commit.

Location:
branches/1.5
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/Hotaru.php

    r2236 r2237  
    7272                // define shorthand paths 
    7373                if (!defined('BASE')) { 
    74                     define("BASE", dirname(__FILE__). '/'); 
     74                        define("BASE", dirname(__FILE__). '/'); 
    7575                        define("CACHE", dirname(__FILE__).'/cache/'); 
    76                     define("ADMIN", dirname(__FILE__).'/admin/');                    
    77                     define("INSTALL", dirname(__FILE__).'/install/'); 
    78                     define("LIBS", dirname(__FILE__).'/libs/'); 
    79                     define("EXTENSIONS", dirname(__FILE__).'/libs/extensions/'); 
    80                     define("FUNCTIONS", dirname(__FILE__).'/functions/'); 
    81                     define("CONTENT", dirname(__FILE__).'/content/'); 
    82                     define("THEMES", dirname(__FILE__).'/content/themes/'); 
    83                     define("PLUGINS", dirname(__FILE__).'/content/plugins/'); 
    84                     define("ADMIN_THEMES", dirname(__FILE__).'/content/admin_themes/'); 
     76                        define("ADMIN", dirname(__FILE__).'/admin/');                
     77                        define("INSTALL", dirname(__FILE__).'/install/'); 
     78                        define("LIBS", dirname(__FILE__).'/libs/'); 
     79                        define("EXTENSIONS", dirname(__FILE__).'/libs/extensions/'); 
     80                        define("FUNCTIONS", dirname(__FILE__).'/functions/'); 
     81                        define("CONTENT", dirname(__FILE__).'/content/'); 
     82                        define("THEMES", dirname(__FILE__).'/content/themes/'); 
     83                        define("PLUGINS", dirname(__FILE__).'/content/plugins/'); 
     84                        define("ADMIN_THEMES", dirname(__FILE__).'/content/admin_themes/'); 
    8585                        define("SITEURL", BASEURL); 
    8686                } 
  • branches/1.5/READ_ME.txt

    r2161 r2237  
    11HOTARU CMS 
    22========== 
    3 Version: 1.4.1 
    4 Released: August 14th 2010 
     3Version: 1.5 
     4Released: ??? 
    55 
    66Installation 
    77------------ 
    88 
    9 Please visit http://hotarudocs.com/Getting_Started#Installing_and_Upgrading for 
     9Please visit http://docs.hotarucms.org/Getting_Started#Installing_and_Upgrading for 
    1010the most up-to-date version of these instructions. 
    1111 
     
    2424 3. Turn off all your plugins. 
    2525 4. Overwrite ALL the old files. If you've made any customizations, read this 
    26     first: http://hotarudocs.com/File_Organization 
     26    first: http://docs.hotarucms.org/File_Organization 
    2727 5. Go to /install/upgrade.php and follow the steps 
    2828 6. Turn your plugins back on 
  • branches/1.5/hotaru_settings_default.php

    r1816 r2237  
    33 
    44// Paths 
    5 define('BASEURL', "http://example.com/");               // e.g. http://example.com/ (needs trailing cache) 
     5define('BASEURL', "http://example.com/");               // e.g. http://example.com/ (needs trailing slash) 
    66 
    77// Database details