Activity
From 11/03/2008 to 12/02/2008
11/28/2008
- 11:11 PM Bug #1294: published_articles is confused
- The definition of published_articles is a bit messy. Here's a summary:
class Category < ActiveRecord::Base
has_many :published_articles,
:through => :categorizations,
:class_name => 'Article',
:conditions => { :published =>...
- 07:27 PM Bug #1293: Unit test failures with Typo HEAD
- Typo setup:
1) Running a git checkout of a9255c9be1588f3cee3cc4b5d5946837e63b566e .
2) Using MySQL 5 (I've also tried SQLite with similar results).
3) Ran 'git submodule init; git submodule update'
4) Needed to 'rm -rf vendor/gems/coderay/...
11/20/2008
- 08:52 PM Bug #1292: Missing Template
- Hi,
I installed the Typo 5.1.3, but it show this error on home:
Missing layout
Missing layout ../../themes/typographic/layouts/default in view path C:/ror/typo/themes/typographic/views:C:/ror/typo/app/views
The admin is working fine. I H...
- 02:36 AM Bug #1291: [Question] about page cache
- I am new to Typo.
Since there are no forum or some other place to ask questions. I have to ask here.
Typo seems to cache in blog index page and the archive page in the public folder.
But when I publish a new post, I can not see it shown on ...
11/19/2008
- 08:24 PM Bug #1290: Deleting comment in admin/feedback/article redirects to the wrong place
- I got some extraneous comments that I don't want to filter as spam, but simply delete.
When I go to admin/feedback/article/NNNN and click 'delete' on a comment, I get redirected here: /admin/feedback - but I want to go back to the comments an...
11/17/2008
- 12:16 AM Bug #1283: Rake db:migrate fails with empty database (Closed)
- commit commit:"7624a34ffd90d119a1ec141bda3c8f816bd427a6" fix both issue #1281 and this bug
11/16/2008
- 11:53 PM Bug #1288: rss has wrong <link> (Closed)
- it's was fix with commit commit:"5963fdb105bf7ca140b31920b1d20b7f3d88eaa7"
11/15/2008
- 09:03 PM Bug #1287: date_options in routes.rb cann't match aginst October (Closed)
- Fixed in rev 6ab9a513543fc7e05262e024552d390865dec4f1
- 08:33 PM Bug #1289: /yyyy/mm pagination is broken (Closed)
- This was fixed when we replaced classic_pagination with will_paginate in trunk.
- 11:47 AM Bug #1289: /yyyy/mm pagination is broken
- I got a wrong link such as ”/page/2” when I accessed ”/2008/10”. ("/2008/10/page/2" is expected.) It is the same problem of #1288. How about:
<= _(“Older posts”)>: <%= pagination_links @pages, :params => params %>
Or:
:params => Hash[para...
- 11:40 AM Bug #1288: rss has wrong <link>
- url of <link/> in /xml/rss20/feed.xml has suffix ".rss".
How about the following patch?:
--- app/views/articles/_rss20_feed.rss.builder 2008-11-10 16:47:19.000000000 +0900
+++ app/views/articles/_rss20_feed.rss.builder 2008-11-10 23:13:56.00...
- 11:35 AM Bug #1287: date_options in routes.rb cann't match aginst October
- --- config/routes.rb 2008-11-12 08:49:47.000000000 +0900
+++ config/routes.rb 2008-11-15 19:12:01.000000000 +0900
@@ -112,7 +112,7 @@
:controller => 'articles', :action => 'index',
:page => /\d+/
- date_options = { :year => /\d{...
11/12/2008
- 03:54 AM Bug #1286: deploy typo in sub-directory cause image gallery loading problem
- I used
<pre>
tyop config url-prefix
</pre>
to deploy my typo blog engine.
Everything went well so far except the image uploading problem in the rich editing pannel.
When I click the "server browser" button, A page with the following URL...
11/10/2008
- 09:11 AM Bug #718: Static sidebar boxes aren't migrated from 2.6.0 to trunk (Closed)
- 09:07 AM Bug #36: It's hard to test sidebars (Closed)
- 07:28 AM Bug #1270: remember_token missing (Closed)
- I've added the missing column in trunk.
Thank you
- 07:27 AM Bug #1145: Cookie 'is_admin' can be hijacked (Closed)
- This cookie is no more used
- 07:25 AM Bug #1211: @content_for_xxx deprecated since Rails 2.0 (Closed)
- Fixed with upgrade to Rails 2.2
11/06/2008
- 02:24 PM Bug #1285: can not access demo page's backoffice (Closed)
- Fixed, it was a rails update that had not been taken in the hourly update
- 03:36 AM Bug #1285: can not access demo page's backoffice
- Maybe there is some problem with the apache2 server.
After input the admin/admin username and password.
The page shows this:
<pre>
Application error (Apache)
Change this error message for exceptions thrown outside of an action (like in Di...
Also available in: Atom
