Commit Graph

1364 Commits

Author SHA1 Message Date
Laurent Destailleur
0e4d70d664 Qual: Clean barcode module. First step to remove php-barcode. 2011-11-27 15:33:18 +01:00
Laurent Destailleur
6626710280 Fix: No default value on var by pointer 2011-11-26 18:32:48 +01:00
Laurent Destailleur
8614ef5bef doxygen 2011-11-26 12:36:36 +01:00
Regis Houssin
00ffbd5e90 Fix: change the last database prefix 2011-11-23 21:25:02 +01:00
Laurent Destailleur
839781dfbe Qual: Removed a TODO by renaming all ->monnaie into ->currency 2011-11-23 14:55:36 +01:00
Laurent Destailleur
1770a46519 Qual: Removed tons of warning 2011-11-22 14:00:03 +01:00
Laurent Destailleur
96ddd99664 New: autofocus on description after adding a free product 2011-11-22 01:07:40 +01:00
Laurent Destailleur
5c47a60851 Fix: Can add discount if no product line provided yet 2011-11-17 20:56:47 +01:00
Laurent Destailleur
9fcff390cd Fix: should not change var $html here. It is not class
html.form.class.php
2011-11-16 23:58:25 +01:00
Laurent Destailleur
bf9c482f8a Fix: Deposits was not included into lines but into into remain to pay 2011-11-16 18:58:11 +01:00
Laurent Destailleur
0308ed1088 Look: Uniformize css 2011-11-14 18:37:04 +01:00
Laurent Destailleur
7384096d56 Enhance doc for stock movement 2011-11-14 15:46:44 +01:00
Laurent Destailleur
40a4bcec04 Qual: doxygen
Fix: Preselected field was not selected
2011-11-13 00:49:40 +01:00
Regis Houssin
87d7badd53 Works on merge pdf with encryption 2011-11-12 09:23:54 +01:00
Regis Houssin
8f1154f400 Fix: timestamp field name problem 2011-11-11 12:42:37 +01:00
Regis Houssin
2d19624a14 Fix: reindenting and docgen 2011-11-11 11:15:36 +01:00
Regis Houssin
5f62a1f27f Fix: bad parameters 2011-11-10 14:44:10 +01:00
Regis Houssin
a5b847f3c4 Fix: void warning and uniform code 2011-11-10 10:13:44 +01:00
Laurent Destailleur
79b9ceda30 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-11-09 22:11:48 +01:00
Laurent Destailleur
8745ef572d Fix: Missing filter on company 2011-11-09 21:42:46 +01:00
Regis Houssin
8072f501ff Works on extend edit in place with external modules (in progress)
Conflicts:

	htdocs/core/class/commonobject.class.php
	htdocs/core/class/html.form.class.php
2011-11-09 17:13:25 +01:00
Laurent Destailleur
253084feb3 New: Can choose warehouse for invoice validation 2011-11-09 14:31:43 +01:00
Laurent Destailleur
72c0a15f56 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/commande/fiche.php
	htdocs/core/class/commonobject.class.php
	htdocs/product/fiche.php
