Conversation:
Notices
-
@marcus @vinzv Sorry about that, should be fixed in latest nightly! I apparently didn't catch the classes which extend GalleryAction in my greps. :)
-
@marcus @vinzv Err, not entirely fixed. But soon.
-
@marcus @vinzv That should do it! Commit 961031b (and I by this noticed how horrible the Directory plugin is ;))
-
@vinzv /groups isn't handled by the !qvitter interface, in case you're wondering why it keeps loading the classic view for that URL.
-
@hannes2peer @vinzv @marcus@gnusocial.ch Just want to say that I'm still not having a problem switching between qvitter and classic while running latest nightly ;)
-
@hannes2peer just revert everything and go to bed! ;)
-
@vinzv @marcus @hannes2peer It would be fun if this was related somehow to a repository-installed PEAR DB library, which in case it's used might be unable to save value 0 to the database. So the Profile_prefs settings disable_by_user and enable_by_user never get set to 0 after being 1.
(I fixed a bug earlier this year in PEAR DB where comparison of '' == 0 resulted in true, when it should've been '' === 0 (false)).