Project

General

Profile

Activity

From 2011-04-09 to 2011-04-11

2011-04-11

21:35 Revision 5426 (svn): Removed invalid css line.
Jean-Philippe Lang
21:30 Revision 5425 (svn): Do not select the row when clicking on an image.
Jean-Philippe Lang
21:30 Revision 5424 (svn): Adds a specific icon for deleting a relation.
Jean-Philippe Lang
21:21 Revision 5423 (svn): Do a redirect when accessing a renamed wiki page.
Jean-Philippe Lang
21:04 Revision 5422 (svn): Code cleanup.
Jean-Philippe Lang
20:48 Revision 5421 (svn): Makes the issue subject field use full width.
Jean-Philippe Lang
20:46 Revision 5420 (svn): Set fixed width for select tags on the issue form.
Jean-Philippe Lang
20:36 Revision 5419 (svn): Added strings for r5416.
Jean-Philippe Lang
20:01 Revision 5418 (svn): Moved the parent issue field above start/due date fields.
Jean-Philippe Lang
19:58 Revision 5417 (svn): Fixed: #setup triggers a failure even if git tests should not run.
Jean-Philippe Lang
19:53 Revision 5416 (svn): Adds an issues visibility level on roles (#7412).
It can be set so that users only see their own issues (created or assigned). Jean-Philippe Lang
18:54 Revision 5415 (svn): Fixes an error raised by cvs test with Postgresql (revision is varchar).
Jean-Philippe Lang
17:47 Revision 5414 (svn): scm: cvs: add invalid revision annotate test in unit model test.
Toshi MARUYAMA
17:46 Revision 5413 (svn): scm: cvs: add test annotate with revision in unit model test.
Toshi MARUYAMA
17:45 Revision 5412 (svn): scm: cvs: use scm_cmd() in annotate of adapter.
Toshi MARUYAMA
17:44 Revision 5411 (svn): scm: cvs: add annotate test of HEAD revision in unit model test.
Toshi MARUYAMA
17:43 Revision 5410 (svn): scm: cvs: override annotate() in model.
Toshi MARUYAMA
15:13 Revision 5409 (svn): scm: cvs: add test that cat returns nil if revision does not exist at model.
Toshi MARUYAMA
15:12 Revision 5408 (svn): scm: cvs: cat returns nil if revision does not exist at model.
Toshi MARUYAMA
14:19 Revision 5407 (svn): scm: cvs: add cat test of removed file in unit model test.
Toshi MARUYAMA
14:05 Revision 5406 (svn): scm: cvs: code clean up model.
Toshi MARUYAMA
14:04 Revision 5405 (svn): scm: cvs: use model instead of adapter in unit model cat test.
Toshi MARUYAMA
12:25 Revision 5404 (svn): scm: code clean up abstract_adapter.rb.
Toshi MARUYAMA
12:24 Revision 5403 (svn): scm: move :identifier from to attr_accessor in AbstractAdapter::Revision class.
All scms which support blame use identifier.
This commit remove the link of cvs blame revision.
Redmine can not handl...
Toshi MARUYAMA
10:34 Revision 5402 (svn): scm: cvs: override Revision.format_identifier() for blame in adapter.
Toshi MARUYAMA
10:34 Revision 5401 (svn): scm: cvs: set identifier nil in blame.
Redmine can not handle cvs revision (e.g. 1.2) as changeset identifier. Toshi MARUYAMA
10:33 Revision 5400 (svn): scm: bazaar: use revision and identifier as string.
Toshi MARUYAMA
09:02 Revision 5399 (svn): scm: cvs: add -q option at rls.
Toshi MARUYAMA
09:01 Revision 5398 (svn): scm: cvs: add invalid path entries test at unit model test.
Toshi MARUYAMA
08:51 Revision 5397 (svn): scm: cvs: add -q option at rlog.
Toshi MARUYAMA
08:30 Revision 5396 (svn): scm: cvs: add -q option at cat.
Toshi MARUYAMA
08:30 Revision 5395 (svn): scm: cvs: use scm_cmd() in cat.
Toshi MARUYAMA
08:29 Revision 5394 (svn): scm: cvs: add cat test in unit model test.
Toshi MARUYAMA
07:53 Revision 5393 (svn): scm: cvs: use scm_cmd() for diff.
Toshi MARUYAMA
07:52 Revision 5392 (svn): scm: bazaar: use identifier in blame.
Toshi MARUYAMA
07:52 Revision 5391 (svn): scm: git: use revision and scmid in blame.
Toshi MARUYAMA
07:52 Revision 5390 (svn): scm: subversion: use revision in blame.
Toshi MARUYAMA
06:18 Revision 5389 (svn): scm: cvs: code clean up adapter.
Toshi MARUYAMA
06:18 Revision 5388 (svn): scm: code clean up RepositoriesHelper.
Toshi MARUYAMA
05:06 Revision 5387 (svn): scm: more strict to_utf8() test in repository helper on Ruby 1.9.
Toshi MARUYAMA

2011-04-10

14:27 Revision 5386 (svn): scm: cvs: code clean up adapter.
Toshi MARUYAMA
10:34 Revision 5385 (svn): PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead of language value such as 'ja' (#61).
Toshi MARUYAMA
10:34 Revision 5384 (svn): PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
10:34 Revision 5383 (svn): PDF: switch FPDF font with general_pdf_encoding value instead of language value such as 'ja' (#61).
Toshi MARUYAMA
10:33 Revision 5382 (svn): PDF: set general_pdf_encoding UTF-8 on non CJK and Thailand locales (#61).
Current trunk uses TCPDF without general_pdf_encoding value on non CJK and Thailand locales.
This commit purpose is p...
Toshi MARUYAMA
10:11 Revision 5381 (svn): scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.
Toshi MARUYAMA
10:10 Revision 5380 (svn): scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.
Toshi MARUYAMA
06:46 Revision 5379 (svn): change "utf8" of general_csv_encoding to "UTF-8" in bs.yml and hr.yml.
Toshi MARUYAMA
03:55 Revision 5378 (svn): PDF: change "utf8" of general_pdf_encoding to "UTF-8" in bs.yml and hr.yml (#61).
Toshi MARUYAMA
01:23 Revision 5377 (svn): scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.
Toshi MARUYAMA
01:22 Revision 5376 (svn): scm: cvs: code clean up app/models/repository/cvs.rb.
Toshi MARUYAMA
01:21 Revision 5375 (svn): scm: use upcase to compare encoding name "UTF-8" in log converting.
Toshi MARUYAMA
01:21 Revision 5374 (svn): scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA

2011-04-09

11:31 Revision 5373 (svn): scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby 1.8.
Toshi MARUYAMA
11:30 Revision 5372 (svn): scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
10:19 Revision 5371 (svn): scm: code clean up app/models/changeset.rb.
Toshi MARUYAMA
10:07 Revision 5370 (svn): scm: fix log converting error in Ruby 1.9 and add more tests.
Toshi MARUYAMA
09:52 Revision 5369 (svn): scm: more strict log converting test in Ruby 1.9.
Toshi MARUYAMA
08:34 Revision 5368 (svn): scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.
Toshi MARUYAMA
07:41 Revision 5367 (svn): scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby 1.9.
Toshi MARUYAMA
07:40 Revision 5366 (svn): scm: code clean up test/unit/changeset_test.rb.
Toshi MARUYAMA
 

Also available in: Atom