Difference between revisions of "Amahi 5.2"

From Amahi Wiki
Jump to: navigation, search
Line 12: Line 12:
 
* Fixed bug where users could click on a checkbox to show the app in the dashboard, however, apps without webapp exposed a bogus URL, confusing users.
 
* Fixed bug where users could click on a checkbox to show the app in the dashboard, however, apps without webapp exposed a bogus URL, confusing users.
 
* App DB [[Autobackup]]: many apps that have databases now include a routine that will backup the db upon uninstall. This will allow users to upgrade without losing data by reinstalling the app to receive the latest version.
 
* App DB [[Autobackup]]: many apps that have databases now include a routine that will backup the db upon uninstall. This will allow users to upgrade without losing data by reinstalling the app to receive the latest version.
 +
* Fix two upstream updates that broke things in Amahi, bug [http://bugs.amahi.org/issues/show/446 #446]
 +
* Fix to display status IPs properly, bug [http://bugs.amahi.org/issues/show/430 #430]
 +
* Fix a bug introduced when shares generated errors, bug [http://bugs.amahi.org/issues/show/433 #433]
 +
* Fix links in dashboard for apps that do not really have a link, bug [http://bugs.amahi.org/issues/show/445 #445]
  
 
== To Do ==
 
== To Do ==

Revision as of 10:11, 4 March 2010

Release notes

  • Closed #361, fixing the time zone properly for all PHP apps. It was reopened because it was not a proper fix, also adds a new script to do the change hda-php-zone-change
  • Closed #410, where the -f option was not deleting the DB initially (now it does) and also the -f option check was reverse in the code for hda-new-install
  • Updates to the DLNA server with upstream features from MiniDLNA to add support for M3U/PLS music playlists
  • Lots of work on packaging Greyhole as an rpm
  • Patches to add custom options to shares to be able to test Greyhole
  • Fixes to agedashi theme (bug #371)
  • Changed "unix extensions" settings in Samba to "no" so that we move to enabling Greyhole
  • Updated translations to Dutch, Spanish and initial version pf Japanese
  • Updated apps to new version: vTiger, Gallery 2, Ampache, phpSysInfo, eyeOS, php Address Book, Tiny Tiny RSS, phpMyAdmin, portaNEO, AjaXplorer, OpenGoo (now FengOffice), clearBudget, phpRecipeBook, Horde, and DokuWiki.
  • Fixed bug where users could click on a checkbox to show the app in the dashboard, however, apps without webapp exposed a bogus URL, confusing users.
  • App DB Autobackup: many apps that have databases now include a routine that will backup the db upon uninstall. This will allow users to upgrade without losing data by reinstalling the app to receive the latest version.
  • Fix two upstream updates that broke things in Amahi, bug #446
  • Fix to display status IPs properly, bug #430
  • Fix a bug introduced when shares generated errors, bug #433
  • Fix links in dashboard for apps that do not really have a link, bug #445

To Do