Re: [web2py] Re: help please

2012-12-23 Thread Alan Etkin
El jueves, 20 de diciembre de 2012 10:44:42 UTC-3, Aurelijus Useckas escribió: yeah.. backup backup backup.. it's just that sometimes you forget to :( Would it be wise to add some backup module to web2py admin? It could default to 1 copy per day or smthing simillar. It would especially

Re: [web2py] Re: help please

2012-12-20 Thread Aurelijus
yeah.. backup backup backup.. it's just that sometimes you forget to :( Would it be wise to add some backup module to web2py admin? It could default to 1 copy per day or smthing simillar. It would especially serve Noobs :) On Thu, Dec 20, 2012 at 12:27 AM, Derek sp1d...@gmail.com wrote: The

[web2py] Re: help please

2012-12-19 Thread Aurelijus Useckas
i'm on SQLite On Wednesday, December 19, 2012 3:21:27 PM UTC+2, Aurelijus Useckas wrote: I've deleted user information from auth_users and suddenly all my data (from other table views) disapears.. Yes, other tables are linked to this one. Specifically for info on updates and simillar...

[web2py] Re: help please

2012-12-19 Thread Niphlod
definitely messed up. no way they will return back. That's why referenced tables are for. Il giorno mercoledì 19 dicembre 2012 14:25:01 UTC+1, Aurelijus Useckas ha scritto: i'm on SQLite On Wednesday, December 19, 2012 3:21:27 PM UTC+2, Aurelijus Useckas wrote: I've deleted user

[web2py] Re: help please

2012-12-19 Thread Aurelijus Useckas
is there any way to extract data from sqlite? The file is still full of data... I don't understand, if you delete somthing that is linked, everything messes up? On Wednesday, December 19, 2012 3:34:31 PM UTC+2, Niphlod wrote: definitely messed up. no way they will return back. That's why

[web2py] Re: help please

2012-12-19 Thread Niphlod
I said *messed up* just to use part of your sentence. With referenced table, if you used the default ondelete attribute of the field, every child record gets deleted as soon as the parent is deleted. You can't fetch the data drom sqlite, it's definitely gone. For goods. The fact that the sqlite

[web2py] Re: help please

2012-12-19 Thread Aurelijus Useckas
but I can see the records inside the storage.sqlite file, so they must be accessible somehow On Wednesday, December 19, 2012 3:51:37 PM UTC+2, Niphlod wrote: I said *messed up* just to use part of your sentence. With referenced table, if you used the default ondelete attribute of the field,

[web2py] Re: help please

2012-12-19 Thread Niphlod
do you see them in appadmin ? if yes, then it's a no-issue: the data is there but I'm not sure what are you pointing to saying *all my data (from other table views) disapears* . If it's not there in appadmin but you see the records on sqlite with some other tool, than you're app is using a

Re: [web2py] Re: help please

2012-12-19 Thread Aurelijus
Thanks Niphlod for supporting me on this one. The problem is that appadmin doesn't see any records but if I'm accessing the same storage.sqlite db with VIM or even word processor, I can still see all the data in there, it's just that something doesn't allow appadmin or sqlite viewer to see it.. I

Re: [web2py] Re: help please

2012-12-19 Thread Niphlod
did you try with some app that has sqlite support such as sqliteman or the sqlite3 command line ? I hardly doubt that if sqlite3 commandline can't fetch your records, what you're seeing with VIM is your actual records Il giorno mercoledì 19 dicembre 2012 16:12:31 UTC+1, Aurelijus Useckas ha

Re: [web2py] Re: help please

2012-12-19 Thread Aurelijus
I've tried Sqlite database browser. Same results.. but still it's strange, records are really there On Wed, Dec 19, 2012 at 5:22 PM, Niphlod niph...@gmail.com wrote: did you try with some app that has sqlite support such as sqliteman or the sqlite3 command line ? I hardly doubt that if

[web2py] Re: help please

2012-12-19 Thread Mark
Do you have any kind of backup files for the database? Or, do your server/computer backup daily or weekly? If there are any backup files, you can restore the deleted data easily. Mark On Wednesday, December 19, 2012 8:21:27 AM UTC-5, Aurelijus Useckas wrote: I've deleted user information

Re: [web2py] Re: help please

2012-12-19 Thread Aurelijus
Yeah I know.. I have an old backup only :( me bad On Wed, Dec 19, 2012 at 5:51 PM, Mark czhang2...@gmail.com wrote: Do you have any kind of backup files for the database? Or, do your server/computer backup daily or weekly? If there are any backup files, you can restore the deleted data

Re: [web2py] Re: help please

2012-12-19 Thread Paolo Caruccio
Mine is a very stupid question but sometime... Is there an active field in your db tables? Il giorno mercoledì 19 dicembre 2012 16:54:50 UTC+1, Aurelijus Useckas ha scritto: Yeah I know.. I have an old backup only :( me bad On Wed, Dec 19, 2012 at 5:51 PM, Mark czhan...@gmail.com

Re: [web2py] Re: help please

2012-12-19 Thread LightDot
First, make a couple of physical copies of the database and do not write into it anymore. Then, working on a copy, you could try restoring / extracting the data by using forensic tools, etc. I'm not aware of a straightforward sqlite restore tool, but there might be one or two out there... I'm

Re: [web2py] Re: help please

2012-12-19 Thread Derek
The data is gone. Let this be a reminder to all of you out there, back up your data and back it up often. Also, it's not backed up if you can't restore it, so test out restores as well. On Wednesday, December 19, 2012 9:08:47 AM UTC-7, LightDot wrote: First, make a couple of physical copies

[web2py] Re: help please on adding jquery-ui theme to SQLFORM.grid

2011-11-14 Thread tomt
Thanks for the responses, After reading the notes, I dug around and discovered the following list of themes that can be used in layout.html. base black-tie blitzer cupertino dark-hive dot-luv eggplant excite-bike flick hot-sneaks humanity le-frog mint-choc overcast pepper-grinder redmond

[web2py] Re: help please on adding jquery-ui theme to SQLFORM.grid

2011-11-14 Thread Anthony
Yes, those are the pre-built jQuery UI themes (see Gallery tab): http://jqueryui.com/themeroller/. You can also create your own using ThemeRoller. On Monday, November 14, 2011 10:52:40 PM UTC-5, tomt wrote: Thanks for the responses, After reading the notes, I dug around and discovered the

[web2py] Re: help please on adding jquery-ui theme to SQLFORM.grid

2011-11-13 Thread Anthony
CSS files typically go in your app's /static/css folder, and you then have to make sure the CSS file gets linked in the page head (like any other CSS file). An easy way to include the CSS file is to do: response.files.append(URL('static', 'cs/your_theme_file.css')) in the controller action

[web2py] Re: Help please on plugin_wiki on http://www.vimeo.com/13485916

2010-09-27 Thread tom_tren...@yahoo.com
Thanks, I appreciate the help. On Sep 26, 9:15 pm, rochacbruno rochacbr...@gmail.com wrote: You are using # but you have to use @ for the decorador class PluginWikiWidgets(PluginWikiWidgets):     @staticmethod     def blabla(a,b):             return blabla Enviado via iPhone Em