Feb. 28th, 2011

fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/js/rev/94d9f670a934]

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

Remove the unused JS files from the old library, to make it easier to see
what remains to be converted over.

Patch by [personal profile] fu.

Files modified:
  • AdEngine.js
  • TypeCore.js
  • TypeCore/App.js
  • TypeCore/Autolayout.js
  • TypeCore/Cache.js
  • TypeCore/Calendar.js
  • TypeCore/Client.js
  • TypeCore/Compat/Core.js
  • TypeCore/Component.js
  • TypeCore/Cookie.js
  • TypeCore/DOM.js
  • TypeCore/DOM/Convert.js
  • TypeCore/DOM/Proxy.js
  • TypeCore/Devel.js
  • TypeCore/Dialog.js
  • TypeCore/JSON.js
  • TypeCore/List.js
  • TypeCore/Observable.js
  • TypeCore/Pager.js
  • TypeCore/SelectionRange.js
  • TypeCore/SpellChecker.js
  • TypeCore/Template.js
  • TypeCore/Timer.js
  • TypeCore/WordWalker.js
  • com/sixapart/README.txt
  • com/sixapart/typecore.js
  • com/sixapart/typecore/io.js
  • com/sixapart/typecore/lang.js
  • com/sixapart/typecore/util/array.js
  • com/sixapart/typecore/util/date.js
  • com/sixapart/typecore/util/event.js
  • com/sixapart/typecore/util/json.js
  • com/sixapart/typecore/util/string.js
  • common/AdEngine.js
  • common/App.js
  • common/Autolayout.js
  • common/Cache.js
  • common/Calendar.js
  • common/Client.js
  • common/Component.js
  • common/Cookie.js
  • common/Core.js
  • common/DOM.js
  • common/DOM/Convert.js
  • common/DOM/Proxy.js
  • common/Devel.js
  • common/Dialog.js
  • common/Editor.js
  • common/Editor/Iframe.js
  • common/Editor/Test.js
  • common/Editor/Textarea.js
  • common/Editor/Toolbar.js
  • common/JSON.js
  • common/List.js
  • common/Observable.js
  • common/Pager.js
  • common/SelectionRange.js
  • common/SpellChecker.js
  • common/Template.js
  • common/Timer.js
  • common/WordWalker.js
  • controller.js
  • dom/proxy.js
  • jsondatasource.js
  • multiview.js
  • paginateddatasource.js
  • paginationview.js
  • tabgroup.js
  • tabview.js
ExpandDiff: 69 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/b2ece1f102eb]

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

Remove calls to unused JS files.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Widget/InboxFolder.pm
  • cvs/multicvs.conf
  • htdocs/inbox/index.bml
ExpandDiff: 3 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/b7d1369e7005]

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

Add twitter to the list of sites you can link to, e.g., <user
name="exampleuser" site="twitter"<

Patch by [staff profile] denise.

Files modified:
  • cgi-bin/DW/External/Site.pm
  • cgi-bin/DW/External/Site/Twitter.pm
ExpandDiff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/37f7a2c8953c]

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

Limit the methods that are supported by controllers to GET/POST/HEAD.
Controllers can override to allow other methods.

Patch by [personal profile] exor674.

Files modified:
  • cgi-bin/DW/Controller/Interface/S2.pm
  • cgi-bin/DW/Request/Standard.pm
  • cgi-bin/DW/Routing.pm
  • cgi-bin/DW/Routing/CallInfo.pm
  • t/routing.t
ExpandDiff: 5 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/b0d94d3528e4]

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

Limit the methods that can be used for the atom publishing interface (update
to use cleaner method rather than hacking in at the end). Create an
$r->HTTP_OK method, as opposed to $r->OK, for accurate tests.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/DW/Controller/Interface/AtomAPI.pm
  • cgi-bin/DW/Request/Apache2.pm
  • cgi-bin/DW/Request/Standard.pm
  • t/atom-post.t
ExpandDiff: 4 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/c6ee06c056d3]

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

