Mailing List Archive

[bricoleurs/bricolage] 96413b: Move `deleteContrib()` function to `lib.js`.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: 96413beb3bc024d3ee30a0c22335c6285724ace5
http://github.com/bricoleurs/bricolage/commit/96413beb3bc024d3ee30a0c22335c6285724ace5
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-03-22 (Mon, 22 Mar 2010)

Changed paths:
M comp/media/js/lib.js
M comp/widgets/profile/contributors/edit.html
M comp/widgets/story_prof/edit_meta.html

Log Message:
-----------
Move `deleteContrib()` function to `lib.js`.

Don't know why there were two different versions of this function, but the one
in `widgets/profile/contributors.index` didn't work very well at all. So let's
just use one and load it only once, hrm?


Commit: e883ebbb16c3e32dcf87de95610a5390858bd413
http://github.com/bricoleurs/bricolage/commit/e883ebbb16c3e32dcf87de95610a5390858bd413
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-03-22 (Mon, 22 Mar 2010)

Changed paths:
M comp/widgets/profile/contributors/edit.html
M comp/workflow/profile/media/category.html
M comp/workflow/profile/story/categories.html
M lib/Bric/Changes.pod

Log Message:
-----------
Don't close contributor popup when hit enter key.

Hitting the "enter" key when searching for contributors in the contributor
popup no longer closes the window, but properly submits the search.

Also note the "Delete" button fix from the previous commit.