Laurent Destailleur
759ddd2d73
Clean code
2023-05-01 16:21:00 +02:00
Laurent Destailleur
b1fedab447
Doc
2022-12-11 22:13:50 +01:00
Laurent Destailleur
ad2625f842
Fix duplicate string
2022-09-17 12:45:42 +02:00
Laurent Destailleur
0016e7c5e8
Fix section with root pass restored when required if hidden
2022-09-11 23:47:32 +02:00
Laurent Destailleur
177e8c17fb
Fix scrutinizer
2022-05-18 11:23:21 +02:00
Laurent Destailleur
40d0c3b996
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/tva/card.php
htdocs/langs/en_US/admin.lang
2022-04-28 19:23:13 +02:00
Laurent Destailleur
aa86b2c71f
Fix root passfield not editable on install
...
Fix user photo when gravatar not reachable
2022-04-19 22:26:27 +02:00
Laurent Destailleur
3ba9916be2
Fix default value used on install after a first failed try
2022-03-31 16:23:36 +02:00
Laurent Destailleur
9b206f9224
Can retreive some param of install from url
2022-03-31 15:51:48 +02:00
Laurent Destailleur
e4bb5ed008
Fix phpcs
2021-07-21 00:35:08 +02:00
Laurent Destailleur
e25171b9f5
Fix phpcs
2021-07-20 23:03:19 +02:00
Laurent Destailleur
cea35bd208
Fix pass was lost on error
2021-07-20 22:14:11 +02:00
Laurent Destailleur
aa2d85276e
Debug v14
2021-05-12 18:38:22 +02:00
Laurent Destailleur
278d8c1317
Debug
2021-04-30 15:34:02 +02:00
Laurent Destailleur
3f07317f30
FIx #yogosha5695
2021-03-22 19:19:18 +01:00
Frédéric FRANCE
f9ea75df3d
fix phpcs
2020-12-20 10:28:06 +01:00
Laurent Destailleur
5cbdad7fa7
Fix autofill pass
2020-12-19 16:33:58 +01:00
Scrutinizer Auto-Fixer
7f52920716
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-10-31 13:32:18 +00:00
Scrutinizer Auto-Fixer
444c293c01
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-04-10 08:59:32 +00:00
Laurent Destailleur
d0c37a3c61
css
2020-01-30 12:24:04 +01:00
Frédéric FRANCE
ac6da28135
fix
2019-10-27 10:19:36 +01:00
Frédéric FRANCE
b2b057e9b5
clean indent
2019-10-27 09:51:15 +01:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Frédéric FRANCE
1e43f8e54a
PEAR FunctionCallSignature
2019-02-10 10:45:49 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00
Regis Houssin
569d59d251
FIX change my deprecated email
2018-10-27 14:43:12 +02:00
Alexey Pyltsyn
49de7a5881
Replace multiple load calls with loadLangs method
2018-10-01 09:22:23 +03:00
Laurent Destailleur
872273ef95
Update fileconf.php
2018-08-29 21:46:39 +02:00
torvista
710ce6a9f7
Add description to database prefix field to avoid confusion when not specifying a database prefix.
2018-08-19 00:09:34 +02:00
Frédéric FRANCE
62b83412ee
test phpcs v3
2018-08-09 11:31:48 +02:00
Steve
65e42522d3
minor html and css corrections (as shown by browser validation and phpstorm inspections)
2018-07-07 23:50:41 +02:00
Laurent Destailleur
f9382ce395
Upgrade octicons
2018-04-15 11:27:39 +02:00
Laurent Destailleur
664f57a5f0
Clean code
2018-04-12 19:13:06 +02:00
Laurent Destailleur
78ebffe4f1
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/install/fileconf.php
2017-06-25 02:31:38 +02:00
Laurent Destailleur
ab9be29356
Fix installers
2017-06-24 21:36:51 +02:00
Laurent Destailleur
7a1480d362
Look and feel v6
2017-05-26 00:02:41 +02:00
Laurent Destailleur
ca08f814c1
Remove deprecated files
2017-05-25 19:38:42 +02:00
Laurent Destailleur
65fec95458
Fix debian package
2017-04-24 04:17:59 +02:00
Laurent Destailleur
65f7de8f64
Fix css and look 5.0
2017-01-22 12:13:32 +01:00
Laurent Destailleur
2bfbf0f6a7
Fix css
2016-12-23 00:37:32 +01:00
Laurent Destailleur
c11888bcde
Fix responsive
2016-12-13 02:18:14 +01:00
Laurent Destailleur
76195f9e45
Fix translation
2016-12-13 01:58:28 +01:00
Laurent Destailleur
0debcf745a
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/cron/card.php
htdocs/cron/list.php
htdocs/filefunc.inc.php
2016-09-09 09:32:14 +02:00
Sergiu Sandu
02698c5abb
fileconf.php redundant else statements
...
Is it ok the 2 else blocks are the same?
2016-09-07 17:02:41 +01:00
Raphaël Doursenaud
1cfa26d400
Fix HTML syntax for forced install process.
...
Make sure we have a space between attributes.
2016-07-23 02:01:57 +02:00
Raphaël Doursenaud
2c000c20da
Prevent PHP notice on unitialized variables.
...
These variables are expected to be uninitialized when the forced install
process is not used.
2016-07-23 02:01:49 +02:00
Raphaël Doursenaud
f2a479695e
New: Improved forced install process
...
Tamper proofed the process by not relying on POST values for forced fields.
Disabled all fields set when $force_install_noedit is set.
Added a full-featured forced install config file template.
On the side:
Improved Dolibarr root and url detection.
Prevent install locking if install was not successful.
Added missing translation on failed administrator creation.
Better escaping of posted values.
2016-07-20 14:22:35 +02:00
Raphaël Doursenaud
c365d14c2c
New: Autoset port and admin user from db type
...
[Usability]
Enhance install procedure by automatically suggesting the database
port and administrative user on database type selection.
2016-06-16 13:00:38 +02:00
Laurent Destailleur
7f3531a04c
Enhance script to track duplicate translation string and use it to
...
remove around 50 duplicates.
2015-12-06 13:34:57 +01:00
Laurent Destailleur
6f90605185
Fix: Sqlite can't be supported until alter table add constraint is
...
supported by sqlite, so choice is hidden
2015-07-12 11:44:37 +02:00