2.7.0: the Dust-blower #98
HugoFara
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a huge release implementing many things I wanted to have in LWT. As for the most important features you get:
Added
INSTALL.sh
helps installing requirements and configuration.database_wizard.php
) to help setting the connection with the database.server_data.php
showing all relevant information.index.php
:get_server_data_table
replacesget_server_data
as a better designed function.index_do_main_page
now renders the page to avoid global variables.pagestart_kernel_nobody
ininc/kernel.php
that displays the minimal HTML formatting.inc/classes/
folder for a better incorporation of OOP.inc/classes/Term
defines theTerm
class representing a word or multi-word.inc/classes/Language
defines theLanguage
class representing a language.Changed
do_text_page
(do_text.php
) anddo_test_page
(do_test.php
) now enlarge the body.echo_lwt_logo
ininc/session_utility.php
echoes a logo, without information on the table set usedbecause it was useless. This information is now displayed on the welcome page.
start.php
was reviewed and simplified. It is still considered a legacy feature.from 1.8.0 to 1.10.2. This brings some bug fixes.
bulk_translate_word.php
. It has a better visual aspect and works better.text_from_yt.php
):inc/
.googleTimeToken.php
from root folder toinc/google_time_token.php
.googleTranslateClass.php
from root folder toinc/classes/GoogleTranslate.php
.install_demo_db_sql.gz
uncompressed toinstall_demo_db.sql
. Functions adapted.Fixed
at the right if text field.
index.php
) was not rendered properly on non-default theme.str_starts_with
,str_ends_with
,str_contains
.docs/info.html
is finally fixed!ggl.php
feature fixed!docs/info.php
instead ofdocs/info.html
) on the help button (main page). Signaled by babaeali on Discord.Deprecated
###
bylwt_term
is strongly recommended!lwt_popup=1
as an argument.ggl.php
should be replaced by the file full URL, for instance "http://localhost/lwt/ggl.php".Full Changelog
This discussion was created from the release 2.7.0: the Dust-blower.
Beta Was this translation helpful? Give feedback.
All reactions