Giter VIP home page Giter VIP logo

radiant-globalize2-extension's People

Contributors

cristi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

radiant-globalize2-extension's Issues

Radiant page.edit.published_date? setting issue

Thanks for this great extension! We have been using it extensively.

However, we have just run into this issue which seems to be a biggie if you have to update the published date for blog posts routinely, and want to use Radiant's built-in mechanism for doing so:

Setting the Radiant configuration page.edit.published_date? to true (as described here: http://wiki.github.com/radiant/radiant/change-a-pages-publication-date), causes pages to become uneditable.

translation doesn't work after extension installation

I can't display any translated article/page. I see strange sql queries like this:

   SELECT `pages`.* FROM `pages` INNER JOIN page_translations on page_translations.page_id = pages.id WHERE ((virtual = 0) and (status_id = 100)) AND ((page_translations.locale = '--- :en\n') AND (`pages`.parent_id = 4)) ORDER BY published_at DESC, pages.virtual DESC LIMIT 1

After some investigation I managed to work around this issue by editing file lib/globalize2/page_extensions.rb and adding .to_s in two places where find queries are created

I've also have problems with conversion symbol to string, but it's already posted as an issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.