<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tarotoast's Stuff &#187; Joomla</title>
	<atom:link href="http://blog.tarotoast.com/category/it/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tarotoast.com</link>
	<description>Personal blog</description>
	<lastBuildDate>Tue, 04 May 2010 08:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Joomla 1.5 RC1</title>
		<link>http://blog.tarotoast.com/2007/08/31/388/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-15-rc1</link>
		<comments>http://blog.tarotoast.com/2007/08/31/388/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 10:54:57 +0000</pubDate>
		<dc:creator>tarotoast</dc:creator>
				<category><![CDATA[College (UCSD)]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.tarotoast.com/2007/08/31/388/</guid>
		<description><![CDATA[Joomla! 1.5 RC1 已經出一陣子了，但是這禮拜因為工作上 (UCSD $50K) 需要，裝了來用用看。一瞬間就感覺到的是：少了好多好多 bug 耶！ 我用過 pre-alpha 版、alpha 版、SVN 版的 1.5，印象就是一堆 bug，然後動不動就出問題。1.5 RC1 真的幾乎是 feature complete，也幾乎沒有為啥這樣子不行的狀況發生。雖然這麼說，我用的 theme 跟 SEF 還是起了衝突，讓我浪費了好幾個小時 trace code，最後還是放棄 \囧/。而且現有的theme/component/plugin 大部分也都是給 1.0.x 用的，所以用起來就沒那麼完全開心。 雖然還是抱怨了一下，總之我想說的是， Joomla! 1.5 RC1 真的很不錯用，沒用過又剛好需要個 CMS 的阿宅人可以給它一試。]]></description>
			<content:encoded><![CDATA[<p><a href="http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;frs_package_id=2622">Joomla! 1.5 RC1</a> 已經出一陣子了，但是這禮拜因為工作上 (UCSD $50K) 需要，裝了來用用看。一瞬間就感覺到的是：少了好多好多 bug 耶！</p>
<p>我用過 pre-alpha 版、alpha 版、SVN 版的 1.5，印象就是一堆 bug，然後動不動就出問題。1.5 RC1 真的幾乎是 feature complete，也幾乎沒有為啥這樣子不行的狀況發生。雖然這麼說，我用的 theme 跟 SEF 還是起了衝突，讓我浪費了好幾個小時 trace code，最後還是放棄 \囧/。而且現有的theme/component/plugin 大部分也都是給 1.0.x 用的，所以用起來就沒那麼完全開心。</p>
<p>雖然還是抱怨了一下，總之我想說的是， <a href="http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&amp;frs_package_id=2622">Joomla! 1.5 RC1</a> 真的很不錯用，沒用過又剛好需要個 CMS 的<strike>阿宅</strike>人可以給它一試。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tarotoast.com/2007/08/31/388/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla 1.1.0 alpha 2 to 1.5.0 beta</title>
		<link>http://blog.tarotoast.com/2006/12/30/329/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-110-alpha-2-to-150-beta</link>
		<comments>http://blog.tarotoast.com/2006/12/30/329/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 01:52:12 +0000</pubDate>
		<dc:creator>tarotoast</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Server Diary]]></category>
		<category><![CDATA[lmj.tw]]></category>

		<guid isPermaLink="false">http://blog.tarotoast.com/2006/12/30/329/</guid>
		<description><![CDATA[The meat of a site lies in the table `jos_content`. To import the old dump of `jos_content` from Joomla 1.1.0 alpha 2 into the latest 1.5.0 beta, you must take account of the new row presented in 1.5. To do this, use any text editor that has a replace string function and open up the [...]]]></description>
			<content:encoded><![CDATA[<p>The meat of a site lies in the table `jos_content`. To import the old dump of `jos_content` from Joomla 1.1.0 alpha 2 into the latest 1.5.0 beta, you must take account of the new row presented in 1.5. To do this, use any text editor that has a replace string function and open up the sql dump of the `jos_content` section.</p>
<p>Replace <code>);</code> with <code>,'');</code> and save the file in UTF-8 if it contains special characters. Then simply import the file into phpmyadmin and then all the previous articles are imported.</p>
<p>You might have different Section/Category ID in the new Site, to update the database to reflect change:<br />
<code>UPDATE jos_content<br />
SET `sectionid`=NEWID<br />
WHERE `sectionid`=OLDID</code><br />
replace `sectionid` with `catid` for categories.</p>
<p>雖然說昨天就把 <a href="http://lmj.tw/">http://lmj.tw/</a> 弄好了，但是忘記把 Apache 密碼拿掉，大概會被認為又沒有弄好吧.. XD 不過現在還長的真醜，晚點來把網頁美化。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tarotoast.com/2006/12/30/329/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
