[Gambas-Notification] [Git][gambas/gambas][master] 4 commits: String: Add new IsEMail(), IsIP() and IsIPv6() validation methods.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sat Jul 30 16:10:16 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
f4832f5b by Benoît Minisini at 2022-07-30T15:17:13+02:00
String: Add new IsEMail(), IsIP() and IsIPv6() validation methods.
[GB.UTIL]
* NEW: String.IsEmail() is a new function that checks if a string seems to be an e-mail address.
* NEW: String.IsIP() is a new function that checks if a string is an IPv4 address.
* NEW: String.IsIPv6() is a new function that checks if a string is an IPv6 address.
- - - - -
15ecb847 by Benoît Minisini at 2022-07-30T16:06:49+02:00
New stock icon 'version-control'.
[GB.FORM.STOCK]
* NEW: New stock icon 'version-control'.
- - - - -
4adaac33 by Benoît Minisini at 2022-07-30T16:07:05+02:00
New stock icon 'version-control'.
[GB.FORM]
* NEW: New stock icon 'version-control'.
- - - - -
a7045c7e by Benoît Minisini at 2022-07-30T16:10:10+02:00
Version control: Support for defining Git repository identity. Move statistics to the publish dialog.
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Move version control statistics to a new 'Repository' tab in publish dialog.
* NEW: Version control: Add fields to define your Git repository identity in 'Repository' tab.
* NEW: Update French translation.
* BUG: Test suites: Fix test result label colors.
- - - - -
16 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/FDebugButton.class
- app/src/gambas3/.src/Debug/FDebugButton.form
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugInfo.form
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project/FProjectProperty.class
- app/src/gambas3/.src/Project/FProjectProperty.form
- app/src/gambas3/.src/VersionControl/CVersionControlGit.class
- app/src/gambas3/.src/VersionControl/FVersionControl.class
- app/src/gambas3/.src/VersionControl/FVersionControl.form
- app/src/gambas3/.src/VersionControl/VersionControl.module
- + comp/src/gb.form.stock/gambas-mono/32/version-control.png
- + comp/src/gb.form.stock/gambas/32/version-control.png
- comp/src/gb.form/map/icon.map
- comp/src/gb.util/.src/String.class
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/911ba060e791632413f23a120dc8caaad86df307...a7045c7e03a853c9a61a33f5398935a192783b50
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/911ba060e791632413f23a120dc8caaad86df307...a7045c7e03a853c9a61a33f5398935a192783b50
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220730/d62b701f/attachment.htm>
More information about the Notification
mailing list