Joomla! Features
Read More
No you don’t. Versions of MySQL lower than 4.1 do not have built in UTF-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use UTF-8 on older databases. Let the installer take care of all the settings and there is no need to make any changes to the database (charset, collation, or any other).
Read MoreThis is now implemented by inserting a Read more… tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the Read more…. A new Plugin takes care of the rest.
It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.
Yes it can! This is a significant security improvement.The safe mode limits PHP to be able to perform actions only on files/folders who’s owner is the same as PHP is currently using (this is usually ‘apache’). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP Layer allows Joomla! to operate in PHP Safe Mode.
Read MoreThe FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. This makes the site admin’s life a lot easier and increases security of the site.You can check the write status of relevent folders by going to ”Help->System Info” and then in the sub-menu to “Directory Permissions”. With the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.NOTE: the FTP layer is not required on a Windows host/server.
Read More