Closed (fixed)
Project:
Database Administration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Jun 2006 at 00:54 UTC
Updated:
3 Dec 2006 at 18:46 UTC
Jump to comment: Most recent file
http://drupal.org/node/59073 (porting DBA to 4.7) can't be resolved and the DRUPAL-4-7 branch can't be added until this FAPI conversion is done.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | dba_4.7_settings.patch.txt | 11.68 KB | dww |
| #5 | dba_forms_47.patch | 9.93 KB | greggles |
Comments
Comment #1
aam commentedI have tryed to update the settings page according to the new forms api: the page appears now, but some more testing needed:
Comment #2
dwwcan you please post a patch file against the current version of dba.module that accomplishes this?
http://drupal.org/patch
thanks,
-derek
Comment #3
aam commentedThe dba settings page works in current cvs version too. No need to review this brute force conversion to Foms API..
Comment #4
aam commentedSorry, the status must be changed too.
Comment #5
gregglesHere's a version of the information as a patch.
Also, the code in comment #1 was missing options related to path, zip, email, and exclusion so I added those back.
Comment #6
gregglesAlso, when I use this in my xampp installation I get these errors on settings->save, but the page is still saved:
Comment #7
dwwprevious patch was fubar in many respects. here's a new version that seems to work. can i get a witness? ;)
Comment #8
gregglesI had two problems with this version:
1. the checkboxes at admin/database don't show up (I assume they should, but have never really seen them)
2. I tried outputting a bz backup, a regular backup, and I tried emailing the backup to me, but it never got produced. I'll wait and see if it just needs a few more cron runs to be sure.
Thanks for picking this back up, dww.
Comment #9
dwwre: #1 -- this is a totally separate (and much more difficult) issue: http://drupal.org/node/68500
re: #2 -- you mean the automated backup setting, or the manual backup UI?
honestly, i haven't seen if the underlying settings fully work, yet. ;) i was just trying to get the settings form itself functional again. i guess i should have tried to test the cron-stuff to make sure that's working, too. ;) needless to say, cron.php has to be running for that stuff to work.
anyway, thanks for the testing.
-derek
Comment #10
jeremy commentedThe settings page appears to be fully functional with this patch. An automatic backup was created when I ran cron, however it was not mailed to me. Thus there appears to be a bug, but it is outside the scope of this patch and unrelated to the settings page.
I'm currently only worried about functionality, not looking very closely at the code. I'd really just like to see a release of the dba module for 4.7 that works. Please merge.
Comment #11
jeremy commentedFWIW: I finally did receive the backup via email, it just took longer than I expected. My email client didn't recognize the mime encoded attachment, but again that's unrelated to your patch.
Comment #12
dwwcommitted to HEAD as revision 1.41.
Comment #13
(not verified) commented