fixed #43 to insure fields are sorted in the correct order. Added the noticeboard to the compiler page, to insure all our notices gets viewed by all those who use the JCB

This commit is contained in:
2017-03-03 23:53:18 +02:00
parent 4d47f8292f
commit bc9e5495d7
217 changed files with 2471 additions and 2276 deletions

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 26 of this MVC
@build 28th February, 2017
@version @update number 46 of this MVC
@build 3rd March, 2017
@created 1st February, 2017
@package Component Builder
@subpackage compiler.php
@ -143,7 +143,7 @@ class ComponentbuilderModelCompiler extends JModelList
return false;
}
protected $compiler;
public $compiler;
public function getComponents()
{
@ -178,18 +178,6 @@ class ComponentbuilderModelCompiler extends JModelList
}
return false;
}
public function getCount()
{
return array(
'lines' => $this->compiler->lineCount,
'files' => $this->compiler->fileCount,
'folders' => $this->compiler->folderCount,
'filePath' => $this->compiler->filepath,
'filename' => $this->compiler->componentFolderName,
'time' => $this->compiler->secondsCompiled
);
}
public function emptyFolder($dir, $removeDir = false)
{