CARVIEW |
rdworth
(Richard D. Worth)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Richard D. Worth
- Website/Blog
- https://rdworth.org/
- Company
- Richly Interactive, Inc.
- Location
- Washington, D.C.
- Member Since
- Jul 22, 2009
Following 14 coders and watching 18 repositories view all →
Public Repositories (6)
-
the-boxer
Drag to draw a box using JavaScript and jQuery UI
Last updated Thu Apr 29 07:40:20 -0700 2010
-
UITest
Forked from mennovanslooten/UITest Tue Apr 27 18:02:25 -0700 2010
Last updated Mon Apr 26 17:44:35 -0700 2010
-
jquery
jQuery JavaScript Library
Forked from jquery/jquery Wed Dec 23 05:25:43 -0800 2009
Last updated Wed Apr 14 02:55:35 -0700 2010
-
jquery-tmpl
A templating plugin for jQuery.
Forked from jquery/jquery-tmpl Mon Apr 05 09:51:57 -0700 2010
Last updated Mon Apr 05 21:36:45 -0700 2010
-
notmuch-web
Simple webclient for notmuch using php+ajax+json+jquery
Forked from fherrera/notmuch-web Fri Feb 26 11:14:12 -0800 2010
Last updated Fri Feb 26 10:16:38 -0800 2010
-
sizzle
A sizzlin' hot selector engine.
Forked from jeresig/sizzle Wed Dec 23 05:48:02 -0800 2009
Last updated Wed Dec 23 06:04:39 -0800 2009
Public Activity 
Please use git rebase before pushing changes to maintain a clean fork/branch history. This way we can pull your changes without noisy merge commits. Thanks.
This is better, but still missing a piece. See https://wiki.jqueryui.com/Bug-Fixing-Guide
" Commit messages should include three components
- The WHAT - a sufficient summary of the fix or change made (example: modified the foo to no longer bar)
- The WHY # - the ticket number with a #sign so Trac creates a hyperlink (example: #1234)
- The WHY Name - the name of the ticket. Notice this is different than summary of the fix. This is a short description of the issue (example: dialog: IE6 crashed when foo is set to bar)
* Combined into one, here's a full example: o "modified the foo to no longer bar (fixed #1234 - dialog: IE6 crashed when foo is set to bar)"
" You've got 1. and 2., you need 3. as well. Thanks.
In order to be accepted, a commit needs to be linked to an open ticket. Please see https://wiki.jqueryui.com/Bug-Fixing-Guide for how to write a commit message thank includes a link to a ticket. Thanks.
-
0ad5ac7
Datepicker: avoid ambiguous + ++ in min file. Partial fix for ...
I added a comment to the ticket https://dev.jqueryui.com/ticket/4344#comment:11
-
3a3bebc
Checkbox: Added checkbox icon element
-
f40406c
Added dependency list to header
-
6099933
Added copyright and license.
-
c72c23b
Wrap widget in a closure to work with noConflict etc.
-
455bd39
whitespace
-
eba47c5
Giant refactor. What a mess it was
-
f1c3af2
moved from ui. namespace to new the. namespace
-
9f230e2
style changes
- 1 more commit »
-
2df906e
Updated to support latest jQuery UI 1.8.1. Thanks Antoine Robe...
-
670ab81
Revert "Draggable: Don't use computed style for top and left o...
-
dc94bbf
Draggable: Don't use computed style for top and left of positi...
-
415ee93
Build: MANIFEST file for Google CDN
-
9fa1578
Build: Minify i18n files and build a concatenated version; als...
-
ec709ec
Build: Use closure-jar property
- 92 more commits »
-
415ee93
Build: MANIFEST file for Google CDN
-
9fa1578
Build: Minify i18n files and build a concatenated version; als...
-
ec709ec
Build: Use closure-jar property
- 92 more commits »
-
7cca20d
line-endings
-
aa05861
Merge branch 'master' of git@github.com:jquery/jquery-ui
-
062f034
Moved to using Google Closure from YUI Compressor.
- 168 more commits »
-
7cca20d
line-endings
-
aa05861
Merge branch 'master' of git@github.com:jquery/jquery-ui
-
062f034
Moved to using Google Closure from YUI Compressor.
- 169 more commits »
-
6e77ee1
Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French ...
Commits need to be linked to a ticket. Please create one if one does not already exist ( https://dev.jqueryui.com/newticket ). Also, reference the ticket number and title in the commit message, like
"Changed foo and bar to play nice. Fixed #1234 - error when you open the bar with a foo" For more info see https://wiki.jqueryui.com/Bug-Fixing-Guide