On Fri, 2010-11-19 at 10:42 +0200, Vlad Dragu wrote: > Unfortunately today was the day when my linux installation decided to > act all crazy on me. > Right now if i try a click, it takes about 1 minute for the system to > respond. > I managed to make a few commits to the repository.
Wow... What is taking all the resources? If you want try to put a screenshot of 'top', I'll see if it looks like anything that already happened to me. > I switched the storage method of the mission state from the session to > the database. Perfect. > i fixed the html raw output bug Thanks for this! I've replied in the bug report for the part about error handling. > I'm working on the homepage link bug (#676877). If my linux lets me, > i'll probably finish it tonight. > If tomorrow things continue this way, i'll be forced o do a fresh > install of my linux virtual machine. > if that's the case, i'll take the oportunity to do the install following > the INSTALL instructions and see if they cover the install from start to > finish. That's an excellent opportunity to do that, yep : ) Btw I've merged your branch, and fixed two issues: - SQL request for table "mission_state" was missing in sql/update_hackit_db_alpha1.2-alpha2.0-bis.sql (fixed in trunk) - date_default_timezone_set wasn't called by the proxy, which was generating warnings (fixed in trunk). Btw there is duplicated code between proxy/index.php and includes/includes.php - will need to be fixed in a later release https://bugs.launchpad.net/hackit/+bug/677855 I've also reported/updated a few bugs in Launchpad. Xavier. _______________________________________________ Farsides mailing list - [email protected] Wiki: http://farsides.com/ List: http://farsides.com/ml/ Forum: http://farsides.com/forum/ Ideas: http://farsides.com/ideas/ Chat: http://farsides.com/chat/

