-
Hi,
i have a list of questions that are related to the survey, and each question could have children questions, so the most of my questions wouldn't have any parent but i need to order them using uni…
-
As far as I know, the delegate behavior is build in propel, but not ins the integration with symfony 1.4.
There is any guide to build a behaviour for symfony 1.4?
I need this behaviour and if it's n…
-
Hello,
I have been playing around with the Tree extension, it's great, I love it! However, I ran into a small snag : I couldn't seem to find a way to move a subtree to another node. After digging aro…
-
Hi,
I'm trying to solve why the mails are not coming through. Please, check this:
rake redmine:reminder_plugin:send_notifications RAILS_ENV=production --trace
*\* Invoke redmine:reminder_plugin:send…
-
I'm thinking it might be beneficial to include a soft-delete feature that uses a `deleted_at` field in the database to allow a row to be referenced as "deleted", but not removed from the database. I w…
-
I was following this (http://www.gediminasm.org/article/tree-nestedset-behavior-extension-for-doctrine-2) tutorial and I get this error while creating new object:
SQLSTATE[23000]: Integrity constrain…
-
Hello
I tried to install the plugin, (from master tgz, I don't have git installed on my server)
the installation process works, the plugin appear into redmine (admin/plugins)
but when I edit a user…
-
Make KB articles appear on Redmine's global search, using the search box at the top.
-
When i use sortable behavior together with nestedset behavior on one table i get compile error..
This my table
```
``…
-
Hello,
I started to implement nested categories based on Nested Tree behaviours (https://github.com/stof/StofDoctrineExtensionsBundle). It works well without big modification.
Is it a wanted feature…