Skip to content

Commit 9feb242

Browse files
authored
[K7.0] Refactor Config in Core Joomla Configuration (#9924)
* created config.xml - part 1 * Done: Main Options, Frontend tabs * Done: Users tab * Done: Subscriptions tab * Done: Security tab - part 1 * Done: Security tab - part 2 (rebased) * Done: Uploads tab * Done: Ranking tab * Done: BBCode tab * Done: RSS tab * Done: Extra tab * Done: showon added to various fields * Linkviews / cpanel tile to kunena options * install script converts config to parameters for component. Pinnend upgrade to 6.4.5 (and higher) only * refactored KunenaConfig + setter + save * system plugin resets config cache after config change (save) * Remove Config MVC * Remove Config MVC - install script remove files on upgrade * Fix: properties with empty default value not listed * process config to array when needed in import, let model handle array instead of string * added no-config-parameters (hidden) * Refactored conversion of configuration into component install script as package install script has issues * Fix: remove files, add maxPersonalText property * Fix: KunenaConfi->getEmail() is now KunenaConfig->email * maxPersonalText = 50 * created config.xml - part 1 * Done: Main Options, Frontend tabs * Done: Users tab * Done: Subscriptions tab * Done: Security tab - part 1 * Done: Security tab - part 2 (rebased) * Done: Uploads tab * Done: Ranking tab * Done: BBCode tab * Done: RSS tab * Done: Extra tab * Done: showon added to various fields * Linkviews / cpanel tile to kunena options * install script converts config to parameters for component. Pinnend upgrade to 6.4.5 (and higher) only * refactored KunenaConfig + setter + save * system plugin resets config cache after config change (save) * Remove Config MVC * Remove Config MVC - install script remove files on upgrade * Fix: properties with empty default value not listed * process config to array when needed in import, let model handle array instead of string * added no-config-parameters (hidden) * Refactored conversion of configuration into component install script as package install script has issues * Fix: remove files, add maxPersonalText property * Fix: KunenaConfi->getEmail() is now KunenaConfig->email * maxPersonalText = 50 * Added static property: defaultPage = recent * refactor 'static' properties into template properties * Move cleanup from package script to component script * fix: rebase error * Fix for uninstalling media/kunena on package uninstall * uninstall also menu(s) * Do not install kunena_configuration table on fresh install * Fix: setting default value for latestcategory + rss in / exclude categories
1 parent ceaf685 commit 9feb242

File tree

978 files changed

+4126
-6879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

978 files changed

+4126
-6879
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ workspace/kunena/build/tmp)
313313
<filterchain refid="filter" />
314314
<fileset dir="${kunena.admin}">
315315
<include name="**/*.xml" />
316+
<include name="script.php" />
316317
<include name="api/**" />
317318
<include name="install/**" />
318319
<include name="media/**" />
@@ -735,7 +736,7 @@ workspace/kunena/build/tmp)
735736
<property
736737
name="base.directory"
737738
value="${tmp_dir}/packages/plg_kunena_easyblog" />
738-
</phingcall>
739+
</phingcall>
739740
<phingcall target="archive">
740741
<property
741742
name="destination.file"

0 commit comments

Comments
 (0)