![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 324563ce8863bd3d150ef64e9245ea54fa324b0f
https://github.com/dreamwidth/dw-free/commit/324563ce8863bd3d150ef64e9245ea54fa324b0f
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M cgi-bin/LJ/Directories.pm
Log Message:
-----------
(Bug 4631) Use DW->home instead of $LJ::HOME
This makes sure we get a proper value even when we're not in web context
(e.g., when we're running a worker)
Commit: 023a4c6463c459efc9e214838e53da27f7db32f1
https://github.com/dreamwidth/dw-free/commit/023a4c6463c459efc9e214838e53da27f7db32f1
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M cgi-bin/LJ/ModuleLoader.pm
Log Message:
-----------
(Bug 4631) Explicitly use the LJ::Directories module
Worked fine in web context where we could rely on the module having
already been loaded, but we need to make sure to use it explicitly for
non-webcontext (e.g., when running workers)
Commit: 85ed1634c1913fd3162eaac49b7b70b4cd4744c5
https://github.com/dreamwidth/dw-free/commit/85ed1634c1913fd3162eaac49b7b70b4cd4744c5
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M cgi-bin/LJ/Directories.pm
M cgi-bin/LJ/ModuleLoader.pm
Log Message:
-----------
(Bug 4631) Undo changes; these don't go far enough.
Commit: 8928be806f157c03e55df2ff6e6e609dd541d314
https://github.com/dreamwidth/dw-free/commit/8928be806f157c03e55df2ff6e6e609dd541d314
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M bin/create-account
M bin/deleteusers.pl
M bin/dev/entrydump.pl
M bin/dumpsql.pl
M bin/get-users-for-paid-accounts.pl
M bin/incoming-mail-inject.pl
M bin/ljmaint.pl
M bin/ljsysban.pl
M bin/logsummarize.pl
M bin/misc/dump-poll.pl
M bin/qbufferd.pl
M bin/renameuser.pl
M bin/schedule-copier-jobs
M bin/truncate-cluster.pl
M bin/update-tor-exits
M bin/upgrading/compress_cluster.pl
M bin/upgrading/import-includes.pl
M bin/upgrading/make_system.pl
M bin/upgrading/migrate-userpics.pl
M bin/upgrading/migrate-userprop.pl
M bin/upgrading/populate-next-birthdays
M bin/upgrading/truncate_cluster.pl
M bin/worker/content-importer
M bin/worker/content-importer-lite
M bin/worker/content-importer-verify
M bin/worker/esn-cluster-subs
M bin/worker/esn-cluster-subs-mass
M bin/worker/esn-filter-subs
M bin/worker/esn-filter-subs-mass
M bin/worker/esn-fired-event
M bin/worker/esn-fired-event-mass
M bin/worker/esn-process-sub
M bin/worker/esn-process-sub-mass
M bin/worker/import-scheduler
M bin/worker/incoming-email
M bin/worker/latest-feed
M bin/worker/lazy-cleanup
M bin/worker/paidstatus
M bin/worker/ping-hubbub
M bin/worker/process-esn
M bin/worker/process-esn-mass
M bin/worker/process-eventlogrecord
M bin/worker/resolve-extacct
M bin/worker/schedule-synsuck
M bin/worker/search-constraints
M bin/worker/search-lookup
M bin/worker/search-updater
M bin/worker/shop-creditcard-charge
M bin/worker/spellcheck-gm
M bin/worker/sphinx-search-gm
M bin/worker/subscribe-hubbub
M bin/worker/support-notify
M bin/worker/sysban-gm
M bin/worker/taglib-gm
M bin/worker/talklib-gm
M bin/worker/userpic-resize-gm
Log Message:
-----------
(Bug 4631) Put "require ljlib.pl" in scripts in a BEGIN block
This is to ensure that ljlib.pl is loaded at compile-time, rather than
at runtime, so that scripts / workers (things not running in a web
server) don't break unexpectedly because of ordering issues.
Commit: 547ce18abe83f67848f9664b2c569676fe4e5b95
https://github.com/dreamwidth/dw-free/commit/547ce18abe83f67848f9664b2c569676fe4e5b95
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M bin/moveucluster.pl
Log Message:
-----------
(Bug 4631) Conditionally include LJ::CmdBuffer after ljlib.pl is loaded
Compile-time vs run-time mechanics meant that this script died because
it was trying to load LJ::CmdBuffer before certain things had been setup
by ljlib.pl. So make this conditional, and use eval to force it to be
run-time (when ljlib.pl has been included)
Commit: 267e7c7c803f10e80af434c1070529d17dcfdeab
https://github.com/dreamwidth/dw-free/commit/267e7c7c803f10e80af434c1070529d17dcfdeab
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M t/assertions.t
M t/atom-post.t
M t/betafeatures.t
M t/birthday.t
M t/caps.t
M t/captcha-textcaptcha.t
M t/captcha.t
M t/clean-comment.t
M t/clean-embed.t
M t/clean-event.t
M t/cleaner-forms.t
M t/cleaner-invalid.t
M t/cleaner-ljtags.t
M t/cleaner-subject.t
M t/cleaner-tables.t
M t/commafy.t
M t/comment.t
M t/console-allowopenproxy.t
M t/console-ban.t
M t/console-changecommunityadmin.t
M t/console-changejournalstatus.t
M t/console-changejournaltype.t
M t/console-comment.t
M t/console-community.t
M t/console-entry.t
M t/console-expungeuserpic.t
M t/console-faqcat.t
M t/console-finduser.t
M t/console-findusercluster.t
M t/console-getrelation.t
M t/console-infohistory.t
M t/console-moodthemes.t
M t/console-print.t
M t/console-priv.t
M t/console-reset.t
M t/console-set.t
M t/console-setbadpassword.t
M t/console-suspend.t
M t/console-syndicated.t
M t/console-sysban.t
M t/console-tags.t
M t/content-filters.t
M t/cprod.t
M t/create-url.t
M t/dev-setup.t
M t/directorysearch-extra.t
M t/directorysearch.t
M t/draftset.t
M t/emailpost.t
M t/embed-whitelist.t
M t/entrycomment-create.t
M t/errors.t
M t/esn-duplicatesubscriptions.t
M t/esn-end2end.t
M t/esn-findsubscription.t
M t/esn-journalnewcomment.t
M t/esn.t
M t/external-user.t
M t/fakememcache.t
M t/faq.t
M t/feed-atom.t
M t/htmltrim.t
M t/jabber-presence.t
M t/langdatfile.t
M t/location.t
M t/log-items.t
M t/notificationinbox.t
M t/notificationmethod-email.t
M t/notificationmethod-inbox.t
M t/paid-time.t
M t/parsefeed-atom-link.t
M t/parsefeed-atom-link2.t
M t/parsefeed-atom-link3.t
M t/parsefeed-atom-types.t
M t/parsefeed-authors.t
M t/poll.t
M t/post.t
M t/privs.t
M t/proto-post-edit-roundtrip.t
M t/protocol.t
M t/referer.t
M t/rename.t
M t/request-multi.t
M t/routing-table.t
M t/s2-color.t
M t/settings.t
M t/subscription-flags.t
M t/subscription-nested.t
M t/subscription-pending.t
M t/synsuck.t
M t/talklib-mail-migrate.t
M t/template-plugin-formhtml.t
M t/typemap.t
M t/uniqcookie.t
M t/user-infoshow-migrate.t
M t/userloading.t
M t/usermoves.t
M t/userpics.t
M t/utf8-convert.t
M t/wtf.t
Log Message:
-----------
(Bug 4631) Fix loading of ljlib.pl in tests
Commit: 56420a3d9f6869e7daec264aad7f7a5a07e28199
https://github.com/dreamwidth/dw-free/commit/56420a3d9f6869e7daec264aad7f7a5a07e28199
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M bin/create-account
M bin/deleteusers.pl
M bin/dev/entrydump.pl
M bin/dumpsql.pl
M bin/get-users-for-paid-accounts.pl
M bin/incoming-mail-inject.pl
M bin/ljmaint.pl
M bin/ljsysban.pl
M bin/logsummarize.pl
M bin/misc/dump-poll.pl
M bin/moveucluster.pl
M bin/qbufferd.pl
M bin/renameuser.pl
M bin/schedule-copier-jobs
M bin/truncate-cluster.pl
M bin/update-tor-exits
M bin/upgrading/compress_cluster.pl
M bin/upgrading/import-includes.pl
M bin/upgrading/make_system.pl
M bin/upgrading/migrate-userpics.pl
M bin/upgrading/migrate-userprop.pl
M bin/upgrading/populate-next-birthdays
M bin/upgrading/truncate_cluster.pl
M bin/worker/content-importer
M bin/worker/content-importer-lite
M bin/worker/content-importer-verify
M bin/worker/esn-cluster-subs
M bin/worker/esn-cluster-subs-mass
M bin/worker/esn-filter-subs
M bin/worker/esn-filter-subs-mass
M bin/worker/esn-fired-event
M bin/worker/esn-fired-event-mass
M bin/worker/esn-process-sub
M bin/worker/esn-process-sub-mass
M bin/worker/import-scheduler
M bin/worker/incoming-email
M bin/worker/latest-feed
M bin/worker/lazy-cleanup
M bin/worker/paidstatus
M bin/worker/ping-hubbub
M bin/worker/process-esn
M bin/worker/process-esn-mass
M bin/worker/process-eventlogrecord
M bin/worker/resolve-extacct
M bin/worker/schedule-synsuck
M bin/worker/search-constraints
M bin/worker/search-lookup
M bin/worker/search-updater
M bin/worker/shop-creditcard-charge
M bin/worker/spellcheck-gm
M bin/worker/sphinx-search-gm
M bin/worker/subscribe-hubbub
M bin/worker/support-notify
M bin/worker/sysban-gm
M bin/worker/taglib-gm
M bin/worker/talklib-gm
M bin/worker/userpic-resize-gm
M t/assertions.t
M t/atom-post.t
M t/betafeatures.t
M t/birthday.t
M t/caps.t
M t/captcha-textcaptcha.t
M t/captcha.t
M t/clean-comment.t
M t/clean-embed.t
M t/clean-event.t
M t/cleaner-forms.t
M t/cleaner-invalid.t
M t/cleaner-ljtags.t
M t/cleaner-subject.t
M t/cleaner-tables.t
M t/commafy.t
M t/comment.t
M t/console-allowopenproxy.t
M t/console-ban.t
M t/console-changecommunityadmin.t
M t/console-changejournalstatus.t
M t/console-changejournaltype.t
M t/console-comment.t
M t/console-community.t
M t/console-entry.t
M t/console-expungeuserpic.t
M t/console-faqcat.t
M t/console-finduser.t
M t/console-findusercluster.t
M t/console-getrelation.t
M t/console-infohistory.t
M t/console-moodthemes.t
M t/console-print.t
M t/console-priv.t
M t/console-reset.t
M t/console-set.t
M t/console-setbadpassword.t
M t/console-suspend.t
M t/console-syndicated.t
M t/console-sysban.t
M t/console-tags.t
M t/content-filters.t
M t/cprod.t
M t/create-url.t
M t/dev-setup.t
M t/directorysearch-extra.t
M t/directorysearch.t
M t/draftset.t
M t/emailpost.t
M t/embed-whitelist.t
M t/entrycomment-create.t
M t/errors.t
M t/esn-duplicatesubscriptions.t
M t/esn-end2end.t
M t/esn-findsubscription.t
M t/esn-journalnewcomment.t
M t/esn.t
M t/external-user.t
M t/fakememcache.t
M t/faq.t
M t/feed-atom.t
M t/htmltrim.t
M t/jabber-presence.t
M t/langdatfile.t
M t/location.t
M t/log-items.t
M t/notificationinbox.t
M t/notificationmethod-email.t
M t/notificationmethod-inbox.t
M t/paid-time.t
M t/parsefeed-atom-link.t
M t/parsefeed-atom-link2.t
M t/parsefeed-atom-link3.t
M t/parsefeed-atom-types.t
M t/parsefeed-authors.t
M t/poll.t
M t/post.t
M t/privs.t
M t/proto-post-edit-roundtrip.t
M t/protocol.t
M t/referer.t
M t/rename.t
M t/request-multi.t
M t/routing-table.t
M t/s2-color.t
M t/settings.t
M t/subscription-flags.t
M t/subscription-nested.t
M t/subscription-pending.t
M t/synsuck.t
M t/talklib-mail-migrate.t
M t/template-plugin-formhtml.t
M t/typemap.t
M t/uniqcookie.t
M t/user-infoshow-migrate.t
M t/userloading.t
M t/usermoves.t
M t/userpics.t
M t/utf8-convert.t
M t/wtf.t
Log Message:
-----------
Merge pull request #54 from afuna/feature/esn-nooverlays-bug4631
(Bug 4631) Be more explicit so that commandline workers still work
Compare: https://github.com/dreamwidth/dw-free/compare/52d487333f9b...56420a3d9f68
Home: https://github.com/dreamwidth/dw-free
Commit: 324563ce8863bd3d150ef64e9245ea54fa324b0f
https://github.com/dreamwidth/dw-free/commit/324563ce8863bd3d150ef64e9245ea54fa324b0f
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M cgi-bin/LJ/Directories.pm
Log Message:
-----------
(Bug 4631) Use DW->home instead of $LJ::HOME
This makes sure we get a proper value even when we're not in web context
(e.g., when we're running a worker)
Commit: 023a4c6463c459efc9e214838e53da27f7db32f1
https://github.com/dreamwidth/dw-free/commit/023a4c6463c459efc9e214838e53da27f7db32f1
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M cgi-bin/LJ/ModuleLoader.pm
Log Message:
-----------
(Bug 4631) Explicitly use the LJ::Directories module
Worked fine in web context where we could rely on the module having
already been loaded, but we need to make sure to use it explicitly for
non-webcontext (e.g., when running workers)
Commit: 85ed1634c1913fd3162eaac49b7b70b4cd4744c5
https://github.com/dreamwidth/dw-free/commit/85ed1634c1913fd3162eaac49b7b70b4cd4744c5
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Changed paths:
M cgi-bin/LJ/Directories.pm
M cgi-bin/LJ/ModuleLoader.pm
Log Message:
-----------
(Bug 4631) Undo changes; these don't go far enough.
Commit: 8928be806f157c03e55df2ff6e6e609dd541d314
https://github.com/dreamwidth/dw-free/commit/8928be806f157c03e55df2ff6e6e609dd541d314
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M bin/create-account
M bin/deleteusers.pl
M bin/dev/entrydump.pl
M bin/dumpsql.pl
M bin/get-users-for-paid-accounts.pl
M bin/incoming-mail-inject.pl
M bin/ljmaint.pl
M bin/ljsysban.pl
M bin/logsummarize.pl
M bin/misc/dump-poll.pl
M bin/qbufferd.pl
M bin/renameuser.pl
M bin/schedule-copier-jobs
M bin/truncate-cluster.pl
M bin/update-tor-exits
M bin/upgrading/compress_cluster.pl
M bin/upgrading/import-includes.pl
M bin/upgrading/make_system.pl
M bin/upgrading/migrate-userpics.pl
M bin/upgrading/migrate-userprop.pl
M bin/upgrading/populate-next-birthdays
M bin/upgrading/truncate_cluster.pl
M bin/worker/content-importer
M bin/worker/content-importer-lite
M bin/worker/content-importer-verify
M bin/worker/esn-cluster-subs
M bin/worker/esn-cluster-subs-mass
M bin/worker/esn-filter-subs
M bin/worker/esn-filter-subs-mass
M bin/worker/esn-fired-event
M bin/worker/esn-fired-event-mass
M bin/worker/esn-process-sub
M bin/worker/esn-process-sub-mass
M bin/worker/import-scheduler
M bin/worker/incoming-email
M bin/worker/latest-feed
M bin/worker/lazy-cleanup
M bin/worker/paidstatus
M bin/worker/ping-hubbub
M bin/worker/process-esn
M bin/worker/process-esn-mass
M bin/worker/process-eventlogrecord
M bin/worker/resolve-extacct
M bin/worker/schedule-synsuck
M bin/worker/search-constraints
M bin/worker/search-lookup
M bin/worker/search-updater
M bin/worker/shop-creditcard-charge
M bin/worker/spellcheck-gm
M bin/worker/sphinx-search-gm
M bin/worker/subscribe-hubbub
M bin/worker/support-notify
M bin/worker/sysban-gm
M bin/worker/taglib-gm
M bin/worker/talklib-gm
M bin/worker/userpic-resize-gm
Log Message:
-----------
(Bug 4631) Put "require ljlib.pl" in scripts in a BEGIN block
This is to ensure that ljlib.pl is loaded at compile-time, rather than
at runtime, so that scripts / workers (things not running in a web
server) don't break unexpectedly because of ordering issues.
Commit: 547ce18abe83f67848f9664b2c569676fe4e5b95
https://github.com/dreamwidth/dw-free/commit/547ce18abe83f67848f9664b2c569676fe4e5b95
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-04 (Tue, 04 Sep 2012)
Changed paths:
M bin/moveucluster.pl
Log Message:
-----------
(Bug 4631) Conditionally include LJ::CmdBuffer after ljlib.pl is loaded
Compile-time vs run-time mechanics meant that this script died because
it was trying to load LJ::CmdBuffer before certain things had been setup
by ljlib.pl. So make this conditional, and use eval to force it to be
run-time (when ljlib.pl has been included)
Commit: 267e7c7c803f10e80af434c1070529d17dcfdeab
https://github.com/dreamwidth/dw-free/commit/267e7c7c803f10e80af434c1070529d17dcfdeab
Author: Afuna <fu@dreamwidth.org>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M t/assertions.t
M t/atom-post.t
M t/betafeatures.t
M t/birthday.t
M t/caps.t
M t/captcha-textcaptcha.t
M t/captcha.t
M t/clean-comment.t
M t/clean-embed.t
M t/clean-event.t
M t/cleaner-forms.t
M t/cleaner-invalid.t
M t/cleaner-ljtags.t
M t/cleaner-subject.t
M t/cleaner-tables.t
M t/commafy.t
M t/comment.t
M t/console-allowopenproxy.t
M t/console-ban.t
M t/console-changecommunityadmin.t
M t/console-changejournalstatus.t
M t/console-changejournaltype.t
M t/console-comment.t
M t/console-community.t
M t/console-entry.t
M t/console-expungeuserpic.t
M t/console-faqcat.t
M t/console-finduser.t
M t/console-findusercluster.t
M t/console-getrelation.t
M t/console-infohistory.t
M t/console-moodthemes.t
M t/console-print.t
M t/console-priv.t
M t/console-reset.t
M t/console-set.t
M t/console-setbadpassword.t
M t/console-suspend.t
M t/console-syndicated.t
M t/console-sysban.t
M t/console-tags.t
M t/content-filters.t
M t/cprod.t
M t/create-url.t
M t/dev-setup.t
M t/directorysearch-extra.t
M t/directorysearch.t
M t/draftset.t
M t/emailpost.t
M t/embed-whitelist.t
M t/entrycomment-create.t
M t/errors.t
M t/esn-duplicatesubscriptions.t
M t/esn-end2end.t
M t/esn-findsubscription.t
M t/esn-journalnewcomment.t
M t/esn.t
M t/external-user.t
M t/fakememcache.t
M t/faq.t
M t/feed-atom.t
M t/htmltrim.t
M t/jabber-presence.t
M t/langdatfile.t
M t/location.t
M t/log-items.t
M t/notificationinbox.t
M t/notificationmethod-email.t
M t/notificationmethod-inbox.t
M t/paid-time.t
M t/parsefeed-atom-link.t
M t/parsefeed-atom-link2.t
M t/parsefeed-atom-link3.t
M t/parsefeed-atom-types.t
M t/parsefeed-authors.t
M t/poll.t
M t/post.t
M t/privs.t
M t/proto-post-edit-roundtrip.t
M t/protocol.t
M t/referer.t
M t/rename.t
M t/request-multi.t
M t/routing-table.t
M t/s2-color.t
M t/settings.t
M t/subscription-flags.t
M t/subscription-nested.t
M t/subscription-pending.t
M t/synsuck.t
M t/talklib-mail-migrate.t
M t/template-plugin-formhtml.t
M t/typemap.t
M t/uniqcookie.t
M t/user-infoshow-migrate.t
M t/userloading.t
M t/usermoves.t
M t/userpics.t
M t/utf8-convert.t
M t/wtf.t
Log Message:
-----------
(Bug 4631) Fix loading of ljlib.pl in tests
Commit: 56420a3d9f6869e7daec264aad7f7a5a07e28199
https://github.com/dreamwidth/dw-free/commit/56420a3d9f6869e7daec264aad7f7a5a07e28199
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M bin/create-account
M bin/deleteusers.pl
M bin/dev/entrydump.pl
M bin/dumpsql.pl
M bin/get-users-for-paid-accounts.pl
M bin/incoming-mail-inject.pl
M bin/ljmaint.pl
M bin/ljsysban.pl
M bin/logsummarize.pl
M bin/misc/dump-poll.pl
M bin/moveucluster.pl
M bin/qbufferd.pl
M bin/renameuser.pl
M bin/schedule-copier-jobs
M bin/truncate-cluster.pl
M bin/update-tor-exits
M bin/upgrading/compress_cluster.pl
M bin/upgrading/import-includes.pl
M bin/upgrading/make_system.pl
M bin/upgrading/migrate-userpics.pl
M bin/upgrading/migrate-userprop.pl
M bin/upgrading/populate-next-birthdays
M bin/upgrading/truncate_cluster.pl
M bin/worker/content-importer
M bin/worker/content-importer-lite
M bin/worker/content-importer-verify
M bin/worker/esn-cluster-subs
M bin/worker/esn-cluster-subs-mass
M bin/worker/esn-filter-subs
M bin/worker/esn-filter-subs-mass
M bin/worker/esn-fired-event
M bin/worker/esn-fired-event-mass
M bin/worker/esn-process-sub
M bin/worker/esn-process-sub-mass
M bin/worker/import-scheduler
M bin/worker/incoming-email
M bin/worker/latest-feed
M bin/worker/lazy-cleanup
M bin/worker/paidstatus
M bin/worker/ping-hubbub
M bin/worker/process-esn
M bin/worker/process-esn-mass
M bin/worker/process-eventlogrecord
M bin/worker/resolve-extacct
M bin/worker/schedule-synsuck
M bin/worker/search-constraints
M bin/worker/search-lookup
M bin/worker/search-updater
M bin/worker/shop-creditcard-charge
M bin/worker/spellcheck-gm
M bin/worker/sphinx-search-gm
M bin/worker/subscribe-hubbub
M bin/worker/support-notify
M bin/worker/sysban-gm
M bin/worker/taglib-gm
M bin/worker/talklib-gm
M bin/worker/userpic-resize-gm
M t/assertions.t
M t/atom-post.t
M t/betafeatures.t
M t/birthday.t
M t/caps.t
M t/captcha-textcaptcha.t
M t/captcha.t
M t/clean-comment.t
M t/clean-embed.t
M t/clean-event.t
M t/cleaner-forms.t
M t/cleaner-invalid.t
M t/cleaner-ljtags.t
M t/cleaner-subject.t
M t/cleaner-tables.t
M t/commafy.t
M t/comment.t
M t/console-allowopenproxy.t
M t/console-ban.t
M t/console-changecommunityadmin.t
M t/console-changejournalstatus.t
M t/console-changejournaltype.t
M t/console-comment.t
M t/console-community.t
M t/console-entry.t
M t/console-expungeuserpic.t
M t/console-faqcat.t
M t/console-finduser.t
M t/console-findusercluster.t
M t/console-getrelation.t
M t/console-infohistory.t
M t/console-moodthemes.t
M t/console-print.t
M t/console-priv.t
M t/console-reset.t
M t/console-set.t
M t/console-setbadpassword.t
M t/console-suspend.t
M t/console-syndicated.t
M t/console-sysban.t
M t/console-tags.t
M t/content-filters.t
M t/cprod.t
M t/create-url.t
M t/dev-setup.t
M t/directorysearch-extra.t
M t/directorysearch.t
M t/draftset.t
M t/emailpost.t
M t/embed-whitelist.t
M t/entrycomment-create.t
M t/errors.t
M t/esn-duplicatesubscriptions.t
M t/esn-end2end.t
M t/esn-findsubscription.t
M t/esn-journalnewcomment.t
M t/esn.t
M t/external-user.t
M t/fakememcache.t
M t/faq.t
M t/feed-atom.t
M t/htmltrim.t
M t/jabber-presence.t
M t/langdatfile.t
M t/location.t
M t/log-items.t
M t/notificationinbox.t
M t/notificationmethod-email.t
M t/notificationmethod-inbox.t
M t/paid-time.t
M t/parsefeed-atom-link.t
M t/parsefeed-atom-link2.t
M t/parsefeed-atom-link3.t
M t/parsefeed-atom-types.t
M t/parsefeed-authors.t
M t/poll.t
M t/post.t
M t/privs.t
M t/proto-post-edit-roundtrip.t
M t/protocol.t
M t/referer.t
M t/rename.t
M t/request-multi.t
M t/routing-table.t
M t/s2-color.t
M t/settings.t
M t/subscription-flags.t
M t/subscription-nested.t
M t/subscription-pending.t
M t/synsuck.t
M t/talklib-mail-migrate.t
M t/template-plugin-formhtml.t
M t/typemap.t
M t/uniqcookie.t
M t/user-infoshow-migrate.t
M t/userloading.t
M t/usermoves.t
M t/userpics.t
M t/utf8-convert.t
M t/wtf.t
Log Message:
-----------
Merge pull request #54 from afuna/feature/esn-nooverlays-bug4631
(Bug 4631) Be more explicit so that commandline workers still work
Compare: https://github.com/dreamwidth/dw-free/compare/52d487333f9b...56420a3d9f68