dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 207fa6: Mise en place de l'initialisa


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 207fa6: Mise en place de l'initialisation de la base avec ...
Date: Tue, 10 Mar 2015 18:54:17 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 207fa671b10e4458670674d2df88bc0badd676c1
      
https://github.com/Dolibarr/dolibarr/commit/207fa671b10e4458670674d2df88bc0badd676c1
  Author: guillaume <address@hidden>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M .gitattributes
    M INSTALL
    A htdocs/conf/phpinfo.php
    M htdocs/core/db/sqlite.class.php
    M htdocs/core/modules/DolibarrModules.class.php
    M htdocs/install/etape2.php
    M htdocs/install/fileconf.php
    A htdocs/install/sqlite/functions/functions.sql
    A htdocs/install/sqlite/index.html
    A index.php

  Log Message:
  -----------
  Mise en place de l'initialisation de la base avec PDO SQlite


  Commit: 24b069fcb0e6933b62976831cf959a22bc04ff08
      
https://github.com/Dolibarr/dolibarr/commit/24b069fcb0e6933b62976831cf959a22bc04ff08
  Author: guillaume <address@hidden>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Utilisation de la librairie Sqlite3 et création de fonctions personnalisées 
pour la compatibilité avec MySQL. Certains formats de date ne sont pas 
complètement pris en compte.


  Commit: 9839420a6870f9c0fed0675528a20f171a8fd182
      
https://github.com/Dolibarr/dolibarr/commit/9839420a6870f9c0fed0675528a20f171a8fd182
  Author: guillaume <address@hidden>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Correction de la gestion d'erreur.


  Commit: 9fdb4a0ee3bc6e11580237290c1620ba6b739676
      
https://github.com/Dolibarr/dolibarr/commit/9fdb4a0ee3bc6e11580237290c1620ba6b739676
  Author: guillaume <address@hidden>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M .gitattributes
    M INSTALL
    M index.php

  Log Message:
  -----------
  Modification des attributs


  Commit: 4ede9295a6799c6993f5625fed9a39077b0fa247
      
https://github.com/Dolibarr/dolibarr/commit/4ede9295a6799c6993f5625fed9a39077b0fa247
  Author: guillaume <address@hidden>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Correction de la gestion d'erreur.


  Commit: 8de170bfc2ed18fdb3817f809eadf4d4d3913b82
      
https://github.com/Dolibarr/dolibarr/commit/8de170bfc2ed18fdb3817f809eadf4d4d3913b82
  Author: guillaume <address@hidden>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Ajout de fonctions pour le traitement des dates avec SQLITE.


  Commit: e4edafd42a0ea845d83d9a90509b11594c88646f
      
https://github.com/Dolibarr/dolibarr/commit/e4edafd42a0ea845d83d9a90509b11594c88646f
  Author: guillaume <address@hidden>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Ajout de la liste des paramètres en utilisant l'instruction PRAGMA


  Commit: 1b89b8c808057325e9d5e61a999ba05165057244
      
https://github.com/Dolibarr/dolibarr/commit/1b89b8c808057325e9d5e61a999ba05165057244
  Author: guillaume <address@hidden>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M htdocs/core/db/sqlite.class.php

  Log Message:
  -----------
  Ajout de la liste des paramètres en utilisant l'instruction PRAGMA


  Commit: 5a5a2f1bcf4e7bb73eb7485d01a79d102eb65e17
      
https://github.com/Dolibarr/dolibarr/commit/5a5a2f1bcf4e7bb73eb7485d01a79d102eb65e17
  Author: guillaume <address@hidden>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M htdocs/admin/system/database-tables.php

  Log Message:
  -----------
  Affichage de la liste des tables dans les infos de base de données.


  Commit: 0ef46b06f400487e7350e94fe8d6346ccbdf0df2
      
https://github.com/Dolibarr/dolibarr/commit/0ef46b06f400487e7350e94fe8d6346ccbdf0df2
  Author: guillaume <address@hidden>
  Date:   2015-03-05 (Thu, 05 Mar 2015)

  Changed paths:
    M htdocs/admin/system/database-tables.php
    M htdocs/core/db/sqlite.class.php
    A htdocs/core/db/sqlite3.class.php
    M htdocs/install/etape2.php
    M htdocs/install/fileconf.php
    R htdocs/install/sqlite/functions/functions.sql
    R htdocs/install/sqlite/index.html
    A htdocs/install/sqlite3/functions/functions.sql
    A htdocs/install/sqlite3/index.html

  Log Message:
  -----------
  Sqlite3-PDO restoration

FR:
- Restauration de la version PDO dans sqlite.class.php et désactivation.
- Ajout de la classe de base de données Sqlite3 dans sqlite3.class.php

EN:
- revert of the PDO version of sqlite.class.php and deactivation.
- add database class Sqlite3 into sqlite3.class.php.


  Commit: dd2594692e9d6cab9ce6c3c329e606abf1ad43fb
      
https://github.com/Dolibarr/dolibarr/commit/dd2594692e9d6cab9ce6c3c329e606abf1ad43fb
  Author: Guillaume de Lestanville <address@hidden>
  Date:   2015-03-05 (Thu, 05 Mar 2015)

  Changed paths:
    M htdocs/admin/system/database-tables.php
    M htdocs/core/db/sqlite3.class.php
    M htdocs/core/modules/DolibarrModules.class.php
    M htdocs/install/etape1.php
    R index.php

  Log Message:
  -----------
  Updating compatibility with Sqlite3

- Replace USING syntax by IN SELECT syntax
- Fix error on database creation
- Removing test on username parameter when installing.


  Commit: 4b8fa00edbb362d55aa598d057859bb4ae8e4289
      
https://github.com/Dolibarr/dolibarr/commit/4b8fa00edbb362d55aa598d057859bb4ae8e4289
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M htdocs/admin/system/database-tables.php
    A htdocs/conf/phpinfo.php
    M htdocs/core/db/sqlite.class.php
    A htdocs/core/db/sqlite3.class.php
    M htdocs/core/modules/DolibarrModules.class.php
    M htdocs/install/etape1.php
    M htdocs/install/etape2.php
    M htdocs/install/fileconf.php
    A htdocs/install/sqlite3/functions/functions.sql
    A htdocs/install/sqlite3/index.html

  Log Message:
  -----------
  Merge pull request #2422 from guedel/sqlite3-dev

Sqlite3 dev


Compare: 
https://github.com/Dolibarr/dolibarr/compare/52e9ae5fe4a4...4b8fa00edbb3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]