{15} Possible Tickets with Spam (45 matches)
Find all tickets with http in their description or summary in their title.
| Ticket | Summary | Description | Component | Version | Milestone | Type | Owner | Created |
|---|---|---|---|---|---|---|---|---|
| #636 | [PATCH] Scoped multi_site extension | Add ability to scope sites/pages and layouts to users See: http://groups.google.com/group/radiantcms-dev/browse_thread/thread/cbc3f0f77fe89db8 and: http://blog.zerosum.org/2008/4/3/radiant-super-multi Could also spin this out as a separate extension if this functionality isn't desired in the core multi_site extension. |
extensions | None | enhancement | 04/04/08 | ||
| #632 | [PATCH] Update radiant:freeze:gems to work with gems >= 0.9.5 | Freezing gems in Radiant 0.6.5RC1 causes an error: $ rake radiant:freeze:gems (in /radianttest) Freezing to the gems for Radiant 0.6.5 rake aborted! uninitialized constant Gem::GemRunner? RubyGems? >= 0.9.5 doesn't require gem_runner by default. So the freeze:gems must require it. This patch parallels Rails changeset 8336 (http://dev.rubyonrails.org/changeset/8336). |
core | None | 0.6.5-Chisel | defect | seancribbs | 03/19/08 |
| #628 | [TRAC] Can not add a attachment to a bug | Hi, I don't know where to post this error, so I put it here : When I wanted ti add an attachment to a bug I had this error : blablabla... OSError: [Errno 13] Permission denied: '/var/www/vhosts/radiantcms.org/subdomains/trac/httpdocs/attachments/ticket/627' |
core | None | defect | avlux | 03/07/08 | |
| #624 | New extension to add to webpage | I've created a little extension to support Mediawiki markup on Radiant pages: https://svn.bitcetera.com/svn/mediawiki_filter/ Thanks for considering inclusion on the third party extensions list: http://dev.radiantcms.org/wiki/Extensions |
extensions | None | enhancement | 03/04/08 | ||
| #622 | svn_root is incorrect in 0.6.4 gem | The current 0.6.4 gem contains an invalid SVN URL which produces a 302. This is quite nasty when unfreezing and then edge-freezing an existing install as the second step will fail. Any subsequent rake commands will fail as well, because boot.rb has been altered for frozen Radiant already. I guess the following has to be changed. gems/radiant-0.6.4/lib/tasks/framework.rake: - svn_root = "http://dev.radiantcms.org/svn/radiant/" + svn_root = "http://svn.radiantcms.org/radiant/" |
core | None | defect | 03/03/08 | ||
| #621 | Bug Website / Bug Mailinglist | Hi there, just wanted to post to the mailing list, as I did already a few times successfully. Now I get the following response from GMX (my account is living there): <radiant@lists.radiantcms.org>: 75.126.22.3_does_not_like_recipient./Remote_host_said:_553_sorry,_that_domain_isn't_in_my_list_of_allowed_rcpthosts_(#5.7.1)/Giving_up_on_75.126.22.3./ It seems you are blocking GMX? Furthermore I want to let you know that http://dev.radiantcms.org/radiant/browser/trunk/extensions and http://dev.radiantcms.org/radiant/browser/tags/rel_0-6-4/extensions are not browsable. They are linked at http://wiki.radiantcms.org/Thirdparty_Extensions Error: No handler matched request to /radiant/browser/trunk/extensions Some misconfiguration is taking place ;-) rainer |
core | None | defect | avlux | 03/01/08 | |
| #618 | Shards breaks fresh 0.6.5RC1 install | I installed the new 0.6.5RC1 gem, created a new project, bootstrapped the database and started a few mongrels. Everything works fine at this point. Then svn co http...trunk/shards vendor/extensions/shards and rake radiant:extensions:shards:migrate. Restart the mongrels and the new "Published at" area is missing along with the the "More" button that allows access to slug, breadcrumb etc. No errors or warning are produced by the rake task. However after logging back into the to the admin area and clicking a page to enter the edit view Webkit Web Inspector throws the error,
and Firebug throws
rake radiant:extensions:shards:migrate VERSION=0, deleting the shards folder and restarting the mongrels gets rid of all the problems. I am running a MySQL database under Ubuntu 7.10 server. |
extensions | None | 0.6.5-Chisel | defect | 02/26/08 | |
| #617 | Sqlite3 + db:bootstrap | I created a new radiant site with 0.6.5, sqlite3 and OS X 10.5. The db:bootstrap does not throw any errors but when I try to access http://localhost:3000 I get redirected to the login page. The login details are not accepted. The bootstrap process for sqlite3 doesn't seem to create the admin user. I have tried with mysql and all works fine. nb: I was going to attach the log file but couldn't see attachments. |
core | None | 0.6.5-Chisel | defect | 02/26/08 | |
| #615 | [PATCH] fix failing unit test r760 | There was a failing unit test and the reason it was failing was because there were cache files that were not cleaned up before the test. /opt/local/bin/ruby -S script/spec -O spec/spec.opts spec/lib/login_system_spec.rb spec/models/page_part_spec.rb spec/controllers/admin/user_controller_spec.rb spec/lib/radiant/extension_spec.rb spec/lib/radiant/admin_ui_spec.rb spec/models/page_context_spec.rb spec/lib/radiant_spec.rb spec/lib/local_time_spec.rb spec/models/user_spec.rb spec/models/user_action_observer_spec.rb spec/controllers/admin/page_controller_spec.rb spec/lib/radiant/initializer_spec.rb spec/controllers/site_controller_spec.rb spec/lib/radiant/extension_migrator_spec.rb spec/lib/simpleton_spec.rb spec/lib/annotatable_spec.rb spec/models/text_filter_spec.rb spec/models/response_cache_spec.rb spec/models/file_not_found_page_spec.rb spec/models/standard_tags_spec.rb spec/models/status_spec.rb spec/lib/method_observer_spec.rb spec/models/page_spec.rb spec/lib/radiant/taggable_spec.rb spec/models/snippet_spec.rb spec/models/layout_spec.rb spec/controllers/application_controller_spec.rb spec/controllers/admin/welcome_controller_spec.rb spec/lib/inheritable_class_attributes_spec.rb spec/lib/radiant/extension_loader_spec.rb ..................................................................................................................................................................................................................................................................................................................................................PP........................................................................................................F.... Pending: Admin::PageController should index__with_mangled_cookie (Not Yet Implemented) Admin::PageController should show the tree partially expanded on the index according to the expanded_rows cookie (Not Yet Implemented) 1) 'SiteController routes page requests should redirect to admin if missing root' FAILED expected redirect to "http://test.host/admin/welcome", got no redirect /Users/matt/radiant/vendor/plugins/rspec/lib/spec/expectations.rb:52:in `fail_with' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/expectations/handler.rb:21:in `handle_matcher' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/expectations/extensions/object.rb:34:in `should' ./spec/controllers/site_controller_spec.rb:33: /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_methods.rb:78:in `instance_eval' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_methods.rb:78:in `run_with_description_capturing' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_methods.rb:19:in `execute' /opt/local/lib/ruby/1.8/timeout.rb:48:in `timeout' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_methods.rb:16:in `execute' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:292:in `execute_examples' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:291:in `each' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:291:in `execute_examples' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb:121:in `run' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:22:in `run' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:21:in `each' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:21:in `run' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/runner/options.rb:90:in `run_examples' /Users/matt/radiant/vendor/plugins/rspec/lib/spec/runner/command_line.rb:19:in `run' script/spec:12: Finished in 19.751113 seconds |
core | None | 0.6.5-Chisel | enhancement | seancribbs | 02/23/08 |
| #609 | Search with heavy results crashes (ruby-lang.org) | I hope a ticket is appropriate for this issue. Someone reported on vit-core ml that a search about "ruby" on http://www.ruby-lang.org/en/search/?q=ruby fails: "Application error (Apache)" — and he blamed it on Rails, but I thought it may rather be related to the Radiant SQL request… ? |
core | None | defect | 02/10/08 | ||
| #607 | Still problems with reorder extension | Sorry guy... It seems my ticket from yesterday disappeared. In the meantime the problem changed a bit, as well as your web site about extensions. This is what I have done: - checked out and run radiant 0.6.4 successfully - checkout reorder extension (svn export http://dev.radiantcms.org/svn/radiant/tags/rel_0-6-4/extensions/reorder) into the vendor/extension directory successfully - rake db:migrate:extensions and rake radiant:extensions:reorder:update:public - no problem But then I get this when I access http://localhost:3000/admin/pages: Mysql::Error: Unknown column 'position' in 'order clause': SELECT * FROM `pages` WHERE (pages.parent_id = 1) ORDER BY position ASC 19: </tr> 20: <% 21: if expanded 22: page.children.each do |child| 23: -%> 24: <%= render_node child, :level => level + 1, :simple => simple -%> 25: <% What is wrong here? Something the rake command missed? Any hint? Thanks a lot! |
extensions | None | defect | 02/05/08 | ||
| #602 | Expanding child pages fail if ending slash | I have set up an Apache re-writing rule that automatically adds a trailing slash to all URL's of any non-GET HTTP request. This used to work fine, but I'm now running on Radiant edge, and there seems to be an issue when viewing /admin/pages/ instead of /admin/pages. When clicking the little + (plus) to the left of a page that has child-pages, it correctly expands a box below that page, but inside the expansion it shows the default radiant "File Not Found Page". I get the following in the development log: 404 Not Found [http://www.example.com/admin/admin/ui/pages/children/4/1] As far as I can see it can't handle the extra slash and adds two /admin after each other.
Temporary fix: RewriteCond %{REQUEST_URI} !^/admin/
This above RewriteCond makes sure that any URL that starts with /admin/ does not get a trailing slash. |
core | None | defect | 01/19/08 | ||
| #601 | Missing Validation Error Messages in Forms | In the current version of Radiant (0.6.4), there are cases where trying to save a page with invalid entries results in a re-displaying of the edit-page form (good) but without the error messages attached to the fields (not good). The message: "Validation errors occurred while processing this form. Please take a moment to review the form and correct any input errors before continuing." does show at the top of the page -- but with no field specific messages (or anything to let you know which field is the offender). In my tests, the bug seems tied to whether or not Radiant is running from the gem or as a local copy within the application. Running from the gem (0.6.4) displays error messages just fine, Radiant installed in the /vendor/ directory (instance mode?) doesn't. This bug is visible at http://demo.radiantcms.org (which appears to be in instance mode, version 0.6.4). To reproduce:
By the way, this split-personality behavior is not limited to admin/pages/edit, but also affects snippets, layouts, and users (all forms, basically). |
core | None | defect | 01/17/08 | ||
| #581 | [PATCH] fix import_export extension "User expected, got Fixnum" | Fix for "User expected, got Fixnum" during import and errors during import of objects modified by extensions (eg. Page and reorder). Main discussion in Mailing List |
extensions | None | 0.6.5-Chisel | defect | seancribbs | 11/11/07 |
| #576 | [PATCH] Create a <r:meta/> tag | This patch adds a tag to the standard_tag library, called <r:meta />. The tag description follows: Creates a meta tag, whose content attribute is populated from a page part. By default, the tag <r:meta /> expands to <meta name="description" content="Taken from page part called description"/>. You can override the @name@ attribute, e.g. name="keywords", and can specify any page part to be used. The content from the specified page part is stripped of all HTML tags before insertion, which is necessary to produce validating code. Anything after 200 characters of content is discarded, although this number can also be modified. Usage is similar to the <r:content /> tag, with inherit causing the parent page part to be used if this page does not have one. By default, this is set to true. Only suitable for use in <head> section of a document. *Usage:* <r:meta [part="part_name"] [inherit="true|false"] [name="description"] [limit="200"] /> The patch also includes conditional children tags from another ticket. |
core | None | 0.6.5-Chisel | enhancement | 11/09/07 | |
| #572 | Various sqlserver issues | I have found that a number of my sqlserver issues were solved by applying the patch in the following rails/activerecord ticket: http://dev.rubyonrails.org/ticket/8886 Some of the issues included a "NULLFilter" error when creating a new page and tables not being created when doing a db:bootstrap. |
None | None | task | 11/08/07 | ||
| #566 | [PATCH] upgrade Radiant scripts to Prototype 1.6.0 | I have taken the liberty of upgrading Radiant JS to be compatible with and leverage the new features of Prototype 1.6.0 and Scriptaculous 1.8. The patch doesn't contain these libraries - they should be downloaded from their respective trunks: http://svn.rubyonrails.org/rails/spinoffs/scriptaculous/src and http://svn.rubyonrails.org/rails/spinoffs/prototype/trunk |
None | None | enhancement | 10/19/07 | ||
| #523 | [PATCH] search extension AJAX-ification and other improvements | As described in Development Mailing List this patch adds the following functionality to the search extension
Reasons for all these modifications described in the Mailing List. |
None | None | enhancement | seancribbs | 09/06/07 | |
| #519 | Problem with db:import in import_export plugin | There is a problem when you try to import previously exported data using import_export plugin. I have been getting "User expected, got Fixnum" exception. After some investigation I have found at http://www.railsweenie.com/forums/1/topics/25 comments about similar problem. I have not tried to fix this but instead at the time of export I have just commented out belong_to in app\models\page.rb and app\models\layout.rb. |
extensions | None | defect | 08/12/07 | ||
| #515 | Trying to edit a non-existent page throws a rails error | Trying to edit a page that doesn't exist (like: http://demo.radiantcms.org/admin/pages/edit/garbage) results in an application error. |
None | None | defect | 07/03/07 | ||
| #512 | Rails site prefix is ignored | Most links in the admin interface do not work when a Radiant site is run from a prefix different from the document root '/'. Also, the "breadcrumbs" Radiant tag displays incorrect links. Way to reproduce: mongrel_rails start -p 3000 -e development --prefix=/myprefix Then browse the administration interface at http://localhost:3000/myprefix/admin Defects:
If a page uses the <r:breadcrumbs/> tag, all of the links point to URLs which disregard the prefix used when starting mongrel. |
core | None | 0.6.5-Chisel | defect | seancribbs | 06/25/07 |
| #509 | [PATCH] sitemap.js prevents use of /admin in subdirectory | http://lists.radiantcms.org/pipermail/radiant/2007-June/005147.html provides a brief description of hosting Radiant 0.6.1 in subdirectory by using Apache proxypass. One impediment to doing so is the use of /admin in javascript/sitemap.js. The Apache mod_proxy_html does not get the opportunity to rewrite this URL, and in fact would have trouble doing so because /admin is used as a string to compose a URL, and is not a whole URL. Rather than using an absolute URL, this patch changes the reference to a relative URL, making use of the fact that javascript/.. and the original / are equivalent. |
None | None | defect | 06/04/07 | ||
| #502 | [PATCH] Allow published pages, layouts, and snippets to have drafts | The two buttons, "Save" and "Save and Continue Editing" really represen two parts of a workflow: First, you make a series of changes, saving each time (and possibly view the page to see the effects), and then you're satisfied and you go on to something else. (see "Saving your work" on http://dev.radiantcms.org/radiant/wiki/UsingRadiant) The problem is that if the page is published, visitors see those intermediate changes when they shouldn't, but if you change the status to 'Draft', visitors won't see the page all (404)! This patch changes the two buttons to "Publish" and "Save" and makes them do just that. If you're working with a published page and you Save, you can continue editing and the public won't see your changes until you Publish. You, however, can see them by going to the dev site. The same goes for snippets and layouts. This seems like a pretty important (and unobtrusive) change, so I'm recommending it be a patch and not an extension. I'd also like a tab that shows you a list of drafts with checkboxes to mass-publish, but this seems like an optional feature best suited for an extension. |
core | None | Unplanned | enhancement | None | 05/03/07 |
| #500 | Clean install of 0.6.0 failing to start | This is running on Lighttpd with FastCGI on CentOS 4.3. Former versions of Radiant have run fine. I am getting this error: /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.0/vendor/rails/railties/lib/rails_generator/lookup.rb:33:in `expand_path': couldn't find HOME environment -- expanding `~' (ArgumentError)
from /usr/local/lib/ruby/gems/1.8/gems/radiant-0.6.0/vendor/rails/railties/lib/rails_generator/lookup.rb:33:in `user_home'
The HOME variable is set properly. I am admittedly befudded. |
None | None | 0.6-Lapidary | defect | 04/25/07 | |
| #485 | extension_helper.rb module is misnamed in Mental - causes hard-to-track-down bug | http://dev.radiantcms.org/svn/radiant/branches/mental/radiant/app/helpers/admin/extension_helper.rb In helpers/admin/extension_helper.rb, the extension is named module Admin::ExtensionControllerHelper? but should be module Admin::ExtensionHelper? This leads to an error due to an issue in Rails where if the default helper is missing, you get something like this: NoMethodError? (undefined method `is_missing?' for #<LoadError:0x377a7c4>): |
None | None | 0.6-Lapidary | defect | 03/16/07 | |
| #479 | Cant login to radiant in konqueror 3.5.6 | When i create a new radiant app (0.5 or 0.6 RC1) i can not login to the admin pages. It accepts my username and password then just redirects me back to the login page. All i see in the log is Redirected to http://0.0.0.0:3000/admin/login Filter chain halted as [authenticate] returned false Firefox works fine so im guessing its a problem with konqueror. I am using the default username and password, admin radiant. |
None | None | defect | 02/10/07 | ||
| #473 | pngfix.js code is entered twice | The code in http://dev.radiantcms.org/radiant/browser/branches/mental/radiant/public/javascripts/pngfix.js was pasted in twice. |
None | None | 0.6-Lapidary | defect | seancribbs | 01/19/07 |
| #470 | i would like to be a radiant user | i'm a complete Ruby neophyte. So, i tried following the instructions on the download page. After installing locomotive, i failed to have gem on any kind of usable path. So, then i just did: lgmaclt:/Users/lgm root# port install ruby ---> Fetching ruby ---> Attempting to fetch ruby-1.8.4.tar.gz from ftp://xyz.lcs.mit.edu/pub/ruby/1.8 ---> Verifying checksum(s) for ruby ---> Extracting ruby ---> Applying patches to ruby ---> Configuring ruby ---> Building ruby with target all ---> Staging ruby into destroot ---> Packaging tgz archive for ruby 1.8.4_2 ---> Installing ruby 1.8.4_2 ---> Activating ruby 1.8.4_2 ---> Cleaning ruby lgmaclt:/Applications/Locomotive2 root# port install rb-rubygems ---> Fetching rb-rubygems ---> Attempting to fetch rubygems-0.9.0.tgz from http://rubyforge.org/frs/download.php/11289/ ---> Verifying checksum(s) for rb-rubygems ---> Extracting rb-rubygems ---> Configuring rb-rubygems ---> Building rb-rubygems with target setup ---> Staging rb-rubygems into destroot ---> Packaging tgz archive for rb-rubygems 0.9.0_0 ---> Installing rb-rubygems 0.9.0_0 ---> Activating rb-rubygems 0.9.0_0 ---> Cleaning rb-rubygems lgmaclt:/Users/lgm root# which was very encouraging. So, i tried... lgmaclt:/Users/lgm root# which gem /opt/local/bin/gem lgmaclt:/Users/lgm root# gem install --include-dependencies radiant Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed radiant-0.5.2 Successfully installed rails-1.1.6 Successfully installed rake-0.7.1 Successfully installed activesupport-1.3.1 Successfully installed activerecord-1.14.4 Successfully installed actionpack-1.12.5 Successfully installed actionmailer-1.2.5 Successfully installed actionwebservice-1.1.6 Successfully installed radius-0.5.1 Successfully installed RedCloth-3.0.4 Successfully installed BlueCloth-1.0.0 Installing ri documentation for radiant-0.5.2... Installing ri documentation for rake-0.7.1... Installing ri documentation for activesupport-1.3.1... Installing ri documentation for activerecord-1.14.4... Installing ri documentation for actionpack-1.12.5... Installing ri documentation for actionmailer-1.2.5... Installing ri documentation for actionwebservice-1.1.6... Installing ri documentation for radius-0.5.1... Installing RDoc documentation for radiant-0.5.2... Installing RDoc documentation for rake-0.7.1... Installing RDoc documentation for activesupport-1.3.1... Installing RDoc documentation for activerecord-1.14.4... Installing RDoc documentation for actionpack-1.12.5... Installing RDoc documentation for actionmailer-1.2.5... Installing RDoc documentation for actionwebservice-1.1.6... Installing RDoc documentation for radius-0.5.1... lgmaclt:/Users/lgm root# exit which looked even more encouraging. So, i tried lgmaclt:~ lgm$ radiant --help
/opt/local/bin/radiant:9:in `require': No such file to load -- rubygems (LoadErr
or)
from /opt/local/bin/radiant:9
lgmaclt:~ lgm$ su
Password:
lgmaclt:/Users/lgm root# radiant --help
/opt/local/bin/radiant:9:in `require': No such file to load -- rubygems (LoadErr
or)
from /opt/local/bin/radiant:9
lgmaclt:/Users/lgm root# exit
lgmaclt:~ lgm$
which was not so encouraging. Any help would be appreciated. |
None | None | defect | 12/29/06 | ||
| #468 | Main stylesheet (styles.css) doesn't appear when installed in a subdirectory | When installing Radiant to be served by CGI or FastCGI through Apache stylesheets will not appear when Radiant is in a subdirectory. for example: The stylesheets for the admin section still show up since they're appropriately found through a tag: <%= stylesheet_link_tag 'admin' %> however these guys: db/templates/styled-blog.yml: <link rel="stylesheet" type="text/css" href="/styles.css" /> db/templates/simple-blog.yml: <link rel="stylesheet" type="text/css" href="/styles.css" /> get lost in the mix. My temporary fix was to go into the database entry and change /styles.css to /my_radiant/styles.css . |
None | None | defect | 12/12/06 | ||
| #458 | Javascript to stop you from navigating away from a page with changes | It would be nice if the page/snippet/layout editor used some method of preventing a user from navigating away from a page when unsaved changes have been made to that page. Similar issues are discussed here |
core | None | Unplanned | enhancement | None | 11/17/06 |
| #451 | debt | Here's a patch for the following tags: * parent * if_parent * unless_parent Inspired by http://lists.radiantcms.org/pipermail/radiant/2006-August/001190.html, so this includes unit tests. I'm new to Radiant, but am very happy with what I see here, and hope to contribute much more in the future. :) Keep up the good work. |
component1 | enhancement | somebody | 10/03/06 | ||
| #257 | [PATCH] Archive is broken on sqlite3 on OS X | Maybe a problem on other platforms too, but I cant test that easily. Patch based on the fix by Andrew Barnett |
component1 | defect | somebody | 08/14/06 | ||
| #147 | [RESEARCH] [PATCH] page part types | Patch for Dror Tirosh's "Page Parts as Attachments" http://lists.radiantcms.org/pipermail/radiant/2006-July/001002.html (I didnt write it, just putting it here so other people can access it easily) I tweaked Dror's code slightly and added a migration (to create the needed page_part_type_id column). I also included the example attachment part type. |
component1 | defect | somebody | 07/24/06 | ||
| #124 | [RESEARCH] [PATCH] Partial Localization Support with GLoc | This patch use the GLoc plugin for Rails to allow the localization of the administration interface of Radiant. Includes:
The system is configured to French as a default (just to show the changes). Few pages has been translated for the moment (the main page, layouts and snippets). NOTE that I had some trouble running GLoc with the frozen version of Rails... There is apparently a problem with ActionMail? but I couldn't find out the problem. |
component1 | 2.0 | enhancement | somebody | 07/20/06 | |
| #83 | [PATCH] Adds SmartyPants (and Markdown+SmartyPants) filters for educating quotes | SmartyPants? turns straight quotes into smart quotes in HTML source code. E.g., <h1 class="headline">Radiant's "filters" rock!</h1> becomes <h1 class="headline">Radiant’s “filters” rock!</h1> Typography geeks love this sort of thing, and there are MovableType? plugins for this, so why not a couple of Radiant filters? I've also included a Markdown+SmartyPants? filter, which takes something like # Radiant's "filters" rock! and turns it into <h1>Radiant’s “filters” rock!</h1> This patch uses Chris Neukirchen's RubyPants, which is a Ruby port of John Gruber's SmartyPants. I've included unit tests modeled on the existing ones for the Markdown and Textile filters. |
component1 | enhancement | somebody | 07/16/06 | ||
| #75 | incorrect URL on wiki for "How to use Language Redirect Behavior" | When I go here: http://dev.radiantcms.org/radiant/wiki/HowToUseLanguageRedirect I click on the link (down near the bottom, labeled "source") telling me where the source is, which is this link: http://dev.radiantcms.org/radiant/browser/trunk/radiant/app/behaviors/language_redirect_behavior.rb And this leads to a non-existent page. Not sure what the correct one is, or if this feature exists anymore (I haven't done an SVN checkout of the code yet)... otherwise I would have just fixed the wiki entry. |
component1 | defect | somebody | 07/09/06 | ||
| #46 | [PATCH] Duplicate models into migrations to overcome validations | The introduction of validations broke migrations where the validated columns do not exist. Adding in very simple model objects to the migrations allows them to use those models to create and manipulate objects. It's now possible to do a rake migrate from an empty database. (note that the there is an activerecord bug (http://dev.rubyonrails.org/ticket/5215) that causes the migrate to fail under sqlite). |
component1 | defect | somebody | 06/19/06 | ||
| #42 | CSS Framework Templates | Using the templates found at AppFuse, I've whipped up some templates for radiant and imported 4 of the themes. Some of the other themes could be applied as well, but the four that i did do are the only ones that work in all the layouts for the CSS Framework. Attached zip contains css files, a couple of images and a yaml database template. |
core | Unplanned | enhancement | somebody | 06/14/06 | |
| #41 | [PATCH] Allow modification of the published date | As per some | Mailing List discussion, I've added in the ability to modify the published date - mainly to ease the ability to migrate data from an existing system / offline sources. The published date is hidden away in the same section as the slug and breadcrumb, and has an "automatic" checkbox if the item has not yet been published. It shouldn't be too hard to take this a step further and add in a 'publish later' status. |
core | 0.6.5-Chisel | enhancement | danshep | 06/13/06 | |
| #40 | [RESEARCH] [PATCH] Allow behaviours to link pages to other models | In introducing radiant as a component of a larger rails application, it's necessary to be able to link pages to the other models in the application. Firstly, there's a define_page_properties method on behaviour that gets evaluated in the context of the page metaclass to add new associations and methods to the page class when this behaviour is used. Then, I've added a new method to behaviour "behavior_admin_panel" that will render a new section at the bottom of the page to select the linked pages. The attached diff includes an implemention of a Taggable behaviour, which lets you add tags to a page - there's no implementation to do anything with it, it just creates data for something else to use. For a real world example, the site I operate - The Groggy Squirrel - consists of articles and a comedian database. There needs to be links from the comedian's pages to articles that relate to those comedians, and the management of which articles should be linked to should be from editing the article (it makes sense that way). So, I need a mechanism to create a link between article pages and comics pages - a simple has_and_belongs_to_many relationship. In my implementation of this, I've allowed the behaviour to make modifications to their pages' metaclass: In my "article" behaviour:
And vice-versa in my "comedian" behaviour. Add in some extra inputs using behavior_admin_panel and the management of the linking can be done on either page. I'll be extending this to give the behavior_admin_panel full access to everything that you have access to from a controller, so you can use all the actionpack methods. |
component1 | enhancement | somebody | 06/13/06 | ||
| #39 | RSS aggregation | We're currently using RSS-aggregators on a community portal-page, pumping feeds from local and global sites (http://gentooguiden.dk). Would it possible to make some SimpleRSS (which I prefer over FeedTools?) tags? Another way is to include rhtml, so it could be done directly.
|
component2 | enhancement | somebody | 06/10/06 | ||
| #10 | Config requires database query | Even on a cache hit Radiant queries the database to load Config objects: Radiant::Config Load (0.001725) SELECT * FROM config WHERE (config."key" = 'dev.host' ) LIMIT 1 Completed in 0.10751 (9 reqs/sec) | Rendering: 0.00020 (0%) | DB: 0.03624 (33%) | 200 OK [http://0.0.0.0/about] Does the config require the overhead of the db? Perhaps it's better to store in a flat-file with the source code like a YAML file. In any case it should be exposed to in-memory caching. |
component1 | enhancement | somebody | 05/04/06 | ||
| #9 | Admin tree view - great grandchild display error in Opera | To reproduce:
This makes the GGC node get cloned with each "- then +" click. My opera:about page data: Version 8.52 Build 1631 Platform Linux System i686, 2.6.15-gentoo-r1 Qt library 3.3.4 |
component2 | defect | margerie | 05/03/06 | ||
| #6 | management is spelled wrong in the &amp;amp;amp;amp;lt;title&amp;amp;amp;amp;gt; tag at http://radiantcms.org/ | management is spelled wrong in the <title> tag at http://radiantcms.org/ |
component1 | task | somebody | 05/03/06 | ||
| #5 | Postgres Migration Problem With Booleans | Postgres does not seem to like doing change_column from integers to booleans, i had to do this: def self.up
This ofcourse drops the information stored, so another method might be better. This is an issue in migration: http://dev.radiantcms.org/radiant/browser/trunk/radiant/db/migrate/006_integer_columns_to_boolean.rb |
component2 | 2.0 | defect | somebody | 05/02/06 |
