Frog 0.8.7 beta - looking good!
|
1493 posts
|
This is just a quick note to the forum: I have installed the latest (as of 2007.11.21) release. I have not had time to do much with it yet, but it is looking very nice! Just thought you might like to know. :) |
|
25 posts
|
Ehhh.... I like version 0.2.2 better because of its simplicity. Its more like radiant. beta 1 isn't like radiant anymore. Can you make 0.2.2 version but without PDO? I cant use frog on any server because they dont have PDO. |
|
541 posts
|
It is not because your cake got "glazing" that is no more a cake ;) but it ok I understand your point, but I think that version beta 1 is more LIKE radiant the version 0.2.2 ( do not have really behavior implementation ) but if there is many people that will ask for getting PDO implementation done I will maybe do it, but for now I think that beta 1 got more future than 0.2.2 thank you for giving your opinion :) |
|
17 posts
|
Hi folks. I'm new on this comunity :) I'd just install the latest [beta] version, and as Philippe asked, here is some feedbacks : 1.° When we open and save the "%B %Y Archive" page this one show a 404 error page when we clic on the "Archives" link within the front end. It seems we lost "Type Page" format : "monthly archive" is'nt shown into the selected list. 2.° I'have made a [very] little change within admin.css to correct the incorrect width of the tags input : p.tags{width:100%} 3.° Frog don't use local format for dates, so this can make the rule : <?php $date = $comment->date(); echo strftime("%d %m %Y", strtotime($date)); ?> 4.° In the next stable version, are you planed to moderate comments to avoid spams danger? Thanks for your reply. Best regards, Patrick. |
|
541 posts
|
thank pat64, this is funny because local format is now used :) ... I have add this yesterday and for comment I will add the possibility to moderate them yes !! and about the archive monthly I can't figure it out why !! ... |
|
17 posts
|
Fine Philippe! :) I'm trying to understand the problem with the "archive" page. It's seems that when you change the title of a page, the "slug". For example, when I change "About us" title by "A propos" I can't access to it. I need to restore the inital slug by "about_us" to access into the page. Radiant cms has a section named "extention". Do you project to add the possibility to extand the features for some made home plugins? What do you think about this? Regards, P.S. Philippe, Frog is very interesting. What a good work! Can't whait next year to try new stable version :) |
|
541 posts
|
If you change "about us" to "À propos" the first think that will happen is the slug will be change , and the probleme is that slug doesn't include accent, so it will be change to "_propos", then to access to it in the website you will need to get http://yoursite.com/_propos about the extension part, I will stay with behavior for the moment .. I need to really think about this part ... it is really complex |