1. 17 7月, 2021 1 次提交
    • S
      fixes CodeIgniter.gitignore deleting a critical system file · 44a9c3eb
      ShinProg (Logan Tann) 提交于
      After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework.
      The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run.
      
      I added the following rule to fix this : `!system/Cache/*`.
      
      Note : this won't fix the bug if the system folder is renamed
      44a9c3eb
  2. 21 12月, 2016 1 次提交
  3. 20 12月, 2016 1 次提交
  4. 04 6月, 2016 1 次提交
  5. 28 5月, 2016 1 次提交
  6. 27 4月, 2015 1 次提交
  7. 24 4月, 2014 1 次提交
  8. 13 7月, 2012 1 次提交
  9. 12 5月, 2011 1 次提交
    • A
      Changes to support CodeIgniter (Reactor) 2.0 · a6ba7878
      anaxamaxan 提交于
      Environment support eliminates the need to ignore database.php.  Instead, ignore the entire development dir.
      Logs and cache are now in application folder instead of system.
      a6ba7878
  10. 23 11月, 2010 1 次提交
  11. 10 11月, 2010 2 次提交