Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Installer.pm
2020-08-24 Bernardo Gonzalez... Bug 24973: Load custom localization file
2020-03-27 Bernardo Gonzalez... Bug 24883: Add POD entry and remove unused variable
2020-03-27 Jonathan DruartBug 24883: Move to a flat array with all values to...
2020-03-27 Jonathan DruartBug 24883: Centralize code to load YAML installer files...
2020-03-24 Bernardo Gonzalez... Bug 24872: Set languages prefererences after install
2020-03-20 Jonathan DruartBug 24904: Speed up installer process - 1 query per...
2020-03-20 Bernardo Gonzalez... Bug 24870: Translate installer data label
2020-03-09 Jonathan DruartBug 13897: Surround columns with backticks
2020-03-09 Bernardo Gonzalez... Bug 13897: Process description, multiline values and...
2020-03-09 Jonathan DruartBug 13897: Catch the error and warn it
2020-03-09 Bernardo Gonzalez... Bug 13897: Use YAML files for installer data
2020-02-12 Julian MauriceBug 19735: Move Perl deps definitions into a cpanfile
2019-10-24 Martin RenvoizeBug 23805: Add account_credit_types tables
2019-10-24 Martin RenvoizeBug 23049: Add debit_type
2019-08-05 Nick ClemensBug 23396: Add keyboard_shortcuts.sql to C4/Installer.pm
2019-05-15 Jonathan DruartBug 21651: Always insert notice templates related tables
2019-04-11 Jonathan DruartBug 22472: Make column_exists early return if the table...
2018-10-26 Jonathan DruartBug 21654: Remove refund_lost_item_fee_rules.sql from...
2018-08-17 Mark TompsettBug 15717: Installer: Step 3 has <br /> showing
2017-10-20 Jonathan DruartBug 14826: account_offset_types.sql is not in the manda...
2017-10-20 Kyle M HallBug 14826: Add account offset type table
2017-03-22 Marcel de RooyBug 18215: Fix another tls warning
2017-03-03 Dimitris KamenopoulosBug 15427 : Enable TLS support for MySQL
2017-01-12 Jonathan DruartBug 17234: Need to separate KEY and FOREIGN KEY checks
2017-01-11 Jonathan DruartBug 17234: Move new subroutines to C4::Installer
2016-10-11 Jonathan DruartBug 17216: Move the AV cat list file to the top level
2016-07-07 Tomas Cohen AraziBug 14048: Add RefundLostItemFeeRule table and classes
2016-05-23 Jonathan DruartBug 13669: Catch the errors to have them to the logs
2016-05-23 Bernardo Gonzalez... Bug 13669: Re-adds error handling to load_sql
2016-05-23 Bernardo Gonzalez... Bug 13669: (alternative) use DBIx::RunSQL
2016-05-23 Tomas Cohen AraziBug 13669: Use perl to load SQL statements from sample...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2015-11-04 Kyle M HallBug 11431: (QA followup) Make audio alerts sql top...
2015-10-23 Jonathan DruartBug 14778: Make the installer test pass - use DBI missing
2015-10-19 Jonathan DruartBug 13632: Populate user_flags and permissions tables...
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-05-07 Jonathan DruartBug 13758: Move the Koha version from kohaversion.pl
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-01-13 Jonathan DruartBug 11944: replace use of utf8 with Encode
2014-10-28 Bernardo Gonzalez... Bug 11593 - subtag_registry.sql files contain the same...
2013-10-31 Marcel de RooyBug 10523: Remove two obsolete routines from Installer.pm
2013-03-31 Magnus EngerBug 9752: Set marcflavour to NORMARC when NORMARC is...
2013-03-20 Tomas Cohen AraziBug 7440 - Remove NoZebra vestiges
2012-12-27 Jared Camins-EsakovRevert "Bug 7167: New version for updatedatabase"
2012-12-27 Jonathan DruartBug 7167: New version for updatedatabase
2012-09-20 Mason JamesBug 6679 - [SIGNED-OFF] fix 4 perlcritic violations...
2012-07-13 Dobrica PavlinusicBug 8315 - remove use C4::* version
2012-06-11 Chris CormackBug 7941 : Fix version numbers in modules
2012-02-27 Salvador Zaragoza... Bug 6008 - Locating mysql/psql commands on Installer.pm
2011-12-03 Paul PoulainBug 6699 follow-up
2011-12-03 Marcel de Rooy6699 Add not-empty check for warnings from load_sql...
2011-09-06 Magnus EngerBug 6537 - squashed version of the previous 5 commits...
2010-06-25 Galen Charltonreplace references to defunct info email address
2010-06-09 Andrew ElwellPOD Cleanups
2010-05-26 Galen Charltonfix a common "developement" typo
2010-05-25 Galen Charltonfix a common "developement" typo
2010-05-19 Chris NighswongerEnhancement Bug 4444: Centralize Code Handling Perl...
2010-05-17 Chris NighswongerEnhancement Bug 4444: Centralize Code Handling Perl...
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
2010-03-17 Lars WirzeniusFix FSF address in directory C4/
2010-01-15 Chris NighswongerEnhancement: Make web installer log errors to error log
2010-01-13 Chris NighswongerEnhancement: Make web installer log errors to error log
2009-08-01 Henri-Damien LAURENTInstaller break utf8 for DBD::mysql
2008-11-11 Andrew MooreBug 2775: adding method to clean syspref cache in C4...
2008-06-20 Andrew Moorebug: 2176 improvements to database upgrade path
2008-05-11 Galen CharltonC4::Installer - new method to get available MARC frameworks
2008-04-21 Galen Charltonrefactor web installer code to created C4::Installer