Regis Houssin
887f210618
Fix: avoid warning with php 5.4 and strict mode
2012-07-08 23:22:22 +02:00
Regis Houssin
7e2469618e
Change-Id: I5f8bcf59cf2fc0d902edb4d61f8c20a2880765a2
2012-07-07 12:21:09 +02:00
Regis Houssin
9fa6f43643
Fix: bad link and uniformize code
2012-07-06 10:22:37 +02:00
Regis Houssin
0bb3aced2f
Fix: access problem if thirdparty module is disable
2012-07-02 20:04:28 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Regis Houssin
d593878c78
Fix: big problem with linked elements
2012-07-02 17:07:37 +02:00
Regis Houssin
761f841735
Fix: missing contract reference
2012-07-02 10:37:39 +02:00
Laurent Destailleur
2ab416889a
First change to use native date functions instead of adodb
2012-06-27 10:58:51 +02:00
Laurent Destailleur
018cafe92c
Fix: Add an unsecape function to decode javascript escape
...
encoding. This also fix ecm for cyrillic chars.
2012-06-24 19:32:19 +02:00
Laurent Destailleur
c273f9f698
Fix: escape double quotes into dol_html_escapetag
...
New: Passwords not reset into install page.
2012-06-17 23:27:17 +02:00
Laurent Destailleur
90bfea882a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-16 00:08:03 +02:00
Laurent Destailleur
7e46ddd5b0
Fix: Permissions for click2dial tab
2012-06-16 00:07:24 +02:00
Laurent Destailleur
4f1d6d7328
Fix: missing a return into clean_url function
2012-06-15 11:24:09 +02:00
Laurent Destailleur
44f31bf21c
Fix: The fix made by renaming PDF_ADDALSOTARGETDETAILS into MAIN_PDF_ADDALSOSOURCEDETAILS was fixing things in the wrong direction. The regression was the missing data on the recipient compared to 3.1.1
2012-06-15 11:16:17 +02:00
Laurent Destailleur
81eadcd426
Fix: Avoid warning if param is empty
2012-06-15 10:05:28 +02:00
Laurent Destailleur
c592bc88b8
Fix: Init
2012-06-15 02:17:00 +02:00
Laurent Destailleur
d8ee62101a
Fix: function dol_nboflines_bis
2012-06-15 00:15:30 +02:00
Regis Houssin
1155b0097b
New: add advanced rights
2012-06-14 20:11:54 +02:00
Laurent Destailleur
ec621d2dcb
Fix: Bad calculation of nb of line. Fix: Bad position of lines into pdf_soleil
2012-06-14 19:58:35 +02:00
Laurent Destailleur
3fe6ed9a7d
Fix: Messy source address
2012-06-14 17:50:32 +02:00
Laurent Destailleur
a1bd60a614
Fix: No call of any login method.
2012-06-14 14:08:29 +02:00
Laurent Destailleur
6cd03f9ccd
Fix: typo error
2012-06-13 20:13:57 +02:00
Laurent Destailleur
a23df4f407
Qual: Removed deprecated var
...
New: Can add global js
2012-06-12 18:35:29 +02:00
Regis Houssin
38b0b5b39d
Merge pull request #226 from defrance69/patch-5
...
if day of week < 7 display 2 times the day : 3 days 3 days
2012-06-11 13:05:26 -07:00
Laurent Destailleur
0739942b7e
Can add more text into title shown by getNomUrl
2012-06-11 19:28:04 +02:00
Laurent Destailleur
b7abad95d8
Doxygen
2012-06-10 13:22:28 +02:00
defrance69
2540f727c0
if day of week < 7 display 2 times the day : 3 days 3 days
...
add the 's' if they are many days
2012-06-10 13:42:19 +03:00
Laurent Destailleur
e6cd400bc3
Qual: List of elements must be into a page called "list.php".
2012-06-09 19:16:31 +02:00
Regis Houssin
e6c6d6cf84
Fix: avoid warning
2012-06-08 18:17:03 +02:00
Regis Houssin
4d2a77a657
Fix: missing search in alternative root directory
2012-06-06 14:04:19 +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
b6fb117f78
Fix if tz is UTC.
2012-06-05 12:11:20 +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
Regis Houssin
e9994c683a
Fix: clear file name send by php
2012-06-01 07:11:00 +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
c2db3265ec
Fix: Regression with quot management. Try a better fix.
2012-05-30 12:43:23 +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
7213ae09fe
Checkstyle
2012-05-29 00:08:00 +02:00
Laurent Destailleur
d52d063d98
Fix: Avoid to have a special php module.
2012-05-28 22:39:04 +02:00
Laurent Destailleur
2c21700933
Checkstyle
2012-05-25 11:54:19 +02:00
Laurent Destailleur
513413da16
Checkstyle
2012-05-25 11:53:53 +02:00
Laurent Destailleur
1fec3b56d9
Fix: Permissions to see project
...
Conflicts:
htdocs/projet/fiche.php
2012-05-23 14:34:44 +02:00
Regis Houssin
01f1674231
New: add product admin page for mass conversion
2012-05-22 18:35:14 +02:00
Laurent Destailleur
e7138bce4e
Fix: daylight depends also on year (not only month and day)
2012-05-15 00:48:59 +02:00
Laurent Destailleur
bd26c9e465
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-14 20:46:35 +02:00
Laurent Destailleur
4a9baa590c
Fix: Bad timezone function. Daylight was not used.
2012-05-14 16:46:48 +02:00
Laurent Destailleur
89836cea29
Fix: var init
2012-05-14 01:39:59 +02:00