Don't worry @Louis.
Now I really have to go (it's 6:42am and I didn't sleep to follow the topic).
I will fork Vanilla on my GitHub and implement some of my suggestion just to try them out as soon I have some spare time.
Bye
Ps: Thanks for the lin…
@Louis: I apologize for the frequent errors in my posts, I don't have too much time to reply and the time zone difference doesn't help.
>Can you not point to any existing PHP source code as the way to follow?
Sorry? I'm not totally sure about th…
For sake of politeness thanks for the invite to join the hack party, I enjoyed sharing opinions with you but I have to refuse because I've not enough spare time to patch code.
Don't mind, there are slimnesses that I'm not good to point out as I ima…
Bah, it seems you're thinking about performances too early.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil" — Donald Knuth.
You're can't talk about performances/bottlenecks witho…
@Mark, @Louis, @luc: What I understand from your comments is that you disdain any criticism against your God solution to a problem. Refusing to listen user inputs is the wrong way of doing Open Source Software and also deteriorates the reputation of…
@Mark, @Louis, thanks for taking the time to reply.
Although I totally agree with you about the fact that Php isn't suited for _academical_ purposes, I find rather pity excusing the lack of good design principles just because you underestimate the …
@Mark: I see. And the fact that this discussion was un-sticked confirms that, doesn't it? =)
It's only a shame that some developers are that jealous about their code.
All this made me remember of: http://developer.pidgin.im/ticket/4986. lol
Bye
@Louis: your is a hard comment, as a non-English speaker I had to read carefully each sentence multiple times to ensure I got your point.
I'll reply in order, trying to follow your argument, starting from the second sentence.
ii) That left me perpl…
Thanks for the illuminating reply @Louis, I see your point.
But for me, Garden can be easily defined almost well organized Spaghetti Code, put it as Lasagne Code.
Don't get me wrong, I looked the code thoroughly in the past week, debugged and profil…
Is Garden supposed to be used just inside of Lussumo development projects or to be released to the public and hope that people will adopt it for their applications?
In the latter case why one should consider using Garden rather than Symfony, Zend Fr…
Good Morning @Alekone
I just finished polishing the script, it won't rely solely on the downloadable data. So if fopen is disabled it can use a embedded table definition.
I hope this will make the script run on your hosting environment.
http://gi…
I finished writing the script, to run it follow these steps:
1. Download from here: http://gist.github.com/raw/299525/c596c627e792fef85500addb5b06cdeed5ad9faf/restorePermission.php/download
2. Upload it in the root folder of Garden (the same where i…
Okay @alekone, don't worry I'm writing down a little script that you can upload on the server to restore the default Vanilla2 permissions. I hope this will let you login as administrator and fix the mess. All you will have to do is to write your dat…
@alekone: Did it work?
@luc: Indeed, I was suggesting him to use PHPMyAdmin to alter the permissions from the database table, that would bypass Vanilla2 saving issue.
Anyway, I wouldn't let plugins alter the database schema. That could represent a…
That's strange. I used mysqldump to retrieve the database schema and data from a fresh Vanilla2 setup, perhaps they changed the database structure a little bit?
If you don't have any important information inside your fourm just reinstall it again.
…
Okay, but the fact that the version offered for dowload is 1.1.10 and the documentation is about the _beta_ version 2.0 is really misleading.
Don't you think so?
Bye
It seems that they have changed the way the ACL works and subsequently the structure of the database tables.
I'm sorry for giving you the incorrect answer, here's the solution that reset the default permissions: http://pastebin.com/f2a209d32
You ca…
Hi @akelone: if the Permission scheme was not changed in Vanilla 2 you can issue the following query to the mysql server:
[SQL removed, the string created a horizontal scrollbar]
But I'm not totally sure if this is the best way to do that in Vanil…
Hi all,
I'm new to the community and I would like to share my opinion about Vanilla with you.
When I first read the documentation for the first time it was *unclear* what Garden was, but reading carefully throught the entire documentation helped me…