Activity
From 2010-08-09 to 2010-08-11
2010-08-11
-
23:50 Help: RE: Skript that creates SVN Repository
- Use the redmine provided reposman.rb.
source:/trunk/extra/svn/reposman.rb
--Holger -
23:46 Open discussion: RE: Issue #61
- Yes, the PDF library is plagued with issues. But currently, it's the best we have. If you however have a working solu...
- Issue #61 has been open an embarrassingly long time without resolution.
I know the world of encodings is full of b... -
23:40 Open discussion: RE: Issue Journals
- Issue journals are created automatically when you update existing issues. See [[Rest_api]] for examples.
Changing ... - does anyone know if it's possible to create/edit/update Issue journals with the use of Redmine's Rest API? If so, can...
-
22:36 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
- Thanks all for the answers - I think I'll go with James' solution - using a local git repo with my own code changes, ...
-
20:54 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
- Using git is indeed probably the best way. I have simply forked redmine repository from github, then committed code c...
-
18:20 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
- I have an svn checkout and up that from time to time, all changes I've done to it are only local though, so that solu...
-
13:29 Help: RE: Strategies for making an "upgradeable" redmine as painless as possible
- There probably no standard way of doing it. For me what I did is like this.
* I folked redmine's git repository, ... - Some time ago I installed an (internal) redmine on my company's server (redmine 0.8.4 on ubuntu 0.8LTS with postgre)....
-
20:35 Help: RE: Start from 0 on new project?
- I don't know what you mean by "start from 0", but if you mean the issue ids: no.
- Is there a way to start from 0 if a new project is created? This could be useful to track bugs/issues by quarter for ...
-
19:50 Plugins: RE: Drafts plugin v0.1.1
- any Way to have IT for Large Wikis too ?
-
19:44 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- yes it seems the default value for project lft or rgt is not NULL but something else.
if you can indicate me how t... -
19:10 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- Don't recreate the whole table, that will only work if you delete the whole table before, and you wouldn't want that,...
-
19:04 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- I'm not sure to what to add in which place
CREATE TABLE `projects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`... -
18:58 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- Felix Schäfer wrote:
> I have absolutely no clue why the migration didn't pick that up… Well, you could add them you... -
18:50 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- I already process "Project.rebuild!"
And I get the same output than Martin :... -
18:47 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- I have absolutely no clue why the migration didn't pick that up… Well, you could add them yourself I guess, you'd nee...
-
18:43 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- Here the list from initial Redmine version
Rhodan -
18:36 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- This file is present in the right folder from Bitnami module v1.0.0
/db/migrate/104_add_projects_lft_and_rgt.rb
... -
18:25 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- This should happen in migration 104 (source:/trunk/db/migrate/104_add_projects_lft_and_rgt.rb), please see if bitnami...
-
18:14 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- I get the same error with migration to v1.0.0 (Bitnami)
It seems to be a schema migration error.
'Projects' table... -
19:31 Help: RE: 406 Not Acceptable when using REST Issues API
- oh... ok, I see.
-
19:30 Help: RE: 406 Not Acceptable when using REST Issues API
- For the projects API.
-
19:28 Help: RE: 406 Not Acceptable when using REST Issues API
- why do I see "Enable REST web service" option in 0.9.6 web interface then?
-
08:18 Help: RE: 406 Not Acceptable when using REST Issues API
- Alexey Skor wrote:
> I have a similar problem. I have a new Redmine install v. 0.9.6 and I'm trying to get list of i... -
04:10 Help: RE: 406 Not Acceptable when using REST Issues API
- oh, and also -
authentication is working fine for *both* servers. I get "401" error when provide an invalid key:
... -
03:36 Help: RE: 406 Not Acceptable when using REST Issues API
- both servers have "Enable REST web service: ON"
-
03:34 Help: RE: 406 Not Acceptable when using REST Issues API
- I have a similar problem. I have a new Redmine install v. 0.9.6 and I'm trying to get list of issues through REST API...
-
18:29 Help: RE: Custom Field Query Error
- Mmh, can't reproduce it, but it's on a redmine that's not at the bleedingiest of edges. Do you have any plugins insta...
-
18:13 Help: RE: Custom Field Query Error
- The query is about the issues.
Here is a complete log:
Processing IssuesController#index (for 192.168.35.2 at 201... -
18:06 Help: RE: Custom Field Query Error
- Please provide the log entry for the whole request. What custom fields (issues, projects, …?) are you trying to poll?
- Hello everybody.
The queries on existing custom fields do not work. In the log, I find this:
ArgumentError (wrong... -
18:21 Plugins: RE: remember a file
- You could take a look at how it is done in core, I think there has been some work on this recently.
- hi, i'm doing a plugin for upload files, but after upload i have to validate some fields and if don't pass de validat...
-
18:08 Help: RE: RedmineDbWhereClause example not working in 1.0
- I don't know what 0.8 did, but in 1.0.0 Redmine.pm actually checks if the user has the "View repository" permission f...
- Hi
I've upgraded our system to 1.0. Before (0.8), we used a customized version of Redmine.pm to authenticate svn u... -
18:05 Help: RE: Not receiving mail from redmine with sendmail
- Does the @delivery_method@ line begin with 2 spaces? YAML is space- and indentation-sensitive.
- Hello everyone,
I'm trying to setup my redmine to use sendmail on my server to sendout notifications but I had no ... -
17:52 Help: RE: How to use methods from other plugins?
- I'm not sure I understand what you are trying to do, but:
# Having that sort of logic (Issue.find and so on) in th... -
14:04 Help: RE: How to use methods from other plugins?
- This is what I get:
NoMethodError in Work_time#ajax_select_ticket
Showing vendor/plugins/redmine_work_time/app... -
12:07 Help: RE: How to use methods from other plugins?
- Thank you.
I added a button in work_time to get all tickets which are assigned to myself. After that I tried to us... -
09:27 Help: RE: Authentication failing
- I had a similar problem as Alessandro (Apache prompting for password all the time) and I figured out my stupid mistak...
-
09:05 Help: RE: Error after update from 0.8.5 devel to 1.0.0 stable... cant modify or add issues.
- I had a similar problem moving from 0.8.4.devel to 1.0.0 stable.
I was able to resolve the issue by migrating fro... - I need to provide api access key when creating issue via HTTP POST request in REST API.
how do I provide it? in the ... -
06:39 Help: RE: POST request example to create Issue through REST API
- I see I must use
http://172.17.10.53:3000/issues.xml
instead of
http://172.17.10.53:3000/projects/ace/issues.xml... -
04:39 Development: RE: Standard Plugin Information File
- Felix Schäfer wrote:
> Fine by me, and it definitely makes it easier for external consumers (<notextile>*cough*</not...
2010-08-10
-
21:37 Open discussion: RE: Is it possible to set the default issue query?
- Thanks - your plugin didn't do exactly what I wanted, so I modified it. Here's the code:
http://github.com/nbolto... -
09:20 Open discussion: RE: Is it possible to set the default issue query?
- I already wrote plugin for this:
http://www.redmine.org/boards/3/topics/11764
- Our Redmine was configured from an admin that now doesn't work anymore with us.
Everthing works fine, also the creat... - Hi, I've successfully set up a system where the local postfix MTA creates an issue in Redmine in a support queue. Als...
-
20:24 Help: RE: How to use methods from other plugins?
- Yes.
- Hello everyone,
For example I like to use a method from stuff_to_do plugin for work_time plugin. Is this even poss... -
19:20 Open discussion: RE: Project Status "Closed"
- Issues: #5541 and #3640 opened on that feature.
-
18:48 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
- Any possibility someone can do a guide on upgrading from .9.x to 1.0 on windows? I was trying to yesterday but had no...
-
15:48 Help: RE: Issue Reminder
- btw currently this only send email to assigned developer, if you want to send everyone within the project you may nee...
-
15:45 Help: RE: Issue Reminder
- I attached examples
-
15:39 Help: RE: Issue Reminder
- Lukas Resch wrote:
> Is there a easy way to send a notification to all developers of a projects, when an issue has ... -
13:16 Help: RE: Issue Reminder
- Got it done with this script, maybe it can help someone. It makes comments on issues, so everyone on the project gets...
-
15:32 Help: RE: Problem while upgrading to 1.0.0 from 9.x
- Jacky Leung wrote:
> [...]
>
> scripts/about, server, db:migrate all throw me the same error.
>
> Using Gem 1.... - Hi all,
I'v got a problem with 1.0.0 that's driving me nuts. I've just upgraded using bitnami-redmine-1.0.0-0-mod... -
13:04 Plugins: RE: Hudson Plugin 1.0.5
- Hi again. I'm going to try to explain my situation and trouble I am having with the Hudson plugin.
My redmine is h... -
12:19 Help: RE: Exported UTF-8 Vietnamese looks strange
- Vu Hung Nguyen wrote:
> Duy Linh Nguyen wrote:
> > Could you upgrade Redmine to 1.0.x or Redmine trunk?
I will t... -
10:08 Help: RE: Exported UTF-8 Vietnamese looks strange
- Duy Linh Nguyen wrote:
> Could you upgrade Redmine to 1.0.x or Redmine trunk?
I will try, but not now because some ... -
09:57 Help: RE: Exported UTF-8 Vietnamese looks strange
- Vu Hung Nguyen wrote:
> I've tried:
>
> Environment:
> [...]
>
>
> cd /var/www/html/redmine/redmine-0.8.7/
... -
09:42 Help: RE: Exported UTF-8 Vietnamese looks strange
- I've tried:
Environment:... -
09:24 Help: RE: Exported UTF-8 Vietnamese looks strange
- I'm using redmine trunk.
And force re-install rfpdf by command:... -
09:07 Help: RE: Exported UTF-8 Vietnamese looks strange
- What are the versions of your:rake, ruby, gem, redmine, rfpdf
-
08:42 Help: RE: Exported UTF-8 Vietnamese looks strange
- Or this one?
http://github.com/edwinmoss/rfpdf
Which revision should I look at? -
11:42 Open discussion: RE: Identify sub-project via email
- Thanks for the fast reply!
-
11:36 Open discussion: RE: Identify sub-project via email
- The identifiers of our subprojects are like that, it's not something we change in redmine, it's a pattern we have cho...
-
11:25 Open discussion: RE: Identify sub-project via email
- Hi Felix and thanks for your reply,
I managed to filter based on the X-Redmine-Project (thanks to Thunderbird) but... -
10:19 Help: RE: Move the SVN repository of a project
- I'd rather say "it's not obvious", but I'm not a native speaker either :-)
-
09:30 Help: RE: Move the SVN repository of a project
- Ok…
I have not seen this link. On a large screen resolution, it's not an obviousness.
This solution has resolved my... -
07:45 Plugins: RE: Redmine Repository Controls
- I have test the patch , It's not ok .
My readmine version is 0.9.4.devel.3735 .
Use the patch, get the error code 5...
2010-08-09
- I have an issue query called "Default" which I want to be the default. However, I cannot see any way of making this t...
-
22:56 Help: RE: ActionView::TemplateError in Repository
- No, I didn't mean a repository plugin but a redmine plugin.
Github integration is already somewhat handled by 1 or... -
22:52 Help: RE: ActionView::TemplateError in Repository
- Thanks for clearing that up, might be the github hook that I installed although it haven't caused trouble until now. ...
-
22:40 Help: RE: ActionView::TemplateError in Repository
- The @call_hook@ method typically calls hooks provided by plugins, maybe any of the plugins you have installed is misf...
- Hi.
I'm running Redmine 1.0+ and when adding a git repository to a project and then navigating to the Repository p... -
21:08 Help: RE: query by issue numbers/ issue lists
- You can't query a "random" set of issues, you really do have to find some way to tag/mark them and create a custom fi...
- Is there a way to set up a query so that it displays a fixed set of redmine issues? I often need to track a set of i...
-
18:54 Help: RE: Getting an Error when upgrading from 9.6 to 1.0
- Then you should be able to go on from there.
-
18:49 Help: RE: Getting an Error when upgrading from 9.6 to 1.0
- I got the database to upgrade without any errors. As I am running this on windows following the "Windows/Apache":http...
-
18:28 Help: RE: Getting an Error when upgrading from 9.6 to 1.0
- In most cases yes.
-
18:26 Help: RE: Getting an Error when upgrading from 9.6 to 1.0
- To remove the plugin, do I just delete the folder and restart redmine?
Neal -
18:52 Open discussion: RE: Identify sub-project via email
- There is a header called "X-Redmine-Project" in the mails redmine sends which contains the identifier of the project,...
- Hi every body,
First of all, thanks for this piece of software, it is really brilliant!
Here, we are using it t... -
18:48 Help: RE: Move the SVN repository of a project
- You can "delete" the repository, which effectively only destroys the cache redmine has made of it, it doesn't really ...
- Hello.
I created a project and associated a temporary repository.
Now, I must change the location of the repository... -
18:06 Help: RE: Shorten Git revision tags in Activity tab / feed
- After speaking with a helpful person in #redmine it appears this isn't currently possible, so I've submitted a featur...
-
17:11 Help: RE: Shorten Git revision tags in Activity tab / feed
- Now on Redmine 1.0.0.devel.3929 (MySQL) if it makes any difference.
-
17:06 Help: RE: Shorten Git revision tags in Activity tab / feed
- Bump...
-
16:34 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- Now the error is different. It´s look better...
-
10:59 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- You must either ...
-
10:53 Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
- I have tried with project.rebuild but it takes many error and didn´t finish.
I am getting crazy!!
Thanks for al... -
16:29 Open discussion: RE: How to move all/multipel issue from a project to a subproject
- See [[RedmineIssueList#Bulk-editing-issues]].
- I had one project running since past 1 yr have various issues (open / close)
Now I have one more similar project (sa... -
16:27 Help: RE: Installation...problem installing mysql gem
- Again, please contact your hosting provider's support, they should better be able to help you. Anyway, you should ins...
-
16:22 Help: RE: Installation...problem installing mysql gem
- gempaths? I don't really know what that means.
Anyone else having this issue or have any suggestions? Would it hel... -
15:23 Help: RE: Uploading large files fails for some users
- Did so in Issue #6089.
In the further analysis it now became obvious, that it is related to the browser.
Propably s... -
14:14 Help: RE: Uploading large files fails for some users
- Could you please open a defect for that, including the relevant/important technical information and a link to here? T...
-
14:07 Help: RE: Uploading large files fails for some users
- Hi,
I checked the uploading temporary files and the memory consumption.
The files end up in /tmp and there are two ... -
14:13 Development: RE: Standard Plugin Information File
- Fine by me, and it definitely makes it easier for external consumers (<notextile>*cough*</notextile> plugin site <not...
- I was just discussing this with thegcat and meineerde in IRC and thought I'd shift the discussion here. The relevant ...
-
11:46 Help: RE: Troublesome upgrade from 0.8.4 to 1.0.0
- Uninstalling a plugin from the DB is something like @rake db:migrate:plugin NAME=plugin VERSION=0@ (syntax nor verifi...
-
11:34 Help: RE: Troublesome upgrade from 0.8.4 to 1.0.0
- Do you mean all the plugins I had installed previously? What about those which are now incompatible with Redmine 1.0....
-
09:18 Plugins: RE: Wiki Extensions Plugin
- I'm having trouble with the iframe macro. I recently installed a fresh Redmine 1.0.0 and tried both the wiki extensi...
-
09:15 Plugins: RE: Attach-screenshot plugins are broken with RM 1.0
- I'm not a ruby programmer, but I found out myself, if I change app/controllers/attach_screenshot_controller.rb:36 fro...
-
09:07 Plugins: RE: Attach-screenshot plugins are broken with RM 1.0
- I tried to attach a screenshot, but got the following error message:...
-
05:47 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
- I have updated *[[HowTo Install Redmine in a sub-URI on Windows with Apache]]* for Redmine 1.0.0 + installations.
... -
05:02 Help: RE: BZR: no files listed in Repository section - but revision info displayed
- sorry - the log message is...
-
05:01 Help: RE: BZR: no files listed in Repository section - but revision info displayed
- An update to this
this is the log entry when i view the commit info and try and click on the folder names 'tpl'
... - Did someone sucessfully tested the "Chat":http://github.com/jbrien/redmine-chat-plugin/tree Plugin for Juggernautt In...
Also available in: Atom