dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] f3c71a: Dolibarr must not contains au


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] f3c71a: Dolibarr must not contains autoload feature.
Date: Mon, 07 Sep 2015 03:21:42 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: f3c71a9a5a77532af868ad69b85b27742d9cb0d9
      
https://github.com/Dolibarr/dolibarr/commit/f3c71a9a5a77532af868ad69b85b27742d9cb0d9
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
    M htdocs/core/modules/syslog/mod_syslog_sentry.php
    R htdocs/includes/autoload.php
    R htdocs/includes/composer/ClassLoader.php
    R htdocs/includes/composer/LICENSE
    R htdocs/includes/composer/autoload_classmap.php
    R htdocs/includes/composer/autoload_namespaces.php
    R htdocs/includes/composer/autoload_psr4.php
    R htdocs/includes/composer/autoload_real.php
    R htdocs/includes/composer/installed.json

  Log Message:
  -----------
  Dolibarr must not contains autoload feature.
The developer and user must decide which lib is used and it must not be
a random feature that take a library "randomly" (first one found is same
a randomly found).
By default, library embedded of dolibarr must be used. If we want to use
another one, an option to set the path of external libray must be
available.


  Commit: 28c62fb214c215262f9fcaeca1836948ab0df41f
      
https://github.com/Dolibarr/dolibarr/commit/28c62fb214c215262f9fcaeca1836948ab0df41f
  Author: Laurent Destailleur <address@hidden>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
    M htdocs/admin/syslog.php
    M htdocs/core/modules/syslog/logHandler.php
    M htdocs/core/modules/syslog/logHandlerInterface.php
    M htdocs/core/modules/syslog/mod_syslog_chromephp.php

  Log Message:
  -----------
  Introduce a function to return a warning by loggers.


Compare: 
https://github.com/Dolibarr/dolibarr/compare/e85921c82fe4...28c62fb214c2

reply via email to

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