Commit Graph

1342 Commits

Author SHA1 Message Date
Regis Houssin
645d72c4a6 Fix: some bugs for multicompany sharings 2012-02-11 08:03:26 +01:00
Laurent Destailleur
891f51127b Restore mime header and return-path now we know where was bug. 2012-02-10 13:28:53 +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
3e76959a5c Some fix to hide orphelins files from automatic tree into ecm module. 2012-02-08 17:12:19 +01:00
Laurent Destailleur
186258410e New: Add option to clean orphelins files into repair page 2012-02-08 16:41:06 +01:00
Laurent Destailleur
d5511315e6 Fix: Try to add an option to add a bug to make orange MTA working. 2012-02-08 12:55:25 +01:00
Laurent Destailleur
842fb07d08 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-08 00:22:58 +01:00
Laurent Destailleur
581a87d9e4 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop 2012-02-07 18:49:35 +01:00
Laurent Destailleur
104a4532b9 Fix: miscellaneous not initialized vars 2012-02-07 18:48:50 +01:00
Regis Houssin
e171cec236 Fix: add updateObjectLink common function 2012-02-08 01:35:28 +08:00
Regis Houssin
c4af9d4d02 Fix: merge problem 2012-02-07 17:02:23 +01:00
Regis Houssin
ff59631e11 Fix: works on edit in place with external modules 2012-02-07 16:56:08 +01:00
Regis Houssin
6a43a517f1 Fix: add deleteObjectLinked function 2012-02-07 16:47:46 +01:00
Laurent Destailleur
55f6cdd495 Qual: Removed warnings 2012-02-07 10:25:58 +01:00
Regis Houssin
4ea47d221f Fix: hook problem 2012-02-07 01:35:08 +08:00
Regis Houssin
fd703d24b4 Fix: add jeditable css 2012-02-06 17:44:37 +01:00
Regis Houssin
cd066b825a Fix: rename 'text' to 'string' 2012-02-06 17:29:19 +01:00
Laurent Destailleur
a5513141d9 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-06 17:25:40 +01:00
Laurent Destailleur
6cb0685b6f Qual: Uniformize hook names. All hooks to add information on
create/update/view cards are called fomrObjectOptions instead of
sometine formObjectOptions, sometimes showInputFields, sometimes
showOutputFields.
2012-02-06 17:18:19 +01:00
Regis Houssin
0f4e74fa50 Fix: text field type for string, email and numeric 2012-02-07 00:13:09 +08:00
Laurent Destailleur
5974cde154 New: Automtic list of documents in ECM module is ok for customers,
suppliers invoice, orders, customers orders, proposals and social
contributions.
2012-02-06 14:34:58 +01:00
Laurent Destailleur
7b527e085d Add more test to prepare option for rounding lines 2012-02-06 00:07:48 +01:00
Laurent Destailleur
8c354fcfcc Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-05 15:13:56 +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
Laurent Destailleur
202838de41 Restore From at beginning 2012-02-05 01:11:20 +01:00
Laurent Destailleur
ac1c91b740 Try a fix for orange email targets 2012-02-04 13:39:21 +01:00
Laurent Destailleur
71be445607 Fix: use same separator than smtps method 2012-02-03 23:40:59 +01:00
Regis Houssin
40276d42ff Fix: sql error with combobox and uniformize code 2012-02-03 19:06:37 +01:00
Laurent Destailleur
37afbefdc6 Add message for non compatible mime clients 2012-02-02 23:05:26 +01:00
Laurent Destailleur
b22dc4170c Fix: From must be escaped between " 2012-02-02 10:22:04 +01:00
Laurent Destailleur
0e06ba1a88 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-02 09:49:12 +01:00
Laurent Destailleur
54c6cbe29b Fix: return-path not required as it's same than form 2012-02-02 09:48:35 +01:00
Regis Houssin
1bac15d836 Fix: missing quotes 2012-02-02 07:49:50 +01:00
Laurent Destailleur
ef60e8ccee Fix: Try another fix to fix not attached files 2012-02-01 22:39:17 +01:00
Laurent Destailleur
988dc29f15 New: Extra fields support int type. 2012-02-01 20:44:06 +01:00
Laurent Destailleur
6c0698d6ee Try a fix for not attached files 2012-02-01 17:59:38 +01:00
Laurent Destailleur
4a7b989e7c Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-01 16:02:22 +01:00
Laurent Destailleur
43626c6ca4 Change split to 76 chars 2012-02-01 16:00:22 +01:00
Regis Houssin
f2df94bf32 Fix: for shared thirdparties
Conflicts:

	htdocs/core/class/html.form.class.php
	htdocs/societe/societe.php
