Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
awes-24.1.1.1409.7z | 2024-11-09 | 768.7 MB | |
README.md | 2024-11-08 | 4.9 kB | |
Totals: 2 Items | 768.7 MB | 0 |
MARKINGS
- [ NUMBER ] Initial public release of AWES
- [ + ] Add
- [ - ] Abstraction
- [ ^ ] Upgrade
- [ ! ] Fix
- [ ~ ] Not fixed or partially fixed and continues to have a problem
ASCOOS WEB EXTENDED STUDIO 24.1.1 [1409]
!!DATE 2024-10-31
AWES
-
[ + ] Added the automatic installation of the necessary SSL certificates in the Windows Root Store, so that do not hang the AWES pages running on localhost. The python.loc and node.loc pages require additional certificates that will be enabled to be created in subsequent versions.
-
[ + ] Added option to create an Indexes view of domain contents. Its implementation is done during the creation of the domain through the corresponding dialog box. This is necessary when in a sector, we want to see in the browser the files contained in the folder and choose which one we want to execute.
-
[ + ] User handling features have been added. Right-clicking on the list on the selected user opens a pop-up menu, containing various functions for him:
- Opening the user's data folder, either in Windows Explorer or in Visual Studio Code
- Backup all its data and restore them.
- Show the user's backup folder in Windows Explorer.
-
[ + ] Domain handling capabilities have been added. Right-clicking on the list on the selected sector opens a pop-up menu, containing various functions for it. Indicatively, we mention:
- Openning the domain folder either in Windows Explorer or in Visual Studio Code
- create SSL certificate (Activation in the next version).
- Create or delete repository (Activation in the next version)
- The installation of a web application (Activation in the next version)
- Backup and restore these.
- Show the backup folder of the domain in Windows Explorer.
-
[ + ] The dialog box for upgrading the AWES application was enabled. Now, you don't have to download minor updates manually, although there's always the option for AWES to direct you to Sourceforge to download and install the upgrade package yourself.
-
[ + ] Added the ability to notify the desktop if an upgrade is available. This option is selected through the configuration dialog box on the "Upgrades" tab.
-
[ ! ] Fixed bugs in the administration tab of users' domains.
- Fixed the bug in deleting the apache configuration file when deleting a domain or subdomain.
- Fixed bugs in automatically adding and refreshing the DNS list of the Windows Hosts file in the corresponding AWES tab, after adding or deleting domains.
-
[ ! ] Fixed bugs in links to Ascoos websites.
-
[ ! ] Fixed several minor bugs and conflicts in AWES and its application components.
WEB SERVERS
-
[ + ]
PHP
--> PHP version 8.4 RC3 has been added. -
[ ^ ]
PHP
--> upgraded versions 8.2.x and 8.3.x to 8.2.25, 8.3.13 -
[ + ]
Memcached
--> Added the popular accelerator in version 1.6.8. -
[ + ]
MongoDB
--> Added the database in version 8.0.3, along with the compass manager. The database does not work on PHP versions 5.6 and 8.4 (See section 'UNCORRECTED'). -
[ + ]
SubVersion
--> Added its function as a service in windows, but also as a component in apache. The first is temporarily disabled because it still has some bugs. As a component of apache it works and the appearance of a repository can be done either by calling it as https://localhost/svn/[RepositoryName], or more secure through the built-in WebSVN application present in the "plugins" tab. -
[ ^ ]
Apache
--> Updated apache to version 2.4.62 with openssl 3.1.7. This version works with VS17 but also runs applications built with VS16. Basically all PHP applications (5.6 - 8.4), Python and NodeJS run. -
[ - ]
MariaDB
--> 5 versions (11.0.x, 11.1.x, 11.2.x, 11.3.x, 11.5.x) were removed as it was deemed unnecessary to have so many versions of a database as their capabilities are fully covered by versions 11.4.x and 11.6.x that remained in AWES.
ADDONS
-
[ + ]
MemcacheInfo
--> Added the app to view information about memcached -
[ + ]
phpMemcachedAdmin
--> Version 1.3.0-dev of the web application has been added to provide information and manage memcached. -
[ ^ ]
phpMyAdmin
--> Upgraded to the latest version of the 6 Series that supports PHP 8.4
APPLICATIONS
-
[ ^ ]
Firefox Developer Edition
-> Upgraded to version 133.0b3 -
[ ^ ]
Visual Studio Code
-> Upgraded to version 1.95.1
UNCORRECTED
-
[ ~ ]
PHP 5.6.40 and 8.4
--> Due to the upgrade of apache and openssl, it cannot load openssl and MongoDB drivers. (#0000001 - https://issues.ascoos.com/view.php?id=1). -
[ ~ ] The SSL certificate generator sub-application was not enabled for the created domains because it still has some problems.