Activity
From 09/07/2008 to 10/06/2008
10/05/2008
- 11:07 AM Revision 1836: Fixes a bug in admin
- Fixes a bug in admin
10/04/2008
- 11:06 AM Revision 1835: Ooops, forgot to add something here
- Ooops, forgot to add something here
- 10:54 AM Revision 1834: Adding hebrew translation, a few fixes and more
- Adding hebrew translation, a few fixes and more
10/01/2008
- 04:31 PM Feature #1274: Hebrew translation ( patch )
- Hello
I have translated typo to Hebrew. It is included in the attached patch.
This patch also contain :
* Changing hard coded English strings to translatable string changes.
* Administration-rtl.css - needed make a blog admin support Hebrew...
- 03:21 PM Revision 1833: fix some translation in french
- fix some translation in french
- 03:13 PM Bug #1273: Invalid RSS: missing Author
- On my fresh install of typo 5.1.3, the RSS feed ate author tag. Join my articles.rss picked up via curl.
I checked the source, it should be displayed, but is not :)
09/29/2008
- 10:53 AM Bug #1272: Upgrade from 4.0.3 > 5.1.3 fails.
- I had an old 4.0.3 typo blog, tried to upgrade to the 5.1.3 release which failed.
I did get it to work by doing the following.
* Upgrading to 4.1.1
* Upgrading to 5.1.3
You might want to check your migration scripts!
09/27/2008
- 12:06 AM Bug #1271: Typo config/routes.rb may be wrong... (Assigned)
- Thanks for you report.
I fixed this issue in revision r1832.
A spec added to test this issue.
- 12:05 AM Revision 1832: fixed bug #1271 and add spec to test it
- fixed bug #1271 and add spec to test it
09/26/2008
- 03:39 PM Bug #1271: Typo config/routes.rb may be wrong...
- I think Typo's config/routes.rb is something wrong.
For example,
view source of http://typo.example.com/articles.rss .
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version...
09/25/2008
- 07:56 PM Bug #1270: remember_token missing
- With typo 5.1.3, the login system tries to get the current user from the session, then basic authentication and finally the cookie. If it reaches the login_from_cookie method I get the following error:
undefined method `find_by_remember_token'
...
- 08:53 AM Bug #1269: Flickr sidebar plugin doesn't work
- The Flickr sidebar plugin is not working for me. It fails silently.
I'm using Typo 5.1.3 and Rails 2.0.2
The plugin fails because it can't find the FlickrAggregation class. The simplest solution is to rename the file that class is in.
Bef...
09/24/2008
- 11:30 PM Bug #1268: Typo Plugins Wiki Page: Wrong Locations
- I just tried downloading the flickr plugin. The wiki page http://typosphere.org/wiki/typo/Finding_Typo_Plugins says it is located at:
http://svn.typosphere.org/typo/plugins/flickr_sidebar
But it looks like it is actually located at:
http:...
- 12:17 AM Revision 1831: fix error when you want create database by rails rake
- fix error when you want create database by rails rake
09/23/2008
- 11:20 PM Bug #1267: Old cookies from version 5.0.2 admin panel cause newer versions to fail
- After upgrading my Typo install from 5.0.2 to 5.1.3 using the sources, I was unable to access the Admin section until I cleared my cookies. This should probably be put on the wiki for upgrading from pre-5.0.4b versions on both the Upgrade From Sou...
09/22/2008
- 04:08 PM Revision 1830: add rspec task because doesn't exist in master rspec-rails. Generate by rspec gene...
- add rspec task because doesn't exist in master rspec-rails. Generate by rspec generator
09/16/2008
- 11:13 PM Revision 1829: add mock forget who define resources unlink true
- add mock forget who define resources unlink true
- 10:52 PM Revision 1828: change request.relative_url_root to ActionController::Base.relative_url_root, beca...
- change request.relative_url_root to ActionController::Base.relative_url_root, because moved in Rails Edge. TODO: report bug to FckEditor plugin
- 10:22 PM Revision 1827: add include when order by table not include
- add include when order by table not include
- 06:05 PM Revision 1826: change render_partial to render :partial => because deleted
- change render_partial to render :partial => because deleted
- 05:50 PM Revision 1825: render_partial becomes render :partial, delete several follow_redirect in function...
- render_partial becomes render :partial, delete several follow_redirect in functional test, first_render becomes _first_render
- 05:15 PM Revision 1824: delete follow_redirect in functionnal spec because deleted from rails
- delete follow_redirect in functionnal spec because deleted from rails
- 04:49 PM Revision 1823: request.relative_url_root is deleted, now use ActionController::Base.relative_url_...
- request.relative_url_root is deleted, now use ActionController::Base.relative_url_root
- 04:24 PM Revision 1822: fix generate permalink_url with relative_url_root of Blog model. In edge Rails rew...
- fix generate permalink_url with relative_url_root of Blog model. In edge Rails rewrite_url use ActionController::Base.relative_url_root instead of @request.relative_url_root using before Rails < 2.2
- 03:31 PM Revision 1821: add extend in TextHelper needed by sanitize
- add extend in TextHelper needed by sanitize
09/15/2008
- 11:35 PM Revision 1820: revert part of #1818 because breaks excerpt method in model. Add model who extend ...
- revert part of #1818 because breaks excerpt method in model. Add model who extend new helper
- 10:44 PM Revision 1819: delete include Observable because all ActiveRecord::Base include Observable
- delete include Observable because all ActiveRecord::Base include Observable
- 06:12 PM Revision 1818: Update new include of helper method
- Update new include of helper method
- 05:05 PM Revision 1817: fix spec in metafragment because caching fragment is more general since rails 2.0,...
- fix spec in metafragment because caching fragment is more general since rails
2.0, change key
- 02:10 PM Revision 1816: * Inflector move in initializers * fragment_cache_store replace by cache_store co...
- * Inflector move in initializers
* fragment_cache_store replace by cache_store configuration
* allow_concurrency deleted
- 02:08 PM Revision 1815: rake rails:update launch
- rake rails:update launch
09/14/2008
- 10:34 PM Revision 1814: Importing experimental Rails 2.2 branch
- Importing experimental Rails 2.2 branch
- 10:24 PM Revision 1813: branching didn't go well
- branching didn't go well
- 09:32 PM Revision 1812: Updating rspec and rspec on rails with last version
- Updating rspec and rspec on rails with last version
- 08:15 PM Revision 1811: First import
- First import
09/13/2008
- 03:08 PM Bug #1265: Caching breaks article editing due to InvalidAuthenticityToken error (Assigned)
- OK, please tell me how you tried to edit it please, it's important for me. Was it from the admin, or by clicking form womewhere else ?
09/12/2008
- 02:09 AM Support #1266: How best to include a snippet of content in another piece of content?
- Hi, I'm new to typo and I'm having some trouble finding anything in the wiki about including content in an article from elsewhere.
The only thing that comes to mind that might work would be to make text filter macro that spits out the desired c...
09/11/2008
- 06:36 PM Bug #1265: Caching breaks article editing due to InvalidAuthenticityToken error
- I am seeing an ActionController::InvalidAuthenticityToken in Admin/contentController#edit while editing an article with caching enabled in Development mode. Previously I had seen problems with caching in 5.0.3 and had disabled caching altogether....
09/07/2008
- 10:35 AM Bug #1201: Duplicate post (Closed)
Also available in: Atom
