Changelog Digest for Mon, Feb 28
Feb. 28th, 2011 10:31 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
[dw-free]
- b2ece1f102eb: Lots of unused JS files in the js repo
- Remove calls to unused files.
- 1ebe76640790: improve the workflow while using the poll creator
- Scroll down to newly added question when creating polls.
- fc7366e3aa8d: Use of uninitialized value in weblib.pl
- No warnings when trying to post with an empty subject.
- 258723db2949: Poll Creator: unclear error message when answer exceeds 255 characters
- Friendlier text when creating a poll question with overly long answers.
- b7d1369e7005: User tag should allow Twitter as an option
- Add Twitter to the list of sites supported by the <user> tag.
- 37f7a2c8953c: Need a way to cleanly call controllers from tests
- Limit the methods that are supported by controllers to GET/POST/HEAD.
- b0d94d3528e4: Make sure method is GET/POST ( unless the controller handles more )
- Limit the methods that can be used for the atom publishing interface.
- c6ee06c056d3: Need a way to cleanly call controllers from tests
- Create LJ::Test::routing_request for testing controllers.
- fc9f2c08fc02: More ID at the shop transfer confirmation
- Show the user's icon and name when transferring points.
- 4e3f8c8ccf16: Old JS libraries don't play nice with other libraries on the page
- Add tests to make sure our libraries don't modify core JS behavior.
- f28611519cb3: Old JS libraries don't play nice with other libraries on the page
- Use updated signatures for Object methods.
- 0dc6fb714407: Make libfunctions > jquery test complete in IE
- Make array.forEach old-library-specific, and use $.each for jQuery libs.
- f89a10575f39: jQuerify password hashing JS for login
- Add jQuery version of password hashing for login (not currently enabled).
- f199a27c29c2: More scale options allowed in polls
- Make error message for having too large a scale much clearer.
- f99de538b3ec: t/routing.t is getting quite large, split it up.
- Split up routing tests into smaller tests.
- 730e3853d609: t/wtf.t fails in clustered setups
- Treat global tables and clustered tables separately.
- e611a6c5f796: Make automatic /foo/ == /foo/index work on '/index'
- Allow /index mapping for the root index to work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[js]
- 94d9f670a934: Lots of unused JS files in the js repo
- Remove unused files.
- cdb7bebfacb1: Old JS libraries don't play nice with other libraries on the page
- Stop extending Object.prototype, which breaks for loops.
|
|