Additions and changes
Thu, Dec 23 2021 PermalinkWDF/BA updates:
- NEW: Introducing background images. You can now add a background image to your WDF/BA:
In GP006, add a key 'BKGIMAGES', and in the text area, add links to images, each link on a new line.
The display of the background images is spread over 24 hours, in the following
manner: for example, when you added 4 links, you have link 0, 1, 2 and 3 :
int(current hour / (24 / number of links)) = int(15 / (24 / 4)) = int(15 /
6) = int(2,5) = 2
, which means it will use link number 3.
This way, you can have special images for the morning, midday, afternoon, evening and night.
- Improved local development and test environment by installing local HTTPS and DNS .
- Changed the general log level from 9 to 7. Changed the log level of reading data for list views to 9 for interactive mode and 2 when exporting. This change will massively reduce the number log-entries.
- GP004: Renamed it to MD007, which is a better place for it. This is implemented by default for new customers, and for existing customers who do already have an MD007 for something else.
- GP009: Improved auto-complete on the tags field.
- MD000: Added 'copy a record'-mode. This is implemented by default for new customers, and for existing customers who need it.
- MD001: Added a TagEditor to the 'Location type' field. This is implemented by default for new customers, and for existing customers who need it.
- Many CSS and under the hood fixes and updates, including removing or replacing PHP 8.1 deprecations. The final move to PHP 8.1 for the production servers, is planned to be done in April/May 2022
Various improvements and changes
Fri, Oct 29 2021 PermalinkWDF/BA updates:
- GP000: Improved search on record-ID; you can now use '%' to limit the search, for example 100000% lists all records starting with 100000.
- Replaced deprecated PHP code with new syntax.
- Hide hamburger menu when user has only access to just one application.
- GP009: E-mail address priorities changed to '1', '2', '3', 'CC' and 'No'. Priorities 1-3 places the email address in that order in an email. CC places the address into the CC-field, regardless the order. 'No' means not to use the email address.
- Removed the 'for SDS82-only' restriction in GP001, GP003, GP005 (changed to 'view-only'), GP007 (changed to 'view-only' when not role 'Admin'), GP008 and GP011.
- Source code clean-up and removed jQuery and JavaScript-tools that are not used anymore.
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 changes and additions
Tue, Aug 31 2021 PermalinkWDF/BA updates:
- Under the hood changes and updates
- Better interactive feedback when buttons are clicked, by adding a 'processing' image to, or replacing, the button's text or icon:
- Added the SwitchStateButton to the framework.
- Logout fix when a timeout occurred.
- Added a short product code for use in the webbrowsers tab-title.
- Limited data entry length on input fields to prevent hacking via various methods.
- Added the possibility of sending SMS messages into the farmework, via MessageBird (preferred) or Clickatell.
- Added <noscript> tag.
- Improved persistent mobile detection while switching screens and/or applications.
- Improved the browser tab title: diesplay 'test' when you are working in your test environment. Also, you can now determine the browser tab title yourself, via GP006, key 'BROWSERTAB' (create it when not there). The first character in the text field determines the title, so you can copy/paste the text below into the text field :
S
T = Application Title
S = Short code
P or different = Product name
Various changes and additions
Wed, Jul 14 2021 PermalinkWDF/BA updates:
- Distinguish logging when user logs out manually or is logged out automatically.
- Timeout off when not logged in and not in MD005W.
- Improved logging: data before and after an insert, update or delete are now saved in one JSON string; makes it easy to compare.
- Various under the hood changes.
Various changes and additions
Thu, Jun 24 2021 PermalinkWDF/BA updates:
- Various under the hood changes and bug fixes.
- Added a modal 'Processing' dialog for interactive processes that might take a while.
- MD005: Added a link next to the username, to the menu editor GP004/MD007
- I did a hacking course and harnessed the framework some more to prevent hacking.
- GP014: Get GPS coordinates via Google, and store them in the distance table. If you want to use this functionality with other addresses, contact me for a quote.
Various changes and additions
Mon, May 03 2021 PermalinkWDF/BA updates:
- Better modal confirmation dialog positioning.
- You can now set application variables via GP006. I advise against it, unless you are sure that you know what you want. Here is a list with variables you can set:
- LOGLEVEL: 0 through 9. The lower the number, the less message are logged.
- EXTRAWIDTH: In pixels; to widen the content area.
- EXPORT: 0 or 1; allow Excel/CSV-export.
- EXPORTTYPE: 'csv', 'txt' or 'xls' (without the quotes).
- EXPORTUSELABELS: 0, 1 or 2; 0 = no column headings, 1 = Short text, 2 = Long text
- EXPORTHEADER: 0 or 1; Exports information about the app and the date in the first 3 lines.
- EXPORTFILENAME: Set the file name for the export. If not set, it defaults to PRODUCTNAME_APPNAME_DATETIME.ext
- EXPORTSEPARATOR: Only valid for non-XLS exports. The column separator to use. If not set, a tab (.txt) or a semicolon (.csv) is used.
- NODUPLICATEBTN: 0 or 1; enable or disable the 'copy record' button in list-view.
- NONEWBTN: 0 or 1; enable or disable the 'Add new' button.
- NOHELPBTN: 0 or 1; enable or disable the 'Help' button.
- DELCHKBOX: 0 or 1; enable or disable the 'multi-delete' feature in list-view. Note: not all apps have this 'multi-delete'-feature implemented. If you find an app where you need it, and it hasn't this feature, contact me for a quote.
- SQLLIMITENTRY: 0 or 1; enable or disable the 'Results per page' entry field in the footer.
Various changes and additions
Tue, Apr 06 2021 PermalinkWDF/BA updates:
- GP004: Fixed the possibility to edit a menu when in View-only mode.
- Removed the browsertest from all applications, now that Internet Explorer is gone, and all browsers use up-to-date rendering engines.
- Email address verification via hunter.io updated.
- Filter column on empty value or zero: use a single minus character '-' to to show rows with no data in that column.
Zoom
Sun, Jan 31 2021 PermalinkWDF/BA update:
- Added zoom-in/out/reset buttons in the footer bar. These are only visible and active on mobile devices. The zoom setting is saved and recalled after a page reload or revisit.
- Various 'under-the-hood' changes.
Various changes and additions
Mon, Dec 21 2020 PermalinkWDF/BA updates:
- Added the possibility to pass more info about the used filters in list view, to the export header.
- Fixed a formatting poblem in Excel/CSV export.
- Position of the confirmation-dialog, when deleting a record, is now a bit higher on screen.
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)