2011-08-22

fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2011-08-22 06:57 am

[dw-free] Comment parameter to journal entry views

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

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

Fix visibility requirements: we want to filter to things everyone can see,
not just things that you can see.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Comment.pm
  • cgi-bin/LJ/Talk.pm
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2011-08-22 08:30 am

[dw-free] Class names with "eval" unusable in CSS

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

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

Add another class for posters / journals with "eval" in their username.
Example: class="poster-medieval" becomes class="poster-medievalb poster-
mediev-l", so that the element can still be targetted without causing the
CSS cleaner to choke on suspect CSS (that looks like Javascript)

Patch by [personal profile] rb.

Files modified:
  • bin/upgrading/s2layers/core2.s2
  • cgi-bin/LJ/S2.pm
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2011-08-22 09:34 am

[dw-free] move cgi-bin/lj*.pl files into proper modules (in cgi-bin/LJ)

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

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

Move ljcapabilities.pl to LJ/Capabilities.pm. All functions inside, except
for get_cap must now use: LJ::Capabilities::function_name instead of
LJ::function_name; LJ::get_cap and LJ::Capabilities::get_cap both work.

Patch by [personal profile] kareila.

Files modified:
  • bin/checkconfig.pl
  • bin/maint/stats.pl
  • cgi-bin/LJ/Capabilities.pm
  • cgi-bin/LJ/S2/FriendsPage.pm
  • cgi-bin/LJ/User.pm
  • cgi-bin/ljcapabilities.pl
  • cgi-bin/ljlib.pl
  • cgi-bin/ljprotocol.pl
  • doc/raw/build/hooks/hooks2db.pl
  • doc/raw/ljp.book/int/cap_classes.xml
  • htdocs/support/see_request.bml
  • t/betafeatures.t
Diff: 12 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2011-08-22 09:56 am

[dw-free] Extend DW::External::User to discover account type and save it

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

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

Auto-discovery account types of journals from LJ/LJ-based sites, in user
tags that are made using: <user name="exampleusername"
site="livejournal.com">, etc.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/update-db-general.pl
  • bin/worker/resolve-extacct
  • cgi-bin/DW/External/Site.pm
  • cgi-bin/DW/External/Site/ArchiveofOurOwn.pm
  • cgi-bin/DW/External/Site/DeadJournal.pm
  • cgi-bin/DW/External/Site/Dreamwidth.pm
  • cgi-bin/DW/External/Site/Inksome.pm
  • cgi-bin/DW/External/Site/InsaneJournal.pm
  • cgi-bin/DW/External/Site/JournalFen.pm
  • cgi-bin/DW/External/Site/LiveJournal.pm
  • cgi-bin/DW/External/Site/Tumblr.pm
  • cgi-bin/DW/External/Site/Twitter.pm
  • cgi-bin/DW/External/Site/Unknown.pm
  • cgi-bin/DW/External/Userinfo.pm
  • etc/config.pl
  • htdocs/img/external/dj-community.gif
  • htdocs/img/external/dj-syndicated.gif
  • htdocs/img/external/dj-userinfo.gif
  • htdocs/img/external/ij-community.gif
  • htdocs/img/external/ij-userinfo.gif
  • htdocs/img/external/ink-community.gif
  • htdocs/img/external/ink-userinfo.gif
  • htdocs/img/external/lj-community.gif
  • htdocs/img/external/lj-syndicated.gif
  • t/external-user.t
Diff: 25 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2011-08-22 10:03 am

[dw-free] Pass sitename to various translation strings

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

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

Pass sitename to the string instead of hardcoding into the translation
string, so that the text says the right thing on other sites as well.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Talk.pm
  • htdocs/register.bml
  • htdocs/register.bml.text
  • htdocs/support/faq.bml
  • htdocs/support/faq.bml.text
  • htdocs/talkpost.bml
  • htdocs/talkpost.bml.text
  • htdocs/tools/textmessage.bml
  • htdocs/tools/textmessage.bml.text
Diff: 9 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2011-08-22 10:14 am

[dw-free] Improve UI for commenting when not logged in

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

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

Clearer, more user-friendly message.

Patch by [staff profile] denise.

Files modified:
  • bin/upgrading/deadphrases.dat
  • cgi-bin/LJ/Talk.pm
  • htdocs/talkpost.bml.text
Diff: 3 files changed. )
kareila: (Default)
[personal profile] kareila2011-08-22 03:38 pm

[dw-free] proplists.dat out of order

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

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

Move userproplist.opt_randompaidgifts to correct location in file.

Patch by [staff profile] denise.

Files modified:
  • bin/upgrading/proplists.dat
Diff: 1 file changed. )
kareila: (Default)
[personal profile] kareila2011-08-22 05:50 pm

[dw-free] Make LJ::User->nodb_err spit out more error info

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

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

Include $DBI::errstr in the nodb_err message.

Codemerge from LiveJournal; packaged for Dreamwidth by [staff profile] denise.

Files modified:
  • cgi-bin/LJ/User.pm
Diff: 1 file changed. )
kareila: (Default)
[personal profile] kareila2011-08-22 06:45 pm

[dw-free] remove secret question

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

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

Remove unused display code related to secret question support, which was
already taken out in a previous cleanup effort.

Patch by [staff profile] denise.

Files modified:
  • htdocs/lostinfo.bml
Diff: 1 file changed. )
kareila: (Default)
[personal profile] kareila2011-08-22 07:04 pm

[dw-free] Option for admin tool to email when adding paid time

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

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

Add a checkbox for emailing the user when paid time is applied by an admin.

Patch by [staff profile] denise.

Files modified:
  • bin/upgrading/en.dat
  • htdocs/admin/pay/index.bml
Diff: 2 files changed. )