we've tweaked our process to develop new plugins a few times already,
and this probably won't be the last time. After various discussion
during the DevDays and the conference, Richard, Scott and me decided
during the team meeeting today to restructure the dev branch, and
therefore our priorities, as the following:
- Move all folders currently under branches/dev into branches/labs
- Create a new branch from trunk under braches/dev
- Start from scratch, in that single branch, with autocomplete,
button, modal, menu and tooltip
- Once these five are all merged into trunk, start on a new dev branch
with five new widgets
I'll be doing the necessary changes, starting tomorrow. If you have
any questions, let me know in this thread.
Jörn
So we'll get
- jquery.ui.pluginName.js
- jquery.effects.pluginName.js
Jörn
- Start from scratch, in that single branch, with autocomplete,
button, modal, menu and tooltip
- I propose adding spinner to this list. It's pretty close to being ready.
- How does this change affect the 1.8 release. Will 1.8 wait for these to be ready or are we not going to add more to 1.8?
One more change: During the DevDays it was suggested to prepend
"jquery" to our source files. Considering that the Download Builder
needs a rewrite anyway, we'll rename files in trunk asap (before
creating the new dev branch).
So we'll get
- jquery.ui.pluginName.js
- jquery.effects.pluginName.js
perhaps lcase?jquery.ui.pluginname.jsjquery.effects.pluginname.jsAfter all, jquery.js is lcase even though the variable is jQuery.
That brings us down to 5 options.
Hi,
we've tweaked our process to develop new plugins a few times already,
and this probably won't be the last time. After various discussion
during the DevDays and the conference, Richard, Scott and me decided
during the team meeeting today to restructure the dev branch, and
therefore our priorities, as the following:
- Move all folders currently under branches/dev into branches/labs
- Create a new branch from trunk under braches/dev
- Start from scratch, in that single branch, with autocomplete,
button, modal, menu and tooltip
- Once these five are all merged into trunk, start on a new dev branch
with five new widgets
I'll be doing the necessary changes, starting tomorrow. If you have
any questions, let me know in this thread.
Jörn
On Wed, Sep 16, 2009 at 9:18 PM, Jörn Zaefferer <joern.z...@googlemail.com> wrote:
Hi,
we've tweaked our process to develop new plugins a few times already,
and this probably won't be the last time. After various discussion
during the DevDays and the conference, Richard, Scott and me decided
during the team meeeting today to restructure the dev branch, and
therefore our priorities, as the following:
- Move all folders currently under branches/dev into branches/labsI think this might not be the best idea. The labs are a place to explore new ideas thatare off table, and everything in the dev branch, though low priorized, is actual dev work.We might need another place for low priorized stuff to sit, but I'm not sure labs is thatplace - it's not our trash dump. Thoughts?
- Create a new branch from trunk under braches/devI really like that. All those branches off trunk made me really unproductive at times, it'sa mess to sync all of them. Thanks!- Start from scratch, in that single branch, with autocomplete,
button, modal, menu and tooltip- Once these five are all merged into trunk, start on a new dev branch
with five new widgetsI'm a bit concerned about selectables. There's a ton of people waiting for this to get out, andit's 95% done (I guess).
I absolutely don't want to get the focus off the other plugins, but atany chance, would like to suggest that we leave the possibility open to introduce this rewriteto 1.8 as well.
One more change: During the DevDays it was suggested to prepend
"jquery" to our source files. Considering that the Download Builder
needs a rewrite anyway, we'll rename files in trunk asap (before
creating the new dev branch).
So we'll get
- jquery.ui.pluginName.js
- jquery.effects.pluginName.js
Jörn