Laurent Destailleur
be9a144433
FIX Add a test to show bugged module with a bad declaration of
...
dictionaries to avoid to see clean module to be breaked.
2016-02-28 12:43:00 +01:00
Laurent Destailleur
e22664b8cf
FIX #4528
2016-02-03 01:01:14 +01:00
Laurent Destailleur
09f3cd6f1d
Fix class cant be abstract
2015-11-04 16:43:24 +01:00
Laurent Destailleur
d128cf69d9
Doxygen doc
2015-07-27 17:09:16 +02:00
Laurent Destailleur
688562a816
Fix regression: We can't yet set method __construct of DolibarrModules
...
abstract because this break compatibility with a lot of external module
and generate FATAL errors after migration. Because PHP is not yet able
to manage try catch on FATAL error, we can't catch such error. Using
bstract on constructor is so postponed.
2015-07-10 09:40:18 +02:00
Raphaël Doursenaud
143a7d7328
Use rfc6761 example.com domain instead of domain.com in examples
...
Fix #2988
2015-06-08 17:13:23 +02:00
Laurent Destailleur
5edef2f02f
NEW A module can add its entries into cron module.
2015-06-05 03:32:09 +02:00
Laurent Destailleur
6ceda02eaa
NEW: Enhancement of module 'Notification by Email'. Show nb of
...
notifications set. Can set several emails. Can set a threshold on
amount for notifications. Add notification on supplier order validation.
2015-03-18 21:44:57 +01:00
Laurent Destailleur
13132ef2ed
Better organisation of entries into security setup area
2015-01-12 13:20:27 +01:00
Laurent Destailleur
d3b32ce22f
Fixed: Bad function/picto for information messages (not a star)
2014-11-28 19:49:42 +01:00
Laurent Destailleur
e2afa48caa
Fix: avoid warning
2014-10-17 16:23:32 +02:00
Laurent Destailleur
60f643cf1a
Change comented log to help debug
2014-10-05 20:26:35 +02:00
Laurent Destailleur
4244979f4f
Fix: doxygen
...
Fix: td balance
2014-09-28 02:46:20 +02:00
Laurent Destailleur
14ab409ca9
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/admin/stock.php
htdocs/admin/system/index.php
htdocs/comm/fiche.php
htdocs/core/lib/admin.lib.php
htdocs/core/lib/holiday.lib.php
htdocs/core/lib/pdf.lib.php
htdocs/core/login/functions_forceuser.php
htdocs/core/login/functions_http.php
htdocs/core/menus/standard/auguria.lib.php
htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php
htdocs/filefunc.inc.php
htdocs/holiday/define_holiday.php
htdocs/opensurvey/fonctions.php
htdocs/societe/canvas/actions_card_common.class.php
test/phpunit/CompanyBankAccountTest.php
test/phpunit/ExportTest.php
test/phpunit/FactureTest.php
test/phpunit/FunctionsLibTest.php
test/phpunit/PropalTest.php
test/phpunit/SocieteTest.php
test/phpunit/WebservicesInvoicesTest.php
test/phpunit/WebservicesThirdpartyTest.php
2014-09-28 02:14:32 +02:00
Laurent Destailleur
e8b7c9c6bd
Fix: doxygen
2014-09-27 16:00:11 +02:00
aspangaro
b25db97c28
Typo
2014-08-30 05:30:37 +02:00
Laurent Destailleur
b31bf68376
New: Start to work on data check for dictionnary tables.
2014-07-28 00:47:27 +02:00
Laurent Destailleur
0ca72dcfea
Fix: Restore compatibility with old modules.
2014-07-27 23:53:46 +02:00
Laurent Destailleur
25d18f225f
Fix: Restore compatibility with old modules.
2014-07-27 23:51:58 +02:00
Marcos García de La Fuente
7e1cf124b8
Merge branch 'develop' into syslog
...
Conflicts:
htdocs/commande/class/commande.class.php
htdocs/compta/facture/class/facture.class.php
htdocs/core/class/commonobject.class.php
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/product/class/product.class.php
htdocs/product/stock/lib/replenishment.lib.php
htdocs/societe/soc.php
2014-07-02 21:20:02 +02:00
Laurent Destailleur
8d1fdec8cf
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/comm/propal.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/core/lib/pdf.lib.php
htdocs/core/modules/expedition/doc/pdf_merou.modules.php
htdocs/core/modules/modProduct.class.php
htdocs/fourn/commande/fiche.php
htdocs/projet/fiche.php
2014-06-20 15:26:02 +02:00
Marcos García de La Fuente
56abf1cd72
Removed duplicated SQL error logging
2014-06-13 02:28:30 +02:00
Marcos García de La Fuente
88cd5dec40
More substitutions
2014-06-13 01:42:00 +02:00
Florian HENRY
f796a6408e
Do not display dictionnay for non activated module
2014-06-12 15:28:11 +02:00
Marcos García de La Fuente
9fbd7806f0
More substitutions
2014-06-12 11:31:53 +02:00
Raphaël Doursenaud
f8f502d013
Removed closing php tag
...
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-05-03 18:18:44 +02:00
Laurent Destailleur
46e9b5d550
Merge branch 'develop' of https://github.com/grandoc/dolibarr into
...
grandoc-develop
Conflicts:
htdocs/langs/ar_SA/admin.lang
htdocs/langs/el_GR/admin.lang
htdocs/langs/es_ES/admin.lang
htdocs/langs/nl_NL/admin.lang
htdocs/langs/tr_TR/admin.lang
2014-02-10 01:30:48 +01:00
Laurent Destailleur
0d18892506
Merge from 3.4
2014-01-20 02:21:30 +01:00
Cédric Salvador
b747b0349d
merge
2013-06-06 18:31:33 +02:00
Laurent Destailleur
e25651204c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/core/lib/admin.lib.php
2013-06-05 18:56:41 +02:00
Regis Houssin
c9a71439b2
Fix: EOF
2013-06-05 16:24:32 +02:00
Laurent Destailleur
ebb8f05f09
Subscription to ML can also be done according to member type
2013-06-05 15:53:27 +02:00
Laurent Destailleur
eac4aa7e28
New: Module mailman can subscribe/unsubscribe to ML according to
...
categories of member.
2013-06-05 15:44:42 +02:00
Laurent Destailleur
cc500cceba
Fix: form into table is not W3C (broken with some uncommon browsers).
2013-05-09 22:39:31 +02:00
Laurent Destailleur
9dd201df10
Fix: Log
2013-04-10 20:47:39 +02:00
Laurent Destailleur
15e86875f3
Fix: sql syntax error
2013-04-10 20:45:38 +02:00
Grand Philippe
c5e742278e
fix : trad error
2013-03-24 07:11:44 +01:00
Laurent Destailleur
60930d9e74
New: Enhance Dolibarr migration process to include migration script of
...
external modules.
2013-03-13 11:06:28 +01:00
fhenry
617a71478b
fix [ bug #749 ]
2013-03-05 19:05:12 +01:00
Laurent Destailleur
8d206fdfb0
Prepare move to other licence. For the moment all answers for licence
...
upgrade were not yet received. So we prepare for GPL by uniformizing
licence text keys to GPL-3+. Will move later to AGPL if all answers are
positive.
2013-01-16 15:36:08 +01:00
Marcos García
ad5d2c3459
Added missing translations, improved es_ES translations and translated untranslated text in modules admin page
2013-01-05 19:23:16 +01:00
Laurent Destailleur
96416735df
Fix: [ bug #618 ] External accounts can access confidential informations
...
(a lot)
2013-01-02 18:43:59 +01:00
Regis Houssin
b838895db9
Fix: change for a neutral email
2012-12-30 15:13:49 +01:00
Regis Houssin
6329344df2
Fix: broken features
...
Fix: use entity O for all entities
2012-10-22 09:15:08 +02:00
Regis Houssin
6151bc3a42
Fix: more simple
2012-09-22 09:18:36 +02:00
Laurent Destailleur
5e9cd37107
Uniformise look of PHP Info page.
2012-09-21 00:13:20 +02:00
Regis Houssin
7eef637776
Fix: strict mode killer
2012-09-13 11:52:50 +02:00
Laurent Destailleur
bdaaa1d038
New: [ task #494 ] Send an email to foundation when a new member has
...
auto-subscribed
2012-08-26 22:33:27 +02:00
Marcos García
9b3c89ac47
Removed parenthesis from all include and include_once and replaced with single quotes
2012-08-23 02:40:41 +02:00
Marcos García
706d79986c
Removed parenthesis from all require_once and replaced with single quotes
2012-08-22 23:11:24 +02:00