summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [#20288] Update the i18n'ed core doc to match CodeRay 1.1.0 capabilities.Toshi MARUYAMA2015-08-1498-98/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes: <pre> 1. an update of the list of languages supported by CodeRay: * added: + clojure [added in CodeRay 1.0.x] + diff (patch) [added in CodeRay 0.8.x] + go [added in CodeRay 1.1.x] + haml [added in CodeRay 1.0.x] + lua [added in CodeRay 1.1.x] + sass [added in CodeRay 1.1.x] + taskpaper [added in CodeRay 1.1.x] + text (plain, plaintext) [never been documented in Redmine] * removed: - scheme [removed from CodeRay 1.0.x] * renamed: ~ erb (eruby, rhtml) [renamed from rhtml in CodeRay 1.0.x] 2. the inclusion of additional, comma-separated language mappings (aliases) inside parentheses: * cpp (c++, cplusplus) * delphi (pascal) * diff (patch) * erb (eruby, rhtml) * html (xhtml) * javascript (ecmascript, ecma_script, java_script, js) * ruby (irb) * text (plain, plaintext) * yaml (yml) </pre> Regarding the i18n: I used English as the base language. The changed sentence was the same in 94 out of 98 language files, public\help\xx[-xx]\wiki_syntax_detailed_[markdown||textile].html. The only four exceptions were: * cs; public\help\cs\wiki_syntax_detailed_textile.html * fr; public\help\fr\wiki_syntax_detailed_textile.html * ja; public\help\ja\wiki_syntax_detailed_textile.html * zh-tw; public\help\zh-tw\wiki_syntax_detailed_textile.html In the above given files, the sentence containing the supported languages is translated (and/or stylized). I have chosen to replace the whole translated sentence with the new English base sentence, as such leaving decisions about stylizing language names to translators and the people that actually use the respective languages. In general (and for English, as it's the base language) I think we can better stick to non-capitalized language names to prevent any formatting confusion. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Update styles to match CodeRay 1.1.0 (preserving changes of r10132).Toshi MARUYAMA2015-08-141-16/+23
| | | | | | | | | | | | | | | | | | | | | | | This commit updates the CSS styles to match with CodeRay 1.1.0, while it preserves the custom changes applied in r10132. The CSS styles were still based on CodeRay 1.0.6 (included since Redmine 1.4.0) with the custom changes from r10132 (included since Redmine 2.1.0). Redmine 2.3.2 till 2.3.4 came with CodeRay 1.0.9, an upgrade that didn't needed changes in the CSS styles. Starting with 2.4.0 Redmine comes with CodeRay 1.1.0, a minor upgrade that came with new/changed token_kinds and lots of changes in the alpha stylesheet, that in turn is used as a base for Redmine's own CodeRay CSS styles. As such, this upgrade needed CSS stylesheet changes like done before in r7618 and r7623 (for 1.0.0 upgrade) and r9389 (for 1.0.6 upgrade). But these changes, plus an update of the Redmine core documentation that is shipped along the core (wiki_syntax_detailed_[markdown|textile].html), aren't integrated up untill today. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Remove line-numbers style (line numbers are removed per r10131).Toshi MARUYAMA2015-08-131-1/+0
| | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Remove debug style (used only by CodeRay's internal debug scanner).Toshi MARUYAMA2015-08-131-1/+0
| | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14486 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wrap lines less than 80 characters in doc/INSTALL (#20498)Toshi MARUYAMA2015-08-121-10/+12
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14485 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-126-11/+12
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* adjust source indents (#20298)Toshi MARUYAMA2015-08-121-33/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "div" tag around revision details (#20298)Toshi MARUYAMA2015-08-121-0/+2
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Japanese translation for "time tracking" by Go MAEDA (#20496)Toshi MARUYAMA2015-08-121-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrades redcarpet gem to 3.3.2.Jean-Philippe Lang2015-08-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add newline at end of config/initializers/30-redmine.rbToshi MARUYAMA2015-08-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from config/initializers/30-redmine.rbToshi MARUYAMA2015-08-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from config/initializers/inflections.rbToshi MARUYAMA2015-08-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query doesn't work with non ASCII uppercase symbols (#20438).Jean-Philippe Lang2015-08-024-23/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Monospace font-family values are differ between application.css and scm.css ↵Jean-Philippe Lang2015-08-021-2/+2
| | | | | | | | (#20407). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14475 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Spent time" panel: columns not wrapping (#20401).Jean-Philippe Lang2015-08-021-1/+1
| | | | | | Patch by Gord Brown. git-svn-id: http://svn.redmine.org/redmine/trunk@14474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-022-1/+8
| | | | | | Fix by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot create a custom query visibility is "to these roles only" (#20427).Jean-Philippe Lang2015-08-022-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace full stops by fullwidth in Japanese (#20296)Toshi MARUYAMA2015-07-261-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove activerecord.messages.messages full stops in Japanese (#20296)Toshi MARUYAMA2015-07-261-25/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese "view" translation changed by Go MAEDA (#20411)Toshi MARUYAMA2015-07-261-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Turkish translation "activity" changed by Giray Pultar (#20338)Toshi MARUYAMA2015-07-261-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Turkish translation for 3.1-stable updated by Giray Pultar (#20338, #20410)Toshi MARUYAMA2015-07-261-13/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Turkish translation for 3.0-stable updated by Giray Pultar (#20338, #20409)Toshi MARUYAMA2015-07-261-22/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Turkish translation for 2.6-stable updated by Giray Pultar (#20338, #20408)Toshi MARUYAMA2015-07-261-18/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-2614-49/+168
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates Changelog for 3.1.0.Jean-Philippe Lang2015-07-261-0/+64
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14455 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation order sorted by Ivan Cenov (#20321)Toshi MARUYAMA2015-07-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Contents inside <pre> are not rendered as monospace font in Chrome for Mac ↵Jean-Philippe Lang2015-07-251-0/+1
| | | | | | | | (#20372). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that members without view issues permission are able to list issues on ↵Jean-Philippe Lang2015-07-252-1/+14
| | | | | | public projects if the non member role has the permission (#20206). git-svn-id: http://svn.redmine.org/redmine/trunk@14450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Welcome text misses wiki div (#5770).Jean-Philippe Lang2015-07-241-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14448 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes textile references in markdown help (#16373).Jean-Philippe Lang2015-07-2449-147/+147
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* doc/INSTALL: update requirements Bundler >= 1.5.0 (#19172)Toshi MARUYAMA2015-07-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add config/secrets.yml to .gitignore and .hgignore (#20292)Toshi MARUYAMA2015-07-122-0/+2
| | | | | | Contributed by Benjamin Petersen. git-svn-id: http://svn.redmine.org/redmine/trunk@14440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add config/secrets.yml to svn:ignore (#20292)Toshi MARUYAMA2015-07-120-0/+0
| | | | | | | | Contributed by Benjamin Petersen. git-svn-id: http://svn.redmine.org/redmine/trunk@14437 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation for 3.1-stable updated (#20199)Toshi MARUYAMA2015-07-121-27/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14430 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation for 3.0-stable updated (#20199, #20295)Toshi MARUYAMA2015-07-121-21/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation for 2.6-stable updated (#20199, #20294)Toshi MARUYAMA2015-07-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14428 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation updated by Go MAEDA (#20198)Toshi MARUYAMA2015-07-071-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation updated by Ivan Cenov (#20193)Toshi MARUYAMA2015-07-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14419 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to IssueSubtaskingTestToshi MARUYAMA2015-07-061-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* travis: show postgresql informationToshi MARUYAMA2015-07-061-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* travis: allow ui test failure on postgresql (#20251)Toshi MARUYAMA2015-07-061-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with two spaces in jstoolbar scripts (#20241).Jean-Philippe Lang2015-07-053-540/+540
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use https links instead of http links in ApplicationHelper#avatar_edit_link ↵Jean-Philippe Lang2015-07-052-3/+3
| | | | | | | | and Redmine::Info class methods (#20243). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tab introduced in r14388 in test/test_helper.rb with spaces (#20242).Jean-Philippe Lang2015-07-051-2/+2
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14412 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [js-cleanup] add short copyright notices to javascripts and remove ↵Jean-Philippe Lang2015-07-056-1/+15
| | | | | | | | superfluous newline (#20240). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14411 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Asserts that spent time is preloaded.Jean-Philippe Lang2015-07-051-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14410 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes methods comments.Jean-Philippe Lang2015-07-051-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14409 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limit queries to given issues only.Jean-Philippe Lang2015-07-051-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14408 e93f8b46-1217-0410-a6f0-8f06a7374b81