[PR #20] [MERGED] Yanis update #20

Closed
opened 2026-05-06 12:22:28 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/YanisRff/ProjetS3PHP/pull/20
Author: @YanisRff
Created: 1/3/2024
Status: Merged
Merged: 1/3/2024
Merged by: @YanisRff

Base: YanisHead: main


📝 Commits (10+)

  • bcd235f Rework the calendar for making it dynamic
  • 4bd353a Rework the calendar for making it dynamic
  • ae0aa60 Merge pull request #15 from YanisRff/Felix
  • c95668a Create the forgot password page/function and create the password and mail check in JS
  • 8375e1b Fix topbar logo fix position even when scroling
  • 3acdbb9 Merge pull request #16 from YanisRff/Felix
  • 110b6d2 Fix bad button alignment in the topbar
  • f251f26 Merge pull request #17 from YanisRff/Felix
  • 6c206d0 Rework the calendar for making it dynamic
  • 4ea2b50 Rework the calendar for making it dynamic

📊 Changes

18 files changed (+504 additions, -118 deletions)

View changed files

📝 calendrier.php (+72 -91)
forgotPassword-praticien.php (+76 -0)
forgotPassword.php (+76 -0)
📝 index-loged.php (+1 -1)
📝 index.php (+2 -2)
📝 login-praticien.php (+7 -2)
📝 login.php (+7 -2)
📝 rdv-praticien.php (+1 -1)
📝 rdv.php (+4 -4)
📝 search.php (+1 -1)
📝 signup-praticien.php (+5 -2)
📝 signup.php (+14 -11)
📝 src/css/styles.css (+9 -0)
src/js/signup.js (+43 -0)
src/php/db/Calendrier.php (+89 -0)
src/php/db/ResetPassword.php (+74 -0)
📝 src/php/db/Search.php (+5 -1)
src/php/db/scripts/addRDVToDB.php (+18 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/YanisRff/ProjetS3PHP/pull/20 **Author:** [@YanisRff](https://github.com/YanisRff) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@YanisRff](https://github.com/YanisRff) **Base:** `Yanis` ← **Head:** `main` --- ### 📝 Commits (10+) - [`bcd235f`](https://github.com/YanisRff/ProjetS3PHP/commit/bcd235f1138e8734e4c2fc275a6194264a22be69) Rework the calendar for making it dynamic - [`4bd353a`](https://github.com/YanisRff/ProjetS3PHP/commit/4bd353aae0b69663366604b37a49874ef800a7ab) Rework the calendar for making it dynamic - [`ae0aa60`](https://github.com/YanisRff/ProjetS3PHP/commit/ae0aa60afe67f258278e1bc41052ad7a2afea037) Merge pull request #15 from YanisRff/Felix - [`c95668a`](https://github.com/YanisRff/ProjetS3PHP/commit/c95668a198974957f2495203de4fd86c6166ce94) Create the forgot password page/function and create the password and mail check in JS - [`8375e1b`](https://github.com/YanisRff/ProjetS3PHP/commit/8375e1b2ff467853286172a64dc9ae8f2b673ce3) Fix topbar logo fix position even when scroling - [`3acdbb9`](https://github.com/YanisRff/ProjetS3PHP/commit/3acdbb905fdb187db408e78b81affed08552921a) Merge pull request #16 from YanisRff/Felix - [`110b6d2`](https://github.com/YanisRff/ProjetS3PHP/commit/110b6d2862e22271469326af932f9b05a559641a) Fix bad button alignment in the topbar - [`f251f26`](https://github.com/YanisRff/ProjetS3PHP/commit/f251f265f80bc0e32172e20e657c5e57b0ef22ca) Merge pull request #17 from YanisRff/Felix - [`6c206d0`](https://github.com/YanisRff/ProjetS3PHP/commit/6c206d08d33b4b1c24335206a1478f0f56535428) Rework the calendar for making it dynamic - [`4ea2b50`](https://github.com/YanisRff/ProjetS3PHP/commit/4ea2b50630e7bdbfecbf3566122f906013a7d233) Rework the calendar for making it dynamic ### 📊 Changes **18 files changed** (+504 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `calendrier.php` (+72 -91) ➕ `forgotPassword-praticien.php` (+76 -0) ➕ `forgotPassword.php` (+76 -0) 📝 `index-loged.php` (+1 -1) 📝 `index.php` (+2 -2) 📝 `login-praticien.php` (+7 -2) 📝 `login.php` (+7 -2) 📝 `rdv-praticien.php` (+1 -1) 📝 `rdv.php` (+4 -4) 📝 `search.php` (+1 -1) 📝 `signup-praticien.php` (+5 -2) 📝 `signup.php` (+14 -11) 📝 `src/css/styles.css` (+9 -0) ➕ `src/js/signup.js` (+43 -0) ➕ `src/php/db/Calendrier.php` (+89 -0) ➕ `src/php/db/ResetPassword.php` (+74 -0) 📝 `src/php/db/Search.php` (+5 -1) ➕ `src/php/db/scripts/addRDVToDB.php` (+18 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:22:28 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
YanisRff/ProjetS3PHP#20
No description provided.