2
0
forked from Wavyzz/dolibarr
Commit Graph

34721 Commits

Author SHA1 Message Date
Laurent Destailleur
50f3e480c9 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-06-05 12:11:45 +02:00
Laurent Destailleur
b6fb117f78 Fix if tz is UTC. 2012-06-05 12:11:20 +02:00
Raphaël Doursenaud
29bfc2f310 Fixed supplier url in supplier orders' box 2012-06-04 18:05:19 +02:00
Raphaël Doursenaud
0f410996f7 New box showing the latest supplier orders. 2012-06-04 17:37:38 +02:00
Laurent Destailleur
044ca3062b Fix: Use wrong handler. Make install fails. 2012-06-04 02:13:59 +02:00
Regis Houssin
ed50c65631 Fix: date format error 2012-06-03 23:53:58 +02:00
Regis Houssin
93e3c3e3f3 Fix: merge array of hookmanager errors 2012-06-03 23:53:32 +02:00
Laurent Destailleur
dfb697d794 Prepare ajax for ecm module. 2012-06-02 18:55:04 +02:00
Laurent Destailleur
88c5d0f6e9 USe html & not xml 2012-06-02 14:56:36 +02:00
Laurent Destailleur
3d73952376 Look: Reduce login table pad 2012-06-02 14:07:38 +02:00
Laurent Destailleur
df45c51336 Fix: Solve error Method Not Implemented 2012-06-01 21:15:14 +02:00
Laurent Destailleur
7bc803ca9e Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-06-01 20:51:55 +02:00
Laurent Destailleur
6147377e16 Fix: Try a fix for the _FILES escape problem. 2012-06-01 20:51:31 +02:00
Raphaël Doursenaud
38740fb70f Fixed a bug in interventions' list navigation
The navigation arrows were referencing "index.php" file thus
preventing navigation between pages.
The actual name of the file is "list.php".
2012-06-01 11:21:56 +02:00
Laurent Destailleur
61ed269044 Fix: restore broken feature. File upload/delete was ko with linux and
windows.
Note also that strisplashes should never be used anywhere in the code,
because strislashes is nor a HTML escape, nor a javascrip escape, nor a
shell or PHP escape function. If stripslashes is used somewhere, this
means there is a bug somewhere else.

upload/delete using the standard feature (not fileupload) works
correctly with that on linux/windows.
2012-06-01 10:16:42 +02:00
Laurent Destailleur
f11508a09e Fix: an url must be with url escape format. 2012-06-01 10:12:28 +02:00
Regis Houssin
84cf35d8f2 Fix: Multi-line function call not indented correctly 2012-06-01 08:05:45 +02:00
Regis Houssin
6c8db0aa2d Fix: Protected member variable must not be prefixed with an underscore 2012-06-01 07:59:45 +02:00
Regis Houssin
e9994c683a Fix: clear file name send by php 2012-06-01 07:11:00 +02:00
Raphaël Doursenaud
6c963fc591 Fixed a bug preventing invoice sorting by authors 2012-06-01 03:07:05 +02:00
Laurent Destailleur
9985355f9e Merge pull request #215 from simnandez/develop
Trad: Add translation
2012-05-31 18:04:32 -07:00
Laurent Destailleur
8f5a95255d Checkstyle 2012-06-01 02:32:17 +02:00
Laurent Destailleur
93ced076ac Checkstyle 2012-05-31 21:25:22 +02:00
Regis Houssin
2ad1cf0665 Fix: more clean code for new version of jQuery fileupload 2012-05-31 21:11:36 +02:00
Regis Houssin
274734b828 Fix: stock message in session and reload the page for avoid url problem
with jQuery fileupload
2012-05-31 21:11:26 +02:00
Regis Houssin
248f0e9d08 Fix: reload page after file upload completed 2012-05-30 23:14:35 +02:00
Regis Houssin
6c5237f94e Fix: add max file size 2012-05-30 22:44:44 +02:00
Regis Houssin
1e77ff069a Fix: replace Bootstrap version by jQueryUI version 2012-05-30 22:13:23 +02:00
Laurent Destailleur
1929c1784d Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-05-30 21:41:52 +02:00
Laurent Destailleur
d9efb88d35 Fix: Can edit emailing even when validated. 2012-05-30 21:40:32 +02:00
Simnandez
5a1001f006 Trad: Add translation 2012-05-30 18:00:37 +02:00
juanjo
c24b901dd6 [ task #104 ] Possibilité de facturer plusieurs commandes. Init works 2012-05-30 14:48:23 +02:00
Regis Houssin
85e3407559 Fix: Unescape a file submitted by upload. PHP escape char " (%22) and
char ' (%27) into $FILES
Before= Capture d\'écran.doc  After= Capture d'écran.doc
2012-05-30 13:58:20 +02:00
Laurent Destailleur
17b50e02b7 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-05-30 12:43:50 +02:00
Laurent Destailleur
c2db3265ec Fix: Regression with quot management. Try a better fix. 2012-05-30 12:43:23 +02:00
Laurent Destailleur
705c152f7a Fix: js not escaped 2012-05-30 12:33:31 +02:00
Regis Houssin
1ea7e53273 Works on jQuery fileupload upgrade (Todo: css problem) 2012-05-30 11:57:00 +02:00
Laurent Destailleur
6d245e6f31 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-05-30 11:22:20 +02:00
Laurent Destailleur
fb4d62c34a Fix: Some fix into the canvas for companies. 2012-05-30 11:21:42 +02:00
Regis Houssin
a5b0de15ac Fix: can't delete a files with quote 2012-05-30 08:30:25 +02:00
Regis Houssin
a486da1b0e Fix: restore files for template engine 2012-05-30 07:43:06 +02:00
Laurent Destailleur
ebf77e8c92 A better fix to remove files from document list 2012-05-30 04:11:00 +02:00
Laurent Destailleur
3c98daaf09 More fix for canvas features 2012-05-30 03:46:06 +02:00
Laurent Destailleur
cd1c5f6aaf Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-05-30 03:03:23 +02:00
Laurent Destailleur
8481af9ee4 Fix: Try to fix several bugs into canvas feature. 2012-05-30 03:02:44 +02:00
Regis Houssin
b5246add8d Fix: big problem with files upload and more compatible with external
modules
2012-05-30 00:07:06 +02:00
Laurent Destailleur
763e2a96a4 Revert "Revert "Fix: Return empty image instead of error when file not found.""
This reverts commit b99d3a70ae.
2012-05-30 00:05:42 +02:00
Laurent Destailleur
b99d3a70ae Revert "Fix: Return empty image instead of error when file not found."
This reverts commit b266a19300.
2012-05-30 00:05:08 +02:00
Laurent Destailleur
18d24c3f78 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-05-30 00:00:05 +02:00
Laurent Destailleur
b266a19300 Fix: Return empty image instead of error when file not found. 2012-05-29 23:59:43 +02:00