Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A refreshed LWT #8

Open
wants to merge 1,169 commits into
base: mine
Choose a base branch
from
Open

A refreshed LWT #8

wants to merge 1,169 commits into from

Conversation

HugoFara
Copy link

@HugoFara HugoFara commented Jan 11, 2022

Hello!

I have been maintaining LWT for the last two months and I would like to push the latest LWT version. To sum up, I added the changes from the official LWT, as well as many refactors that make the code easier to maintain.

Here is a really brief summary:

  • Merged official LWT versions from 1.5.16 to 2.0.2: code was updated for PHP 7 and bring many corrections and some new features.
  • Community version 2.0.3-fork: basic community standards (better README, integration of Composer, beautified code, etc...)
  • Community version 2.0.4-fork: reworked the do_text*.php to stick much better to internet standards (reading on mobile and focus mode are now possible).
  • Community version 2.1.0-fork: full Composer integration, many code fixtures and documentation, security fixes,etc...

If you want a more in-depth view on my philosophy I wrote the What is happening to LWT? post. Simply put, I just focused on the better integration of current features.

As they are important security fixes (insecure shell accesses and inconsistencies in the call stack), I think you should pull this commit. For next commits I will focus on new features, please tell me if there is something you want to see!

By the way, this pull request "solves" the issue #7 , LWT is not dead ;)

HugoFara and others added 30 commits December 25, 2023 11:14
…anguage rename (#113).

JS Doc is added with JS DOC and PHP Doc with phpDocumentor.
New global LWT_LANGUAGES_ARRAY.
When renaming a language, text to speech was broken, it is fixed.
Some redundant/stupid code behavior fixed.
Fixed: some error notices are now displayed fully.
Fixes: audio position was not saved.
Fixes: upload_words.php with $overwrite == 2 had missing escaping in SQL code.
Fixes: set default translation on terms edit table.
Fixes: avoid unwanted type conversion with |=
Refactor: stricter types everywhere thanks to psalm.
* count quantities with mecab japanese

* Update database_connect.php

---------

Co-authored-by: Hugo <[email protected]>
HugoFara and others added 30 commits February 20, 2024 14:36
Removes straight_join and edition of default values.
Simplifies workflow for new text insertion.
Adds todo_words_count, todo_words_content.
Deprecates texttodocount2 in favor of todo_words_content.
Removes texttodocount.
The _migrations tables is now not prefixed, this is a hard-coded behavior.
…n, word status change.

Updates composer lock file.
This is a behavior change and not a bug fix.
The install file now uses MariaDB by default.
psalm configuration was also updated to remove warnings.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants