WDF/BA Updates & Improvements
Wed, Jul 31 2024 PermalinkWDF/BA Updates:
- Added a setting in GP006, LOGOUT-ON-IP-CHANGE, 0/1, to control whether or not a user should be logged out when the IP-address (s)he uses changes.
- Made searching on Country code and Location ID faster in MD000, MD001 and MD002.
- Improved file name cleaning for uploaded files.
- Added logging of data exports.
- Clicking the 'Clear search fields' icon now also clears the drop-down menus.
- Various bug fixes and code improvemnts.
WDF/BA Updates and improvements
Thu, Aug 24 2023 PermalinkWDF/BA Updates:
- Added an exclude-list to GP001 to exclude certain keys from being listed. For these excluded keys, a separate GP001xx should be created.
- Added the posibility to add a 'table' to TinyMCE editable textareas.
- Added an application setting p_NOESCKEY. When true, the escape key is ignored in the data entry mask.
- Added a JS-lightbox to WDF/BA to create slide shows of uploaded photos. Code can be loaded by setting the new application variable p_JS_LIGHTBOX to true.
- Added the global unique form ID to the user checking function, so one can follow the complete transaction in GP000.
- Implemented GP006MNU, a dedicated application to maintain a default menu. The keys for the default menu are now excluded from GP006.
- GP001H fixes; the application now functions properly.
- Various CSS improvements concerning forms inside the footer bar.
- 'Undefined variable' bug fixed in GP014.
- Renamed function 'collectVars()' to 'fw_collectVars()', which shows where the function comes from.
- Improved error checking after calling the Google Distance API in fw_getDistance().
Various updates and improvements
Fri, Mar 31 2023 PermalinkWDF/BA Updates:
- Moved common used code into a separate include file.
- Moved invidually generated Javascript validations into the common template.
- Time-entry icon is only shown in Edit-mode.
- VAT-code array now uses DEFAULTCOUNTRY from GP006. If not found, it will use the user's country.
- VAT-percentages are now read from the country-table (GP007).
- Various other fixes and improvements.
Changes, additions and updates
Tue, Jan 31 2023 PermalinkWDF/BA Updates:
- Faster searching on the date in GP000, PFD000 and PFD001.
- Added the name, and a description, of the cron job to GP002.
- GP002 now also shows if the job is actually running or not, by showing a red number next to Yes/No in column 'Running'.
- Added a function 'mv_checkVATID', which checks a VAT-ID format and then at VIES.
- Added the hostname to the HEAD section of each app.
- Added a 'Log All' switch, which overrides the log level when on a development server, or for a super user on any server.
- Added Chamber of Commerce, Bank data and Payment Term to MD001, and removed it from MD000, where applicable.
- Moved variables used in both interactive and batch applications into a single file.
- Added system variable 'DEFAULTCOUNTRY' (GP006) to GP008, GP011, GP014, MD000 and MD001.
- Added currency data (name, abbreviation, symbol, decimal separator) to countries (GP007).
- Added currency variables, which are read from 'countries', initially with variable 'DEFAULTCOUNTRY'.
- Formatting masks are now formatted after reading currency data.
- Added VAT or GST data (type, high/middle/low %, valid from date) to countries (GP007).
- Added a new function 'mv_generateSerialNumber' to generate a serial number that can be en-/decoded in PHP and Xojo (and other languages if needed).
- Changed database tables and columns from latin1 to utf8. All tables and columns are now utf8.
- Various CSS and Code improvements, and bug fixes.
Changes and updates
Sat, Dec 31 2022 PermalinkWDF/BA Updates:
- Created better webbrowser-tab-titles.
- New masks to display numbers and amounts.
- Added extra currency defaults: $s_CURRENCYxxxx.
- Removed the SDS82-only restriction on GP000/2/5/7, GP010, MD000/1/2/5/6/7.
- New: Introducing a licensing model. If you want to sell your WDF/BA product, in according with our policies, you can now use a license code for your customers. When the license expires, their WDF/BA implementation cannot be used anymore, until they renew via you. License keys are maintained in GP006 and the customer's implementation calls the license-API to check for a valid license.
- Changed the standard upcase function into a multi-byte capable upcase function. This ensures ü is upcased to Ü, ñ to Ñ, etc.. This is done only for customers running PHP v7 or higher.
- Introduced 'excluded keys' for GP006. For excluded keys, separate GP006-variants exist, especially tailored for a specific type of key. With excluded-keys, you cannot change the data of these keys via GP006.
- Corrected various Help-texts.
- Code improvements.
Various changes and additions
Mon, Feb 28 2022 PermalinkWDF/BA Updates:
- In GP004 or MD007, the 'Default Menu' button is now greyed out when there is no default menu defined.
A default menu can be defined in GP006, by using keys with prefix 'DFTMNU' followed by something you fancy, for example 'DTMNU10', 'DTMNU20', etc..
The alphanumeric field should contain only the name of the application, like 'gp006', and the numeric field should contain the sequence number for the order of the menu items.
- Added a 'Clear search fields' icon-button in list view, next to the 'Search' button.
- CSS changes for improved mobile display.
- For Excel exports, now we can define which names to use for column headings: the long or short ones.
- Added a password generator icon-button in MD005 next to the password field.
- Added an improved password tester to MD005, so a user can only use a good and strong password.
- Added 'Kind of customer' to MD000. You can choose from 'An own company', 'Customer', 'Supplier', 'Both (C & S)' or 'Other'. If you do not have this, or something similar, in your implementation, and you want it, contact me for a quote.
- Various under the hood changes and fixes.
Improvements, fixes and updates
Fri, Jan 28 2022 PermalinkWDF/BA Updates:
- Added parameter 'DEFAULTCOUNTRY' to GP006. It should be filled with a 2-character ISO country code, like 'NL', 'DE', 'BE', etc.. It is currently implemented in GP008, GP011, GP014, MD000 and MD001. If it does not seem to work with your implementation, your applications haven't been updated. Contact me to get a quote, if you want this.
- Exporting multi-line text to Excel, now results in each line in its own row. If you want the old functionality back, let me know.
- Now that all sites use HTTPS, I have implemented secure cookies . This ensures that you can only login via HTTPS.
- Auto-complete on tags in GP009, to make it easier to quickly add existing tags, without having to guess how they're named.
- Under the hood updates and fixes.
SMS, tags, password, multi-delete
Sun, Sep 26 2021 PermalinkWDF/BA updates:
- Introducing sending of SMS messages into the framework. It supports MessageBird and Clickatell. If you use our software, and have another SMS-provider you want to put to use, contact me.
- MD002/5: Improved mobile phone number check.
- MD005: Added a password checker: checks for enough differentiation, repeating characters, etc., and some CSS for the 'bad password' notification.
- GP009: Complete overhaul. Now uses tags, can set email address priority.
- Introduced 'multi-delete' in list-view. This is not something I will automatically added to all existing apps, you have to contact me about an app that doesn't have it, and you want it there. Multi-delete, if present, can be switched on or off via the DELCHKBOX variable. See my older post about setting variables via GP006. If off, the normal delete-icon will be shown, otherwise a checkbox, or switch-toggle.
- Various other under the hood fixes and updates.
Various fixes
Mon, Sep 28 2020 PermalinkWDF/BA updates:
- MD005: Add default menu, when configured, for a new user.
The default menu for new users can be set via GP006, key 'DFTMNU-xxx', where 'xxx' can be anything you like, for example the name of the application or a sequence number.
- Changed some framework internals to be compatible with WDF/CG (Code Generator) changes.
Various changes
Wed, Aug 26 2020 PermalinkWDF/BA updates:
- Improved CSS for drop-down menus where the Chosen-plugin is used.
- Added CSS to animate the download button.
- Improved the setting of the correct MIME-type when exporting data.
- Improved CSS for toggle-switches.
- Clicking a row opens the details screen. This has been changed: you can now only click on columns without links to open the details screen.
- The menu can now also be displayed as a menu bar with drop down menus.
How the menu will be displayed, can be set in GP006, key 'USERMENU' :
- F = In footer bar
- H = In header bar
- M = As menu bar (not on mobile)
Categoriën
Activations
API
auto-complete
Background
Backup
Blog
Buttons
CentOS
CO2
Cookie
Country
cron
CSS
CSV
Currency
dates
Deletion
Dialog window
DNS
DRBD
drop-down menus
Encryption
Excel
Export
Fedora
Fields
File names
File types
Film
Filter
Formatting
FTP
Functions
GD004
GP000
GP001
GP001H
GP002
GP003
GP004
GP005
GP006
GP006MNU
GP007
GP008
GP009
GP010
GP011
GP013
GP014
GP015
GPS
GST
Hacking
Hostname
HTTPS
Image
Images
iOS
iPad OS
Keyboard
Languages
Layout
Lightbox
Links
Log
Login
Logo
Logout
Mac
macOS
Mac OS X
MD000
MD001
MD002
MD003
MD005
MD005W
MD006
MD007
Menu
Mobile
Money
Movie
Password
PFD000
PFD001
Photo
Photography
programming
RapidWeaver
Reading data
Reload
Scrolling
Search
Server
Shortcuts
SMS
Software
sorting
SSL
Stacks
Strings
Tags
Tasks
Textarea
Timeout
TinyMCE
Tooltip
Upload
User check
User interface
User profile
Variables
VAT
Video
Web browser
Webshop
Xojo
Zoom
Archieven
Jul 2024 (1)
May 2024 (1)
Mar 2024 (3)
Feb 2024 (3)
Jan 2024 (3)
Dec 2023 (1)
Sep 2023 (1)
Aug 2023 (2)
Jul 2023 (1)
May 2023 (3)
Apr 2023 (3)
Mar 2023 (2)
Feb 2023 (1)
Jan 2023 (1)
Dec 2022 (1)
Nov 2022 (1)
Oct 2022 (1)
Sep 2022 (1)
Aug 2022 (1)
Jul 2022 (2)
Jun 2022 (1)
May 2022 (1)
Apr 2022 (1)
Mar 2022 (1)
Feb 2022 (1)
Jan 2022 (1)
Dec 2021 (1)
Oct 2021 (1)
Sep 2021 (1)
Aug 2021 (1)
Jul 2021 (1)
Jun 2021 (1)
May 2021 (1)
Apr 2021 (1)
Jan 2021 (1)
Dec 2020 (1)
Nov 2020 (2)
Oct 2020 (1)
Sep 2020 (6)
Aug 2020 (4)
Jul 2020 (4)
Jun 2020 (7)
May 2020 (4)
Apr 2020 (3)
Feb 2020 (3)