Jun. 2nd, 2015

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: abd5756300e84a10239159856cfb1ef260703c33
https://github.com/dreamwidth/dw-free/commit/abd5756300e84a10239159856cfb1ef260703c33
Author: Adam Dinwoodie <adam@dinwoodie.org>
Date: 2015-05-31 (Sun, 31 May 2015)

Changed paths:
M htdocs/js/journals/jquery.tag-nav.js

Log Message:
-----------
Provide title text for tag navigation button

The little green tag navigation button doesn't have any title text. It
would be nice if there were something there to explain how to use the
thing, which will hopefully pop up on mouseover in browsers. Let's add
that.

Fixes #1332


Commit: ae0043d27f280d7040da54841b359e35477f6f58
https://github.com/dreamwidth/dw-free/commit/ae0043d27f280d7040da54841b359e35477f6f58
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-06-02 (Tue, 02 Jun 2015)

Changed paths:
M htdocs/js/journals/jquery.tag-nav.js

Log Message:
-----------
Merge pull request #1405 from me-and/1332-tag-navigation-title-text

Provide title text for tag navigation button


Compare: https://github.com/dreamwidth/dw-free/compare/524a8581945f...ae0043d27f28
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 3f10525ac2b7e01c3ae2846519453773942d71e3
https://github.com/dreamwidth/dw-free/commit/3f10525ac2b7e01c3ae2846519453773942d71e3
Author: Adam Dinwoodie <adam@dinwoodie.org>
Date: 2015-06-01 (Mon, 01 Jun 2015)

Changed paths:
M t/embed-whitelist.t

Log Message:
-----------
Add additional Google Spreadsheet whitelist test

Add a second whitelist test for a valid Google Spreadsheets URL. Per
#1344, this currently fails


Commit: d7c459ed89a0520ee2a3e358c5049329eae7a013
https://github.com/dreamwidth/dw-free/commit/d7c459ed89a0520ee2a3e358c5049329eae7a013
Author: Adam Dinwoodie <adam@dinwoodie.org>
Date: 2015-06-01 (Mon, 01 Jun 2015)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm

Log Message:
-----------
Correct Google Spreadsheets whitelist regex

The regex for allowing Google Spreadsheets to be embedded in posts
should refer to docs.google.com/spreadsheets as well as
docs.google.com/spreadsheet -- both may be valid spreadsheet URLs. Fix
it so it does.

Fixes #1344


Commit: 29b9a39a8e5b1e28df8e49a771f27552a4b36b07
https://github.com/dreamwidth/dw-free/commit/29b9a39a8e5b1e28df8e49a771f27552a4b36b07
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-06-02 (Tue, 02 Jun 2015)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
Merge pull request #1408 from me-and/1344-whitelist-goog-spreadsheets

Correct Google Spreadsheets whitelist regex


Compare: https://github.com/dreamwidth/dw-free/compare/ae0043d27f28...29b9a39a8e5b
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 2373e29b58d93a90995492e6640f99544a396057
https://github.com/dreamwidth/dw-free/commit/2373e29b58d93a90995492e6640f99544a396057
Author: kaberett <kaberett@dreamwidth.org>
Date: 2015-05-31 (Sun, 31 May 2015)

Changed paths:
M bin/upgrading/en.dat

Log Message:
-----------
Fix typo in siteskins.blueshift.alt

Fixes #1407.

Unfortunately changing the name of the text string isn't an option:
it's referenced only from cgi-bin/LJ/Settings/SiteScheme.pm via

$scheme_alt_ml ||= "siteskins.$scheme->{scheme}.alt"
if LJ::Lang::string_exists( "siteskins.$scheme->{scheme}.alt" );


Commit: f1d6110c0d2b787361207ad7cbf85f8a88ab8b94
https://github.com/dreamwidth/dw-free/commit/f1d6110c0d2b787361207ad7cbf85f8a88ab8b94
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-06-02 (Tue, 02 Jun 2015)

Changed paths:
M bin/upgrading/en.dat

Log Message:
-----------
Merge pull request #1409 from kaberett/blueshift-typo

Fix typo in siteskins.blueshift.alt


Compare: https://github.com/dreamwidth/dw-free/compare/29b9a39a8e5b...f1d6110c0d2b
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 7d8f012254354d3625b62d4aadb13f670a96b349
https://github.com/dreamwidth/dw-free/commit/7d8f012254354d3625b62d4aadb13f670a96b349
Author: Adam Dinwoodie <adam@dinwoodie.org>
Date: 2015-05-31 (Sun, 31 May 2015)

Changed paths:
M cgi-bin/DW/Controller/Search/Multisearch.pm
M views/multisearch.tt

Log Message:
-----------
Remove redundant multisearch nav code

c292ef5 seems to have removed all calls to `multisearch` that had
`type=nav`. Certainly there aren't any such calls now, anyway. Remove
code that's now redundant as a result.

Fixes #1079


Commit: 7b4b79a8db9e45fb260636a9ea5db138ff6b7d81
https://github.com/dreamwidth/dw-free/commit/7b4b79a8db9e45fb260636a9ea5db138ff6b7d81
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-06-02 (Tue, 02 Jun 2015)

Changed paths:
M cgi-bin/DW/Controller/Search/Multisearch.pm
M views/multisearch.tt

Log Message:
-----------
Merge pull request #1410 from me-and/1079-rm-redundant-multisearch-nav

Remove redundant multisearch nav code


Compare: https://github.com/dreamwidth/dw-free/compare/f1d6110c0d2b...7b4b79a8db9e

Profile

Dreamwidth Changelog

August 2025

S M T W T F S
     12
3456789
10111213141516
171819202122 23
24252627282930
31      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 24th, 2025 12:32 pm
Powered by Dreamwidth Studios