Laurent Destailleur
|
979bcd3a9b
|
NEW Can add a background image on login page
|
2017-03-31 11:40:31 +02:00 |
|
BENKE Charlie
|
cf68039c36
|
Update document.php
|
2017-03-25 10:47:42 +01:00 |
|
Laurent Destailleur
|
f46ce68d08
|
NEW Can sort thumbs visible on product card
|
2016-12-31 16:16:20 +01:00 |
|
Laurent Destailleur
|
ed0ffd6f5a
|
NEW Uploaded files are indexed into database
|
2016-12-20 19:42:25 +01:00 |
|
Laurent Destailleur
|
1f9aa856d5
|
NEW the list of linked files on card does not forget external links.
|
2016-09-12 18:37:40 +02:00 |
|
aspangaro
|
a1d1396919
|
Uniformize presentation
|
2016-08-10 07:40:40 +02:00 |
|
Laurent Destailleur
|
4cf01bc685
|
Fix code comment
|
2016-08-05 04:48:30 +02:00 |
|
Laurent Destailleur
|
629271cf85
|
FIX Bad position of parameters on llxHeader (so online help not visible)
|
2016-07-28 12:23:07 +02:00 |
|
Laurent Destailleur
|
e7072185ab
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/comm/propal.php
|
2016-05-18 20:47:57 +02:00 |
|
Laurent Destailleur
|
49c2549400
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/comm/propal.php
|
2016-05-18 20:40:09 +02:00 |
|
Laurent Destailleur
|
901c7c9517
|
Link "Backtolist" was missing on products
|
2016-05-17 02:16:28 +02:00 |
|
Florian HENRY
|
4cbab1cf47
|
FIX PROPAL_MERGE_PDF with PRODUCT_USE_OLD_PATH
|
2016-05-12 16:58:14 +02:00 |
|
Marcos García de La Fuente
|
863efcbc5d
|
NEW Removed unused FormOrder::selectSourcesCommande function
Also refactored select functions to avoid using HTML and encourage using Form::selectarray function
|
2016-04-16 21:33:23 +02:00 |
|
Laurent Destailleur
|
e1bec46a34
|
FIX The include file for action on files should not be a template file
but an action include file.
|
2016-04-02 14:16:16 +02:00 |
|
Laurent Destailleur
|
2e1a63a1f3
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/langs/de_DE/companies.lang
htdocs/langs/fr_FR/compta.lang
htdocs/societe/class/societe.class.php
htdocs/societe/commerciaux.php
htdocs/societe/consumption.php
|
2016-03-10 15:09:30 +01:00 |
|
Laurent Destailleur
|
3b035819a9
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/core/modules/askpricesupplier/doc/doc_generic_askpricesupplier_odt.modules.php
htdocs/product/document.php
htdocs/societe/commerciaux.php
|
2016-03-10 15:03:53 +01:00 |
|
Laurent Destailleur
|
d6f3a5c046
|
Fix bad path
|
2016-03-10 15:01:39 +01:00 |
|
Florian HENRY
|
a8e2b49c5b
|
FIX : #4768
|
2016-03-08 10:22:31 +01:00 |
|
Laurent Destailleur
|
0b6bd0bc14
|
More robust error management on barcode module.
|
2016-02-08 15:49:38 +01:00 |
|
philippe grand
|
0fe64c6091
|
[Qual] Uniformize code
|
2015-12-14 20:54:55 +01:00 |
|
Laurent Destailleur
|
57e162d7f8
|
The component selectAjaxArray can return javascript part into a global
"delayed" variable so caller can output it at end of page. This reduce
the Flash Over Unstyle Content effect.
|
2015-11-07 15:46:06 +01:00 |
|
Laurent Destailleur
|
c0872d690e
|
Use new banner for other tabs of product
|
2015-11-07 13:32:14 +01:00 |
|
Laurent Destailleur
|
0f358eea49
|
Fix path definition of thumbs with the new function
|
2015-11-06 01:56:56 +01:00 |
|
Laurent Destailleur
|
da0aa2f937
|
Merge remote-tracking branch 'origin/3.8' into develop
Conflicts:
htdocs/core/class/html.form.class.php
htdocs/core/lib/pdf.lib.php
htdocs/langs/en_US/main.lang
htdocs/product/list.php
htdocs/product/stock/mouvement.php
|
2015-11-02 19:31:42 +01:00 |
|
Laurent Destailleur
|
f928062e2b
|
FIX #3726 Better support for PRODUCT_USE_OLD_PATH_FOR_PHOTO
|
2015-11-02 17:56:32 +01:00 |
|
fmarcet
|
6469a31a32
|
Style corrections
|
2015-10-29 10:38:21 +01:00 |
|
fmarcet
|
62dc6814a3
|
FIX #3726 Not showing images on product card
|
2015-10-29 10:14:54 +01:00 |
|
Laurent Destailleur
|
531ef43a27
|
Some minor look fixes.
|
2015-10-22 19:13:16 +02:00 |
|
Laurent Destailleur
|
b6efa5ed11
|
NEW Can upload files on leave requests. Use more standard permissions.
|
2015-06-27 11:45:23 +02:00 |
|
Laurent Destailleur
|
b5cc7ae1c8
|
Work on merge tab photos and attached files
|
2015-06-19 00:52:58 +02:00 |
|
Raphaël Doursenaud
|
5d2f081152
|
[Qual] Fixed HTML select form selected attribute
Dolibarr uses HTML 4.01 or HTML5 doctypes.
The select form selected attribute should not have a value.
|
2015-05-07 14:21:14 +02:00 |
|
Raphaël Doursenaud
|
859d1b0df9
|
[Qual] Fixed HTML input form checked attribute
Dolibarr uses HTML 4.01 or HTML5 doctypes.
The input form checked attribute should not have a value.
|
2015-05-07 14:21:14 +02:00 |
|
jfefe
|
7e0357dcf9
|
FIX : remove deprecated property 'libelle' on product object
|
2015-05-04 03:03:24 +02:00 |
|
Florian HENRY
|
e15d4c045d
|
NEW : Propal merge product card PDF into azur
|
2015-04-18 18:44:05 +02:00 |
|
Laurent Destailleur
|
6fa0234409
|
Uniformize code
|
2015-04-07 03:00:11 +02:00 |
|
Marcos García de La Fuente
|
831177ef99
|
Implemented constants for Product class
|
2015-03-30 03:14:07 +02:00 |
|
Laurent Destailleur
|
5c5ff72ecd
|
Merge remote-tracking branch 'origin/3.6' into 3.7
Conflicts:
ChangeLog
htdocs/adherents/fiche.php
htdocs/comm/fiche.php
htdocs/comm/mailing/fiche.php
htdocs/comm/propal.php
htdocs/comm/propal/class/propal.class.php
htdocs/commande/class/commande.class.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/compta/paiement.php
htdocs/core/class/html.formcompany.class.php
htdocs/core/tpl/login.tpl.php
htdocs/expedition/fiche.php
htdocs/fourn/commande/fiche.php
htdocs/fourn/facture/fiche.php
htdocs/fourn/facture/paiement.php
htdocs/fourn/fiche.php
htdocs/main.inc.php
htdocs/product/fournisseurs.php
htdocs/resource/card.php
|
2015-01-18 17:13:42 +01:00 |
|
Marcos García de La Fuente
|
7f59cf9194
|
Fix: [ bug #1787 ] Incorrect behaviour of doActions hook
|
2015-01-17 19:28:27 +01:00 |
|
Laurent Destailleur
|
ec95aacd52
|
Uniformize code for error reporting after a hook.
|
2014-09-28 03:41:32 +02:00 |
|
Laurent Destailleur
|
12c6752971
|
Fix: Can upload files on services.
|
2014-08-26 23:45:02 +02:00 |
|
Raphaël Doursenaud
|
c48c3a9d91
|
Qual: remove PHP closing tag (again)
These were reintroduced by careless merge
|
2014-05-26 13:51:25 +02:00 |
|
Laurent Destailleur
|
19d71ffb38
|
Prepare fix to hide images generated by "preview" feature.
|
2014-04-29 21:14:55 +02:00 |
|
Marcos García de La Fuente
|
fa56fe4e8b
|
Corrected Unknown error message typo
|
2014-03-10 19:36:32 +01:00 |
|
Cédric Salvador
|
00c9df670c
|
renamed templates
|
2013-11-06 10:22:01 +01:00 |
|
Cédric Salvador
|
c96b2d3b87
|
factorized form attach, documents list and links list for the document pages
|
2013-11-06 10:19:16 +01:00 |
|
Cédric Salvador
|
23008c3b31
|
factorized document actions
Conflicts:
htdocs/societe/document.php
|
2013-11-06 10:11:40 +01:00 |
|
Florian Henry
|
11d2af0f7e
|
Fix hook object call
|
2013-11-01 23:20:10 +01:00 |
|
Florian Henry
|
48c8b470af
|
Add hook into product/document.php
|
2013-11-01 18:59:00 +01:00 |
|
Laurent Destailleur
|
c41a955cbe
|
Fix: Permissions on files
|
2013-08-06 00:36:04 +02:00 |
|
Laurent Destailleur
|
8d206fdfb0
|
Prepare move to other licence. For the moment all answers for licence
upgrade were not yet received. So we prepare for GPL by uniformizing
licence text keys to GPL-3+. Will move later to AGPL if all answers are
positive.
|
2013-01-16 15:36:08 +01:00 |
|
Regis Houssin
|
b838895db9
|
Fix: change for a neutral email
|
2012-12-30 15:13:49 +01:00 |
|
Regis Houssin
|
e19f8c54f1
|
Fix: strict mode hurricane
|
2012-09-15 10:01:35 +02:00 |
|
Regis Houssin
|
71d5191ff7
|
Fix: duplicate parameters
|
2012-09-12 10:46:35 +02:00 |
|
Marcos García
|
4209898d20
|
Lower-cased Header function
|
2012-08-31 05:58:38 +02:00 |
|
Marcos García
|
f3674317ec
|
Removed parenthesis from all require and replaced with single quotes
|
2012-08-22 23:24:21 +02:00 |
|
Marcos García
|
706d79986c
|
Removed parenthesis from all require_once and replaced with single quotes
|
2012-08-22 23:11:24 +02:00 |
|
Regis Houssin
|
d830041441
|
Fix: missing object
|
2012-08-06 17:43:14 +02:00 |
|
Regis Houssin
|
28851b46c4
|
Fix: remove duplicate code
|
2012-07-29 16:44:19 +02:00 |
|
Regis Houssin
|
a64723ea74
|
Fix: replace with new event message system
|
2012-07-29 16:11:52 +02:00 |
|
Regis Houssin
|
0aa6694c95
|
Fix: broken event message
|
2012-07-29 15:47:24 +02:00 |
|
Regis Houssin
|
eee5653c54
|
Fix: try to use the new message system
|
2012-07-29 12:54:19 +02:00 |
|
Regis Houssin
|
66b2f630ac
|
Fix: big avoid strict mode errors
|
2012-07-09 12:31:21 +02:00 |
|
Laurent Destailleur
|
c2db3265ec
|
Fix: Regression with quot management. Try a better fix.
|
2012-05-30 12:43:23 +02:00 |
|
Regis Houssin
|
a5b0de15ac
|
Fix: can't delete a files with quote
|
2012-05-30 08:30:25 +02:00 |
|
Laurent Destailleur
|
3fc3292142
|
Fix: delete of documents is done by page of element, not by the view
wrapper.
|
2012-05-29 23:50:13 +02:00 |
|
Regis Houssin
|
516be43404
|
Fix: jquery fileupload broken feature
|
2012-05-25 20:56:05 +02:00 |
|
Regis Houssin
|
d7d26b9375
|
Fix: bad sql result name
|
2012-05-22 19:11:41 +02:00 |
|
Regis Houssin
|
98f7a189d1
|
Fix: add backward compatibility
|
2012-04-06 23:26:04 +02:00 |
|
Regis Houssin
|
94788e2ccb
|
Fix: compatibility with multicompany sharings
use new $conf->product->dir_output[$object->entity] instead
$conf->product->dir_output
|
2012-04-06 22:41:33 +02:00 |
|
Laurent Destailleur
|
c4b845d60a
|
Qual: Removed deprecated function name.
|
2012-02-19 18:34:22 +01:00 |
|
Regis Houssin
|
74b69c6659
|
Fix: add multicompany products sharing
|
2012-02-11 18:45:36 +08:00 |
|
Laurent Destailleur
|
bacf2003f1
|
Checkstyle
|
2012-01-22 21:17:02 +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 |
|
Regis Houssin
|
56d6cbe56f
|
[task #216] Move lib in core directory
|
2011-10-24 12:59:44 +02:00 |
|
Regis Houssin
|
2c1b3722f2
|
Fix: replace sizeof() by count()
|
2011-09-17 19:49:50 +00:00 |
|
Regis Houssin
|
27300fe898
|
Fix: remove obsolete tags (in progress)
|
2011-08-27 16:15:06 +00:00 |
|
Regis Houssin
|
726d9581dd
|
Fix: remove obsolete tags (in progress)
|
2011-08-27 14:24:16 +00:00 |
|
Laurent Destailleur
|
37ead2f97e
|
Fix: Avoid errors into rpm packages
|
2011-07-31 23:19:04 +00:00 |
|
Laurent Destailleur
|
e2b18d565a
|
Fix: Bad order on documents pages
|
2011-07-06 20:56:48 +00:00 |
|
Laurent Destailleur
|
fb918aa001
|
Fix: New product status was not visible on all tabs.
|
2010-12-18 17:51:15 +00:00 |
|
Laurent Destailleur
|
cc93d642e0
|
Fix: Date was not always visible
|
2010-12-01 23:42:39 +00:00 |
|
Laurent Destailleur
|
adfb9ea341
|
Sec: Removed security holes
|
2010-11-20 13:08:44 +00:00 |
|
Laurent Destailleur
|
46ad8917ad
|
Perf: A little speed enhancement on document tabs.
|
2010-10-03 15:50:34 +00:00 |
|
Laurent Destailleur
|
d2d63bcb81
|
Fix: Fix a lot of broken features when renaming produit to product
|
2010-06-02 08:34:44 +00:00 |
|
Regis Houssin
|
635b44b906
|
Fix: if you rename a module, rename all
|
2010-05-10 04:50:39 +00:00 |
|
Philippe Grand
|
a981577553
|
according to new tree directory
|
2010-05-03 08:43:32 +00:00 |
|
Laurent Destailleur
|
9db9f23d71
|
Restore lang files into global lang directory. Usage of lang into modules directory must be used only for external modules to be self-dependent but must be kept for dolibarr core feature into unique htdocs/langs directory as this make working on translation a big headache and break a lot of automated translation tools.
|
2010-05-02 17:05:07 +00:00 |
|
Regis Houssin
|
fa73ddf93c
|
Works on product canvas and templates
!! WARNING : not stable !!
Fix: bad translation
|
2010-05-02 04:57:15 +00:00 |
|
Laurent Destailleur
|
968addfad3
|
Fix: Better error management in upload files
|
2010-05-01 14:28:48 +00:00 |
|
Philippe Grand
|
9e887c8980
|
according to new tree directory
|
2010-05-01 14:19:21 +00:00 |
|
Philippe Grand
|
b65ddfabe8
|
according to new tree directory
|
2010-04-28 21:29:12 +00:00 |
|
Regis Houssin
|
c7df8f8807
|
Fix: move module class to your own directory
|
2010-03-22 15:31:13 +00:00 |
|
Laurent Destailleur
|
c8179af08b
|
Qual: Move droitpret module into secondary repository
|
2010-03-16 18:26:38 +00:00 |
|
Laurent Destailleur
|
0013bd4cd7
|
Group supplier prices and customer prices on continuous tabs.
|
2010-03-13 22:27:37 +00:00 |
|
Laurent Destailleur
|
c5e01667ee
|
Add class style "photo" to all photos.
|
2010-02-17 18:27:20 +00:00 |
|
Laurent Destailleur
|
60843d28bf
|
Fix: Can upload files on service if product module is disabled
|
2010-01-13 17:06:20 +00:00 |
|
Regis Houssin
|
3388e4ad37
|
Fix: add virus alert
|
2010-01-08 10:02:53 +00:00 |
|
Laurent Destailleur
|
fdd9d34481
|
New: First change to support all antiviruses
|
2010-01-05 23:01:25 +00:00 |
|
Laurent Destailleur
|
8761c985b7
|
New: Add picto on tab titles
|
2009-08-06 13:21:23 +00:00 |
|
Laurent Destailleur
|
0cc71ca978
|
Fix: bug #26929 : les fichiers contenant le signe + dans le nom ne peuvent tre tlchargs
Ne:w Use new confirm popup to delete file confirmation
|
2009-07-16 00:43:59 +00:00 |
|