Regis Houssin
9f10a7c6e5
Test: commit to git branch dev to sync in cvs
2011-06-28 15:06:26 +00:00
Philippe Grand
9872ecfb6d
add possibility to fill trainer Accreditation number
2011-06-15 17:35:26 +00:00
Laurent Destailleur
ddc0d4f3c3
Restore old properties for compatibility
2011-02-20 19:41:27 +00:00
Laurent Destailleur
6f24a7abfd
Moved code into correct file
2011-02-20 12:16:18 +00:00
Laurent Destailleur
a3f942ff70
Qual: Remove usage of deprecated properties
2011-02-20 12:09:37 +00:00
Laurent Destailleur
371c4a6090
Qual: Remove usage of deprecated properties
2011-02-20 12:06:11 +00:00
Laurent Destailleur
998bbe9280
New: a specialized menu is now used when using smartphones
2011-02-17 19:32:11 +00:00
Laurent Destailleur
20991abe04
Fix: Another try to make usage of alt feature working.
2010-12-29 12:13:36 +00:00
Laurent Destailleur
14e70e6e53
Fi:x Restore a security system broken by adding alt feature.
2010-12-27 19:13:06 +00:00
Regis Houssin
5d34c94158
New: add possibility to overwrite mailing limit sendbyweb in conf.php
2010-12-27 14:54:27 +00:00
Regis Houssin
82a35d3954
Fix: session lost if use custom2 for external module
2010-12-27 10:48:50 +00:00
Laurent Destailleur
749b9c333e
Fix: Fix a lot of regression. There still a lot of new bugs to fix (like compatibility through proxy, or restore performance by avoiding huge number of fil_exists).
2010-12-19 03:04:06 +00:00
Laurent Destailleur
1e151d9864
Fix: Fix a lot of regression. There still a lot of new bugs to fix (like compatibility through proxy, or restore performance by avoiding huge number of fil_exists).
2010-12-19 02:42:53 +00:00
Regis Houssin
201a28e952
Fix: regression and use an exist alternative root
2010-12-16 10:42:51 +00:00
Regis Houssin
546d4f20f3
Fix: regression and use an exist alternative root
2010-12-16 10:37:05 +00:00
Regis Houssin
ad16244f08
New: add directory for external module and other customization
2010-12-15 15:24:43 +00:00
Regis Houssin
4a577412d5
New: add directory for external module and other customization
2010-12-15 15:12:35 +00:00
Regis Houssin
c0913acf92
New: add directory for external module and other customization
2010-12-15 10:58:45 +00:00
Regis Houssin
1e69b95c9f
New: add DOL_CUSTOM_PATH
2010-12-15 07:54:40 +00:00
Laurent Destailleur
2498426867
Fix: Restore stable version for 3.0
2010-12-14 23:27:17 +00:00
Regis Houssin
c9e41e00f5
New: add directory for external module and other customization
2010-12-14 22:31:59 +00:00
Regis Houssin
efbc57566b
New: add DOL_CUSTOM_PATH
2010-12-14 22:08:49 +00:00
Regis Houssin
510baa2584
Work on multicompany
2010-10-21 13:34:31 +00:00
Laurent Destailleur
0c83bf4779
Work on module paypal
2010-10-03 00:12:54 +00:00
Laurent Destailleur
85635cdeea
Allow to disable CSRF permission
2010-10-01 18:48:00 +00:00
Laurent Destailleur
7948b0e0d3
Allow to disable CSRF permission
2010-10-01 18:33:07 +00:00
Laurent Destailleur
c948a09a6c
Enable smartphone menu template only if level 2
2010-09-29 11:08:52 +00:00
Regis Houssin
11c88cb534
Works on multi-company module
2010-09-26 09:53:42 +00:00
Regis Houssin
ca900c68d1
Experimental: add smartphone maemo system
2010-09-25 11:03:58 +00:00
Regis Houssin
101b9ce166
Fix: iWebKit is compatible with Android and Blackberry
2010-09-21 17:02:57 +00:00
Laurent Destailleur
abb31f26b5
Perf: A little speed improvement
2010-09-14 22:14:55 +00:00
Laurent Destailleur
e78a9b8a01
Fix: Do not use global variable to fix pb with autoload
2010-09-04 18:04:47 +00:00
Laurent Destailleur
ded3200073
Work on FPDF replacement by TCPDF
2010-08-31 23:52:19 +00:00
Laurent Destailleur
1b9ee9c597
Qual: Clean code
...
Perf: Country id+code is now stored into MAIN_INFO_SOCIETE_PAYS instead of only id. This avoid a select to finf country code at each request.
2010-08-21 15:30:17 +00:00
Laurent Destailleur
7ee685640b
Qual: Clean code
...
Perf: Country id+code is now stored into MAIN_INFO_SOCIETE_PAYS instead of only id. This avoid a select to finf country code at each request.
2010-08-21 15:30:17 +00:00
Laurent Destailleur
1b928068e9
Fix: master should works even if langs not defined.
2010-08-21 14:05:51 +00:00
Laurent Destailleur
47bdadd6b5
New: For germany, we invert order of address
2010-08-20 23:06:20 +00:00
Laurent Destailleur
688bdf8b1d
New: Support NPR in customer product prices
2010-08-09 19:08:22 +00:00
Laurent Destailleur
4e58a9e8c4
Prepare release 2.9.0
2010-08-01 19:07:21 +00:00
Laurent Destailleur
ffb3fe8db4
Fix: Removed warnings
2010-07-27 22:07:50 +00:00
Laurent Destailleur
31ab3691ce
Prepare 2.9 version
2010-06-27 21:21:46 +00:00
Laurent Destailleur
bdd0672917
Add state
2010-06-17 22:19:37 +00:00
Regis Houssin
b2bd7e0d25
Add possibility to limit users
2010-06-07 05:11:45 +00:00
fcharpentier
4f47b666ea
Define constant 'DOL_CLASS_PATH' for compatibilty between 2.8 and 2.9 releases
...
This allow to include class from modules like this :
if (!defined('DOL_CLASS_PATH'))
define('DOL_CLASS_PATH', null);
require_once(DOL_DOCUMENT_ROOT.'/categories/'.DOL_CLASS_PATH.'categorie.class.php');
2010-05-10 13:18:59 +00:00
Laurent Destailleur
fe8a652fe0
Remove deprecated properties and use a method instead to get the full address string.
2010-05-09 14:47:02 +00:00
Philippe Grand
ed9144957a
according to new tree directory
2010-04-29 15:23:21 +00:00
Philippe Grand
16a8ab7d59
according to new tree directory
2010-04-29 14:54:12 +00:00
Philippe Grand
24725ce2a6
according to new tree directory
2010-04-28 10:11:41 +00:00
Philippe Grand
b68a359265
according to new tree directory
2010-04-28 10:02:54 +00:00
Laurent Destailleur
badb56dddf
Add constant to force driver type.
2010-04-25 13:55:58 +00:00