Commit Graph

327 Commits

Author SHA1 Message Date
Regis Houssin
43929ab3f9 Fix: javascript DOM problem 2012-03-14 18:25:05 +01:00
Regis Houssin
0c8686b5b4 Fix: possibility to use alternative addresses management 2012-03-14 15:04:55 +01:00
Laurent Destailleur
1194de5089 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-03-14 14:49:09 +01:00
Laurent Destailleur
84397b4735 New: Add same contact tab than for object origin. This is to avoid to
switch to view/edit.
2012-03-14 14:00:20 +01:00
Regis Houssin
6bf5132edb Works on alternative addresses management 2012-03-14 12:14:28 +01:00
Regis Houssin
fdd7b71417 Fix: trad 2012-03-14 09:21:05 +01:00
Laurent Destailleur
c040abe574 Fix: Restore note tab as using notes inside the main card is not possible for a lot of users since content of note is too large. Also this tab will receive/show more features in future version (for example, notes specific for each users and history of notes. So i added instead an option to hide tabs for people who don't whant it.. 2012-03-12 11:33:25 +01:00
Regis Houssin
e033f202d1 Fix: more clickless, remove "note" tab 2012-03-12 17:49:53 +08:00
Regis Houssin
ca468c2f84 Fix: hook object more simple 2012-03-09 14:48:56 +01:00
Regis Houssin
99c177df46 Fix: missing object $db 2012-03-09 08:28:30 +01:00
Regis Houssin
d07ff6ec11 Fix: missing object $db 2012-03-08 12:05:32 +01:00
Regis Houssin
ee86da0e1e Fix: refactorize llx_c_currencies and currency symbol 2012-03-08 11:49:38 +01:00
Regis Houssin
635cd4e970 New: add currency code converter 2012-03-07 20:52:28 +01:00
Regis Houssin
0dbef2d784 Try to add hook in main login page 2012-03-03 20:05:32 +01:00
Laurent Destailleur
6d8c1bf7c6 Fix: Removed warnings 2012-03-03 16:44:05 +01:00
Laurent Destailleur
fb6aad19e5 New: Import wizard can import personalized fields 2012-03-03 16:33:38 +01:00
Regis Houssin
034b0fc4d4 New: add dol_json_encode and dol_json_decode instead
serialize/unserialize
2012-03-02 17:48:05 +01:00
Regis Houssin
30c7bf811b Fix: add pdf_writeLinkedObjects method 2012-03-02 15:03:46 +01:00
Regis Houssin
e1f97c009b Fix: for add external linked objects 2012-03-02 17:52:47 +08:00
Regis Houssin
5b3a3b8e2e Fix: add array return 2012-03-02 17:40:16 +08:00
Regis Houssin
f39e156f3a New: add pdf_getLinkedObjects hook 2012-03-02 08:31:38 +01:00
Regis Houssin
64b8486494 New: add method for show linked objects in pdf 2012-03-02 08:11:40 +01:00
Laurent Destailleur
18a7cd1e33 Perf: Try a speed enhancement 2012-02-29 21:22:08 +01:00
Laurent Destailleur
dd9e150743 Fix: Bad test 2012-02-29 20:58:05 +01:00
Laurent Destailleur
57c94c6736 Fix: chrome detection 2012-02-29 20:51:44 +01:00
Laurent Destailleur
55904f7f37 New: Test on browser version during install step.
Mutualize code to detect browser version.
2012-02-29 19:41:12 +01:00
Laurent Destailleur
6550ba53f6 More phpunit test 2012-02-29 11:48:03 +01:00
Regis Houssin
ffc492ba1f Fix: security 2012-02-28 19:18:24 +01:00
Regis Houssin
8f9b9987ff Fix: Multiple directory traversal vulnerabilities with document.php 2012-02-27 17:02:56 +01:00
Laurent Destailleur
7a4398e5a0 doxygen 2012-02-27 00:58:00 +01:00
Regis Houssin
3b0beed51d Fix: professionnal id only visible if not empty 2012-02-24 16:52:33 +01:00
Regis Houssin
a444fc955d New: add generic function for module parts 2012-02-23 14:28:50 +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
Laurent Destailleur
8d6655061e Qual: Full description of lines for ODT generation share same
function.
2012-02-19 21:08:17 +01:00
Laurent Destailleur
75bb0eddd7 Fix: Bad br. 2012-02-19 20:31:59 +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
b51c167cdc Minor fix in alignement 2012-02-19 13:55:29 +01:00
Laurent Destailleur
c94c1b7f85 Fix: The login page must use same header than others. 2012-02-18 17:10:29 +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
d1f06dbd3a Add comments 2012-02-17 23:24:47 +01:00
Laurent Destailleur
9b3bab5ff9 Doxygen 2012-02-17 16:02:35 +01:00
Laurent Destailleur
9eb92b17ec New: Increase usability of module project. 2012-02-15 23:08:20 +01:00
Laurent Destailleur
56f7196aa2 Qual: Normalize function name 2012-02-15 13:55:00 +01:00
Regis Houssin
c86183e18c Fix: uniformize code and force paiement type if cash account 2012-02-13 14:49:20 +01:00
Regis Houssin
bcddfd878a Fix: bad entity with ajax constant on/off 2012-02-13 09:44:24 +01:00
Laurent Destailleur
4ce9e70775 New: Add agenda tab into member cards.
Uniformize a lot of code.
2012-02-13 01:43:35 +01:00
Laurent Destailleur
ca727ca18e Qual: Move security functions into security2.lib.php 2012-02-12 20:34:40 +01:00
Laurent Destailleur
447922c218 More phpunit tests 2012-02-12 18:30:50 +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
2a5f299ddd Doxygen 2012-02-12 16:50:58 +01:00
Laurent Destailleur
ffa767bb33 Qual: Add more PHPunit tests 2012-02-12 16:41:43 +01:00
Regis Houssin
cd3452d71d Fix: multicompany sharings and uniformize code 2012-02-11 10:18:09 +01:00
Regis Houssin
645d72c4a6 Fix: some bugs for multicompany sharings 2012-02-11 08:03:26 +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
170faa363d Fix: request specific to mysql works with mysqli 2012-02-10 13:02:42 +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
842fb07d08 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-08 00:22:58 +01:00
Laurent Destailleur
104a4532b9 Fix: miscellaneous not initialized vars 2012-02-07 18:48:50 +01:00
Laurent Destailleur
55f6cdd495 Qual: Removed warnings 2012-02-07 10:25:58 +01: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
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
0e827b7c20 Format HTML 2012-02-05 16:31:03 +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
62054f2f98 Fix: A lot of fix into project permissions. Uniformize code. 2012-02-04 18:34:52 +01:00
Laurent Destailleur
01e5fabd0d New: Increase length of project label into agenda filter 2012-02-04 16:08:53 +01:00
Laurent Destailleur
dc80f74d2f Doxygen 2012-02-04 15:20:32 +01:00
Laurent Destailleur
ffac9689f4 Doxygen 2012-02-04 14:39:47 +01:00
Laurent Destailleur
62a356b6eb Doxygen 2012-02-04 10:48:47 +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
7b157b689b Fix log 2012-02-01 16:01:37 +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
Regis Houssin
4431510ce4 Fix: use entity field of object 2012-02-01 11:32:55 +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
ad1ec032f3 Normalize code 2012-01-24 09:19:28 +01:00
Laurent Destailleur
04d33dee51 Prepare of javascript switch of calendars 2012-01-22 20:16:11 +01:00
Laurent Destailleur
a6b0b22e10 Fix: Finish function 2012-01-22 11:34:50 +01:00
Laurent Destailleur
4f36d348ef Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-22 02:30:46 +01:00
Laurent Destailleur
fb89b061ba New: [ task #187 ] Gerer les evenement recurrents dans les imports ical 2012-01-22 02:12:11 +01:00
Regis Houssin
2a21668b43 Fix: add https and ssh 2012-01-21 18:24:21 +01:00
Laurent Destailleur
70a67bc3f1 Qual: Move a not frequently used function out of functions.lib.php
Enhance PHPUnit tests
2012-01-21 14:10:22 +01:00
Laurent Destailleur
27673e4e45 Update translation 2012-01-20 20:21:23 +01:00
Laurent Destailleur
7fd27da616 Fix: Wrong count of nb of lines 2012-01-20 10:09:19 +01:00
Christophe Battarel
2d798587d3 expédition et livraisons : affichage libellés dans la langue du client 2012-01-17 12:03:05 +01:00
Christophe Battarel
acf95fa646 rajout commentaires entete programme 2012-01-16 17:36:22 +01:00
Christophe Battarel
cc6932e0ba pdf.lib.php : ne pas traduire les textes à partir des textes produits si ils ont été modifiés à la saisie. 2012-01-16 17:33:00 +01:00
Laurent Destailleur
55ee0b08d8 Fix: bad loading of styles.css.php 2012-01-15 23:48:25 +01:00
Laurent Destailleur
c7b88d396a Change to prepare module skincoloreditor 2012-01-15 19:07:01 +01:00
Laurent Destailleur
1226e88408 Doxygen 2012-01-15 15:06:02 +01:00
Laurent Destailleur
f75329faef Fix: geoip works with debian geoip package 2012-01-15 02:39:43 +01:00
Laurent Destailleur
e528ac97a8 fix: [ bug #272 ] Impossible afficher Créances-Dettes sur période
d'analyse choisie
2012-01-14 13:45:42 +01:00
Regis Houssin
b069d6d2f1 Fix: use getEntity for shared values between entities 2012-01-13 00:23:03 +08:00
Laurent Destailleur
8974705332 Fix more complete 2012-01-12 10:26:46 +01:00
Laurent Destailleur
0861ed36c9 Fix: Try a fix to be sure function returns an exact value not depending
on float management.
2012-01-12 09:54:18 +01:00
Laurent Destailleur
6c9cbae1f7 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-01-11 22:21:14 +01:00
Regis Houssin
303521d14c New: add possibility to disable or show/hide another elements 2012-01-12 04:18:25 +08:00
Regis Houssin
72304505cb Fix: add htmlname parameter 2012-01-12 04:18:25 +08: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
Laurent Destailleur
851abe00a9 New: Can attach files on social contributions 2012-01-11 20:31:40 +01:00
Laurent Destailleur
f8b2a2c774 New: Move mailman and spip feature into a specific module 2012-01-11 18:43:38 +01:00
Regis Houssin
199e22fd70 Fix: remove useless code 2012-01-11 23:02:01 +08:00
Regis Houssin
b670de36a9 Fix: add entity 0 for users and groups 2012-01-11 22:08:25 +08:00
Regis Houssin
9339119455 New: use getEntity() instead $conf->entity 2012-01-11 21:16:10 +08:00
Regis Houssin
033b290ed3 Qual: add $mc global object (multicompany) 2012-01-11 17:41:46 +08:00
Regis Houssin
cb286a2449 New: add shareds thirparties between entities 2012-01-11 00:19:57 +08:00
Regis Houssin
376759c13d Fix: refactoring elements sharing management between entities 2012-01-10 07:03:04 +08:00
Laurent Destailleur
77870d0557 Add hidden option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS 2012-01-08 23:43:32 +01:00
Laurent Destailleur
c6a96fec73 Qual: Uniformize lib filename 2012-01-08 01:59:33 +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
3f8d2cbef8 Qual: Remove checkstyle warnings 2012-01-04 21:23:50 +01:00
Laurent Destailleur
680d4bac44 Fix: mime type 2011-12-31 02:30:20 +01:00
Laurent Destailleur
6d6231aad9 New: Add class for calendar picto link 2011-12-29 23:50:02 +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
e8f84363eb Fix: Restore autozip features 2011-12-28 21:30:33 +01:00
Regis Houssin
216aaf5662 Fix: doxygen 2011-12-28 08:32:30 +01:00
Laurent Destailleur
1aaa1a51c5 Doxygen 2011-12-28 01:19:52 +01:00
Regis Houssin
f3d4cca46a Fix: add function getStaticMember() for compatibility with PHP 5.2 2011-12-27 00:07:42 +01:00
Laurent Destailleur
aa2a45db87 New: Add a tab info for social contributions 2011-12-21 21:14:10 +01:00
Laurent Destailleur
4772e51d12 No reason to restrict this tab to external users 2011-12-21 18:56:44 +01:00
Laurent Destailleur
3ecff7b4db Fix: Avoid warning messages with some modules 2011-12-21 18:31:39 +01:00
Laurent Destailleur
d3fbd51479 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-12-21 17:35:10 +01:00
Laurent Destailleur
721c9a6f5b Fix: [ bug #253 ] Non UTF-8 characters in CSV exports 2011-12-21 16:10:11 +01:00
Regis Houssin
2548a817cb Fix: add condition in remove tab
Fix: dont add a remove tab
Fix: uniform code
2011-12-20 18:50:55 +08:00
Laurent Destailleur
1aa75b847b New: dol_trunc has an option to make "exact" truncation (without adding
... if truncation is done).
2011-12-17 16:44:48 +01:00
Laurent Destailleur
3687dc8be9 Fix: Mime detection 2011-12-17 01:16:33 +01:00
Laurent Destailleur
6a8787d3a8 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-12-14 23:03:21 +01:00
Laurent Destailleur
1ffacf2d03 Fix: Use correct constant 2011-12-14 17:13:09 +01:00
Regis Houssin
70bccc91ba Fix: instantiate class if needed
Fix: reindent and clean code
2011-12-13 10:39:59 +01:00
Laurent Destailleur
df227422ed Fix: Adding dictionnary is ok for external modules 2011-12-13 00:30:54 +01:00
Laurent Destailleur
ba12c25eec Fix: Replacement of adodb is ok now.
Fix: Search criteria lost
2011-12-13 00:23:48 +01:00
Laurent Destailleur
cdb6d15db5 Doxygen 2011-12-12 20:14:38 +01:00
Laurent Destailleur
55bce13bfb Qual: Removed deprecated functions 2011-12-12 01:39:55 +01:00
Laurent Destailleur
a723bbeb19 New: Can define different requests according to database type into
migration files.
2011-12-10 11:26:04 +01:00
Laurent Destailleur
277564d7e2 Fix: Avoid to encode with dol_htmlentitiesbr twice. 2011-12-08 20:20:16 +01:00
Laurent Destailleur
94acd2f840 Fix: Removed useless line with TCPDF 2011-12-08 20:16:57 +01:00
Laurent Destailleur
b689fdf031 Fix: GETPOST on int accept negative values 2011-12-07 20:01:06 +01:00
Laurent Destailleur
86e93e6380 Fix: alt text 2011-12-07 19:46:16 +01:00
Laurent Destailleur
1b2c0120da Qual: Try to reduce call to convToOutputCharset 2011-12-07 18:10:24 +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
740c24e991 New: barcode is now visible on main tab. 2011-12-07 12:58:39 +01:00
Laurent Destailleur
9df57875ce Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2011-12-07 10:50:04 +01:00
Grand Philippe
4c575ced72 fix error commit 2011-12-06 16:07:34 +01:00
Grand Philippe
1481d0b79e creating the all file of currencies symbol in decimal unicode. Need some
font to get all working.
2011-12-06 15:09:11 +01:00
Laurent Destailleur
86b4b636ea Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-12-06 08:50:35 +01:00