2010-09-07

fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 02:56 am

[dw-free] Support new MogileFS config format

[commit: http://hg.dwscoalition.org/dw-free/rev/1feed31d5892]

http://bugs.dwscoalition.org/show_bug.cgi?id=2514

Expect/send a hashref of options, instead of just the mindevcount.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/update-db.pl
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 03:08 am

[dw-free] AJAXify polls

[commit: http://hg.dwscoalition.org/dw-free/rev/677ac59981c5]

http://bugs.dwscoalition.org/show_bug.cgi?id=1590

Submit poll results without reloading the page.

Patch by [personal profile] jportela.

Files modified:
  • cgi-bin/LJ/Poll.pm
  • cgi-bin/ljdefaults.pl
  • htdocs/js/livejournal.js
  • htdocs/tools/endpoints/pollvote.bml
Diff: 4 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 03:19 am

[dw-free] renameuser.pl attempts renaming to an existing user

[commit: http://hg.dwscoalition.org/dw-free/rev/7f28d1bf7c09]

http://bugs.dwscoalition.org/show_bug.cgi?id=2978

Some error-checking so that you can't rename to an existing user using the
commandline rename command. (Renaming through the web interface still allows
renaming to an existing user.)

Patch by [personal profile] kareila.

Files modified:
  • bin/renameuser.pl
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 07:28 am

[dw-free] Anonymized Detailed Results as a poll option

[commit: http://hg.dwscoalition.org/dw-free/rev/4fcdfd9c7c1c]

http://bugs.dwscoalition.org/show_bug.cgi?id=2363

Allow poll results to be anonymized, so that no one can see the username
that cast each vote. Instead, an automatically generated identifier will be
used (so that it's possible to identify the votes that were cast per set)

Patch by [personal profile] jportela.

Files modified:
  • bin/upgrading/en.dat
  • bin/upgrading/update-db-general.pl
  • cgi-bin/LJ/Event/PollVote.pm
  • cgi-bin/LJ/Poll.pm
  • cgi-bin/LJ/Poll/Question.pm
  • htdocs/poll/create.bml
  • htdocs/poll/create.bml.text
  • htdocs/tools/endpoints/poll.bml
Diff: 8 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 07:36 am

[dw-free] fix notificationmethod tests

[commit: http://hg.dwscoalition.org/dw-free/rev/80975f5cd3ae]

http://bugs.dwscoalition.org/show_bug.cgi?id=2491

Update for new events which replaced older events. Explicitly make the inbox
limit smaller for users at all levels, so that this test runs only ten
times, not a thousand.

Patch by [personal profile] kareila.

Files modified:
  • t/notificationinbox.t
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 08:18 am

[dw-free] Business statistics

[commit: http://hg.dwscoalition.org/dw-free/rev/352f57a7ecbf]

http://bugs.dwscoalition.org/show_bug.cgi?id=124

Pie graphs and bar charts for stats on /stats/site

Patch by [personal profile] anarres.

Files modified:
  • cgi-bin/DW/Controller/Graphs.pm
  • cgi-bin/DW/Controller/SiteStats.pm
  • htdocs/stc/sitestats.css
  • views/stats/site.tt
  • views/stats/site.tt.text
Diff: 5 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 08:24 am

[dw-free] Fix whitespace.

[commit: http://hg.dwscoalition.org/dw-free/rev/55b77d726f86]

Fix whitespace.

Patch by [personal profile] fu.

Files modified:
  • bin/upgrading/update-db-general.pl
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 08:41 am

[dw-free] cleaning up userpics code

[commit: http://hg.dwscoalition.org/dw-free/rev/094089044eb8]

http://bugs.dwscoalition.org/show_bug.cgi?id=513

Modernize/refactor userpics code. Use object methods rather than class
methods.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/Apache/LiveJournal.pm
  • cgi-bin/DW/Logic/ProfilePage.pm
  • cgi-bin/LJ/Comment.pm
  • cgi-bin/LJ/Talk.pm
  • cgi-bin/LJ/User.pm
  • cgi-bin/LJ/Userpic.pm
  • cgi-bin/ljprotocol.pl
  • cgi-bin/ljuserpics.pl
Diff: 8 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 08:47 am

[dw-free] cleaning up userpics code

[commit: http://hg.dwscoalition.org/dw-free/rev/ded9aadc4199]

http://bugs.dwscoalition.org/show_bug.cgi?id=513

Modernize/refactor userpics code. Use object methods rather than class
methods.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Console/Command/ExpungeUserpic.pm
  • cgi-bin/LJ/User.pm
  • cgi-bin/ljuserpics.pl
Diff: 3 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 09:12 am

[dw-free] remove LJ::get_logtext2multi

[commit: http://hg.dwscoalition.org/dw-free/rev/39d8306976ad]

http://bugs.dwscoalition.org/show_bug.cgi?id=2911

Remove wrapper functions; convert code to use the newer versions directly.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Entry.pm
  • htdocs/tools/recent_comments.bml
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 10:39 am

[dw-free] cleaning up userpics code

[commit: http://hg.dwscoalition.org/dw-free/rev/4fd0c9ead3b3]

http://bugs.dwscoalition.org/show_bug.cgi?id=513

Back out some changes; patch causes issues with uploading when mogile is
enabled.

Files modified:
  • cgi-bin/Apache/LiveJournal.pm
  • cgi-bin/LJ/Comment.pm
  • cgi-bin/LJ/Userpic.pm
Diff: 3 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 10:49 am

[dw-free] "Other accounts" should be anchored

[commit: http://hg.dwscoalition.org/dw-free/rev/bd937c21f12f]

http://bugs.dwscoalition.org/show_bug.cgi?id=2832

Add anchors to the various sections on the page, so that they can be
reachable by appending #section_name

Patch by [personal profile] yvi.

Files modified:
  • htdocs/profile.bml
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 10:59 am

[dw-free] clean up error logs

[commit: http://hg.dwscoalition.org/dw-free/rev/edd7b53e1911]

http://bugs.dwscoalition.org/show_bug.cgi?id=2812

Don't try to get a comment count for deleted entries.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/DW/Controller/CommentCount.pm
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-09-07 12:46 pm

[dw-free] ihttp://bugs.dwscoalition.org/show_bug.cgi?id=2363

[commit: http://hg.dwscoalition.org/dw-free/rev/4b6f898a0beb]

ihttp://bugs.dwscoalition.org/show_bug.cgi?id=2363

Add the sql statement to the table create section as well.

Patch by [personal profile] fu.

Files modified:
  • bin/upgrading/update-db-general.pl
Diff: 1 file changed. )
kareila: (Default)
[personal profile] kareila2010-09-07 06:04 pm

[dw-nonfree] enforce strictness

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/ad0d0b4fd447]

http://bugs.dwscoalition.org/show_bug.cgi?id=2807

Use strict in all S2Theme files.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/S2Theme/colorside_local.pm
  • cgi-bin/LJ/S2Theme/modish_local.pm
  • cgi-bin/LJ/S2Theme/sundaymorning.pm
  • cgi-bin/LJ/S2Theme/transmogrified.pm
Diff: 4 files changed. )
kareila: (Default)
[personal profile] kareila2010-09-07 06:05 pm

[dw-free] enforce strictness

[commit: http://hg.dwscoalition.org/dw-free/rev/dcd12cb12c67]

http://bugs.dwscoalition.org/show_bug.cgi?id=2807

Use strict in all S2Theme files.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/S2Theme/bases.pm
  • cgi-bin/LJ/S2Theme/basicboxes.pm
  • cgi-bin/LJ/S2Theme/blanket.pm
  • cgi-bin/LJ/S2Theme/boxesandborders.pm
  • cgi-bin/LJ/S2Theme/brittle.pm
  • cgi-bin/LJ/S2Theme/colorside.pm
  • cgi-bin/LJ/S2Theme/core2base.pm
  • cgi-bin/LJ/S2Theme/crossroads.pm
  • cgi-bin/LJ/S2Theme/drifting.pm
  • cgi-bin/LJ/S2Theme/easyread.pm
  • cgi-bin/LJ/S2Theme/fluidmeasure.pm
  • cgi-bin/LJ/S2Theme/funkycircles.pm
  • cgi-bin/LJ/S2Theme/modish.pm
  • cgi-bin/LJ/S2Theme/modular.pm
  • cgi-bin/LJ/S2Theme/negatives.pm
  • cgi-bin/LJ/S2Theme/nouveauoleanders.pm
  • cgi-bin/LJ/S2Theme/refriedtablet.pm
  • cgi-bin/LJ/S2Theme/skittlishdreams.pm
  • cgi-bin/LJ/S2Theme/steppingstones.pm
  • cgi-bin/LJ/S2Theme/tranquilityiii.pm
  • cgi-bin/LJ/S2Theme/zesty.pm
  • t/use-strict.t
Diff: 22 files changed. )
kareila: (Default)
[personal profile] kareila2010-09-07 06:22 pm

[dw-free] New Style: Compartmentalize by timeasmymeasure

[commit: http://hg.dwscoalition.org/dw-free/rev/9fae1ddeaf92]

http://bugs.dwscoalition.org/show_bug.cgi?id=2953

New style Compartmentalize by [personal profile] timeasmymeasure, with seven
themes.

Patch and previews by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers.dat
  • bin/upgrading/s2layers/compartmentalize/layout.s2
  • bin/upgrading/s2layers/compartmentalize/themes.s2
  • cgi-bin/LJ/S2Theme.pm
  • cgi-bin/LJ/S2Theme/compartmentalize.pm
  • htdocs/img/customize/previews/compartmentalize/contemplation.png
  • htdocs/img/customize/previews/compartmentalize/dawnflush.png
  • htdocs/img/customize/previews/compartmentalize/goodsense.png
  • htdocs/img/customize/previews/compartmentalize/poppyfields.png
  • htdocs/img/customize/previews/compartmentalize/simplicity.png
  • htdocs/img/customize/previews/compartmentalize/sweetberrygolds.png
  • htdocs/img/customize/previews/compartmentalize/tripout.png
Diff: 12 files changed. )