[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ampache - 3.4.3-0ubuntu3 --- ampache (3.4.3-0ubuntu3) intrepid; urgency=low * Added prototype symlink creation to debian/links. This means that ampache no longer includes a convenience copy of the prototype javascript library, and ins

Re: [Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-08 Thread Charlie_Smotherman (porthose)
On Wed, 2008-10-08 at 14:09 +, James Westby wrote: > http://www.fifi.org/doc/debconf-doc/tutorial.html#AEN158 Bookmarked > Therefore I think you can safely delete this bit of code and not > worry about the db_purge command. Removed from ampache.postrm > > explains what was done, but I c

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-08 Thread James Westby
Hi Charlie, It looks almost perfect now. There is one issue left exit 0 + +if [ "$1" = "purge" ] && [ -e /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + db_purge + db_stop +fi so the code you added will never execute as it comes after an exit 0 call.

Re: [Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-07 Thread Charlie_Smotherman (porthose)
On Wed, 2008-10-08 at 00:10 +, James Westby wrote: > is this needed? There's no transition, so forever more code in maintainer > scripts would have to take account of both paths, e.g. Changes to ln -s /etc/ampache/ampache.conf /etc/$webserver/conf.d/ampache > this now won't remove the old s

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-07 Thread James Westby
Hi, This one looks pretty good, I just have a couple of questions left. - ln -s /etc/ampache/ampache.conf /etc/$webserver/conf.d/ampache + ln -s /etc/ampache/ampache.conf /etc/$webserver/conf.d/ampache.conf is this needed? There's no transition, so forever more code in maintainer

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-07 Thread Mika Båtsman
I couldn't apply that patch (amp3+2-debdiff) to 3.4.3-0ubuntu2 sources. Some parts of ampache.postinst script didn't line up. I copied changes from previous patch to clean sources and made a new one, in case someone encounters the same problem. Thanks for the patch, Ampache rocks again. ** Attachm

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-06 Thread Charlie_Smotherman (porthose)
Three different installs of intrepid, with a successful install, remove and purge on each. Made one minor tweak, but good debdiff ** Attachment added: "amp3+2-debdiff" http://launchpadlibrarian.net/18276842/amp3%2B2-debdiff -- [intrepid] menu buttons don't work on main page https://bugs.laun

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-06 Thread Charlie_Smotherman (porthose)
Hold on don't use that diff yet! during testing, passed, passed, failed, failed. hmmm let me get back to yea. -- [intrepid] menu buttons don't work on main page https://bugs.launchpad.net/bugs/276945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Re: [Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-06 Thread Charlie_Smotherman (porthose)
On Mon, 2008-10-06 at 10:19 +, James Westby wrote: > On Sat, 2008-10-04 at 03:16 +, Charlie_Smotherman (porthose) wrote: > > On Fri, 2008-10-03 at 17:41 +, James Westby wrote: > > > Hi Charlie, > > > > > > Thanks for working on this. I have a few questions about your patch. > > > > >

Re: [Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-06 Thread James Westby
On Sat, 2008-10-04 at 03:16 +, Charlie_Smotherman (porthose) wrote: > On Fri, 2008-10-03 at 17:41 +, James Westby wrote: > > Hi Charlie, > > > > Thanks for working on this. I have a few questions about your patch. > > > > - #Stop and purge debconf. > > - db_stop || true > > - db_pur

Re: [Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-03 Thread Charlie_Smotherman (porthose)
On Fri, 2008-10-03 at 17:41 +, James Westby wrote: > Hi Charlie, > > Thanks for working on this. I have a few questions about your patch. > > - #Stop and purge debconf. > - db_stop || true > - db_purge || true > - > > why don't we want to do that any more? For reasons that elude me (ne

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-03 Thread James Westby
Hi Charlie, Thanks for working on this. I have a few questions about your patch. - #Stop and purge debconf. - db_stop || true - db_purge || true - why don't we want to do that any more? + if [ -d /usr/share/ampache ]; then + rm -rf /usr/share/ampache + rm -f /etc/apache2/conf.

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-03 Thread Charlie_Smotherman (porthose)
Tomas, thank you once again for your bug report. I can confirm this bug. This bug is due to the link not being created properly. dh_install -Xprototype.js would also remove the directory prototype and not just the file prototype.js. So changed dh_install to dh_install -xprototype this way the

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-02 Thread TomasCassidy
** Description changed: Binary package hint: ampache When I login to ampache, the main page (index.php) appears with a menubar on the left. This menubar contains icons for Browse, Localplay, Preferences, Admin, and Logout. When clicking on the icon/link for Browse, Localplay, Prefer

[Bug 276945] Re: [intrepid] menu buttons don't work on main page

2008-10-01 Thread Charlie_Smotherman (porthose)
** Changed in: ampache (Ubuntu) Assignee: (unassigned) => Charlie_Smotherman (porthose) (cjsmo) -- [intrepid] menu buttons don't work on main page https://bugs.launchpad.net/bugs/276945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.