Laurent Destailleur
8a4a74a1bf
Look: Add more space
2012-06-07 20:58:26 +02:00
Laurent Destailleur
5c553878c7
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-06 23:13:06 +02:00
Laurent Destailleur
b120eb9a15
Fix: Confirm box not opened
2012-06-06 23:12:33 +02:00
Laurent Destailleur
f575dd4ae5
Fix: bad error management
2012-06-06 23:06:17 +02:00
Regis Houssin
d0161087cb
Fix: problem with external module
2012-06-06 23:02:02 +02:00
Regis Houssin
e311a7b64c
Merge pull request #222 from simnandez/develop
...
[ task #104 ] Possibilité de facturer plusieurs commandes
2012-06-06 13:31:09 -07:00
simnandez
b96fb07cbf
[ task #104 ] Possibilité de facturer plusieurs commandes
2012-06-06 18:02:47 +02:00
Regis Houssin
4d2a77a657
Fix: missing search in alternative root directory
2012-06-06 14:04:19 +02:00
Laurent Destailleur
23dea40504
Fxi: Bad permission check
2012-06-05 23:32:13 +02:00
Laurent Destailleur
9a7382de1b
Fix: Exclude temp file
2012-06-05 23:31:46 +02:00
Laurent Destailleur
5ab3512914
Fix: Missing permission check
2012-06-05 23:12:40 +02:00
Laurent Destailleur
eb3484d6b6
No need of compatibility mode
2012-06-05 12:52:25 +02:00
Laurent Destailleur
07a6ee67e2
Minor perf enhancement
2012-06-05 12:42:32 +02:00
Laurent Destailleur
14719d1b7a
Compatibility mode
2012-06-05 12:34:34 +02:00
Laurent Destailleur
dadc36ad18
Fix for PHP < 5.3
2012-06-05 12:27:42 +02:00
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
Regis Houssin
6311712052
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-04 11:26:45 +02:00
Regis Houssin
94103af605
Fix: don't exclude savant and jstree for externals modules !
2012-06-04 11:21:20 +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
Regis Houssin
0d909e6ba1
Merge pull request #213 from simnandez/develop
...
[ task #104 ] Possibilité de facturer plusieurs commandes. Init works
2012-05-30 06:00:16 -07: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