Create LJ::Test::routing_request, used in tests of controllers under the
routing system.

Patch by [personal profile] exor674.

Files modified:
  • cgi-bin/LJ/Test.pm
  • t/atom-post.t
ExpandDiff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/fc9f2c08fc02]

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

Show the user's icon and name when transferring, for easier identification.

Patch by [personal profile] kareila.

Files modified:
  • views/shop/transferpoints.tt
  • views/shop/transferpoints.tt.text
ExpandDiff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/4e3f8c8ccf16]

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

Add tests to make sure our libraries don't modify core javascript behavior.

Patch by [personal profile] fu.

Files modified:
  • views/dev/tests/libfunctions.html
  • views/dev/tests/libfunctions.js
ExpandDiff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/js/rev/cdb7bebfacb1]

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

Play nice: stop extending Object.prototype, so we don't break "for ( var i
in...)" loops.

Patch by [personal profile] fu.

Files modified:
  • checkallbutton.js
  • core.js
  • datasource.js
  • dom.js
  • json.js
  • selectable_table.js
  • view.js
ExpandDiff: 7 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/f28611519cb3]

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

Use updated signatures for (what used to be) Object.extend, Object.override,
Object.init, Object.destroy.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Widget.pm
  • htdocs/js/directorysearch.js
  • htdocs/js/directorysearchconstraints.js
  • htdocs/js/directorysearchresults.js
  • htdocs/js/esnmanager.js
  • htdocs/js/lj_ippu.js
  • htdocs/js/ljprogressbar.js
  • htdocs/js/ljwidget.js
  • htdocs/js/ljwidget_ippu.js
  • htdocs/js/userpicselect.js
  • htdocs/js/widget_ippu/settingprod.js
ExpandDiff: 11 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/0dc6fb714407]

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

Move array.forEach to be old library-specific, and use $.each for jQuery
libs.

Patch by [personal profile] fu.

Files modified:
  • views/dev/tests/libfunctions.js
ExpandDiff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/f89a10575f39]

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

Add jQuery version of password hashing for login (not currently enabled).

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/S2.pm
  • htdocs/js/login-jquery.js
  • views/dev/tests/login.html
  • views/dev/tests/login.js
ExpandDiff: 4 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/f199a27c29c2]

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

Make error message for having too large a scale much much clearer, so it's
obvious how to fix it.

Patch by [personal profile] yvi.

Files modified:
  • bin/upgrading/en.dat
  • cgi-bin/LJ/Poll.pm
  • htdocs/poll/create.bml
  • htdocs/poll/create.bml.text
ExpandDiff: 4 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/f99de538b3ec]

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

Split up routing tests into smaller tests. Also, make sure that when testing
errors, we don't wrap it in site scheme.

Patch by [personal profile] exor674.

Files modified:
  • cgi-bin/DW/Routing.pm
  • cgi-bin/DW/Routing/Test.pm
  • t/routing-errors.t
  • t/routing-formats.t
  • t/routing-indexes.t
  • t/routing-methods.t
  • t/routing-roles-regex.t
  • t/routing-roles-string.t
  • t/routing-table.t
  • t/routing.t
ExpandDiff: 10 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/e611a6c5f796]

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

Allow mapping to /index, for the main page, work, even if there is no
subpath (that is, given a regisetred mapping of /foo/index, all of /foo,
/foo/, /foo/index would have pulled up the correct page. This makes it work
for the root /index)

Patch by [personal profile] exor674.

Files modified:
  • cgi-bin/DW/Routing.pm
  • t/routing-indexes.t
ExpandDiff: 2 files changed. )

Profile

Dreamwidth Changelog

June 2025

S M T W T F S
1234567
89101112 13 14
1516171819 2021
22232425262728
2930     

Most Popular Tags

Style Credit

Expand Cut Tags

Expand All Cut TagsCollapse All Cut Tags
Page generated Jun. 21st, 2025 09:09 am
Powered by Dreamwidth Studios