[Ubuntu-manual] Project Mallard Online Editor

2010-05-25 Thread Jeremy Bicha
See this blog post about a Google Summer of Code project to create an open source web portal for writing, editing and reviewing Mallard documentation. The developer is aiming at mid-August for completion which means it will be partly usable in July. I don't know how far you've gotten in implementin

[Ubuntu-manual] How to commit code

2010-05-25 Thread Kevin Godby
Hello, all. I wanted to thank everyone who's helped so far with reporting and fixing bugs in the manual. We really appreciate it! Unfortunately, we've had a few new bugs slip in to the code in the process. So here's a quick guide on how to commit code for our manual: 1. We're commit our code a

Re: [Ubuntu-manual] Doodle poll "Docs, Learning, Manual Meeting"

2010-05-25 Thread Elizabeth Krumbach
On Wed, May 19, 2010 at 7:24 PM, Elizabeth Krumbach wrote: > I'll close the poll 1 week from now and announce the meeting time, add > it to fridge, etc. The time for our meeting will be: Monday, May 31, 2010 at 16:00:00 UTC time http://timeanddate.com/worldclock/fixedtime.html?month=5&day=31&ye

Re: [Ubuntu-manual] How to commit code

2010-05-25 Thread Jason Cook
Thanks for this guide. I have just started fixing bugs today and I have a few questions. Each time you change a bug do you need to "commit and push" or can you change multiple bugs and then "commit and push". The command to run are when you make a change are: cd ~/Projects/ubuntu-manual make clean;

Re: [Ubuntu-manual] How to commit code

2010-05-25 Thread Benjamin Humphrey
You can fix multiple bugs and then commit and push, yes. Just make sure you include a commit phrase that has the bug numbers you've fixed, for example: "Fixed bugs 50481, 28105, 50856" On Wed, May 26, 2010 at 1:04 PM, Jason Cook wrote: > Thanks for this guide. I have just started fixing bugs to

Re: [Ubuntu-manual] How to commit code

2010-05-25 Thread Jamin Day
Hi Jason, Yes you can fix multiple bugs and then commit/push, rather than doing so after each bug. The commit operation will record any changes you have made across the whole ubuntu-manual branch. Just make sure you list the bug numbers you have addressed in the [comment] when you run bzr commit -

[Ubuntu-manual] Releasing Changes

2010-05-25 Thread Jason Cook
After fixing some bugs how can I re-release the manual? I have a bunch of bugs assigned to me that have a "committed" fix but can't make them as released yet. ___ Mailing list: https://launchpad.net/~ubuntu-manual Post to : ubuntu-manual@lists.launchp

Re: [Ubuntu-manual] How to commit code

2010-05-25 Thread Elan Kugelmass
better yet, use bzr commit --fixed=lp: -m > wrote: > Hi Jason, > > Yes you can fix multiple bugs and then commit/push, rather than doing so > after each bug. The commit operation will record any changes you have made > across the whole ubuntu-manual branch. Just make sure you list the bug > numbe

Re: [Ubuntu-manual] Releasing Changes

2010-05-25 Thread Benjamin Humphrey
They stay fix committed until the next release, in this case, Lucid 2nd edition :) On Wed, May 26, 2010 at 1:35 PM, Jason Cook wrote: > After fixing some bugs how can I re-release the manual? I have a bunch of > bugs assigned to me that have a "committed" fix but can't make them as > released ye

Re: [Ubuntu-manual] Releasing Changes

2010-05-25 Thread Kevin Godby
On Tue, May 25, 2010 at 8:35 PM, Jason Cook wrote: > After fixing some bugs how can I re-release the manual? I have a bunch of > bugs assigned to me that have a "committed" fix but can't make them as > released yet. We'll mark them as released when we release the next edition. Thanks! --Kevin

Re: [Ubuntu-manual] Project Mallard Online Editor

2010-05-25 Thread Elizabeth Krumbach
On Tue, May 25, 2010 at 9:28 AM, Jeremy Bicha wrote: > See this blog post about a Google Summer of Code project to create an > open source web portal for writing, editing and reviewing Mallard > documentation. The developer is aiming at mid-August for completion > which means it will be partly usa