__color__	ticket	summary	component	version	milestone	type	owner	status	created	_changetime	_description	_reporter
2	1266	Default public access level is dangerous	Frontend	2.0 beta	LiquidFeedback Frontend 2.0.1	enhancement	dark	closed	2012-06-29T23:03:59+02:00	2012-07-03T23:52:09+02:00	"The default public access level on the new configuration files is ""full"".

This is dangerous because a simple and easy to miss misconfiguration can expose sensitive data and ruin an active installation.

The default should be the safest available: false."	pavlos256@…
3	1273	Warning when using unsupported browser	Frontend	2.0	LiquidFeedback Frontend 2.0.1	enhancement	dark	closed	2012-07-04T02:16:46+02:00	2012-07-04T16:28:58+02:00	"Internet explorer does not work with liquid feedback 1.0 properly and with 2.0 not at all.
until this is fixed there should be a huge warning instead of the usual page and warn the user that almost nothing will work.
"	anonymous
3	1269	Memory leak in Event:send_notifications_loop()	Frontend	2.0	LiquidFeedback Frontend 2.0.1	defect	dark	closed	2012-07-03T12:58:52+02:00	2012-07-05T22:07:18+02:00	"There are two distinct but related problems:

'''a) Minor'''

Setting the config options for the C implementation and turning off GC makes send_notifications_loop() leak like crazy. This is not really unexpected, since GC is required for a process that stays alive, but this ""external script"" should force GC on.

'''b) Major'''

Even with the default configuration (lua implementation and GC on), this process leaks memory, slowly. Here's a few measurements from a system with minimal use:

{{{
Just started:
user 18733  0.1  0.2 183708   4240 pts/2    S    13:41   0:00 lua -i webmcp.lua

11 hours and having sent a few notifications later:
user 18733  0.6  2.9 239328  59828 ?        S    Jul02   4:59 lua -i webmcp.lua

20 hours and having sent a few more notifications later:
user 18733  1.0  5.0 282164 102704 ?        S    Jul02  13:27 lua -i webmcp.lua
}}}
"	pavlos256@…
