partakein / partake

PARTAKE is a web application to manage event organization.
http://partake.in/
48 stars 11 forks source link

stop adding banned user's event to Lucene index #493

Closed KengoTODA closed 11 years ago

KengoTODA commented 11 years ago

this PR will close #432 and make top page clean.

KengoTODA commented 11 years ago

Fixed. Looks complex but it works,

is it acceptable for you to use existence of Optional<T> as flag? We can divide Optional<T> into T and boolean if we need.

KengoTODA commented 11 years ago

Stopped using Optinal in wrong way.