egroupware_official/setup
Ralf Becker a6ee8eda1b allow apps to specify to be automatic deinstalled
this can either happen uncoditional or with an SQL statement checking they are empty first:
$setup_info[wiki][autodeinstall] = "SELECT COUNT(*)<=3 FROM egw_wiki_pages";
which would deinstall wiki if it has only the 3 default pages in it
2019-08-15 10:33:57 +02:00
..
doc Fix wrongly spelled EGroupware name 2018-04-11 15:13:39 +02:00
inc allow apps to specify to be automatic deinstalled 2019-08-15 10:33:57 +02:00
lang pending SK translations from our translation server 2019-07-26 10:54:41 +02:00
templates/default * Login: RememberMe token for either automatic login or as 2. factor for 2-Factor-Auth 2019-08-03 18:37:18 +02:00
account_migration.php * Univention: fix not working password change (setting Kerberos credentials) 2018-07-13 09:58:38 +02:00
admin_account.php Fix wrongly spelled EGroupware name 2018-04-11 15:13:39 +02:00
applications.php allow apps to specify to be automatic deinstalled 2019-08-15 10:33:57 +02:00
check_install.php remove left-over development-test for "hugo" extension 2019-07-06 10:19:23 +02:00
config.php Fixed, PHP message: PHP Warning: Use of undefined constant __LINES__ .. the constant is called __LINE__ 2019-03-06 08:25:42 +02:00
db_backup.php show how long the backup took 2019-02-18 13:42:29 +01:00
fix_mysql_charset.php Fix wrongly spelled EGroupware name 2018-04-11 15:13:39 +02:00
index.php Fix wrongly spelled EGroupware name 2018-04-11 15:13:39 +02:00
manageheader.php check if persistent mysql connections are disabled --> disable them in header 2019-05-28 13:38:41 +02:00
schematoy.php Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
setup-cli.php fix --exit-codes did not found (now used) exceptions 2019-02-23 12:13:26 +01:00
sqltoarray.php Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00