Changeset 782 for trunk/Common


Ignore:
Timestamp:
Jan 9, 2016, 11:10:49 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Page class separated to basic Page class and to BaseView class which is project specific.
  • Fixed: RSS channel list was not displayed.
  • Modified: Database updates specific for project moved to Application directory.
Location:
trunk/Common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r781 r782  
    1111include_once(dirname(__FILE__).'/Table.php');
    1212include_once(dirname(__FILE__).'/Form/Form.php');
    13 include_once(dirname(__FILE__).'/Config.php');
    1413include_once(dirname(__FILE__).'/Setup/Setup.php');
    1514include_once(dirname(__FILE__).'/VCL/General.php');
  • trunk/Common/Setup/Setup.php

    r780 r782  
    33include_once(dirname(__FILE__).'/Update.php');
    44include_once(dirname(__FILE__).'/DefaultConfig.php');
    5 include_once(dirname(__FILE__).'/FullInstall.php');
    6 include_once(dirname(__FILE__).'/Updates.php');
    75
    86class PageSetup extends Page
Note: See TracChangeset for help on using the changeset viewer.