2012-02-01 15:04:31 +01:00
Laurent Destailleur
0a78b3f970 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-01 14:22:35 +01:00
Laurent Destailleur
95efe50dba New: If language code is none_NONE, trnalsation keys are kept not
translated.
2012-02-01 13:28:19 +01:00
Laurent Destailleur
b1e58dd454 Mutualize common code 2012-02-01 13:21:39 +01:00
Regis Houssin
c6e4206907 Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-01 11:33:11 +01:00
Regis Houssin
4431510ce4 Fix: use entity field of object 2012-02-01 11:32:55 +01:00
Laurent Destailleur
2f2cb46622 Fix: Lastname 2012-02-01 09:29:26 +01:00
Laurent Destailleur
c1243db086 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-31 23:23:02 +01:00
Laurent Destailleur
0011b1dadd New: Trigger now have a priority to define sort execution order. 2012-01-31 20:32:26 +01:00
Laurent Destailleur
783c9d124f Minor look enhancement 2012-01-31 12:18:43 +01:00
Laurent Destailleur
f3a966a313 Fix: Missing name 2012-01-29 23:24:47 +01:00
Laurent Destailleur
06f41166e1 Fix: Uniformize style 2012-01-29 21:28:45 +01:00
Laurent Destailleur
ec0650e92b Doxygen 2012-01-27 16:12:11 +01:00
Laurent Destailleur
aa8e7b1c0c Uniformize field country_id, country_code, country 2012-01-27 16:10:44 +01:00
Laurent Destailleur
1f10e4e1e3 Doxygen 2012-01-27 15:17:36 +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
7e5c347bb8 Fix: correct reorder childrens of lines 2012-01-24 05:31:49 +08:00
Laurent Destailleur
14690cb9dd Doxygen 2012-01-22 02:49:47 +01:00
Laurent Destailleur
9215394965 New: Import wizard can import contacts.
New: A module can add import description for import wizard, even for
tables with foreign keys.
2012-01-18 00:16:02 +01:00
Christophe Battarel
6a90298af0 affiche libellé produit dans la langue du client en plus de la description (variable de conf renommée en PRODUIT_TEXTS_IN_THIRDPARTY_LANGUAGE 2012-01-16 17:12:29 +01:00
Laurent Destailleur
9d2e547c00 Fix: Removed Bare LF error with smtps email sending 2012-01-16 00:02:57 +01:00
Laurent Destailleur
f1c2c7891b Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-15 19:09:26 +01:00
Laurent Destailleur
25a505534b New: A page can force reload of css style sheet 2012-01-15 17:40:44 +01:00
Regis Houssin
244af052cc Fix: add MAIN_USE_CUSTOM_TRANSLATION for use /custom/langs directory 2012-01-15 08:29:56 +01:00
Laurent Destailleur
f75329faef Fix: geoip works with debian geoip package 2012-01-15 02:39:43 +01:00
Laurent Destailleur
301c66210a Fix: Not exists function with geoip PEAR 2012-01-15 02:19:00 +01:00
Laurent Destailleur
2641ec21af Fix: If data was already found into file into MAIN_FORCELANGDIR, we must
not overwrite it with value of standard lang files.
2012-01-14 14:27:27 +01:00
Laurent Destailleur
efcbc2696a Add comments 2012-01-14 00:54:52 +01:00
Regis Houssin
66bfaf8530 Fix: custom language file was not loaded 2012-01-13 12:17:41 +01:00
Laurent Destailleur
b793b3887a Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-11 20:32:14 +01:00
Regis Houssin
9339119455 New: use getEntity() instead $conf->entity 2012-01-11 21:16:10 +08:00
Laurent Destailleur
aaefb82a33 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-11 12:03:06 +01:00
Regis Houssin
033b290ed3 Qual: add $mc global object (multicompany) 2012-01-11 17:41:46 +08:00
Laurent Destailleur
9209c7c6bc Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-11 02:05:50 +01:00
Laurent Destailleur
5ff8c2b8fa Fix: Error management 2012-01-11 01:52:00 +01:00
Laurent Destailleur
4bb5d68ca9 Use private property 2012-01-11 01:06:34 +01:00
Regis Houssin
cb286a2449 New: add shareds thirparties between entities 2012-01-11 00:19:57 +08:00
Laurent Destailleur
f86ae93526 Qual: Removed checkstyle warnings 2012-01-10 10:23:57 +01:00
Laurent Destailleur
6a5218b9b2 Qual: Ckeckstyle 2012-01-10 01:31:06 +01:00
Regis Houssin
376759c13d Fix: refactoring elements sharing management between entities 2012-01-10 07:03:04 +08:00
Laurent Destailleur
2146ab0cc5 Uniformize code 2012-01-09 00:53:31 +01:00
Laurent Destailleur
77870d0557 Add hidden option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS 2012-01-08 23:43:32 +01:00
Laurent Destailleur
2d67802938 Doxygen 2012-01-08 00:52:07 +01:00
Laurent Destailleur
9e065b2395 New: Dolgraph function works with jflot (use DOL_MAIN_GRAPH=artichow to
use old libraries)
2012-01-07 20:56:52 +01:00
Laurent Destailleur
d9d3a11ec4 Doxygen 2012-01-07 14:55:59 +01:00
Laurent Destailleur
ed38c6c27a New: An external module can now add a menu entry on left menu. 2012-01-04 19:31:46 +01:00
Laurent Destailleur
893b7b96f4 Doxygen 2012-01-04 14:05:49 +01:00
Laurent Destailleur
5c69cdbb8d Work on left menu simplification 2012-01-04 01:44:38 +01:00
Laurent Destailleur
6964eaff01 Work on management of left menus 2012-01-03 20:27:10 +01:00
Laurent Destailleur
b47f5177c4 Work on menu management 2012-01-03 09:41:01 +01:00
Laurent Destailleur
2f1b2f7be7 Qual: Code simpler 2011-12-31 11:54:17 +01:00
Laurent Destailleur
92c27b1732 New: Can add a left menu (first level) into an existing top menu. 2011-12-31 01:33:12 +01:00
Laurent Destailleur
4ea77e6d55 Prepare code to allow left menu add by modules 2011-12-30 23:07:27 +01:00
Laurent Destailleur
6d6231aad9 New: Add class for calendar picto link 2011-12-29 23:50:02 +01:00
Laurent Destailleur
963df8f59d Qual: Uniformize code 2011-12-29 23:23:31 +01:00
Laurent Destailleur
c2348ef600 Uniformize field country_id, country_code, country 2011-12-29 18:07:41 +01:00
Laurent Destailleur
498c1b1b41 Qual: idprof are all renamed to idprof1,2,3,4 (removed old name siren,
siret, ...)
2011-12-28 17:30:30 +01:00
Laurent Destailleur
bb3d9e9197 Doxygen 2011-12-28 13:25:05 +01:00
Laurent Destailleur
49146c4f83 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-12-28 12:48:37 +01:00
Laurent Destailleur
b35bbd0393 Comments 2011-12-28 12:48:18 +01:00
Regis Houssin
3df2810f29 Fix: avoid warning for country with < 4 profid 2011-12-28 10:17:33 +01:00
Laurent Destailleur
8032f25487 Doxygen 2011-12-19 23:38:40 +01:00
Laurent Destailleur
3c611d284a Qual: Removed deprecated code/comments 2011-12-17 18:35:12 +01:00
Laurent Destailleur
cda132ea8c Qual: Some change to have graph lib able to use img disk generation
libraries like javascript libraries.
2011-12-17 15:55:49 +01:00
Laurent Destailleur
484d0c82bf Uniformize code 2011-12-17 13:51:31 +01:00
Laurent Destailleur
437a6f699e Rss reader use the timeout and proxy if setup 2011-12-17 12:38:34 +01:00
Regis Houssin
2ee7becfed New: add constant MAIN_VIEW_LINE_NUMBER 2011-12-16 18:31:54 +01:00
Laurent Destailleur
acd0bc2e10 New: Add hidden option MAIN_OVERWRITE_TRANS 2011-12-12 19:46:46 +01:00
Laurent Destailleur
1fdbb6695a Doxygen 2011-12-12 00:28:04 +01:00
Laurent Destailleur
1b998d5443 Fix: Removed a bug with pgsql 2011-12-12 00:07:28 +01:00
Laurent Destailleur
31e89735c1 Fix: Exclude index page from list 2011-12-08 22:46:09 +01:00
Grand Philippe
057e573aa6 fix: tree was changed for class ModelePdfExpedition 2011-12-08 11:17:11 +01:00
Laurent Destailleur
8fb4108163 Qual: childelement is a protected property 2011-12-07 19:22:12 +01:00
Laurent Destailleur
f9e5f25fd2 Qual: Add deprecated tag on functions that seems to not be used. 2011-12-07 18:57:35 +01:00
Laurent Destailleur
1b2c0120da Qual: Try to reduce call to convToOutputCharset 2011-12-07 18:10:24 +01:00
Laurent Destailleur
53181aa0c1 Qual: Removed useless calls
Doxygen
2011-12-07 17:28:11 +01:00
Laurent Destailleur
66856fee75 New: show thirdparty barcode on main tab. 2011-12-07 15:06:29 +01:00
Laurent Destailleur
1f37dc906f Qual: Uniformize name of barcode into "barcode". 2011-12-07 11:59:41 +01:00
Laurent Destailleur
ffaf4e5465 Fix: fix not initialized variables 2011-12-05 19:03:36 +01:00
Laurent Destailleur
ebea7f6c97 Fix: fix not initialized variables 2011-12-05 18:36:54 +01:00
Laurent Destailleur
b0aff1c927 Fix: fix not initialized variables 2011-12-05 17:13:48 +01:00
Laurent Destailleur
0c25c7cbc8 Doxygen 2011-12-05 00:25:01 +01:00
Laurent Destailleur
dd0debb718 Qual: Code cleaning 2011-12-04 22:49:54 +01:00
Laurent Destailleur
e6f3599847 Qual: Some code cleaning 2011-12-04 22:25:49 +01:00
Laurent Destailleur
7bb2af86cd Qual: Clean code to reduce nb of properties into classes 2011-12-03 20:21:45 +01:00
Laurent Destailleur
061be9ca47 Fix: Use filesystem encoding 2011-12-01 23:36:00 +01:00
Laurent Destailleur
56a0e26465 Fix: Removed tons of warnings 2011-12-01 17:09:01 +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
Regis Houssin
98c60c1412 Fix: preventing XSS injections and uniform code 2011-11-27 18:44:27 +01:00
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