2
0
forked from Wavyzz/dolibarr
Commit Graph

1621 Commits

Author SHA1 Message Date
Laurent Destailleur
b2d7a13519 CSS 2024-10-25 14:42:37 +02:00
Laurent Destailleur
f62c179b06 CSS 2024-10-24 19:27:50 +02:00
Laurent Destailleur
db0e93b816 CSS 2024-10-18 16:08:33 +02:00
Laurent Destailleur
622a296d0e Look adn feel v21 2024-10-17 22:20:39 +02:00
Laurent Destailleur
a41a162e2b NEW Look and feel 2024-10-17 21:01:20 +02:00
Laurent Destailleur
2c1eb06fe1 Look and feel v21 2024-10-17 18:36:40 +02:00
Laurent Destailleur
4f772f15e0 Look and feel v21 2024-10-16 17:26:00 +02:00
Laurent Destailleur
6bcaabad8e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-16 12:54:14 +02:00
Laurent Destailleur
495a31c8fe FIX CSS and access to media files 2024-10-16 12:51:42 +02:00
Laurent Destailleur
b050b7bfa9 Look and feel v21 2024-10-13 17:59:50 +02:00
Laurent Destailleur
6b7d601d49 Look and feel v21 2024-10-13 16:38:33 +02:00
Laurent Destailleur
0f8b694d3f WIP on upload page 2024-10-13 14:29:02 +02:00
Laurent Destailleur
611cd80255 WIP on upload page 2024-10-13 13:59:11 +02:00
Rémi Champlon
447e5e2ee2 remove css (#25043)
Co-authored-by: Rémi Champlon <remi.champlon@vold.lu>
2024-10-06 19:04:09 +02:00
Mohamed DAOUD
4a7ad31f85 NEW Stars Field for Module Builder (#31216)
* stars field for modulebuilder

* Update commonobject.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-04 18:37:41 +02:00
Laurent Destailleur
42471decac Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-03 15:50:44 +02:00
Laurent Destailleur
916423ff3a CSS 2024-10-03 13:05:38 +02:00
Laurent Destailleur
9b729e20ce NEW Look and feel v21 Toolbar for WYSIWIG editor is short on smartphone 2024-10-03 12:39:13 +02:00
Laurent Destailleur
554f9da826 Fix CSS 2024-10-03 10:55:54 +02:00
Laurent Destailleur
388107172b CSS 2024-10-03 10:47:12 +02:00
Laurent Destailleur
c5163d0d96 CSS 2024-09-29 17:31:46 +02:00
Laurent Destailleur
862ce222d9 Close #31001 2024-09-28 18:18:25 +02:00
Laurent Destailleur
726395ded9 Look and feel v21 2024-09-28 17:05:44 +02:00
Laurent Destailleur
94310faaac CSS 2024-09-27 00:50:41 +02:00
Laurent Destailleur
f3a56f466a Look and feel v21 2024-09-26 21:06:24 +02:00
Laurent Destailleur
0222221a10 Look and feel v21 2024-09-25 12:13:55 +02:00
Laurent Destailleur
cc95331fc6 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-23 22:09:24 +02:00
Laurent Destailleur
8065dd8d96 Add country flag for country MF (Saint Martin France) 2024-09-23 21:04:03 +02:00
Laurent Destailleur
fc1aaaddb9 Add country flag for country MF (Saint Martin France) 2024-09-23 15:42:43 +02:00
Laurent Destailleur
f0824ebeac Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-09-23 13:06:56 +02:00
Laurent Destailleur
534d052ab5 Look and feel v21 2024-09-23 12:49:31 +02:00
John BOTELLA
5470ad0128 FIX : Ergonomy : edge detection for dropdown (#31023)
* Fix edge detection for dropdown

* add missing class

* Dropdown fix for md too

* Fix any js handled event must start with a log

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-23 04:02:32 +02:00
Laurent Destailleur
98c7c7deef Fix css too large 2024-09-21 15:35:25 +02:00
Laurent Destailleur
1112516199 CSS 2024-09-20 02:10:57 +02:00
Laurent Destailleur
06b4a1df10 CSS 2024-09-20 02:03:13 +02:00
MDW
099dbd9c1e Qual: Fix notices for htdocs/admin/* (#30982)
* Fix (Possibly)UndeclaredGlobalVariable

* Update phan baseline

* Fix (Possibly)UndeclaredGlobalVariable (2)

* Qual: Fix notices for htdocs/admin/*

# Qual: Fix notices for htdocs/admin/*

Fixes most phan/phpstan noticies for files under htdocs/admin/* and ai.
2024-09-18 03:27:25 +02:00
John BOTELLA
308178d5bc QUAL : Ergo btn and fix (#30947)
* Clean sql

* Doc

* Fix ergo feedback and accessibility button

* Add hsl color var to allow css use user color with variants

* Add hsl color var to allow css use user color with variants

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-13 17:30:41 +02:00
MDW
f89245b354 Qual: Fix some CommonIncoterm/DocGenerator/People typings (#30940)
* Fix extraparams property typing

* Fix argument typing

* Fix 'status' argument type in calls to dolGetButtonTitle

* Fix argument2 for price to 1 (was 2)

* Fix deliveryreceipt argument

* Fix PHPDoc dol_sort_array

* Fix range for int argument

* Fix arg type for str_pad and add some PHPDoc

* Fix natsort value for dol_sort_array

* Fix arguments on calls to dol_sort_array

* Reduce phpstan exceptions

* Qual: Add type hints for Stripe objects

# Qual: Add type hints for Stripe objects

Suggest the more specific implementation of the StripObject.

* Typing, initialisation

* Qual: Fix undeclared variables

* Update phan baseline

* Update baseline

* Qual: Add type hints for Stripe objects

# Qual: Add type hints for Stripe objects

Suggest the more specific implementation of the StripObject.

* Add PHPDoc for host class properties

* Ignore false positive (phan) for deprecated property

* Improve typing

* Update baseline
2024-09-13 03:09:23 +02:00
Laurent Destailleur
e318a739be CSS for nature 2024-09-04 20:51:20 +02:00
Laurent Destailleur
07a07fb273 Debug css v20 2024-08-30 17:05:04 +02:00
Laurent Destailleur
f4109d6c44 Copy triangle on md thme 2024-08-30 17:04:24 +02:00
Laurent Destailleur
9545112620 Copy inset on md theme 2024-08-30 17:03:59 +02:00
Laurent Destailleur
71d072fae1 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-30 16:47:52 +02:00
Laurent Destailleur
398125f71f css 2024-08-30 16:47:35 +02:00
Laurent Destailleur
c8e2b537c6 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-30 16:44:24 +02:00
Laurent Destailleur
850589a460 Debug v20 2024-08-30 16:43:16 +02:00
Laurent Destailleur
0feb44cd9e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-26 21:09:21 +02:00
Laurent Destailleur
35c77f3874 Debug rtl 2024-08-23 14:55:55 +02:00
Laurent Destailleur
e0c5837e48 Debug rtl languages 2024-08-23 14:51:30 +02:00
Laurent Destailleur
cae886d052 Debug rtl languages 2024-08-23 14:27:05 +02:00