From: matt <ma...@tu...> - 2008-10-20 14:16:29
|
Hi Olivier, Welcome to the list. Olivier Sannier wrote: > Blog conversion: > Take into account international characters in the content and summary I'm not sure why this is not working. One of our German developers worked with me to get this functioning. I need more information please. > url for the key points to message instead of comments which does not work anyway. I don't understand. The key url points to a function in blog called view_comments but it displays the blog entry. What does not work? > Set summary in the key, it is used by the RSS module. Fixed. > Menu conversion: > Take into account the fact that not all keys are to elements of the webpage module. I don't understand. > core/class/Init.php: > Take into account the fact that the ".UTF8" language Id might not be > installed I have changed it to check for UTF-8, UTF8, or without. Be forewarned that having a non-utf8 locale could cause display problems. > Look for mo files in the /locale folder by default for all modules, > this makes life easier for translators/maintainers I don't understand. The current file structure is /locale/en_US/LC_MESSAGES/modulename.po If the mo file is moved to the locale directory, then there will only be one mo file for all languages. This would require each compiled mo file be named after its language. I don't have a huge problem with this but it seems to work as is, I haven't heard this from the other translators, and there doesn't seem to be much interest in maintaining translations as it is. If I can get more translators working with phpWebSite, I would be open to accommodating them. > .htacess > Add the RewriteBase directive, required on most servers I was trying to get away from writing the .htaccess file but I realize this can cause problems. I will add the ability to Access. > mod/controlpanel/class/Link.php > Translation of label and description at runtime to allow language change after installation. > > mod/controlpanel/class/Tab.php > Translation of tab title at runtime to allow language change after > installation. I don't understand. You can change the control panel links in the module itself. You can't change the icons titles and descriptions but I could add the ability. I do not want to make them translate dynamically because they are saved in the database. > mod/blog/class/Blog.php > Encode date/time in UTF-8 as month names may take accented > characters The date/times are returned from strftime. When I change my language to German and set the date to March I get "März". It appears accented characters are working. What are you seeing? > If no content in the post, do not display the "read more" link This is fixed. I also found a way to prevent FCKeditor from adding those blank paragraph tags. > mod/blog/class/Blog_User.php > Exclude sticky entries from "recent blog entries" block Good plan. Added. > Sticky entries show up on every page. I will add this to my list of things to do. > mod/users/class/Form.php > Replace spaces by non breaking spaces in the "Control Panel" link. I'd prefer people style it with a white-space : no-wrap. > mod/rss/class/Channel.php > Encode the strings before output in the RSS file to avoid problems > with unrecognized entities. UTF-8 encoding? I have added the ut8_encode to the view function but I'd like some more background on the results otherwise. > mod/alert/class/Alert_Item.php > mod/calendar/class/User.php > ... > trunk/mod/webpage/class/Volume.php > Encode date/time in UTF-8 See note above in regards to Blog. > Modified templates to respect the following structure: > > <div class="box"> > <div class="box-title"> > <h1>{PAGE_TITLE}</h1> > </div> > <div class="box-content"> > </div> > </div> > > The modified templates are those ones: > blog/view.tpl > miniadmin/mini_admin.tpl > webpage/page/basic.tpl > webpage/page/prev_next.tpl > webpage/page/short_links.tpl > webpage/page/verbose_links.tpl It is already there. > menu/menu_layout/basic/menu.tpl > related/bank.tpl > related/create.tpl > related/edit.tpl Added classes. > users/usermenus/top.tpl I am trying to move away from this format of menu. There is a new menu named css.tpl that allows for very specific theming. Thanks for the information Olivier. In the future, I would suggest submitting bug reports and RFEs to Sourceforge. -- Matthew McNaney Electronic Student Services Appalachian State University Ext. 6493 http://ess.appstate.edu http://phpwebsite.appstate.edu |