Commit Graph

2842 Commits

Author SHA1 Message Date
Laurent Destailleur
f241e338b3 Fix: Removed warning 2012-03-04 22:12:04 +01:00
Regis Houssin
9301def08d Fix: rename method 2012-03-02 15:03:14 +01:00
simnandez
3bc47ff4e9 Fix: Security 2012-03-02 14:53:49 +01:00
Regis Houssin
6aa7e90834 Fix: merge problem 2012-03-01 08:03:27 +01:00
Regis Houssin
f3cb926c3c Fix: use generic array for all parts 2012-03-01 13:58:33 +08:00
Laurent Destailleur
7c4e908639 models_modules isn't enough so we use same facture_invoice,
commande_invoice, propale_invoice. This means module descriptor file
should contains
module_parts('facture'=>1) if we want to add doc template for invoice
into module/core/modules/facture/doc
2012-03-01 02:06:08 +01:00
Laurent Destailleur
b9705ebff7 Fix: Init var 2012-03-01 00:47:36 +01:00
Regis Houssin
0b945f0716 Fix: use dol_buildpath 2012-03-01 04:10:50 +08:00
Laurent Destailleur
dd9e150743 Fix: Bad test 2012-02-29 20:58:05 +01:00
Laurent Destailleur
51fb1b2385 Fix: Code was sharing loop for custom dir and loop for subdir modules.
The loop to manage customdir must be managed by the dol_buildpath so
only loop on / + module dir must be done.
2012-02-29 20:07:17 +01:00
Regis Houssin
79c0369d66 Fix: possibility to use models of external modules 2012-03-01 01:24:00 +08:00
Regis Houssin
45ff7bddb3 New: Check if there is external models to do asked by plugins 2012-03-01 00:29:56 +08:00
Regis Houssin
cb39926768 New: add "amount" for price treatment and add entity possibility for
have custom dictionnary by entities
2012-02-29 23:10:27 +08:00
Laurent Destailleur
1645ddbe47 Sec: Sanitize all input for ids. 2012-02-27 22:26:22 +01:00
Regis Houssin
8e023bb384 Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-24 16:32:29 +01:00
Regis Houssin
13f2fe84f9 Fix: missing object $db and missing variables declaration 2012-02-24 16:31:51 +01:00
Laurent Destailleur
cc6a2c8d84 Fix: Compatibility of new module setup with old setup 2012-02-24 11:06:05 +01:00
Regis Houssin
673fbc457d Fix: add debug mode and change with new module parts management 2012-02-23 20:42:25 +01:00
Laurent Destailleur
c5325e94cc Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/admin/syslog.php
2012-02-23 03:32:19 +01:00
Laurent Destailleur
2647cb72ac New: Now all features can be provided by a module with all files inside
the directory of module.
2012-02-22 16:18:03 +01:00
Regis Houssin
e88d58442c Fix: problem with this code 2012-02-22 15:24:34 +01:00
Laurent Destailleur
65104cbb40 Try a fix to edit log level 2012-02-22 13:23:13 +01:00
Laurent Destailleur
d7cc1bdc88 Uniformize code 2012-02-19 19:14:17 +01:00
Laurent Destailleur
c4b845d60a Qual: Removed deprecated function name. 2012-02-19 18:34:22 +01:00
Laurent Destailleur
e903719c36 Qual: Uniformize code
Perf: Very small per enhancement
2012-02-19 17:12:17 +01:00
Laurent Destailleur
75312655f1 Qual: More robust error code management when a box is renamed. 2012-02-19 13:12:11 +01:00
Laurent Destailleur
61175c2543 Work on debian/rpm package 2012-02-18 14:55:41 +01:00
Laurent Destailleur
845cd98ef3 Qual: Clean old functions deprecated into 3.0 version
Clean no more used date function to prepare removing of adodb.
2012-02-18 12:54:23 +01:00
Laurent Destailleur
7afcee03b9 Work on debian package 2012-02-18 03:29:43 +01:00
Laurent Destailleur
56f7196aa2 Qual: Normalize function name 2012-02-15 13:55:00 +01:00
Regis Houssin
637dca38e7 Fix: wrong constant 2012-02-13 11:01:34 +01:00
Regis Houssin
64125334b9 Qual: ajax.lib is already load by default in main.inc 2012-02-13 10:08:40 +01:00
Laurent Destailleur
f093640829 Qual: Reduce code size 2012-02-13 10:02:28 +01:00
Regis Houssin
c80646671f Fix: add ajax constant on/off 2012-02-13 09:45:38 +01:00
Laurent Destailleur
ca727ca18e Qual: Move security functions into security2.lib.php 2012-02-12 20:34:40 +01:00
Laurent Destailleur
036e578e0f Move security function into security.lib.php
Split security.lib.php into 2 files: One always loaded, the other for
rare functions.
2012-02-12 17:41:28 +01:00
Laurent Destailleur
acef131833 New: Uniformize code to manage menus handler provided by external
modules
2012-02-12 15:17:54 +01:00
Laurent Destailleur
9d2afc5fea New: Increase speed when switching to auguria module. Add error management. 2012-02-10 17:09:13 +01:00
Laurent Destailleur
8bcdfc8897 New: Add an error message when transactions are not closed. 2012-02-10 16:37:41 +01:00
Laurent Destailleur
2a543d5894 Fix: Default value for mysqldump was changed by mysql. 2012-02-10 11:50:41 +01:00
Laurent Destailleur
48d0fd00e9 Fix: Can delete and downlaod backup files 2012-02-10 11:09:34 +01:00
Laurent Destailleur
8336befb25 New: Can sort files into backup tool.
New: Default output charset are utf8 into backup tool.
2012-02-10 10:53:11 +01:00
Laurent Destailleur
a2d3485b2a New: Autoselect no LOCK when export is for POSTGRESQL 2012-02-10 10:00:32 +01:00
Laurent Destailleur
f80a40657f Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-09 23:08:14 +01:00
Laurent Destailleur
f87b3be5d2 New: Add option to not set LOCK commands around INSERT into database
mysql dump.
2012-02-09 23:07:58 +01:00
Laurent Destailleur
e23d986587 Add login/user used for web server execution 2012-02-09 02:04:34 +01:00
Laurent Destailleur
09cfd5444c Look: Avoid duplicate br 2012-02-08 18:18:21 +01:00
Laurent Destailleur
7f081ae7ef Add warning into email setup 2012-02-08 14:20:51 +01:00
Laurent Destailleur
d4c1ad7a5e Fix tz output 2012-02-08 00:30:10 +01:00
Laurent Destailleur
66ccb8c679 First change to prepare usage of native PHP functions for date instead 2012-02-06 05:31:19 +01:00
Laurent Destailleur
7b527e085d Add more test to prepare option for rounding lines 2012-02-06 00:07:48 +01:00
Laurent Destailleur
2093b3f0be New: Allow to use ODT templates for prososal like it's done for invoices 2012-02-05 19:37:52 +01:00
Laurent Destailleur
866e8ac556 First change to prepare usage of native PHP functions for date instead
of adodb-time library.
2012-02-05 15:13:31 +01:00
Grand Philippe
0c5f6d1f62 fix : display specimen 2012-02-03 00:24:35 +08:00
Laurent Destailleur
19f8355231 Look: Minor fix 2012-02-01 22:17:11 +01:00
Laurent Destailleur
9ec5ca6c6e Fix: mail test form 2012-02-01 16:02:00 +01:00
Laurent Destailleur
b1e58dd454 Mutualize common code 2012-02-01 13:21:39 +01:00
Laurent Destailleur
0011b1dadd New: Trigger now have a priority to define sort execution order. 2012-01-31 20:32:26 +01:00
simnandez
15d1526393 [ task #176 ] Allow to use ODT templates. Works with Orders 2012-01-27 17:41:47 +01:00
Laurent Destailleur
0ab6cec007 New: emailing submodules can be stored into the module directory. 2012-01-26 23:05:59 +01:00
Laurent Destailleur
e07192d558 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-25 21:28:10 +01:00
Laurent Destailleur
6e612dd316 Fix: Use default pdf format if not defined 2012-01-25 21:27:31 +01:00
Laurent Destailleur
42ee2f529c Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2012-01-24 09:20:06 +01:00
Laurent Destailleur
ad1ec032f3 Normalize code 2012-01-24 09:19:28 +01:00
Regis Houssin
190cc7b13c Fix: uniformize structure 2012-01-23 14:43:31 +01:00
Laurent Destailleur
f75329faef Fix: geoip works with debian geoip package 2012-01-15 02:39:43 +01:00
Laurent Destailleur
382c6554b4 New: Work on debian packaging to use default ckeditor package 2012-01-14 02:06:05 +01:00
Regis Houssin
8386e8a541 Fix: can debug rounding. to simulate the rounded total 2012-01-09 09:55:20 +01:00
Laurent Destailleur
b3f194930d Always show example for vat rate 0 even if not vat rates defined for
country.
2012-01-09 00:41:09 +01:00
Laurent Destailleur
28a0e00de1 Keep examples i used for debug purpose as comments 2012-01-09 00:02:42 +01:00
Regis Houssin
1d144b3b4a New: add test for vat rounded by line or on the total 2012-01-08 20:08:15 +01:00
Regis Houssin
f7c61369d4 Fix: test limits with vat rates of current country
Fix: uniform code
2012-01-08 10:53:05 +01:00
Laurent Destailleur
2d67802938 Doxygen 2012-01-08 00:52:07 +01:00
Laurent Destailleur
896cfe62ba Fix: conf file corrupted when using password with special char 2012-01-07 23:42:36 +01:00
Laurent Destailleur
90b7cd1aae [ task #176 ] Allow to use ODT templates for prososal like it's done for
invoices. Move pdf and odt to doc dir
2012-01-04 02:04:55 +01:00
Laurent Destailleur
9f2a65d636 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-02 20:03:17 +01:00
simnandez
e7c44447d0 [ task #176 ] Allow to use ODT templates for prososal like it's done for
invoices. Firsts works
2012-01-02 18:31:01 +01:00
simnandez
2a61569d9a [ task #176 ] Allow to use ODT templates for prososal like it's done for
invoices. Firsts works
2012-01-02 18:23:41 +01:00
Laurent Destailleur
c06561672a Hide clear password 2012-01-02 17:36:14 +01:00
Laurent Destailleur
fd7d2fe667 Test format to removed scope warnings 2011-12-30 14:27:18 +01:00
Laurent Destailleur
963df8f59d Qual: Uniformize code 2011-12-29 23:23:31 +01:00
Laurent Destailleur
7688e44b2a Uniformize field country_id, country_code, country 2011-12-29 18:34:56 +01:00
Laurent Destailleur
c2348ef600 Uniformize field country_id, country_code, country 2011-12-29 18:07:41 +01:00
Laurent Destailleur
8d5972c8f4 Add info in html page 2011-12-28 19:41:43 +01:00
Laurent Destailleur
8a83b273ef Uniformize code 2011-12-28 12:53:46 +01:00
Regis Houssin
3df2810f29 Fix: avoid warning for country with < 4 profid 2011-12-28 10:17:33 +01:00
Laurent Destailleur
d8856bac5f Fix: Work with PHP < 5.3 2011-12-28 01:28:16 +01:00
Laurent Destailleur
418acdee57 Fix: [ bug #254 ] Database backup not working with complex passwords 2011-12-21 19:56:56 +01:00
Laurent Destailleur
fce53afce4 Work on POO optimize 2011-12-21 19:34:16 +01:00
Laurent Destailleur
decf7e682f Fix: [ bug #256 ] Delivery order SQL error 2011-12-21 16:38:56 +01:00
Laurent Destailleur
c701eacbce Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2011-12-14 10:07:24 +01:00
Laurent Destailleur
52585b01ff Fix: Removed bad link 2011-12-12 19:50:59 +01:00
Laurent Destailleur
e8c266bc9e Fix: Removed warning 2011-12-12 01:50:29 +01:00
Grand Philippe
ec3fc2c19e fix: specimen wasn't displayed when modele was in custom directory 2011-12-10 11:48:45 +01:00
Grand Philippe
2b5de83f91 Fix: specimen for expedition missed when model within custom directory 2011-12-09 23:23:46 +01:00
Laurent Destailleur
9eab44536d Fix: duplicate module shown 2011-12-08 23:05:06 +01:00
Laurent Destailleur
8448d8e8ef Uniformize code 2011-12-08 22:48:28 +01:00
Laurent Destailleur
53181aa0c1 Qual: Removed useless calls
Doxygen
2011-12-07 17:28:11 +01:00
Laurent Destailleur
4cf3ad2f02 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-12-07 15:07:16 +01:00
Laurent Destailleur
1f37dc906f Qual: Uniformize name of barcode into "barcode". 2011-12-07 11:59:41 +01:00
Laurent Destailleur
0f6b1418b1 Fix: W3C 2011-12-05 01:08:10 +01:00
Laurent Destailleur
dd0debb718 Qual: Code cleaning 2011-12-04 22:49:54 +01:00
Laurent Destailleur
3e741b29f5 External modules can be detected if stored into dolibarr main dir. 2011-12-02 23:23:07 +01:00
Laurent Destailleur
5fb4962d72 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-12-01 22:21:03 +01:00
Laurent Destailleur
56a0e26465 Fix: Removed tons of warnings 2011-12-01 17:09:01 +01:00
Laurent Destailleur
397fa3cee3 Fix: Purge of audit events 2011-11-30 20:18:49 +01:00
Laurent Destailleur
9f889b0439 Qual: Uniformize code for document generation of shipments.
Prepare usage of odt templates.
2011-11-30 12:28:01 +01:00
Laurent Destailleur
cb971eeb9a Look: Uniformize table title 2011-11-28 23:11:27 +01:00
Laurent Destailleur
0e4d70d664 Qual: Clean barcode module. First step to remove php-barcode. 2011-11-27 15:33:18 +01:00
Regis Houssin
00ffbd5e90 Fix: change the last database prefix 2011-11-23 21:25:02 +01:00
Laurent Destailleur
71e0f825b2 New: Add box for expired services 2011-11-23 18:10:10 +01:00
Laurent Destailleur
237cd163d9 Fix: Use correct case for class name 2011-11-23 15:19:44 +01:00
Laurent Destailleur
985c061e65 Qual: Removed deprecated tag 2011-11-21 01:34:37 +01:00
Laurent Destailleur
7622a5b472 Look: Removed useless title 2011-11-14 17:03:57 +01:00
Regis Houssin
9739a83b16 Fix: exclude install.lock files during purge 2011-11-10 23:37:00 +08:00
Laurent Destailleur
f620f924e8 Fix: Save of constants 2011-11-09 17:09:14 +01:00
Regis Houssin
f0c327c070 Fix: uniform code
replace all $html by $form with exceptions "$htmlname, $htmltooltip"
2011-11-08 17:22:31 +08:00
Laurent Destailleur
8d46ae1d35 Qual: Better error managment on numbering setup 2011-11-06 15:12:18 +01:00
Laurent Destailleur
6d0f72dfed Look: Uniformize buttons 2011-11-05 23:22:32 +01:00
Laurent Destailleur
40da2e23d2 Qual: Reduce sub-options of module fckeditor. This make code cleaner
and all this duplicated options were useless.
2011-11-05 23:18:49 +01:00
Regis Houssin
6bbc1a1a77 Fix: move transverse mode parameters in conf.php 2011-11-04 09:09:53 +01:00
Laurent Destailleur
9444e8d63d Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/admin/boxes.php
	htdocs/admin/ihm.php
	htdocs/core/lib/usergroups.lib.php
	htdocs/main.inc.php
2011-11-02 22:51:52 +01:00
Laurent Destailleur
ee92964ef7 Security: Fix more security holes 2011-11-02 22:15:59 +01:00
Regis Houssin
0c8e4b8f1b Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/user/index.php
	htdocs/user/info.php
	htdocs/user/note.php
	htdocs/user/param_ihm.php
2011-11-02 20:29:27 +01:00
Regis Houssin
921a379740 Fix: security 2011-11-02 20:24:51 +01:00
Laurent Destailleur
388706a354 Fix: Format error 2011-11-02 18:02:31 +01:00
Laurent Destailleur
dcd97bb1cf Better error management 2011-11-02 14:15:14 +01:00
Laurent Destailleur
2996ee7639 New: Add trigger ACTION_DELETE and ACTION_MODIFY
Fix: LOG_ERROR must be LOG_ERR
2011-11-01 13:22:39 +01:00
Laurent Destailleur
ecb6c1e67d Fix: DST is correctly detected 2011-11-01 04:57:45 +01:00
Juanjo Menent
5c9ba8a548 [task 189] Move Error* key from other.lang into errors.lang files 2011-10-29 23:52:05 +02:00
Regis Houssin
dea1210c2d Fix: edit in place datepicker more stable 2011-10-28 19:31:42 +02:00
Laurent Destailleur
9dad0b5325 Fix: A theme must only change look, not options 2011-10-27 01:00:21 +02:00
Laurent Destailleur
daf19d0d07 Fix: Some fix for barcode generation 2011-10-26 12:58:10 +02:00
Regis Houssin
37cca4231a Fix: uniform and clean code 2011-10-25 11:24:06 +02:00
Laurent Destailleur
7f5aeea9b8 Edit comments 2011-10-25 00:43:37 +02:00
Regis Houssin
3338649316 [task #217] Move core files in core directory 2011-10-24 14:11:49 +02:00
Regis Houssin
56d6cbe56f [task #216] Move lib in core directory 2011-10-24 12:59:44 +02:00
Regis Houssin
63d60a33fc [task #216] Move lib in core directory 2011-10-24 11:25:54 +02:00
Regis Houssin
c65238b773 [task #216] Move lib in core directory 2011-10-24 10:45:06 +02:00
Regis Houssin
00fd96a8d2 [task #216] Move lib in core directory 2011-10-24 10:36:53 +02:00
Regis Houssin
30c5f4b214 Move all core class in htdocs/core/class 2011-10-24 09:29:17 +02:00
Regis Houssin
2b8332eb2d Move ldap.class.php to core/class 2011-10-24 08:53:26 +02:00
Regis Houssin
9924b2f17d Fix: use bad object 2011-10-22 19:27:59 +08:00
Regis Houssin
5a20fa8169 Fix: uniformize code 2011-10-22 12:27:31 +02:00
Regis Houssin
58708b7cf0 Fix: hide php error message if dir not exist 2011-10-22 11:56:04 +02:00
Laurent Destailleur
00189f17dc Fix: Enhance successfull dump detection 2011-10-20 00:04:57 +02:00
eldy
407669c4ff New: Fix hooks on dictionnaries 2011-10-19 02:47:24 +02:00
eldy
82fb8b4d61 New: Finalize patch to support hook on dictionnary edition 2011-10-19 01:51:40 +02:00
remy
f046983641 Enabled 3rd party translation in dictionary 2011-10-18 14:24:49 -04:00
remy
88ba710679 Added display hook in dict 2011-10-18 14:22:19 -04:00
remy
b6648a58f7 Added Hooks to dictionaries 2011-10-18 14:16:36 -04:00
Laurent Destailleur
7acb066483 Fix: error management 2011-10-17 21:08:05 +02:00
Laurent Destailleur
920336b895 Fix: Add foreign keys directives 2011-10-15 20:45:16 +02:00
Laurent Destailleur
d23fc2b8e5 Oops. Forget to publish this. Commit again. 2011-10-14 16:02:18 +02:00
Laurent Destailleur
48249f5e05 Update Urls 2011-10-14 00:09:22 +02:00
Juanjo Menent
4feed15c57 Trad: Add translation for dictionaries admin page 2011-10-06 11:04:56 +02:00
eldy
cfcccbdfa0 Documentation 2011-10-06 00:55:55 +02:00
eldy
cd04d51ea7 Fix: Removed warning when FirePHP is on 2011-10-06 00:49:58 +02:00
eldy
c16c6d3798 Fix: Close database handler 2011-10-05 23:03:05 +02:00
eldy
190adf2d49 New: Log module outputs can be setup with "or" rule (not only "xor"). 2011-10-03 17:19:39 +02:00
eldy
fd4ad1c540 Qual: Use a factory to create databse instance. This allow to use
different driver so different databases in same page or scripts. This
fix also duplicate class with same names.
2011-09-28 16:26:49 +02:00
eldy
a3e7ec7dc0 Qual: Mutualized common code. Move module admin pages into admin
directory.
2011-09-28 14:13:48 +02:00
eldy
0d360a952e Fix: Use correct install files 2011-09-27 03:57:55 +02:00
eldy
3c94f30a1c Put accountancy code before note 2011-09-26 22:53:30 +02:00
Regis Houssin
8c95d88f83 Fix: old cvs<->git synchro problem 2011-09-26 19:50:23 +02:00
Laurent Destailleur
ba7f117cdf Removed a TODO 2011-09-24 01:56:05 +00:00
Regis Houssin
c9053e1d8d problem synchro git<->cvs !!! 2011-09-22 10:55:37 +00:00
Laurent Destailleur
42373e1ac8 Fix: Removed warnings 2011-09-21 16:40:52 +00:00
Laurent Destailleur
e82923b525 Fix: Removed warnings 2011-09-21 13:24:27 +00:00
Laurent Destailleur
8398c093c7 Fix: Removed warnings 2011-09-21 13:16:13 +00:00
Regis Houssin
8271ef549f Correction Bug #34333 2011-09-20 06:47:55 +00:00
Laurent Destailleur
4d8bd95722 Fix: label if id not defined for country 2011-09-16 22:44:18 +00:00
Laurent Destailleur
ee8835d55b Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
8687e9b472 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
2a1eb3b6b8 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
2383df7623 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
d943940656 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
ff06bccf80 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
3e5c5fc0f6 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
f492fde0da Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
1a9d4972c6 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
cc9a014a98 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
d784ead40a Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
c8a10010ae Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
3cdc7abf40 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:18 +00:00
Laurent Destailleur
3a7285ae12 Fix: Solve phpcodesniffer errors and warning 2011-09-14 21:50:17 +00:00
Laurent Destailleur
4bea3e1928 Look: Uniformize view 2011-09-12 19:34:59 +00:00
Laurent Destailleur
d0abea9db0 Fix: Missing translation 2011-09-12 19:31:32 +00:00
Laurent Destailleur
507fd89c60 Doxygen 2011-09-12 19:49:40 +00:00
Laurent Destailleur
21451b3a5a New: Add total on interventions 2011-09-12 19:25:40 +00:00
Laurent Destailleur
d74d6fd7ad Better link 2011-09-12 19:40:41 +00:00
Laurent Destailleur
198924a876 Fix: Specimen 2011-09-12 19:21:57 +00:00
Laurent Destailleur
7d5792f1a7 Look: Uniformize view 2011-09-12 19:34:59 +00:00
Laurent Destailleur
9b553db508 Fix: Syntax error 2011-09-12 18:43:01 +00:00
Laurent Destailleur
4892813ed0 Fix: Missing translation 2011-09-12 19:31:32 +00:00
Laurent Destailleur
4d8244f56e Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
0dd736e74b Fix: Syntax error 2011-09-12 18:43:01 +00:00
Laurent Destailleur
15fe24d88f New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
6a356da4e8 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
c2a509914f New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
d6fca2f13d New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
23c392f582 New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
9f09b9fd40 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
26a4af622d New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
5dcce3b4ee New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
7c54b93b32 New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
b0b26dee09 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
24c5993a47 Fix: W3C 2011-09-07 16:48:04 +00:00
Laurent Destailleur
46c03ca693 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
e52e0fb8fa New: add information 2011-09-07 15:19:55 +00:00
Laurent Destailleur
7734901fb0 Work on rpm package 2011-09-07 14:34:44 +00:00
Laurent Destailleur
2bd49427ff Fix: duplicate message 2011-09-07 15:14:40 +00:00
Laurent Destailleur
263ab6eac8 Work on rpm package 2011-09-07 14:34:15 +00:00
Laurent Destailleur
f2dbb124d3 New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
c6e44139a3 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
bd0d3b939c Work on rpm package 2011-09-07 13:28:39 +00:00
Laurent Destailleur
96dc78ed52 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Laurent Destailleur
8dabfe5e90 Fix: duplicate message 2011-09-07 15:14:40 +00:00
Laurent Destailleur
6652909b1e Work on rpm package 2011-09-07 14:34:44 +00:00
Laurent Destailleur
911117f6ce New: Show param to overwite lib path 2011-09-07 15:08:49 +00:00
Laurent Destailleur
c7518b456d Work on rpm package 2011-09-07 14:34:15 +00:00
Laurent Destailleur
86ae2f4f22 New: Show param to overwite lib path 2011-09-07 14:50:18 +00:00
Juanjo Menent
113562747f Qual: Uniformize code 2011-09-06 10:52:42 +00:00
Juanjo Menent
b6dac11cc3 Qual: Uniformize code 2011-09-06 10:16:57 +00:00
Regis Houssin
b50f9867e8 Fix: include security.lib.php by default 2011-09-06 07:41:14 +00:00
Regis Houssin
ac4bcfb583 Fix: use dol_hash instead md5 php function 2011-09-06 06:53:52 +00:00
Laurent Destailleur
4c3ae34e3f Fix: Bad link 2011-09-05 21:37:05 +00:00
Laurent Destailleur
4a53d38ef2 Doxygen 2011-09-05 11:09:33 +00:00
Laurent Destailleur
daddfe63a6 Doxygen 2011-09-05 11:24:50 +00:00
Laurent Destailleur
206ae43a04 Doxygen 2011-09-05 11:09:33 +00:00
Laurent Destailleur
9b289906da Fix: Bad alignement 2011-09-05 11:16:01 +00:00
Laurent Destailleur
8c3eaca595 Doxygen 2011-09-05 11:09:33 +00:00
Laurent Destailleur
180c255d93 Fix: Bad alignement 2011-09-05 11:16:01 +00:00
Juanjo Menent
8fc9b10760 Qual: Uniformize code 2011-09-03 14:53:40 +00:00
Juanjo Menent
409a5ae576 Qual: Uniformize code 2011-09-03 13:30:50 +00:00
Juanjo Menent
58eb6088fa Qual: Uniformize code 2011-09-03 12:56:42 +00:00
Laurent Destailleur
d84e58e606 Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Juanjo Menent
8460aeff7c Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
eaf5c765df Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
dbfdf73932 Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Juanjo Menent
ac7fde5c30 Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
68747516db Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
aa58f79e8a Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Juanjo Menent
8927609b0a Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
5bc8313dd6 Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
70f5c8c54b Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Juanjo Menent
41a88a8011 Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
cc85bf14e3 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
655268159d Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Juanjo Menent
c470c0b4df Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
e3d9bf4848 Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
a1be76d96c Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Juanjo Menent
e361699380 Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
488a1ab3c3 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
44a81a56cc Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Juanjo Menent
0c3448288e Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
c659192c65 Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
4b031e4445 Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Juanjo Menent
82502b3dff Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
d51e9a4916 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
e045b9ade7 Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Juanjo Menent
60075a275e Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
d9f27d4412 Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
b810532037 Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Juanjo Menent
5dad87aff4 Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
2bd7469cd2 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
ec15a4ae3b Doxygen 2011-09-03 00:19:56 +00:00
Laurent Destailleur
351a2974dd Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
044879c838 Doxygen 2011-09-02 23:57:26 +00:00
Laurent Destailleur
0e2946cec7 Doxygen 2011-09-03 00:19:56 +00:00
Laurent Destailleur
e5988ad241 Fix: Error management when adding notification 2011-09-02 23:41:55 +00:00
Laurent Destailleur
2d89e6609e Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
b48f1abe4e Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Juanjo Menent
94a8f8a5dc Qual: Uniformize code 2011-09-02 22:33:28 +00:00
Laurent Destailleur
02a8bb0128 New: Always use th for table head 2011-09-02 21:56:37 +00:00
Laurent Destailleur
db6b43d189 Doxygen 2011-09-02 23:57:26 +00:00
Laurent Destailleur
9035d3c84b Doxygen 2011-09-02 21:01:28 +00:00
Laurent Destailleur
c98ad8a120 Fix: Error management when adding notification 2011-09-02 23:41:55 +00:00
Laurent Destailleur
40939b7e64 Doxygen 2011-09-02 20:53:40 +00:00
Laurent Destailleur
5be5852cf4 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
42c86ce1ac Work on rpm package 2011-09-03 01:46:33 +00:00
Juanjo Menent
70be3209b8 Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
cac55067fb Qual: Uniformize code 2011-09-02 22:33:28 +00:00
Laurent Destailleur
55c5c5f9f5 Work on rpm package 2011-09-03 01:27:00 +00:00
Laurent Destailleur
08a71d1d02 New: Always use th for table head 2011-09-02 22:16:17 +00:00
Juanjo Menent
7bbf970add Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
f5f37fa8dc Qual: Uniformize code 2011-09-02 16:33:11 +00:00
Laurent Destailleur
d53b179102 Fix: Fix GNU address
Doxygen
2011-09-03 01:24:09 +00:00
Laurent Destailleur
f39c932b2e Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Laurent Destailleur
26badd59f4 Doxygen 2011-09-03 00:27:02 +00:00
Juanjo Menent
116e215323 Uniformize code 2011-09-02 15:41:35 +00:00
Laurent Destailleur
1ca46d8ec4 Doxygen 2011-09-03 00:19:56 +00:00
Juanjo Menent
f8044a1fd5 Trad: missing trad 2011-09-02 15:21:53 +00:00
Laurent Destailleur
4cbc4bb365 New: Always use th for table head 2011-09-02 21:56:37 +00:00
Juanjo Menent
8f19ee66e4 Uniformize code 2011-09-02 14:31:53 +00:00
Laurent Destailleur
d1d145620d Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
f544d9adec Uniformize code 2011-09-02 12:51:12 +00:00
Juanjo Menent
4079240688 Fix: bug #34192: Some Spanish bank accounts give control key error, although they are correct 2011-09-02 10:09:15 +00:00
Laurent Destailleur
0e3009e8b7 Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Laurent Destailleur
6066bf6ec4 Doxygen 2011-09-02 21:01:28 +00:00
Laurent Destailleur
ec1627156b Doxygen 2011-09-02 23:57:26 +00:00
Laurent Destailleur
58ddd5fb4d Doxygen 2011-09-02 20:53:40 +00:00
Laurent Destailleur
285925352d Add more log in install process 2011-09-02 23:09:39 +00:00
Laurent Destailleur
fc28c812bf Update skeletons 2011-09-02 18:26:42 +00:00
Laurent Destailleur
97e2dfd9b7 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Juanjo Menent
808f8607c5 Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
8eec591dd6 Qual: Uniformize code 2011-09-02 22:33:28 +00:00
Laurent Destailleur
82d08001fe New: Always use th for table head 2011-09-02 22:16:17 +00:00
Juanjo Menent
cf4e2cf4d5 Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
252d6ccef9 Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Laurent Destailleur
61addd492d New: Always use th for table head 2011-09-02 21:56:37 +00:00
Juanjo Menent
92aec651ca Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
11802383f7 Uniformize code 2011-09-02 14:31:53 +00:00
Laurent Destailleur
0826cfdf97 Removed phpcodesniffer errors 2011-09-02 21:04:15 +00:00
Juanjo Menent
3a4eb0fc37 Uniformize code 2011-09-02 13:31:44 +00:00
Laurent Destailleur
0fac03adb9 Doxygen 2011-09-02 21:01:28 +00:00
Juanjo Menent
6a25a19ba4 Uniformize code 2011-09-02 13:15:39 +00:00
Laurent Destailleur
e96e17599d Doxygen 2011-09-02 20:53:40 +00:00
Juanjo Menent
d62a1c7020 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
9ca8ab99cd New: Add warning if using bad email 2011-09-02 18:25:11 +00:00
Juanjo Menent
5fb7ee12f9 Qual: Uniformize code 2011-09-02 16:51:19 +00:00
Juanjo Menent
9691f2a491 Qual: Uniformize code 2011-09-02 16:43:18 +00:00
Laurent Destailleur
bed08d1fc0 Qual: Uniformize code 2011-09-02 16:33:11 +00:00
Laurent Destailleur
aa3426f24a Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Juanjo Menent
e237ca83f7 Uniformize code 2011-09-02 15:41:35 +00:00
Juanjo Menent
23835bfb8d Uniformize code 2011-09-02 14:31:53 +00:00
Juanjo Menent
937d432062 Uniformize code 2011-09-02 13:31:44 +00:00
Juanjo Menent
5f2daf5867 Uniformize code 2011-09-02 12:51:12 +00:00
Juanjo Menent
a5056fe8dc Uniformize code 2011-09-01 16:47:37 +00:00
Juanjo Menent
0a51265512 Uniformize code 2011-09-01 07:32:26 +00:00
Laurent Destailleur
9d15365c25 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:47:29 +00:00
Laurent Destailleur
ab70e202d9 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:12:44 +00:00
Laurent Destailleur
5e30e4cd30 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:47:29 +00:00
Laurent Destailleur
8d41bd43ae For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:12:44 +00:00
Laurent Destailleur
562cd49843 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:47:29 +00:00
Laurent Destailleur
36633d0053 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:12:44 +00:00
Laurent Destailleur
f95878998a For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:47:29 +00:00
Laurent Destailleur
a765cc57f6 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:12:44 +00:00
Laurent Destailleur
9f6220431a Doc 2011-08-31 21:24:14 +00:00
Laurent Destailleur
f90afe02a7 Use switch picto 2011-08-31 21:01:46 +00:00
Laurent Destailleur
9a66573193 Doc 2011-08-31 21:24:14 +00:00
Laurent Destailleur
e88eb91383 Doxygen 2011-08-31 18:47:48 +00:00
Laurent Destailleur
4bc8bf719f Look: Reduce saturation of picto. 2011-08-31 21:02:55 +00:00
Laurent Destailleur
995936183e For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:47:29 +00:00
Laurent Destailleur
70f3a3bfaa Use switch picto 2011-08-31 21:01:46 +00:00
Laurent Destailleur
247fd29662 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:47:29 +00:00
Laurent Destailleur
b309df16a2 For the "default" field, we keep usa of standard on and off button because it is not a feature we activate or not but a choice of one line among others. I will change this later to replace with a checkbox. 2011-08-31 18:12:44 +00:00
Laurent Destailleur
4334ec8b30 Fix: W3C 2011-08-31 15:05:09 +00:00
Juanjo Menent
8b391e1b7a Uniformize code 2011-08-31 14:45:02 +00:00
Laurent Destailleur
1aaf65c257 PDF works with us letter format 2011-08-31 14:42:47 +00:00
Juanjo Menent
873f5d44b9 Uniformize code 2011-08-31 14:28:42 +00:00
Laurent Destailleur
925e8f2793 New: Make option MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT available by default 2011-08-31 10:59:54 +00:00
Juanjo Menent
7b5469007c Uniformize code 2011-08-31 08:10:39 +00:00
Juanjo Menent
63c25787b1 Uniformize code 2011-08-31 07:29:33 +00:00
Juanjo Menent
ad28fb4b3d Uniformize code 2011-08-31 07:08:04 +00:00
Juanjo Menent
8e75a21df9 Uniformize code 2011-08-28 09:52:46 +00:00
Regis Houssin
03711cf6f2 Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
Laurent Destailleur
22cafc4ed1 New: Can edit prefix of accountancy code 2011-08-27 16:03:47 +00:00
Regis Houssin
726d9581dd Fix: remove obsolete tags (in progress) 2011-08-27 14:24:16 +00:00
Laurent Destailleur
f20fafdd12 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Juanjo Menent
df0797cd71 Fix: missing trad 2011-08-26 15:13:58 +00:00
Laurent Destailleur
4ff832ec25 Qual: vcard is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:40:47 +00:00
Juanjo Menent
409a0e622d task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Laurent Destailleur
a934b9e23d New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
f9ccecd5ba Look: Alignement and trans 2011-08-26 11:48:36 +00:00
Regis Houssin
a17e797f7e Fix: avoid warning 2011-08-21 10:01:36 +00:00
Cyrille de Lambert
bed67a87bb init_ihm.php can be set in each theme for specifics init 2011-08-18 23:16:07 +00:00
Laurent Destailleur
835f0ed348 Perf: Move some functions that does not need to be always loaded into other lib than functions.lib.php 2011-08-17 16:07:41 +00:00
Laurent Destailleur
0adbca4625 Qual: Mutualize a lot of duplicate functions into functions.lib.php 2011-08-17 15:56:22 +00:00
Laurent Destailleur
75652c1681 Qual: Removed magpier class and snoopy libraries (replaced with my own code) 2011-08-17 13:44:13 +00:00
Laurent Destailleur
33fd9c9bff Comments 2011-08-17 13:15:10 +00:00
Juanjo Menent
7e380bb20d Uniformize code. visual enhancement 2011-08-17 07:50:29 +00:00
Juanjo Menent
ffd1c17a26 task #10500: Option to choose if professionnal id are unique. 2011-08-16 16:49:22 +00:00
Laurent Destailleur
03842392b7 Qual: Move admin page into correct directory 2011-08-16 10:11:00 +00:00
Laurent Destailleur
a0c475e5f0 Fix: Use correct css 2011-08-16 09:57:02 +00:00
Laurent Destailleur
830059a7a9 Look: Minor enhancements 2011-08-13 13:03:03 +00:00
Regis Houssin
920d87dc5f Fix: change for external modules 2011-08-13 09:36:45 +00:00
Laurent Destailleur
22eae6fae7 Look: Minor look enhancements 2011-08-13 00:47:59 +00:00
Regis Houssin
932b8f90e1 Fix: works on repair broken features 2011-08-12 05:41:01 +00:00
Laurent Destailleur
dcd3ab435d Qual: Removed no more used external libraries (fpdi_protection)
Qual: Centralize include of external libray fpdi
Qual: Now use fpdi with no changes
2011-08-11 12:13:59 +00:00
Laurent Destailleur
bac0610e79 New: Add option to choose pdf paper format 2011-08-11 01:34:54 +00:00
Laurent Destailleur
acccbf95cf Move PDF options to a dedicated tab to prepare add of new options 2011-08-10 23:48:09 +00:00
Laurent Destailleur
048eab3eb8 Fix: Bad doxygen description 2011-08-08 16:00:16 +00:00
Juanjo Menent
6c85906753 Minor visual enhacement 2011-08-04 21:07:33 +00:00
Laurent Destailleur
f4606c2253 Fix: Avoid errors into rpm packages 2011-08-03 00:45:22 +00:00
Regis Houssin
4d6b5d6699 Fix: rename inc to includes 2011-08-01 13:26:21 +00:00
Regis Houssin
e11e306572 New: possibility to use includes/modules in external modules dir 2011-08-01 12:53:37 +00:00
Regis Houssin
c324a069b1 New: possibility to use includes/modules in external modules dir 2011-08-01 12:25:15 +00:00
Regis Houssin
36ed42c1f8 New: possibility to use includes/modules in external modules dir 2011-08-01 12:25:14 +00:00
Laurent Destailleur
e2c007305c Fix: Avoid errors into rpm packages 2011-07-31 22:21:57 +00:00
Laurent Destailleur
53e157912b Fix: Code could not works for debian packages 2011-07-30 10:23:24 +00:00
Laurent Destailleur
b63224df64 Fix: jnotify was not visible 2011-07-29 21:04:27 +00:00
Laurent Destailleur
a65218b9d4 Fix: Message at bottom 2011-07-27 23:50:52 +00:00
Laurent Destailleur
30f9f97348 Add important warning on sendmail setup to allow to send email from dolibarr. 2011-07-20 13:01:03 +00:00
Laurent Destailleur
ab1d4b335a Delete of security event keep add a delete event 2011-07-18 23:28:30 +00:00
Laurent Destailleur
f1afa71f4d Uniformize code 2011-07-18 18:09:04 +00:00
Laurent Destailleur
59e580c94b Fix: SMS setup 2011-07-18 11:31:53 +00:00
Laurent Destailleur
9edb955801 Fix: No duplicate alt 2011-07-13 13:15:17 +00:00
Laurent Destailleur
f40efea008 Fix: file add and delte in email forms was broken with firefox 5 2011-07-10 20:03:38 +00:00
Regis Houssin
db15ab6c4d Fix: add possibility to force mail errors-to to all mails sent 2011-07-09 06:10:04 +00:00