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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    0d5dc7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e0014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7148f0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf8bcee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ba69c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa0f843 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da9baf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    c30f391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a270782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164c570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1450f2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    750f4ca View commit details
    Browse the repository at this point in the history
  6. New documentation, $langDefs is less used (#163) and warnings after l…

    …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.
    HugoFara committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3e1e827 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a981e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    316aa78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2532b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10fa3d7 View commit details
    Browse the repository at this point in the history
  11. Stricter variables types.

    Some redundant/stupid code behavior fixed.
    HugoFara committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f3f22a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5a6b5b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    983ea3b View commit details
    Browse the repository at this point in the history
  14. Enforces stricter types thanks to psalm.

    Fixed: some error notices are now displayed fully.
    HugoFara committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c291656 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb9fa1f View commit details
    Browse the repository at this point in the history
  16. add bracket

    ProgramComputer committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e13a72f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d69bf32 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    60f44b8 View commit details
    Browse the repository at this point in the history
  19. Makes types more clear.

    HugoFara committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    28d2620 View commit details
    Browse the repository at this point in the history
  20. Update pgm.js

    ProgramComputer authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    1a6103a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3af0aab View commit details
    Browse the repository at this point in the history
  22. Small fixes and stricter variable types.

    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.
    HugoFara committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0fabadc View commit details
    Browse the repository at this point in the history
  23. count quantities with mecab japanese (#149)

    * count quantities with mecab japanese
    
    * Update database_connect.php
    
    ---------
    
    Co-authored-by: Hugo <[email protected]>
    ProgramComputer and HugoFara authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3f0f204 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3f2f4ae View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    887ac35 View commit details
    Browse the repository at this point in the history
  2. [BUG] Missing value when adding lang (#150)

    Fixes SQL error when adding unsupported language without wizard. LgTextsize was empty.
    Fixes minor typos in documentation.
    ProgramComputer authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    78a66fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11ef7e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c87815 View commit details
    Browse the repository at this point in the history
  5. Many small fixes to MeCab/Japanese and typo fixing.

    Fixes/Implements #149: adds counting in japanese.
    Fixes #155: MeCab was always set for japanese.
    Fixes romanization with MeCab not displayed.
    Typo and link fixing in documentation.
    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a1b42cf View commit details
    Browse the repository at this point in the history
  6. Regenerates documentation.

    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b64cd6a View commit details
    Browse the repository at this point in the history
  7. Code clean-up with the audio controller.

    Remove the unitended declaration of global variables.
    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    62de4d4 View commit details
    Browse the repository at this point in the history
  8. Refactor audio_controller in object namespace style.

    Backward compatibility is kept.
    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ca0e899 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6775029 View commit details
    Browse the repository at this point in the history
  10. Replaces calls to global audio functions by the new object.

    Removes the undocumented audio functions.
    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    92c48c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7aaddd4 View commit details
    Browse the repository at this point in the history
  12. Partially solves #168: playback speed setting is back.

    The replay button is still unavailable.
    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    70ce2a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cd261c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06ae857 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cfc8513 View commit details
    Browse the repository at this point in the history
  16. Code cleaning.

    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8bed160 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d80f1a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    085576f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7c557f3 View commit details
    Browse the repository at this point in the history
  20. Prettyfies JS code.

    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    dc1d9c0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4951a79 View commit details
    Browse the repository at this point in the history
  22. Use json_encode to avoid PHP incursion in JS code.

    Code prettyfying.
    HugoFara committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e7c12d3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7cfd0fa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    2af5b81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6350a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a36899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea73eea View commit details
    Browse the repository at this point in the history
  5. Fix: the demo database was unreadable since last commit.

    restore_file is much better at parsing SQL.
    HugoFara committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c84dfdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b28b5e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc0d798 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da0af44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34c246e View commit details
    Browse the repository at this point in the history
  10. Demo database fixes: beautify SQL file, stricter application of #78, …

    …removes dead feeds #148.
    
    Issue #78: we do no longer need an explicit bypass of the default timestamp rule.
    HugoFara committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d246f05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66401ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05afb1b View commit details
    Browse the repository at this point in the history
  13. Terms review were broken in a preivous commit, fixes #151.

    Issue #151: langauges can be deleted and not only "hidden".
    HugoFara committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    16ea995 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    bc468a8 View commit details
    Browse the repository at this point in the history
  2. Fixes empty request payload not supported.

    Patch update the REST API to 0.1.1.
    HugoFara committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b852884 View commit details
    Browse the repository at this point in the history
  3. Fixes: empty payload in REST API now supported, wrong path for media …

    …files.
    
    Fixes #161: media files path was one level too high.
    Updates REST API to 0.1.1.
    HugoFara committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8e1dce2 View commit details
    Browse the repository at this point in the history
  4. Changes PHP documentation lnks path.

    Old path was Doxygen (docs/html).
    Now it is phpDocumentor (docs/php).
    HugoFara committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    cab30a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b71ee7 View commit details
    Browse the repository at this point in the history
  6. Prepares new patch release.

    HugoFara committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    062efeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    993d3c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f08d646 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    246cdc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87571d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b56b7c2 View commit details
    Browse the repository at this point in the history
  12. Adds constants to LWT and its API that declare their version.

    See issue #163 for details.
    HugoFara committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    897235b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4c2c68e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    307a6ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac64e80 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8e31d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    403b2b4 View commit details
    Browse the repository at this point in the history
  2. [Feature] Highlight to speech (#147)

    Adds the highlight to speech feature. Adds the execution permission on `INSTALL.sh`?
    ProgramComputer authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e764e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfa53d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9228d51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e8a532 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'customVoiceApi' of https://github.com/ProgramComputer/lwt

    … into ProgramComputer-customVoiceApi
    HugoFara committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    dbbb52a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1693c1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea41a55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07c61a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a3e30b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20f4f7b View commit details
    Browse the repository at this point in the history
  12. Text can be read, but the API structure is not saved properly.

    Settings do not allow enough characters.
    HugoFara committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    618d7bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cbbaf9f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4fb0b1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f107bb View commit details
    Browse the repository at this point in the history
  16. Refactors JS in an object.

    HugoFara committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    87d34c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    064a4a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a975f3a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Fixes languages list not populated (bug from this branch).

    Adds a notice on the web browser.
    HugoFara committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    08a01c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fc707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8208af View commit details
    Browse the repository at this point in the history
  4. patch feeds (#168)

    Fixes session not declared.
    Known bug: on error, session is not destroyed.
    ProgramComputer authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    7db1a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526bbf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac1c4aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9b43f2 View commit details
    Browse the repository at this point in the history
  8. Create database from schema.

    Basic SQL testing.
    Cleaner globals definition.
    HugoFara committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    f9a7a81 View commit details
    Browse the repository at this point in the history
  9. Updates CHANGELOG.

    HugoFara committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2bd8b43 View commit details
    Browse the repository at this point in the history
  10. [BUG] Help not found in Docker (#146)

    Ignore everything in docs, except info.html and index.html.
    ProgramComputer authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    01868b1 View commit details
    Browse the repository at this point in the history
  11. Adds #146 to the changelog.

    HugoFara committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b0102a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d949d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32cd1ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9694e1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9eb9a10 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    366e4fe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1788e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d548b6f View commit details
    Browse the repository at this point in the history
  19. Fixes POS not defined.

    Fixes a bug where word reading position was not updated consistently.
    HugoFara committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    9f56838 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. New function speech dispatcher that controls how text are read.

    New global LWT_DATA.language.word_parsing.
    HugoFara committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f74c84d View commit details
    Browse the repository at this point in the history
  2. Refactor for cleaner code.

    HugoFara committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6b98a4b View commit details
    Browse the repository at this point in the history
  3. Documents changes for #153.

    HugoFara committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    a293809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c54e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f4704b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e9f637 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a23a2d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e191714 View commit details
    Browse the repository at this point in the history
  9. Documents previous fix.

    HugoFara committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    ed30e36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2b09e2 View commit details
    Browse the repository at this point in the history
  11. Fixes a bug inserting wrong title in mword tooltip.

    Makes JS code more clear.
    HugoFara committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    09983bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5cb878 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    79f9381 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    b59e95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51ca91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28483c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1538b29 View commit details
    Browse the repository at this point in the history
  5. Do not set status +1 when wolution is not showed.

    Fixes #159, closes #173.
    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    023eb96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e576f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3cc789 View commit details
    Browse the repository at this point in the history
  8. JS globals clean-up.

    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    82ced84 View commit details
    Browse the repository at this point in the history
  9. Update api.php (#175)

    Booleans were not interpreted correctly in `word_test_ajax`.
    ProgramComputer authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a276530 View commit details
    Browse the repository at this point in the history
  10. Documents changes from #175.

    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    82a3f5e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22eb3a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd77045 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a323e3a View commit details
    Browse the repository at this point in the history
  14. Fixes tests after renaming.

    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    39f7e61 View commit details
    Browse the repository at this point in the history
  15. Changes test file names from Pascal to camel.

    Pascal case is reserved for files declaring classes.
    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5cac7df View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4191651 View commit details
    Browse the repository at this point in the history
  17. Tested database now have a name accorded with the original database.

    Sart building tests for session utility.
    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    547861e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    452e2a7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3906ec3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e835799 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    683cc12 View commit details
    Browse the repository at this point in the history
  22. buttons in feed wizard not working (#178) + state php-dom dependency

    * fixes feed wizard buttons not working
    * adds php-dom dependency in INSTALL.sh
    * Typos in documentation.
    ProgramComputer authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4694f24 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d21f8c9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a84747d View commit details
    Browse the repository at this point in the history
  25. Update Makefile as composer.json (#179)

    * Update Makefile as composer.json
    
    * doc
    ProgramComputer authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3640c15 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3135f75 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    33ece4a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    62d5c9a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b01b61b View commit details
    Browse the repository at this point in the history
  30. Fixes #153: support for MeCab on Mac.

    Error documentation was also added.
    HugoFara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c2cb13b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c18f531 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    fc7fd07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40db48b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    908e9c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8548354 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4daf882 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b54442 View commit details
    Browse the repository at this point in the history
  7. Merge all features from dev branch.

    New databse migration strategy.
    Fixes feeds (#168).
    Adds missing documentation to Docker (#146, #160).
    Changes in PHP and JS globals.
    Fixes reading position was not set.
    Read text through API (#153, #155).
    Fixes word was not saved/deleted.
    Fixes #170 and #69.
    Updates API (#175).
    Adds dependency to php-xml (#178, #181).
    Updates makefile (#179).
    Adds MeCab support on Mac (#135).
    Adds the option to hide/show word romanization (#119).
    Raises URL size limit to 2048 (#144).
    HugoFara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0bc776f View commit details
    Browse the repository at this point in the history
  8. Partially implements #169: docker builds under LWT folder.

    Docker image updated to bullseye.
    HugoFara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    eafff90 View commit details
    Browse the repository at this point in the history
  9. Moves JS code relative to text interations in new file.

    The new file is `src/js/text_events.js`.
    HugoFara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e3d40b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d05ccf8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8875077 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6796c1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f27d47 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    09e31a7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    562b76a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cf87044 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af20ce9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e31d838 View commit details
    Browse the repository at this point in the history
  19. Build images for multiple platforms (#169), add build to release

    * Multi-image docker
    * Update docker-image.yml
    * Future php platforms
    * Change permissions
    
    ---------
    
    Co-authored-by: HugoFara <[email protected]>
    ProgramComputer and HugoFara authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    57b0d16 View commit details
    Browse the repository at this point in the history
  20. Documents PR #169, and #141.

    HugoFara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3b4c90b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0931bfd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8d20509 View commit details
    Browse the repository at this point in the history
  23. Adds more OCI labels.

    HugoFara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    50c8197 View commit details
    Browse the repository at this point in the history
  24. Minor fixes to labels

    HugoFara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    65de441 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    5fb3474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b1cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af414a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2db4f61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    015c424 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    8585c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa36915 View commit details
    Browse the repository at this point in the history
  3. Adds missing data.

    HugoFara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2f9d170 View commit details
    Browse the repository at this point in the history
  4. Fixes languages without mword not updating.

    Removes SQL system variables changes on text update (#167).
    checkTextWithExpressions is ready for production.
    HugoFara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    771d2d2 View commit details
    Browse the repository at this point in the history
  5. Documents progress on #167.

    HugoFara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f31a78c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba1a149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18e295 View commit details
    Browse the repository at this point in the history
  8. Fixes issue signaled in #182: mecab was still required.

    Fixes many small parts of the code not collaborating with each other.
    HugoFara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    261e7a8 View commit details
    Browse the repository at this point in the history
  9. Cleans up code, closes #182.

    HugoFara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4d6b109 View commit details
    Browse the repository at this point in the history
  10. Fixes issues on database always updating.

    Progresses on #167: SYSTEM_ADMIN_VARIABLE no longer required for texts reparsing.
    Closes #182: MeCab won't for TTS if not necessary.
    HugoFara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    12a90a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Utterance checkbox not saved (#185)

    Adds a new local storage element "utterance-allowed".
    ProgramComputer authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e26d469 View commit details
    Browse the repository at this point in the history
  2. Updating JS from #185.

    HugoFara committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    f477aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7454d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde758d View commit details
    Browse the repository at this point in the history
  5. On tests, saves "Read words aloud" status, and allows to click the te…

    …xt to toggle the checkbox.
    HugoFara committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    4305299 View commit details
    Browse the repository at this point in the history
  6. Fixes term reading not working on test.

    Influenced by #187.
    Code is also cleaner.
    HugoFara committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    a29e6a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    863a307 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5dff66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08823c2 View commit details
    Browse the repository at this point in the history
  3. Run every query (#189)

    Run queries, but count only those outside migration.
    ProgramComputer authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c9a8b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2479e4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f604420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    309c437 View commit details
    Browse the repository at this point in the history
  7. Split the Docker action in two files.

    Build Docker for less platforms for regular commits.
    HugoFara committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    48339c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. audio control buttons (#191)

    Removes duplicate buttons, and fixes interactions.
    ProgramComputer authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1dc6ba2 View commit details
    Browse the repository at this point in the history
  2. Documents pull #191.

    HugoFara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    07d703b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62dcad6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    e733ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab27840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f024bcf View commit details
    Browse the repository at this point in the history
  4. Cosmetic changes.

    HugoFara committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eb93b0f View commit details
    Browse the repository at this point in the history
  5. Basic code linting.

    HugoFara committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0da5fab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfbc6b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fba4c8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad0104c View commit details
    Browse the repository at this point in the history
  9. Cleans up code for update_default_values and check_text.

    New functions added.
    HugoFara committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a867ed7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98c3e75 View commit details
    Browse the repository at this point in the history
  11. Makes codes for text creation less confusing.

    Removes straight_join and edition of default values.
    HugoFara committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d38dc45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53c64d7 View commit details
    Browse the repository at this point in the history
  13. Text could not be saved without audio.

    Simplifies workflow for new text insertion.
    HugoFara committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    832adb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fixes a bug preventing word status change with error reporting on.

    Adds todo_words_count, todo_words_content.
    Deprecates texttodocount2 in favor of todo_words_content.
    Removes texttodocount.
    HugoFara committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    108423a View commit details
    Browse the repository at this point in the history
  2. Replaces texttodocount2 by todo_words_content

    HugoFara committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    fe90e66 View commit details
    Browse the repository at this point in the history
  3. Composer up to date with 2024-03-24.

    Updates logs.
    HugoFara committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7c75713 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fixes #193: editing text annotation was resulting in page crash (wron…

    …g database query).
    HugoFara committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    92aade1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Fixes _migration tables was created several times resulting in crashes.

    The _migrations tables is now not prefixed, this is a hard-coded behavior.
    HugoFara committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bcad866 View commit details
    Browse the repository at this point in the history
  2. Fixes: #193 (edit text annotation), crash on _migration table creatio…

    …n, word status change.
    
    Updates composer lock file.
    HugoFara committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4f094ca View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fixes #194: sentence were not displayed on word review mode.

    This is a behavior change and not a bug fix.
    HugoFara committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cecb616 View commit details
    Browse the repository at this point in the history
  2. We now recommend to use MariaDB for Linux users.

    The install file now uses MariaDB by default.
    HugoFara committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    045258e View commit details
    Browse the repository at this point in the history
  3. MarkDown linting. (no visual change).

    HugoFara committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    801e4c3 View commit details
    Browse the repository at this point in the history
  4. Fixes a small issue with /phonetic-reading raising a false positive.

    Shorter names for unit tests.
    HugoFara committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1f5d309 View commit details
    Browse the repository at this point in the history
  5. Code doc with psalm, and manual changes.

    psalm configuration was also updated to remove warnings.
    HugoFara committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4379b7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10b9c2b View commit details
    Browse the repository at this point in the history
  7. Prepares code for version 2.10.0.

    HugoFara committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    58f3a03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13b0d85 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Adds more docker platforms on release only.

    HugoFara committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    77ec306 View commit details
    Browse the repository at this point in the history
  2. Updates GitHub Actions from node 16 to 20.

    HugoFara committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    8196ced View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#200)

    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>
    dependabot[bot] authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5510967 View commit details
    Browse the repository at this point in the history