diff --git a/core/configs/application.ini b/core/configs/application.ini index e3f9b0981..153cc6396 100644 --- a/core/configs/application.ini +++ b/core/configs/application.ini @@ -1,60 +1,59 @@ [global] -;development or production +; development or production environment = development -;name of the application +; name of the application application.name = MIDAS - Digital Archiving System -;description of the application +; description of the application application.description = -;keywords of the application +; keywords of the application application.keywords = upload, manage, share -;language of the application (en or fr) +; language of the application (en or fr) application.lang = en -;Optimize JS and CSS +; optimize JS and CSS smartoptimizer = 0 -;Session lifetime (minute) +; session lifetime (minute) session.lifetime = 20 -;Path to md5sum +; path to md5sum md5sum.path = -;Default Assetstore +; default assetstore defaultassetstore.id = -;DefaultTimezone +; default timezone default.timezone = America/New_York -;Processing onthefly or cron +; processing onthefly or cron processing = onthefly -;Default license +; default license defaultlicense = 1 -;Demo Mode (only works with MySQL) +; demo mode (only works with MySQL) demomode = 0 -;Enable Dynamic help +; enable dynamic help dynamichelp = 1 -;Enable logging of every Midas request +; enable logging of every request logtrace = 0 -;Entry for password prefix (dynamically generated at install time) +; entry for password prefix (dynamically generated at install time) password.prefix = -;Outbound HTTP proxy to be used by PHP (empty for none) +; outbound HTTP proxy to be used by PHP (empty for none) httpproxy = - [module] [production] -;Activate error reporting using Zend +; Activate error reporting using Zend mode.debug = 0 mode.test = 0 -;Show native errors +; Show native errors error.php = 0 [development] -;Activate error reporting using Zend +; Activate error reporting using Zend mode.debug = 1 mode.test = 0 -;Show native errors +; Show native errors error.php = 1 [testing] -;Activate error reporting using Zend +; Activate error reporting using Zend mode.debug = 1 mode.test = 1 -;Show native errors +; Show native errors error.php = 1 diff --git a/core/configs/core.ini b/core/configs/core.ini index df4dd5bf8..c4715346c 100644 --- a/core/configs/core.ini +++ b/core/configs/core.ini @@ -5,7 +5,7 @@ bootstrap.class = "Bootstrap" appnamespace = "Midas" resources.frontController.controllerDirectory = "./core/controllers" resources.frontController.moduleDirectory = "./modules" -resources.layout.layoutPath ="./core/layouts/" +resources.layout.layoutPath = "./core/layouts/" resources.view.scriptPath = "./core/views/" internationalization = "0" diff --git a/core/views/helpers/Dateago.php b/core/views/helpers/Dateago.php index e755bd3d4..e894cf137 100644 --- a/core/views/helpers/Dateago.php +++ b/core/views/helpers/Dateago.php @@ -27,7 +27,7 @@ function dateago($timestamp) $component=new DateComponent(); return $component->ago($timestamp); } - + /** Set view*/ public function setView(Zend_View_Interface $view) diff --git a/core/views/helpers/serversidefilepicker.phtml b/core/views/helpers/serversidefilepicker.phtml index cde7f4254..146107333 100644 --- a/core/views/helpers/serversidefilepicker.phtml +++ b/core/views/helpers/serversidefilepicker.phtml @@ -44,7 +44,7 @@ } $fp_uuid = Configure::read('filePickerId'); - + if( ! isset($script) ) $script = $this->webroot . 'admin/filePicker'; if( ! isset($width) ) $width = 400; if( ! isset($height) ) $height = 400; @@ -52,7 +52,7 @@ if( ! isset($fileFilterErrorMsg) ) $fileFilterErrorMsg = 'Incorrect file type'; if( ! isset($destSelector) ) $destSelector = 'body>XX'; // default selector return 0 elements if( ! isset($msg) ) $msg = ''; - + // Find root: /*if( strpos( strtolower(PHP_OS), 'win') !== false ) { @@ -63,7 +63,7 @@ $root = '/'; }*/ $root = ''; - + ?> @@ -71,35 +71,35 @@ @@ -179,7 +179,7 @@ $(document).ready( function() { } return false; // important to return false to prevent a form that include // this element to be submitted when the user just want to - // select a file. + // select a file. }); //$("#fp--panel").draggable(); @@ -187,7 +187,7 @@ $(document).ready( function() {
- +
diff --git a/modules/api/configs/module.ini b/modules/api/configs/module.ini index 24436c509..d627f08d3 100644 --- a/modules/api/configs/module.ini +++ b/modules/api/configs/module.ini @@ -2,12 +2,12 @@ ; version of the module version = 1.0.0 ; full name -fullname= Web Api +fullname = Web Api ; description -description= "Allows external applications to communicate with MIDAS" -;Category -category= Core +description = "Allows external applications to communicate with MIDAS" +; category +category = Core -;Specify the prefix of the method exposed to the client API -;For example: By setting 'midas', the method signature will be 'midas.something.get' -methodprefix = midas \ No newline at end of file +; specify the prefix of the method exposed to the client API +; for example: by setting 'midas', the method signature will be 'midas.something.get' +methodprefix = midas diff --git a/modules/archive/configs/module.ini b/modules/archive/configs/module.ini index 3437e33e8..81b7f0bf0 100644 --- a/modules/archive/configs/module.ini +++ b/modules/archive/configs/module.ini @@ -2,8 +2,8 @@ ; version of the module version = 1.0.0 ; full name -fullname= Archive Extraction +fullname = Archive Extraction ; description -description= "Allows extraction of archive files into the hierarchy" -;Category -category= Core +description = "Allows extraction of archive files into the hierarchy" +; category +category = Core diff --git a/modules/batchmake/configs/module.ini b/modules/batchmake/configs/module.ini index ed1b483cf..ef372f889 100644 --- a/modules/batchmake/configs/module.ini +++ b/modules/batchmake/configs/module.ini @@ -2,12 +2,12 @@ ; version of the module version = 0.1.0 ; full name -fullname= Batchmake +fullname = Batchmake ; description -description= Will run a Batchmake pipeline, either locally or via Condor -;Category -category= SSP -dependencies= api +description = Will run a Batchmake pipeline, either locally or via Condor +; category +category = SSP +dependencies = api batchmake.tmp_dir = batchmake.bin_dir = diff --git a/modules/cleanup/configs/module.ini b/modules/cleanup/configs/module.ini index 5e95ad0e2..974ee713c 100644 --- a/modules/cleanup/configs/module.ini +++ b/modules/cleanup/configs/module.ini @@ -5,9 +5,9 @@ version = 1.0.0 fullname = Cleanup Module ; description description = "Schedules tasks to perform periodic cleanup operations on the database and filesystem" -; Category +; category category = Core -; Dependencies +; dependencies dependencies = scheduler days = "1" diff --git a/modules/comments/configs/module.ini b/modules/comments/configs/module.ini index 005019215..5e642ab80 100644 --- a/modules/comments/configs/module.ini +++ b/modules/comments/configs/module.ini @@ -5,5 +5,5 @@ version = 1.0.0 fullname = Comments ; description description = Allows users to add comments to an item -; Category +; category category = Core diff --git a/modules/communityagreement/configs/module.ini b/modules/communityagreement/configs/module.ini index 5f2c3b2cc..4f3f552e3 100644 --- a/modules/communityagreement/configs/module.ini +++ b/modules/communityagreement/configs/module.ini @@ -2,8 +2,8 @@ ; version of the module version = 1.0.0 ; full name -fullname= Community Agreement +fullname = Community Agreement ; description -description= "Enables community agreement" -;Category -category= Core \ No newline at end of file +description = "Enables community agreement" +; category +category = Core \ No newline at end of file diff --git a/modules/dicomanonymize/configs/module.ini b/modules/dicomanonymize/configs/module.ini index d1a486a22..7f6912074 100644 --- a/modules/dicomanonymize/configs/module.ini +++ b/modules/dicomanonymize/configs/module.ini @@ -5,7 +5,7 @@ version = 1.0.0 fullname = "DICOM Anonymizer" ; description description = "Anonymize DICOM files on the client side before upload" -;Category +; category category = DICOM -;Dependencies +; dependencies dependencies = dicomextractor diff --git a/modules/dicomextractor/configs/module.ini b/modules/dicomextractor/configs/module.ini index 4fe841986..199c53f42 100644 --- a/modules/dicomextractor/configs/module.ini +++ b/modules/dicomextractor/configs/module.ini @@ -2,15 +2,15 @@ ; version of the module version = 1.0.0 ; full name -fullname= DICOM Extractor +fullname = DICOM Extractor ; description -description= Extract metadata from DICOM files -;Category +description = Extract metadata from DICOM files +; category category = DICOM -;Dependencies -dependencies= scheduler,api,thumbnailcreator +; dependencies +dependencies = scheduler,api,thumbnailcreator -;hachoir-metadata command +; hachoir-metadata command dcm2xml = "dcm2xml" dcmj2pnm = "dcmj2pnm --write-jpeg --min-max-window" dcmftest = "dcmftest" diff --git a/modules/dicomserver/configs/module.ini b/modules/dicomserver/configs/module.ini index 125b489a5..b6b655ec1 100644 --- a/modules/dicomserver/configs/module.ini +++ b/modules/dicomserver/configs/module.ini @@ -2,30 +2,30 @@ ; version of the module version = 1.0.0 ; full name -fullname= DICOM Server +fullname = DICOM Server ; description -description= Receive and upload DICOM files, also provide DICOM Query/Retrieve services -;Category +description = Receive and upload DICOM files, also provide DICOM Query/Retrieve services +; category category = DICOM -;Dependencies -dependencies= api,dicomextractor +; dependencies +dependencies = api,dicomextractor -;uploader DCMTK command +; uploader DCMTK command dcm2xml = "dcm2xml" storescp = "storescp" dcmqrscp = "dcmqrscp" dcmqridx = "dcmqridx" -;uploader reception directory +; uploader reception directory receptiondir = "" -;storescp configuration +; storescp configuration storescp_port = "55555" -;seconds +; seconds storescp_study_timeout = "15" -;pydas destnation folder +; pydas destnation folder pydas_dest_folder = "Public" -;dcmqrscp configuration +; dcmqrscp configuration dcmqrscp_port = "9885" -;server AE title +; server AE title server_ae_title = "MIDAS_PACS" -;remote AEs +; remote AEs peer_aes = "" diff --git a/modules/example/configs/module.ini b/modules/example/configs/module.ini index d9e30e1a6..047d5fd08 100644 --- a/modules/example/configs/module.ini +++ b/modules/example/configs/module.ini @@ -2,10 +2,10 @@ ; version of the module version = 1.0.0 ; full name -fullname= Example +fullname = Example ; description -description= Example Module -;Category -category= Examples -;Dependencies -dependencies= +description = Example Module +; category +category = Examples +; dependencies +dependencies = diff --git a/modules/googleauth/configs/module.ini b/modules/googleauth/configs/module.ini index 0d77e24d9..1e1b9c988 100644 --- a/modules/googleauth/configs/module.ini +++ b/modules/googleauth/configs/module.ini @@ -5,6 +5,6 @@ version = 0.1.0 fullname = Google OAuth ; description description = "Allow users to log in using their Google account" -;Category +; category category = Authentication dependencies = api diff --git a/modules/landingpage/configs/module.ini b/modules/landingpage/configs/module.ini index f174c8844..b34ef9b9f 100644 --- a/modules/landingpage/configs/module.ini +++ b/modules/landingpage/configs/module.ini @@ -2,10 +2,10 @@ ; version of the module version = 1.0.0 ; full name -fullname= Landing Page +fullname = Landing Page ; description -description= Module for adding a custom landing page to the Midas instance -;Category -category= Core -;Dependencies -dependencies= +description = Module for adding a custom landing page to the Midas instance +; category +category = Core +; dependencies +dependencies = diff --git a/modules/ldap/configs/module.ini b/modules/ldap/configs/module.ini index d62a930aa..ad234d8b8 100644 --- a/modules/ldap/configs/module.ini +++ b/modules/ldap/configs/module.ini @@ -2,19 +2,19 @@ ; version of the module version = 1.0.0 ; full name -fullname= Ldap +fullname = Ldap ; description -description= "Authenticate Midas users against an LDAP server" -;Category -category= Authentication +description = "Authenticate Midas users against an LDAP server" +; category +category = Authentication ldap.hostname = localhost ldap.port = 389 ldap.backup = -ldap.basedn = "ou=people,dc=myorganization,dc=com" -ldap.bindn = "cn=user,ou=people,dc=myorganization,dc=com" +ldap.basedn = "ou = people,dc = myorganization,dc = com" +ldap.bindn = "cn = user,ou = people,dc = myorganization,dc = com" ldap.bindpw = "set_your_password" ldap.protocolVersion = 3 ldap.autoAddUnknownUser = true diff --git a/modules/metadataextractor/configs/module.ini b/modules/metadataextractor/configs/module.ini index 3a1bbef83..e58a2bae8 100644 --- a/modules/metadataextractor/configs/module.ini +++ b/modules/metadataextractor/configs/module.ini @@ -2,13 +2,13 @@ ; version of the module version = 1.0.0 ; full name -fullname= MetaData Extractor +fullname = MetaData Extractor ; description -description= Extract meta data from common files -;Category +description = Extract meta data from common files +; category category = Filter -;Dependencies -dependencies= scheduler +; dependencies +dependencies = scheduler -;hachoir-metadata command -hachoir = "python hachoir-metadata" \ No newline at end of file +; hachoir-metadata command +hachoir = "python hachoir-metadata" diff --git a/modules/mfa/configs/module.ini b/modules/mfa/configs/module.ini index f215e6517..d3bf06e2c 100644 --- a/modules/mfa/configs/module.ini +++ b/modules/mfa/configs/module.ini @@ -5,5 +5,5 @@ version = 1.0.0 fullname = Multi-Factor Authentication ; description description = "Use one-time-password devices for authentication" -;Category +; category category = Authentication diff --git a/modules/oai/configs/module.ini b/modules/oai/configs/module.ini index 9aa468619..7880c8bb4 100644 --- a/modules/oai/configs/module.ini +++ b/modules/oai/configs/module.ini @@ -2,12 +2,12 @@ ; version of the module version = 1.0.0 ; full name -fullname= OAI +fullname = OAI ; description -description= Open Archives Initiative Protocol for Metadata Harvesting -;Category -category= Core +description = Open Archives Initiative Protocol for Metadata Harvesting +; category +category = Core -repositoryname=Midas -adminemail=admin@foo.com -repositoryidentifier=midas.foo.com \ No newline at end of file +repositoryname = Midas +adminemail = admin@foo.com +repositoryidentifier = midas.foo.com \ No newline at end of file diff --git a/modules/oauth/configs/module.ini b/modules/oauth/configs/module.ini index bd66f4333..ceef3112d 100644 --- a/modules/oauth/configs/module.ini +++ b/modules/oauth/configs/module.ini @@ -5,6 +5,6 @@ version = 1.0.0 fullname = OAuth 2.0 Provider ; description description = "Support the OAuth 2.0 standard for third-party application authentication" -;Category +; category category = Authentication dependencies = api diff --git a/modules/packages/configs/module.ini b/modules/packages/configs/module.ini index bc85fbfc7..dc6a839e3 100644 --- a/modules/packages/configs/module.ini +++ b/modules/packages/configs/module.ini @@ -2,10 +2,10 @@ ; version of the module version = 1.0.0 ; full name -fullname= Packages +fullname = Packages ; description -description= Package archiving system -;Category -category= Core -;Dependencies -dependencies= api +description = Package archiving system +; category +category = Core +; dependencies +dependencies = api diff --git a/modules/pvw/configs/module.ini b/modules/pvw/configs/module.ini index 0b65edb38..43dd37120 100644 --- a/modules/pvw/configs/module.ini +++ b/modules/pvw/configs/module.ini @@ -2,11 +2,11 @@ ; version of the module version = 1.0.0 ; full name -fullname= ParaViewWeb 2 +fullname = ParaViewWeb 2 ; description -description= "3D Visualization of Midas data using ParaViewWeb 2.0" -;Category -category= Visualization -;Dependencies -dependencies= scheduler,api +description = "3D Visualization of Midas data using ParaViewWeb 2.0" +; category +category = Visualization +; dependencies +dependencies = scheduler,api diff --git a/modules/ratings/configs/module.ini b/modules/ratings/configs/module.ini index adb6664f3..24bf0e561 100644 --- a/modules/ratings/configs/module.ini +++ b/modules/ratings/configs/module.ini @@ -5,5 +5,5 @@ version = 1.0.0 fullname = Item Ratings ; description description = Allows users to rate items using 1-5 stars -; Category +; category category = Core diff --git a/modules/readmes/configs/module.ini b/modules/readmes/configs/module.ini index 35cb2adb3..44d949406 100644 --- a/modules/readmes/configs/module.ini +++ b/modules/readmes/configs/module.ini @@ -2,8 +2,8 @@ ; version of the module version = 1.0.0 ; full name -fullname= Readmes +fullname = Readmes ; description -description= "Enables display of Readme files for Folders and Communities" -;Category -category= Core \ No newline at end of file +description = "Enables display of Readme files for Folders and Communities" +; category +category = Core \ No newline at end of file diff --git a/modules/remoteprocessing/configs/module.ini b/modules/remoteprocessing/configs/module.ini index 06a0ef6ce..27b9e121c 100644 --- a/modules/remoteprocessing/configs/module.ini +++ b/modules/remoteprocessing/configs/module.ini @@ -2,12 +2,12 @@ ; version of the module version = 1.0.0 ; full name -fullname= Remote processing +fullname = Remote processing ; description -description= -;Category +description = +; category category = Processing -dependencies= scheduler,api +dependencies = scheduler,api securitykey = '' showbutton = true diff --git a/modules/scheduler/configs/module.ini b/modules/scheduler/configs/module.ini index 25918afc3..21ea916f0 100644 --- a/modules/scheduler/configs/module.ini +++ b/modules/scheduler/configs/module.ini @@ -2,8 +2,8 @@ ; version of the module version = 1.0.0 ; full name -fullname= Task Scheduler +fullname = Task Scheduler ; description -description= -;Category +description = +; category category = Core \ No newline at end of file diff --git a/modules/sizequota/configs/module.ini b/modules/sizequota/configs/module.ini index 7e1153e6c..62b303884 100644 --- a/modules/sizequota/configs/module.ini +++ b/modules/sizequota/configs/module.ini @@ -5,7 +5,7 @@ version = 1.0.0 fullname = Size Quotas ; description description = "Allows maximum size quotas to be set on communities and users" -;Category +; category category = Core -; Dependencies (comma separated list) +; dependencies (comma separated list) dependencies = api diff --git a/modules/solr/configs/module.ini b/modules/solr/configs/module.ini index edd514a32..ecec93811 100644 --- a/modules/solr/configs/module.ini +++ b/modules/solr/configs/module.ini @@ -5,5 +5,5 @@ version = 1.0.0 fullname = Solr Lucene Search ; description description = "Use Apache Solr to index item metadata for searching" -;Category +; category category = Search diff --git a/modules/statistics/configs/module.ini b/modules/statistics/configs/module.ini index 28f55d319..3245cb3ba 100644 --- a/modules/statistics/configs/module.ini +++ b/modules/statistics/configs/module.ini @@ -5,7 +5,7 @@ version = 1.0.0 fullname = Statistics Module ; description description = -;Category +; category category = Core dependencies = scheduler diff --git a/modules/thumbnailcreator/configs/module.ini b/modules/thumbnailcreator/configs/module.ini index 90076951e..f846b86fe 100644 --- a/modules/thumbnailcreator/configs/module.ini +++ b/modules/thumbnailcreator/configs/module.ini @@ -2,22 +2,22 @@ ; version of the module version = 1.0.0 ; full name -fullname= Thumbnail Creator +fullname = Thumbnail Creator ; description -description= Use Image Magick to create thumbnails instead of the default PHP feature. -;Category -category= Filter -;Dependencies -dependencies= scheduler +description = Use Image Magick to create thumbnails instead of the default PHP feature. +; category +category = Filter +; dependencies +dependencies = scheduler -;image magick folder -imagemagick= +; imagemagick folder +imagemagick = -;if use thumbnailer -useThumbnailer= +; if use thumbnailer +useThumbnailer = -;thumbnailer folder -thumbnailer= +; thumbnailer folder +thumbnailer = -;image formats (comma seperated) which needs thumnailer to do pre-process -imageFormats= nrrd, mha \ No newline at end of file +; image formats (comma seperated) which needs thumnailer to do pre-process +imageFormats = nrrd, mha diff --git a/modules/validation/configs/module.ini b/modules/validation/configs/module.ini index d04545b87..550054857 100644 --- a/modules/validation/configs/module.ini +++ b/modules/validation/configs/module.ini @@ -2,10 +2,10 @@ ; version of the module version = 1.0.0 ; full name -fullname= Validation +fullname = Validation ; description -description= Module for validating algorithmic results -;Category -category= Filter -;Dependencies -dependencies= api +description = Module for validating algorithmic results +; category +category = Filter +; dependencies +dependencies = api diff --git a/modules/visualize/configs/module.ini b/modules/visualize/configs/module.ini index c92f6ce7d..9403fef98 100644 --- a/modules/visualize/configs/module.ini +++ b/modules/visualize/configs/module.ini @@ -2,13 +2,13 @@ ; version of the module version = 1.0.0 ; full name -fullname= Visualization +fullname = Visualization ; description -description= "Preview online various types of document (Beta version)" -;Category -category= Visualization -;Dependencies -dependencies= scheduler,api +description = "Preview online various types of document (Beta version)" +; category +category = Visualization +; dependencies +dependencies = scheduler,api useparaview = "true" userwebgl = "true" diff --git a/provisioning/ansible/roles/apache2/templates/etc-php5-apache2-php.ini.j2 b/provisioning/ansible/roles/apache2/templates/etc-php5-apache2-php.ini.j2 index 2649b4ac5..914f8f759 100644 --- a/provisioning/ansible/roles/apache2/templates/etc-php5-apache2-php.ini.j2 +++ b/provisioning/ansible/roles/apache2/templates/etc-php5-apache2-php.ini.j2 @@ -762,7 +762,7 @@ enable_dl = Off ; will look for to know it is OK to continue execution. Setting this variable MAY ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; http://php.net/cgi.redirect-status-env -;cgi.redirect_status_env = +;cgi.redirect_status_env = ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok @@ -903,8 +903,8 @@ default_socket_timeout = 60 ;extension=php_pspell.dll ;extension=php_shmop.dll -; The MIBS data available in the PHP distribution must be installed. -; See http://www.php.net/manual/en/snmp.installation.php +; The MIBS data available in the PHP distribution must be installed. +; See http://www.php.net/manual/en/snmp.installation.php ;extension=php_snmp.dll ;extension=php_soap.dll diff --git a/provisioning/ansible/roles/memcached/templates/etc-memcached.conf.j2 b/provisioning/ansible/roles/memcached/templates/etc-memcached.conf.j2 index ebf0fd032..26c5c9ead 100644 --- a/provisioning/ansible/roles/memcached/templates/etc-memcached.conf.j2 +++ b/provisioning/ansible/roles/memcached/templates/etc-memcached.conf.j2 @@ -18,7 +18,7 @@ logfile /var/log/memcached.log -m 64 # Default connection port is 11211 --p 11211 +-p 11211 # Run the daemon as root. The start-memcached will default to running as root if no # -u command is present in this config file diff --git a/provisioning/ansible/roles/mysql/handlers/main.yml b/provisioning/ansible/roles/mysql/handlers/main.yml index 7f5df09dc..22c61564f 100644 --- a/provisioning/ansible/roles/mysql/handlers/main.yml +++ b/provisioning/ansible/roles/mysql/handlers/main.yml @@ -18,5 +18,5 @@ #============================================================================= --- -- name: restart mysql +- name: restart mysql service: name=mysql state=restarted diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2cde1fc98..af11aebd1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -54,7 +54,7 @@ function(add_midas_mysql_test TestName TestFile) FAIL_REGULAR_EXPRESSION ".*Failures: [1-9]+.*;.*Exceptions: [1-9]+.*" RESOURCE_LOCK MIDASDatabase ) - ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/tests/configs/mysql.ini) + ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/tests/configs/mysql.ini) endfunction(add_midas_mysql_test) function(add_midas_pgsql_test TestName TestFile) diff --git a/utils/moduleTemplate/configs/module.ini b/utils/moduleTemplate/configs/module.ini index 55f072bac..2a463439a 100644 --- a/utils/moduleTemplate/configs/module.ini +++ b/utils/moduleTemplate/configs/module.ini @@ -5,7 +5,7 @@ version = 1.0.0 fullname = @MN_CAP@ ; description (displayed on admin page) description = "Enter your description here" -; Category (default is "Core") +; category (default is "Core") category = Core -; Dependencies (comma separated list of other module dependencies +; dependencies (comma separated list of other module dependencies dependencies =