2011-11-09 12:17:29 +01:00
Regis Houssin
6b48e3af89 Fix: remove obsolete code 2011-11-08 23:27:49 +01:00
Regis Houssin
cbec43e098 Fix: change 'editfieldkey' and 'editfieldval' for compatibility with
external module and hook system.
Fix: uniform code
2011-11-09 06:14:42 +08: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
824db25a74 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/core/class/commonobject.class.php
2011-11-08 00:17:20 +01:00
Regis Houssin
9549c0c608 Fix: entity filter 2011-11-08 06:56:02 +08:00
Regis Houssin
dea5ec5e26 Fix: reorder problem with external module 2011-11-07 22:32:22 +08:00
Laurent Destailleur
8d1284ed42 Choose warehouse for order validation 2011-11-07 15:04:02 +01:00
Laurent Destailleur
8193e8a54e Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-11-06 15:45:03 +01:00
Laurent Destailleur
83f2061e0e Start to work on feature to select stock id for increase/decrease. 2011-11-06 15:42:53 +01:00
Laurent Destailleur
8d46ae1d35 Qual: Better error managment on numbering setup 2011-11-06 15:12:18 +01:00
Laurent Destailleur
699f759843 Fix: Bad sql request 2011-11-06 14:23:09 +01:00
Regis Houssin
029c405b7d Fix: hide edit in place icon if MAIN_EDIT_ALSO_INLINE is not defined 2011-11-06 00:14:08 +01:00
Regis Houssin
995e07041a Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-11-05 22:32:43 +01:00
Regis Houssin
94b393e760 Fix: show icon if edit in place is possible 2011-11-05 22:32:25 +01:00
Laurent Destailleur
5de1db527c Fix: Autocalculate rows and cols 2011-11-05 22:20:02 +01:00
Laurent Destailleur
06c5f3427c New: There is now two "inline edit" solution: Solution 1 use jquery
and is enabled if MAIN_USE_JQUERY_JEDITABLE is on. Solution 2 use a link
"edit field" on resubmit page for eache field (this is by default). And
we are ready to add more.
New: Add also option MAIN_EDIT_ALSO_INLINE. Goal of this option is to
say: Even if this field can be edited by a global edit form, we allow
field to be edited with the "inline edit" feature (whatever is the
inline edit solution active). This option is to keep the standard
behaviour "We must click a "modify" button to allow to edit globally all
fields at once working and have only this way. If option is on, we can
also use the inlinde edit. If off, inline edit is available only for
fields not included into a global "modify" form.
line
2011-11-05 21:24:55 +01:00
Laurent Destailleur
2b9285384c Merge editfield and editInPlace 2011-11-05 18:25:04 +01:00
Laurent Destailleur
cf365593dc Qual: Revert parameter order (optionnal at end) 2011-11-05 15:43:07 +01:00
Laurent Destailleur
3f30cebce3 Qual: Prepare to merge editfield and editInPlace 2011-11-05 15:12:37 +01:00
Regis Houssin
6bbc1a1a77 Fix: move transverse mode parameters in conf.php 2011-11-04 09:09:53 +01:00
Regis Houssin
7c54bf489d Fix: problem with multicompany 2011-11-03 18:39:06 +01:00
Laurent Destailleur
4c95c486f6 Qual: Removed hardcoded code for external module. Replaced by hook. 2011-11-01 18:36:06 +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
28d6fc03f9 New: Add ref_ext on actions 2011-11-01 04:58:47 +01:00
Laurent Destailleur
ecb6c1e67d Fix: DST is correctly detected 2011-11-01 04:57:45 +01:00
Regis Houssin
d9eb4cbeb9 New: add edit in place with ckeditor
Fix: remove unused jQuery plugin ckeip
2011-10-31 16:57:10 +01:00
Regis Houssin
419eb248c1 Fix: add generic edit in place select input 2011-10-31 14:34:11 +01:00
Regis Houssin
44c4a16c9f Add load method for type of fees 2011-10-31 11:49:47 +01:00
Laurent Destailleur
eaeb399f02 Qual: Uniformize variable name 2011-10-30 17:26:55 +01:00
Laurent Destailleur
784f696c85 Qual: Some fixes to make working with PHP option error_reporting
E_STRICT
2011-10-29 19:50:25 +02:00
Regis Houssin
dea1210c2d Fix: edit in place datepicker more stable 2011-10-28 19:31:42 +02:00
Regis Houssin
4ebbc0de6f Fix: rename "area" to "textarea"
New: add js files for default datepicker options
New: add edit_datepicker for edit in place (not stable)
2011-10-28 16:28:55 +02:00
Regis Houssin
7ee06a68bc Fix: add sql error 2011-10-28 12:26:21 +02:00
Regis Houssin
bc6fa60287 Fix: move jnotify options in separate file
Fix: move nl2br treatment
New: add error message for edit in place
2011-10-28 12:02:36 +02:00
Laurent Destailleur
4439205375 Fix: Disable is not complete 2011-10-28 01:16:23 +02:00
Regis Houssin
1137b69a03 Fix: use loadurl just for textarea and numeric 2011-10-27 18:17:27 +02:00
Regis Houssin
d906552815 New: add edit in place
Fix: change element name with condition for enlarge possibility
2011-10-27 16:38:49 +02:00
Regis Houssin
cdcb15f59f New: add editInPlace function 2011-10-27 10:15:49 +02:00
Regis Houssin
1398a41add New: works on edit in place 2011-10-25 19:04:02 +02:00
Regis Houssin
5fe088334c Qual: move ajax response in /core/ajax directory 2011-10-25 19:03:12 +02:00
Regis Houssin
3338649316 [task #217] Move core files in core directory 2011-10-24 14:11:49 +02:00
Regis Houssin
b1de04bc1b Fix: change /lib/ by /core/lib/ 2011-10-24 13:36:11 +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
ed28394df8 Add empty index file 2011-10-24 10:33:55 +02:00
Regis Houssin
cf551f82e7 Move common files in core directory 2011-10-24 10:29:33 +02:00
Regis Houssin
30c5f4b214 Move all core class in htdocs/core/class 2011-10-24 09:29:17 +02:00
Regis Houssin
65b986ec00 Fix: avoid warning 2011-10-24 08:59:14 +02:00
Regis Houssin
2b8332eb2d Move ldap.class.php to core/class 2011-10-24 08:53:26 +02:00
Laurent Destailleur
dbd4bdfd78 Removed a TODO 2011-10-23 22:10:30 +02:00
Laurent Destailleur
7dd3fec485 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-10-23 20:02:39 +02:00
Regis Houssin
a308a666e4 Added temporarily before to find another solution 2011-10-23 18:36:47 +02:00
Laurent Destailleur
43bd6e1ea8 Fix: Removed deprecated function 2011-10-22 15:55:08 +02:00
Laurent Destailleur
a0855a3867 New: Add hooks to execute code after pdf generation 2011-10-19 22:05:54 +02:00
eldy
7efe7ad255 Qual: Removed warnings 2011-10-19 02:45:42 +02:00
Laurent Destailleur
6b2d3f5072 Fix: Change only nb 2011-10-17 21:36:10 +02:00
Laurent Destailleur
7acb066483 Fix: error management 2011-10-17 21:08:05 +02:00
Laurent Destailleur
ca16651f04 Doxygen 2011-10-16 01:59:12 +02:00
Laurent Destailleur
bc922a71c4 Fix comment 2011-10-16 01:38:40 +02:00
Laurent Destailleur
0bc80e9bec Qual: Doxygen
Qual: Uniformize some code
2011-10-14 18:51:20 +02:00
eldy
11beb15d9a Fix: Hide supplier info if permission to read suppliers not on 2011-10-10 00:03:26 +02:00
eldy
02ebcdfed2 New: Add label of project with ref on element pages 2011-10-09 20:12:05 +02:00
eldy
c6a22b79ea Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-10-09 17:38:29 +02:00
eldy
c43c2734fb Fix: TVA Non Perçue Récupérable 2011-10-09 17:37:27 +02:00
Regis Houssin
a74bdae666 Fix: add parameters for external modules 2011-10-07 00:55:26 +08:00
Regis Houssin
24c9a7d26d Fix: reorder line after update line with fk_parent_line 2011-10-06 00:11:53 +08:00
eldy
6eea1f56c9 More comments. 2011-10-05 14:29:16 +02:00
eldy
f4a3e6a1a7 Enhance PHPUnit tests 2011-10-05 13:56:32 +02:00
Regis Houssin
0b3cbf9b84 Fix: do not use dol_hash function here 2011-10-04 20:57:13 +08:00
eldy
47bb2171e0 Fix: Fix a serious database default. Table llx_product_fournisseur was
linked with llx_product_fournisseur_price with a link 1-1 so was
useless. I removed it. This reduce a lot of sophisticated code and will
make import of prices easier. This also increase speed.
2011-10-04 01:26:07 +02:00
eldy
98ab396837 New: Can choose number of character before triggering Ajax
autocomplete of product search.
2011-10-03 22:48:10 +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
79546fa072 Qual: Uniformize look of supplier invoice with customer invoice 2011-10-01 21:55:40 +02:00
Regis Houssin
8988d346d0 Fix: Cannot instantiate abstract class 2011-09-29 10:08:26 +02:00
eldy
60b3640bfc Make canvas for products working again. 2011-09-28 21:07:49 +02:00
Regis Houssin
8c95d88f83 Fix: old cvs<->git synchro problem 2011-09-26 19:50:23 +02:00
Regis Houssin
4fdc63f8b5 Removed mantis module 2011-09-26 12:12:50 +02:00
Laurent Destailleur
5a9acc9009 Doxygen 2011-09-24 20:56:08 +00:00
Laurent Destailleur
2386315c57 Doxygen 2011-09-24 20:51:36 +00:00
Regis Houssin
8d900740fc Fix: broken canvas 2011-09-24 15:57:52 +00:00
Laurent Destailleur
a41ec9a5be Doxygen 2011-09-24 20:56:08 +00:00
Laurent Destailleur
727288c94b Doxygen 2011-09-24 20:51:36 +00:00
Regis Houssin
96ed2fe994 Fix: broken canvas 2011-09-24 15:57:52 +00:00
Regis Houssin
3a35ef50f5 Fix: broken canvas 2011-09-24 17:54:34 +02:00
Laurent Destailleur
4e302faa07 Qual: Centralise declaratin of external lib artichow at one location. 2011-09-23 23:36:55 +00:00
Laurent Destailleur
540ccab025 Sec: Fix security login mutualized function. 2011-09-23 11:46:16 +00:00
Regis Houssin
c9053e1d8d problem synchro git<->cvs !!! 2011-09-22 10:55:37 +00:00
Laurent Destailleur
c4650c6e01 Fix: Removed warnings 2011-09-21 13:33:59 +00:00
Laurent Destailleur
aff43ea24f Fix: Removed warnings 2011-09-21 13:05:32 +00:00
Laurent Destailleur
9d80c021e6 Qual: Removed errors 2011-09-20 18:27:35 +00:00
Laurent Destailleur
0ebefabcbb Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Laurent Destailleur
6676954884 Qual: Removed errors 2011-09-20 18:27:35 +00:00
Laurent Destailleur
89ca01456f Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Laurent Destailleur
d17869a1ca Qual: Removed errors 2011-09-20 18:27:35 +00:00
Laurent Destailleur
2ddda5e091 Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Laurent Destailleur
6705343c42 Qual: Removed errors 2011-09-20 18:27:35 +00:00
Laurent Destailleur
604f454320 Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Laurent Destailleur
72ed513091 Qual: Removed errors 2011-09-20 18:27:35 +00:00
Laurent Destailleur
70521b63ee Qual: More POO.
Qual: Doxygen
2011-09-20 17:34:15 +00:00
Laurent Destailleur
e11ca0f95a Qual: Reduce cyclomatic complexity 2011-09-20 21:07:29 +00:00
Laurent Destailleur
4aa0898066 Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Laurent Destailleur
889a263cdc Qual: Removed errors 2011-09-20 18:27:35 +00:00
Laurent Destailleur
be6286c4b8 Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Regis Houssin
e89806aa62 Fix: Avoid function calls in a FOR loop test part 2011-09-20 16:12:52 +00:00
Regis Houssin
551e1f81bf Fix: Space after closing parenthesis of function call prohibited 2011-09-20 13:32:16 +00:00
Regis Houssin
6c4acefd93 Fix: Space before opening parenthesis of function call prohibited 2011-09-20 12:56:06 +00:00
Regis Houssin
a9ac675393 Fix: A cast statement must be followed by a single space 2011-09-20 12:29:00 +00:00
Regis Houssin
5efe1cd470 Fix: Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. 2011-09-20 10:30:56 +00:00
Regis Houssin
ac2d7aab7c Fix: Space found before comma 2011-09-20 09:59:08 +00:00
Regis Houssin
b6a2f13673 Fix: avoid jenkins warning
Fix: SpaceAfterOpenBracket, SpaceAfterCloseBracket, SpaceBeforeCloseBracket, SpaceBeforeOpenBracket
2011-09-20 09:40:27 +00:00
Regis Houssin
2c1b3722f2 Fix: replace sizeof() by count() 2011-09-17 19:49:50 +00:00
Laurent Destailleur
fd2b3099cf Fix: Function delete_preview is stored into correct library 2011-09-17 00:04:44 +00:00
Laurent Destailleur
433940a98c Doxygen 2011-09-14 23:15:38 +00:00
Laurent Destailleur
52ae26ccc6 Qual: More POO 2011-09-14 12:27:29 +00:00
Laurent Destailleur
6eaacf92ce Qual: All functions that should be moved outside of commonobject are at end. 2011-09-13 12:12:48 +00:00
Laurent Destailleur
17c32809e8 Qual: Removed TODO and some useless code 2011-09-13 12:00:37 +00:00
Laurent Destailleur
2a672b3d02 Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
bf1a49c75d Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
5a951a86b5 Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
d56fc98ed3 Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
e8360b8b95 Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
bb24986a6e Doxygen 2011-09-12 07:46:27 +00:00
Laurent Destailleur
6f7053dbcc Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
ac7b8484de Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
d7b943ec0f Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
7419982316 Doxygen 2011-09-12 07:46:27 +00:00
Laurent Destailleur
7d5aef30c4 Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
75dc8c84f7 Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
6c030ab34b Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
821a864383 Doxygen 2011-09-12 07:46:27 +00:00
Laurent Destailleur
6ce3a1b475 Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
d0114638c2 Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
48625a0793 Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
9ebbeb573c Doxygen 2011-09-12 07:46:27 +00:00
Laurent Destailleur
dfaa066042 Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
e7fb7b74e1 Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
c4a496cd05 Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
9e900196fb Doxygen 2011-09-12 07:46:27 +00:00
Laurent Destailleur
d9408d1847 Doxygen 2011-09-12 18:15:11 +00:00
Laurent Destailleur
b8a377fa8f Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
411b3415eb Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
a82261068f Doxygen 2011-09-12 07:46:27 +00:00
Laurent Destailleur
b75d19c264 Qual: Uniformize constructors 2011-09-11 18:35:38 +00:00
Laurent Destailleur
44e4f42e86 Qual: Removed phpcodesniffer errors 2011-09-11 10:33:48 +00:00
Laurent Destailleur
7587ce85e2 Qual: Uniformize code for canvas for product with canvas of thirdparty, contact, etc... 2011-09-10 18:51:39 +00:00
Laurent Destailleur
b92f7268ec Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
09d2db9ddd Qual: Uniformize code for canvas for product with canvas of thirdparty, contact, etc... 2011-09-10 18:51:39 +00:00
Laurent Destailleur
4dbbef67d2 Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
54d16f4b82 Qual: Uniformize code for canvas for product with canvas of thirdparty, contact, etc... 2011-09-10 18:51:39 +00:00
Laurent Destailleur
65c2d93a29 Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
f2b419a4e6 Qual: Uniformize code for canvas for product with canvas of thirdparty, contact, etc... 2011-09-10 18:51:39 +00:00
Laurent Destailleur
605355c89c Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
00706fdbf9 Fix: Drag and drop ajax was using an abstract class 2011-09-10 17:48:15 +00:00
Laurent Destailleur
136c606f04 Qual: Add more phpunit tests 2011-09-10 12:28:00 +00:00
Laurent Destailleur
2275c7b422 Fix: Drag and drop ajax was using an abstract class 2011-09-10 17:48:15 +00:00
Regis Houssin
ac4bcfb583 Fix: use dol_hash instead md5 php function 2011-09-06 06:53:52 +00:00
Laurent Destailleur
a05578134a New: Can use "unique" url for each paypal payment page 2011-09-05 22:52:17 +00:00
Laurent Destailleur
a8fcd4790a Doxygen 2011-09-05 11:09:33 +00:00
Regis Houssin
f30f2bef79 change for external module 2011-09-03 15:27:23 +00:00
Laurent Destailleur
1ffcf02ecb Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
1d68bfbe38 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
242bb8810e Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
f1b524d082 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
ced84e4122 Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
7c48fae93c Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
67ea6c1272 Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
12d7b559f9 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
9145e9bae7 Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
40217b5de0 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
06e7424755 Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
45cdd92441 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
73dd5151a6 Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
1a2f437fab Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
4bf7706e38 Doxygen 2011-09-03 00:27:02 +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
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
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
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
8f19ee66e4 Uniformize code 2011-09-02 14:31:53 +00:00
Laurent Destailleur
d1d145620d Doxygen 2011-09-03 00:14:27 +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
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
7a67c18af1 Doxygen 2011-08-31 18:47:48 +00:00
Laurent Destailleur
5fc3c15355 Qual: Uniformize code for canvas of product/service with code of canvas for company and contact. 2011-08-31 17:44:20 +00:00
Laurent Destailleur
9bdb1057e1 Fix: W3C 2011-08-31 15:30:56 +00:00
Laurent Destailleur
2bb5e4ba69 Fix: W3C 2011-08-31 15:12:09 +00:00
Laurent Destailleur
f47e80dca1 Fix: W3C 2011-08-31 14:55:54 +00:00
Laurent Destailleur
925e8f2793 New: Make option MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT available by default 2011-08-31 10:59:54 +00:00
Regis Houssin
a5f7bf3903 Fix: more simple 2011-08-30 17:51:12 +00:00
Laurent Destailleur
a6b8faf429 Fix: W3C 2011-08-28 18:59:36 +00:00
Laurent Destailleur
9428b0f22e Fix: Syntax error 2011-08-28 16:05:10 +00:00
Laurent Destailleur
99bf6b91c1 Fix: Rss parsing 2011-08-28 15:38:54 +00:00
Laurent Destailleur
f4e6c0413b Fix: UTF8 must have no BOM 2011-08-28 15:29:01 +00:00
Laurent Destailleur
4d05407b08 Sec: Fix mask for temp created files 2011-08-28 15:11:36 +00:00
Laurent Destailleur
679be9a559 Qual: Mark parent class that should not be instantiated as "abstract". 2011-08-28 14:58:29 +00:00
Laurent Destailleur
b96fd1df38 Doxygen 2011-08-28 14:18:14 +00:00
Laurent Destailleur
5823f60fd7 Fix: task #11248 : there is no DB transaction on products->delete
Qual: Mutualize code to see of an object as child
2011-08-28 12:30:15 +00:00
Regis Houssin
03711cf6f2 Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
Laurent Destailleur
f198d8bd8e Qual: Better error management 2011-08-27 16:41:30 +00:00
Laurent Destailleur
ab953d6501 Qual: Call static methods as static with no need to create instance 2011-08-27 15:40:08 +00:00
Regis Houssin
2ecc03104c Fix: remove obsolete tags (in progress) 2011-08-27 15:14:31 +00:00
Laurent Destailleur
ba7d36b12f 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
Laurent Destailleur
2d94bbae85 Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
546f14417d New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
933c59c405 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
5fec2c10f2 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
2193d898e1 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
Laurent Destailleur
cf43c1a6dc Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
d39311ed0f New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
ece13242d0 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
1d2224eae8 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
2fa5ba9829 Fix: Better error management 2011-08-26 17:59:14 +00:00
Laurent Destailleur
1879db6226 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
Laurent Destailleur
c7793ac7a9 Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
4a8fce6145 New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
a1b6345fa8 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
274accaa47 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
33caabb015 Fix: Better error management 2011-08-26 17:59:14 +00:00
Laurent Destailleur
f40a474002 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
Laurent Destailleur
96993091d7 Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
1e1506c6c7 New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
0055626c30 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
84232da343 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
4d34d74391 Fix: Better error management 2011-08-26 17:59:14 +00:00
Laurent Destailleur
3ed6355be3 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
Laurent Destailleur
9028d5b22d Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
135bae1ac1 New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
76a22916e8 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
9cdae032c3 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
766bf86fe6 Fix: Better error management 2011-08-26 17:59:14 +00:00
Laurent Destailleur
896ec7b210 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
Laurent Destailleur
444ffbd1f4 Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Juanjo Menent
7f600a562e Trans 2011-08-26 13:47:42 +00:00
Laurent Destailleur
839784fb60 New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
2af5394d93 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
25a5a7ee30 Trans 2011-08-26 13:17:24 +00:00
Laurent Destailleur
25a6276563 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
286840ad41 Fix: Better error management 2011-08-26 17:59:14 +00:00
Laurent Destailleur
4e8104a9ca 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
Laurent Destailleur
eded00d761 Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
627402d645 New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
ef78ff6054 Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
f20fafdd12 New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Laurent Destailleur
e07d7ad928 Fix: Better error management 2011-08-26 17:59:14 +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
b95aa95d50 Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class 2011-08-26 23:19:53 +00:00
Laurent Destailleur
8ac12a0775 New: rss pasrer now support atom feeds 2011-08-26 23:06:16 +00:00
Laurent Destailleur
5e0b907f0b Rss parser can use xml_parse or simplexml functions 2011-08-26 22:38:27 +00:00
Laurent Destailleur
a934b9e23d New: Enhance error management and support Atom feeds in rss module. 2011-08-26 19:09:02 +00:00
Juanjo Menent
9244ae3f85 Trans 2011-08-26 13:47:42 +00:00
box7890
34b791679e manual corrections of autotranslation 2011-08-26 18:59:26 +00:00
Laurent Destailleur
1a406dbb4b Trans 2011-08-26 13:17:24 +00:00
Laurent Destailleur
a2c8e7abdf Fix: Better error management 2011-08-26 17:59:14 +00:00
Regis Houssin
e615a2a8ef Fix: void errors in param 2011-08-24 14:01:21 +00:00
Laurent Destailleur
a6f48336f5 Qual: Use jquery instead of standard js 2011-08-24 12:17:49 +00:00
Laurent Destailleur
5b084a925c Perf: Minor speed enhancement 2011-08-24 02:17:57 +00:00
Laurent Destailleur
7e3c9fe3e2 Qual: To be sure parent classes are not instantiated, i move them as "abstract" 2011-08-22 22:11:53 +00:00
Laurent Destailleur
cfe34139cf Qual: Clean and uniformize code.
Remove properties, that are not related to business, from parent business class commonobject.
2011-08-22 22:04:21 +00:00
Laurent Destailleur
273b61fc4c Removed exceptions 2011-08-21 18:34:49 +00:00
Regis Houssin
a17e797f7e Fix: avoid warning 2011-08-21 10:01:36 +00:00
Regis Houssin
5183fd9e86 Fix: cvs<->git problem 2011-08-21 00:20:43 +00:00
Laurent Destailleur
9689e413bf Qual: More logs 2011-08-20 17:00:34 +00:00
Laurent Destailleur
c7eea92e83 Fix: A method of a business class should not accept itself as a parameter. 2011-08-20 15:30:38 +00:00
Laurent Destailleur
9f663d5677 Qual: Clean code 2011-08-20 15:11:31 +00:00
Laurent Destailleur
6916fdda32 Fix: Editing action does not change actors 2011-08-20 13:18:54 +00:00
Regis Houssin
ebfc75b0b3 multicompany enhancement (in progress) 2011-08-20 09:03:38 +00:00
Regis Houssin
a49bea1b03 multicompany enhancement (in progress) 2011-08-19 22:15:22 +00:00
Regis Houssin
c5691093e4 multi-company module enhancement 2011-08-19 09:26:41 +00:00
Regis Houssin
14e0db6602 multi-company module enhancement 2011-08-19 07:22:17 +00:00
Regis Houssin
c0f0f52ff4 Fix: missing function return value if errors 2011-08-18 07:05:13 +00:00
Laurent Destailleur
f6a44ba5bb Qual: Removed deprecated code 2011-08-17 21:51:20 +00:00
Laurent Destailleur
ebc4ed58a4 Code comment 2011-08-17 21:39:08 +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
d057923421 Format source 2011-08-16 09:36:00 +00:00
Laurent Destailleur
f0951e317b New: Now a module can embed its own language files. Only modified entries must be provided. 2011-08-15 23:17:14 +00:00
Laurent Destailleur
2409c7fbfd Qual: Can externalize fonts. 2011-08-14 18:25:15 +00:00
Laurent Destailleur
e9b113ade8 Qual: Mutualize some code
Fix: Missing begin
Fix: Removed functions returning database cursor
2011-08-14 03:13:50 +00:00
Laurent Destailleur
b27125023c Fix: Translation of proposal status in combo list 2011-08-12 21:29:29 +00:00
Regis Houssin
00aaaac8aa Fix: works on repair broken features 2011-08-11 15:14:50 +00:00
Regis Houssin
e6088c098b Fix: html comments probem with pdf 2011-08-11 09:26:34 +00:00
Regis Houssin
7498df0554 Fix: works on repair broken features 2011-08-11 07:51:50 +00:00
Regis Houssin
227ef6364f Fix: works on repair broken features 2011-08-11 07:41:41 +00:00
Laurent Destailleur
bac0610e79 New: Add option to choose pdf paper format 2011-08-11 01:34:54 +00:00
Laurent Destailleur
20d0cd7693 Removed deprecated files Smarty. 2011-08-10 23:29:50 +00:00
Laurent Destailleur
acea604e54 Change signature of all call executHooks.
Now they accept all the following signature:
executeHooks('method',$parameters,$object,$action)
2011-08-10 22:47:33 +00:00
Regis Houssin
66d5d6905f Fix: works on repair broken features 2011-08-10 19:55:21 +00:00
Laurent Destailleur
c3ca9083c1 Add comment 2011-08-10 19:34:44 +00:00
Regis Houssin
fb09ae37d9 Fix: works on repair broken features (in progress) 2011-08-10 17:40:42 +00:00
Laurent Destailleur
9d99b61f2d Missing constructor 2011-08-10 12:46:04 +00:00
Regis Houssin
f9c879528d Fix: works on repair broken features (in progress) 2011-08-10 10:55:34 +00:00
Laurent Destailleur
581f0a0e09 Try a better way to manage extra fields from external module 2011-08-10 00:50:16 +00:00
Regis Houssin
cf6a902bfe Fix: use hooks for extrafields 2011-08-09 17:59:45 +00:00
Regis Houssin
cc042a66ea Fix: use hooks for extrafields 2011-08-09 09:13:08 +00:00
Regis Houssin
1de5f1b2e3 Fix: bad type of field 2011-08-08 12:31:14 +00:00
Regis Houssin
d6b2dcc81d Fix: bad type of field 2011-08-08 12:28:08 +00:00
Laurent Destailleur
d246b87c1a Fix: removed print of function making print.
Fix: default vat rate must be -1 to be automatic instead of deprecated conf->defaulttx
2011-08-04 21:46:50 +00:00
Laurent Destailleur
6ffdfc29ab Fix: Restore feature to have code inside language list 2011-08-01 22:03:50 +00:00
Regis Houssin
4d6b5d6699 Fix: rename inc to includes 2011-08-01 13:26:21 +00:00
Laurent Destailleur
be771c9d44 Fix: Avoid errors into rpm packages 2011-07-31 23:45:11 +00:00
Laurent Destailleur
53e157912b Fix: Code could not works for debian packages 2011-07-30 10:23:24 +00:00
Laurent Destailleur
c168576059 Fix: Removed not used function. 2011-07-30 08:56:26 +00:00
Laurent Destailleur
0b7e2fddbb Fix: Removed warning 2011-07-28 10:36:43 +00:00
Laurent Destailleur
f902e174f1 Fix: autoselect was not done 2011-07-27 23:37:01 +00:00
Laurent Destailleur
0d1c87448a Can disable string encoding (if already done) 2011-07-21 22:55:06 +00:00
Laurent Destailleur
40704a5c5a Look fixes and enhancements 2011-07-20 19:03:31 +00:00
Laurent Destailleur
ab1d4b335a Delete of security event keep add a delete event 2011-07-18 23:28:30 +00:00
Laurent Destailleur
8a5d2757fc Try a better fix to avoid duplicate idmenu into url 2011-07-18 20:19:41 +00:00
Regis Houssin
b6ebc8306a Fixme: idmenu is already added in auguria.lib.php 2011-07-17 19:56:51 +00:00
Laurent Destailleur
55b5fea651 Fix: deliveray date must not be mandatory 2011-07-17 19:01:26 +00:00
Laurent Destailleur
b2fa88ff32 Move a FIXME into a TODO 2011-07-17 18:33:31 +00:00
Laurent Destailleur
23b980b7f4 Convert a FIXME into a TODO 2011-07-13 22:18:12 +00:00
Laurent Destailleur
d834505a25 Fix: Activation of a module must works even when $user not defined (for installer). 2011-07-13 22:15:19 +00:00
Laurent Destailleur
0eb061eaf2 Comment TODO 2011-07-13 18:04:25 +00:00
Laurent Destailleur
b706f6034f Fix: Avoid conflict with other payment modules functions
New: EMail topics can be forced by external modules
2011-07-13 16:55:25 +00:00
Laurent Destailleur
2e8ce5e513 Fix: No check box if no PDF 2011-07-13 14:41:02 +00:00
Laurent Destailleur
955d1807a6 Fix: Missing global 2011-07-13 14:03:15 +00:00
Regis Houssin
b66cea6955 Fix: possibility to split buttons and files view 2011-07-13 07:38:10 +00:00
Laurent Destailleur
5c8fa1e9ca Fix: Missing name on form 2011-07-10 21:17:14 +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
5790b7e604 Fix: missing htmlname in ajax response 2011-07-10 17:28:09 +00:00
Laurent Destailleur
ff9b139705 Fix: Missing fields and missing encoding of special chars 2011-07-10 16:50:40 +00:00
Regis Houssin
0f20b0c3ab Fix: add div for jquery 2011-07-09 10:26:19 +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
Regis Houssin
1a664187fd Fix: remove deprecated constant 2011-07-09 05:28:41 +00:00
Laurent Destailleur
9ccfb8b1b0 Fix: Missing title 2011-07-07 21:56:20 +00:00
Laurent Destailleur
92d007be9b Fix: Select of recipient on email form 2011-07-07 21:38:19 +00:00
Juanjo Menent
d292083b69 Interventions: Add predefined mail content 2011-07-07 15:54:01 +00:00
Juanjo Menent
2b0b91eb29 Interventions: Add actions info 2011-07-07 09:18:27 +00:00
Laurent Destailleur
a136e290f8 New: Can provide array of recipients 2011-07-06 22:38:52 +00:00
Laurent Destailleur
e6663c8f6e Fix: Bad order on documents pages 2011-07-06 21:12:33 +00:00
Laurent Destailleur
1e4a024da1 Fix: Use title 2011-07-06 17:44:56 +00:00
Laurent Destailleur
9e41545491 Fix: Regression 2011-07-06 13:15:24 +00:00
Juanjo Menent
7fb1e952bd Fix: Reduce default length of input file area 2011-07-06 09:57:12 +00:00
Laurent Destailleur
de3a2e9f86 Enhancements in file upload 2011-07-06 09:42:55 +00:00
Laurent Destailleur
6861f1cda7 Enhancements in file upload 2011-07-06 09:25:05 +00:00
Regis Houssin
7b679f0776 Fix: reload page after file upload done
Todo: use jquery template for view files, don't reload page !
2011-07-06 06:21:51 +00:00
Laurent Destailleur
c6a2796d8b Work on ajax file upload component. Component must be used only to make "upload" or multiupload. Output list of files must be independant of upload component because will be enhanced differently. Also, usage of upload component is more clear like that.
Still TODO: Once last files was uploaded (when there is several files), we must launch the refresh of page.
2011-07-05 22:40:35 +00:00
Regis Houssin
54d68a12ec Fix: max file size limit 2011-07-05 09:14:26 +00:00
Laurent Destailleur
03c7579beb Qual: Removed some deprecated/duplicated functions 2011-07-04 11:33:22 +00:00
Laurent Destailleur
0a7b70cf73 doxygen 2011-07-04 09:36:29 +00:00
Laurent Destailleur
72d6a714f5 doxygen 2011-07-04 08:53:01 +00:00
Laurent Destailleur
1001532c2d Fix: Tooltip is visible on picto hover 2011-07-04 07:28:11 +00:00
Laurent Destailleur
bb9816f67f Fix: odt accent into countries 2011-07-03 21:59:53 +00:00
Regis Houssin
80477ccb58 Works on jQuery file upload 2011-07-03 15:04:18 +00:00
Regis Houssin
69b50cf321 Works on jQuery file upload 2011-07-03 14:43:12 +00:00
Regis Houssin
3ef3de5aa9 Works on jQuery file upload 2011-07-03 13:16:46 +00:00
Laurent Destailleur
f54847e037 Add TODO To show way to make things simplest 2011-07-02 14:51:26 +00:00
Laurent Destailleur
e5afc7c416 Fix: Error management 2011-07-02 13:09:52 +00:00
Laurent Destailleur
5cf111e184 More comments 2011-07-01 23:05:39 +00:00