Activity
From 2011-12-31 to 2012-01-02
2012-01-02
-
23:53 Revision 8479 (svn): View cleanup.
-
23:12 Defect #9821: Rake db fails updating from 1.2.1 to 1.3.0
- Ah Kow Tan wrote:
> *Can that be considered an successful upgrade?*
Kind of, yes. But if this table was created b... -
22:56 Defect #9901: NoMethodError Updating Ticket
- Please give details according to [[SubmittingBugs]].
-
14:15 Defect #9901 (Closed): NoMethodError Updating Ticket
- Hey,
I have updated redmine from 1.0 to 1.3 stable released now few user facing when they update issue
Let me know ... -
22:55 Defect #9903 (Closed): Can't login Redmine page
-
17:24 Defect #9903 (Closed): Can't login Redmine page
- There are many error when installing redmine
-
21:29 Defect #9906: 'Page not found' when creating or updating ticket
- BTW, when I added this ticket, I didn't run into the 'Page not found' problem, so it is unlikely client browser issue...
-
21:26 Defect #9906 (Closed): 'Page not found' when creating or updating ticket
- Installed on Dreamhost (shared hosting, mySQL, ...) version 1.2.2, then also upgraded to 1.3.0 - in both the followin...
-
21:09 Revision 8478 (svn): Test cleanup.
-
20:59 Revision 8477 (svn): Test cleanup.
-
20:49 Revision 8476 (svn): Test cleanup.
-
20:44 Revision 8475 (svn): Test cleanup.
-
18:55 Defect #9904 (Closed): 500 Internal Server Error when Issues->filter by custom field of type list.
- Happens with redmine 1.3.0 (from bitnami stack)...
-
18:40 Revision 8474 (svn): Missing html_safe.
-
16:58 Defect #9902 (Closed): CSV export limit
- In my redmine db I have 1650 issues (all= open or closed).
I have created a query in redmine that show all issues (o... -
16:39 Revision 8473 (svn): Missing html_safe.
-
15:41 Revision 8472 (svn): code layout cleanup app/views/repositories/_navigation.html.erb
-
14:26 Revision 8471 (svn): route: code layout clean up repositories route
-
13:13 Revision 8470 (svn): route: code layout clean up repositories route
-
12:38 Revision 8469 (svn): test: replace should "include the emails_header" at unit mailer test to Rails standard test suite
-
10:35 Revision 8468 (svn): Rails3: model: mailer: use .to_s at redmine_headers method
- On Rails 3.0:...
-
10:07 Revision 8467 (svn): Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rb
- undefined method `h' error raises on Rails 3.1.3 and Ruby 1.8.7.
2012-01-01
-
23:18 Revision 8466 (svn): svn propset "svn:eol-style" native test/functional/auth_sources_controller_test.rb
-
22:09 Revision 8465 (svn): Test cleanup.
-
21:25 Revision 8464 (svn): Give explicit url option.
-
21:02 Revision 8463 (svn): Test cleanup.
-
20:57 Revision 8462 (svn): Test cleanup.
-
20:50 Revision 8461 (svn): Test cleanup.
-
19:23 Revision 8460 (svn): Use #scoped instead of .with_scope
-
18:58 Revision 8459 (svn): Rails3 compat.
-
18:35 Revision 8458 (svn): Order is already defined on attachments association.
-
18:23 Revision 8457 (svn): Use Errors#count instead of #length.
-
15:52 Defect #9899 (Resolved): Return 404 when trying to delete attachment file in wiki.
- Thanks.
Downloaded latest lightbox plugin (SAME 0.0.1 version, stupid numbering) from github, it fixed problem.
D... -
13:05 Defect #9899: Return 404 when trying to delete attachment file in wiki.
- i did have same bug,
i my case this because using not updated lightbox plugin. -
09:23 Defect #9899 (Closed): Return 404 when trying to delete attachment file in wiki.
- Got 404 when trying to delete attached file in wiki section.
I have two separate hosts running similar environment, ... -
14:45 Revision 8456 (svn): Rails3: helper: html_safe for SearchHelper render_results_by_type method
- Contributed by Sylvain Utard.
-
14:44 Revision 8455 (svn): Rails3: helper: html_safe for SearchHelper highlight_tokens method
- Contributed by Sylvain Utard.
-
12:45 Revision 8454 (svn): Rails3: helper: html_safe for IssuesHelper render_issue_tooltip method
- Contributed by Sylvain Utard.
-
12:44 Revision 8453 (svn): Rails3: view: html_safe for wiki/show.html.erb
- Contributed by Sylvain Utard.
-
10:51 Revision 8452 (svn): Rails3: view: html_safe for my/page_layout.html.erb
- Contributed by Sylvain Utard.
-
07:39 Revision 8451 (svn): Rails3: helper: html_safe for JournalsHelper render_notes method
- Contributed by Sernin van de Krol.
-
07:11 Revision 8450 (svn): Rails3: view: html_safe for timelog/report.html.erb
- Contributed by Eric Cline.
-
07:11 Revision 8449 (svn): Rails3: view: html_safe for timelog/_report_criteria.html.erb
- Contributed by Eric Cline.
-
06:52 Revision 8448 (svn): Rails3: view: html_safe for issue_moves/new.html.erb
- Contributed by Eric Cline.
-
05:45 Revision 8447 (svn): Rails3: view: html_safe for issues/bulk_edit.html.erb
- Contributed by Eric Cline.
2011-12-31
-
23:50 Feature #6118: Filter by parent task or subtasks
- +1
-
23:35 Feature #9898 (Closed): Wiki translation
- If you have a wiki, you can't use the same page with differents translations.
You must create another page for each ... -
11:28 Feature #5386: Branch/Tags in Changeset Description
- So I added your patch to our 1.3.0 installation (had to rename one file and added a patch to app/models/changeset.rb ...
-
09:44 Defect #9897 (New): Git: revisions and branches deleted in Git repository are shown in redmine
- When using Git repository for the project I've noticed that revisions and branches that were deleted from the reposit...
-
07:19 Revision 8446 (svn): route: move time entries matchings and resources after /issues matchings
- Time log tests pass except /time_entries delete action on Rails 3.0.
-
06:08 Revision 8445 (svn): test: route: split wiki tests
-
03:51 Revision 8444 (svn): test: route: split roadmap test in versions test
-
00:53 Revision 8443 (svn): route: move queries resources after projects resources
- This change passes queries test on Rails 3.0.
Also available in: Atom