Activity
From 2008-06-07 to 2008-06-09
2008-06-09
-
22:23 Patch #1402 (Closed): Patch for lib/SVG/Graph/Graph.rb, can't externalize stylesheets
-
22:03 Patch #1402: Patch for lib/SVG/Graph/Graph.rb, can't externalize stylesheets
- Committed in r1524. Thanks for your patch.
Btw, are you the one who works on redmine4ruby-lang ? -
18:07 Feature #1415: Let system administrator limit repositories valid sources
- One possible design could be to restrict what a project manager can do from the Project Settings page. For exemple, w...
-
18:03 Feature #1415 (Closed): Let system administrator limit repositories valid sources
- As pointed out by Jean Philippe in #1393, users with project manager permissions can setup SCM sources to anything th...
-
17:03 Patch #1404: Raise wiki content page size
- After some searches, it appears that postgresql has no limit to its text type. But the error when migrating a :text w...
-
16:32 Feature #1176: Recurring Tasks
- While script plus Cron suggestion is great, I still say that I would appreciate seeing recurring tasks appear in Redm...
-
15:56 Feature #1414 (New): email notifications based on category
- My project has a requirement that several individual be notified via email of any change to issues in which they are ...
-
15:34 Feature #1413 (Closed): Alphabetical Sorting of Drop-Down Lists
- Hi,
Just a general comment on something which tends to catch me out quite often during day-to-day use of our Redmi... -
15:25 Feature #1388 (Resolved): Email integration: track email answers
-
14:26 Feature #1388: Email integration: track email answers
- Sorry for bothering.
I've found information I've asked here:
http://www.redmine.org/repositories/revision/1?rev=523... -
14:24 Feature #1388: Email integration: track email answers
- Oops, I found some email integration in app/models/mail_handler.rb MailHandler.receive
Could you please explain ho... -
15:22
Feature #1412 (Closed): SMTP server config should be moved from environment.rb
- Items that will be customised regularly on a per-installation basis should not be in version-controlled code. This m...
-
15:14
Defect #1409: Prevent adding of files if no version is defined
- Yep, we've been hit by this.
-
14:00 Defect #1409 (Closed): Prevent adding of files if no version is defined
- How to reprdouce:
For a project, that does not have any versions defined, try to add a new file:
http://forge.stieg... -
14:48 Feature #1406: Browse through Git branches
- Perhaps, the solution for this could be related to CVS branching and tagging support (feature #1411) (already knowing...
-
05:30 Feature #1406 (Closed): Browse through Git branches
- I'd like the Git SCM Adapter to support Git branches. Much like GitHub does currently allowing you to select and bro...
-
14:42 Feature #1411 (New): Add support for tag-browsing in CVS
- In my firm we are evaluating redmine for use against a pre-existing CVS server.
We use branching and tagging very in... -
14:04 Feature #1410 (New): When downloading a file from the repository : don't fill the memory with bytes
- Current procedure for downloading a file from the repository implies dumping the bytes (all of them) into a string th...
-
13:29 Feature #1094: Links to repository directories
- Hi,
does anybody have some comments about the patch Pierre provided ? It has been used in production for two weeks... -
13:05 Feature #1245: close versions
- +1 We are deploying a large number of versions to our live system currently. We would like to maintain a list of old...
-
13:01 Feature #1011: Add voting to tickets
- +1
-
12:43 Patch #1405: Traditional Chinese language file (to r1518)
- * Added tag: *label_time_tracking*
-
03:00 Patch #1405 (Closed): Traditional Chinese language file (to r1518)
- * Added & relocated tag: *setting_enabled_scm*
-
12:37 Feature #1371: Entry model
- Jean-Philippe Lang wrote:
> Pierre, does your entry model reprent a file or a file at a given revision ?
> Also, th... -
00:27 Feature #1371: Entry model
- Or maybe @RepositoryEntry@...
-
11:14 Patch #1408 (Closed): Hungarian language file updated to r1507
- Hungarian language file updated to r1507
-
10:34 Feature #1387: Support git branches and tags in repository browser/activity/issue associations
- Should be a feature request. Marked as duplicated from #1406.
-
06:06 Patch #1407 (Closed): Simplified Chinese lang file zh.yml updated to r1518
- lang file
-
05:25 Feature #779: Multiple SCM per project
- Aruo Miura wrote:
> Can sub-project SCM's comments effect parent's issue?
> Can all SCM adapters handle same reposi... -
01:39 Feature #1403: Unified Diff download feature
- Perfect! Very happy indeed. Excellent work.
-
00:41 Patch #1084 (Closed): Implement new button on project list page
- Committed in r1518.
-
00:41 Feature #1082 (Closed): "New Project" link on Projects page
- Committed in r1518.
-
00:26 Defect #1310 (Closed): Email notifications not working after a certain point in time
- > As you can see, there is no "To" attribute and so i imagine the smtp then fails.
I don't think so but if you don...
2008-06-08
-
23:38 Patch #1404: Raise wiki content page size
- It would be far better to stay database agnostic... I'll do some research tomorrow. Thank you for pointing the problem.
-
22:15 Patch #1404: Raise wiki content page size
- Thanks for your patch Thomas.
But the migration fails with Postgresql (tested with 8.3).
I found this ticket on R... -
20:39 Patch #1404: Raise wiki content page size
- I'm quite dumb... But I think I found a problem: uploaded file is missed when you meet an error just before the succe...
-
18:45 Patch #1404: Raise wiki content page size
- The patch please !!! :-)
-
17:45 Patch #1404 (Closed): Raise wiki content page size
- * Correct #1071 by forcing rails to set a field larger than 64K to wiki contents.
* Add validation when saving a wik... -
21:27 Defect #1379: Error in sending email notifications: (no implicit conversion to float from nil)
- Thanks so much! It's working and you've been a great help to us.
We simply had to add the :expires => 60 and then ... -
20:22 Feature #1403 (Closed): Unified Diff download feature
- Committed in r1516.
-
15:36 Feature #1403: Unified Diff download feature
- My apologies I should have done this:
Ticket:
http://reductivelabs.com/trac/puppet/ticket/1276
Click through... -
14:09 Feature #1403: Unified Diff download feature
- Could you provide a link to a public accessible trac page where we can view what you want? Thank you.
-
17:54 Patch #1393: FileSystem adapter
- Very useful feature. Never seen it before. Thank you.
-
17:36 Patch #1393 (Closed): FileSystem adapter
- Patch committed in r1508 with slight changes in tests due to r1507.
-
13:01 Patch #1393: FileSystem adapter
- I've just tested your patch. It looks to work fine and can be pretty useful indeed.
But some admins may not want u... -
17:46 Defect #1071: Wiki/News/Documents truncate contents to 64K in MYSQL
- Patch provided for it there: #1404
Hoping it helps. -
15:37 Defect #183 (Closed): Redmine 0.6.3 not working with included dispatch.fcgi
- Old version bug, no activity: reopen if needed.
-
15:36 Defect #677 (Closed): Unable to delete role
- Resolved two monthes ago without activity: closed.
-
14:27 Feature #1394: Memberlist should show nicknames
- Please don't target version or assign features.
-
12:52 Feature #1371: Entry model
- Pierre, does your entry model reprent a file or a file at a given revision ?
Also, the term @Entry@ can represent ma... -
09:46 Defect #1310 (Reopened): Email notifications not working after a certain point in time
- I uncommented the line you suggested above and now the raw email dumps come up on the log.
I can now see that the...
2008-06-07
-
22:45 Defect #1379 (Closed): Error in sending email notifications: (no implicit conversion to float from nil)
- Make sure you restarted the app after adding @:expires => 60@
If it still doesn't work, try to get some help on the r... -
22:24 Defect #1379 (Reopened): Error in sending email notifications: (no implicit conversion to float from nil)
- Thanks Jean-Philippe Lang,
Here's a portion of the environment.rb code that we have, and the issue remains:
... -
21:49 Defect #1379 (Closed): Error in sending email notifications: (no implicit conversion to float from nil)
- Adding something like @:expires => 60@ in your pop3_auth settings should solve your problem.
-
21:34 Defect #1379 (Reopened): Error in sending email notifications: (no implicit conversion to float from nil)
- Hi Jean-Phiippe Lang,
Do you have any suggestions on how to correct this?
We received that line of code from th... -
12:13 Defect #1379 (Closed): Error in sending email notifications: (no implicit conversion to float from nil)
- This problem is not related to Redmine. The error is raised by the following line of your code:
do_pop_auth if !@@... -
03:20 Defect #1379: Error in sending email notifications: (no implicit conversion to float from nil)
- Hi there,
Any help on this?
Please let me know if I need to provide any further information.
Thank you,
Lee -
18:44 Feature #1387: Support git branches and tags in repository browser/activity/issue associations
- I'd also welcome this functionality.
-
17:27
Defect #1392 (Closed): Can browse repository but not view differences on a revision of an svn repository
- I guess so. There's still an issue with using mod_fastcgi under Apache on Windows that stopped revision browsing fro...
-
16:52 Defect #1392: Can browse repository but not view differences on a revision of an svn repository
- Can we consider this ticket as closed ?
-
17:05 Defect #1384 (Closed): Allow ampersands in Enumeration names
- Fixed in r1503.
Any character is now allowed. -
16:52 Defect #1340 (Closed): Trac migration task - user issues
- Fix committed in r1502 with a slightly different implementation.
Thanks for pointing this out. -
15:29 Feature #1403 (Closed): Unified Diff download feature
- I'd like to request a unified diff download/viewer in the style of Trac.
-
13:56 Patch #1402 (Closed): Patch for lib/SVG/Graph/Graph.rb, can't externalize stylesheets
- lib/SVG/Graph/Graph.rb has a bug. When the stylesheets of generated SVGs is externalized, for example
graph.style_s... -
13:49 Patch #1382: Add a global notification cc
- Updated to only global notification on issues edited and added.
-
13:40 Defect #1362 (Closed): Reply/Quote Function Newline Issue in Internet Explorer
- Fixed in r1501. Tested with IE6 & 7.
-
12:06 Defect #1398: Right Clicking on an issue in a issue list to get native context menu doesn't work in Firefox 3 RC2
- I propose to wait for Firefox final release to see if it still occurs.
-
12:04 Patch #1370 (Closed): Ignore unreadable subversion directories (read disabled using authz)
- Patch applied in r1500. Thanks.
-
11:30 Patch #1305 (Closed): pt-br language minor changes and missing strings
- I don't speak a word of Brazilian so I can't tell which is the "best" translation.
But I agree with Fabio, don't rev... -
11:20 Defect #1241 (Closed): Mercurial : Don't browse latest version after a 'hg push'
- Patch #1199 is applied in r1499.
-
11:20 Patch #1199 (Closed): Mercurial adapter
- Patch committed in r1499.
I made a small change in order to move the templates from @/extra@ to @/lib/redmine/scm/ad... -
10:59 Patch #1381 (Closed): Hungarian language file updated to r1492
- Applied in r1498. Thanks.
-
10:59 Patch #1367 (Closed): Traditional Chinese (r1489)
- Applied in r1498. Thanks.
-
10:59 Patch #1361 (Closed): diff for no.yml (to rev 1482)
- Applied in r1498. Thanks.
-
10:59 Patch #1347 (Closed): Russian sync to 1482
- Applied in r1498. Thanks.
-
10:59 Patch #1344 (Closed): Traditional Chinese language files (r1482)
- Applied in r1498. Thanks.
-
10:59 Patch #1343 (Closed): Simplified Chinese lang zh.yml updated to r1482
- Applied in r1498. Thanks.
-
10:59 Patch #1314 (Closed): Traditional Chinese language file zh.yml updated to r1457
- Applied in r1498. Thanks.
-
10:59 Patch #1298 (Closed): Hungarian language file updated to r1460
- Applied in r1498. Thanks.
-
10:35 Patch #1170 (Closed): export issue to pdf will messup when use Chinese language
- Fix applied in r1497. Thanks.
-
00:57
Defect #1253 (Closed): Using '*' as keyword for repository referencing keywords doesn't work
Also available in: Atom