summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Email delivery configuration moved to an unversioned YAML file ↵Jean-Philippe Lang2008-07-0427-0/+27
| | | | | | | | (config/email.yml, see the sample file) (#1412). Email delivery is disabled. It's automatically turned on when configuration is found. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates:Jean-Philippe Lang2008-06-293-123/+124
| | | | | | | | * Traditional Chinese (ChunChang Luo) * Finnish (Jani Tiainen) * Lithuanian (Sergej Jegorov) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a key in lang files (general_csv_decimal_separator) to set the decimal ↵Jean-Philippe Lang2008-06-2627-0/+27
| | | | | | separator (point or comma) in csv exports (#1372). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates:Jean-Philippe Lang2008-06-263-24/+24
| | | | | | | | * Simplified Chinese (chaoqun zou) * Hungarian (Gábor Takács) * Russian (Denis Tomashenko) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1590 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a simple API and a standalone script that can be used to forward emails ↵Jean-Philippe Lang2008-06-2527-0/+108
| | | | | | from a local or remote email server to Redmine (#1110). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1584 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to remove enumerations (activities, priorities, document categories) ↵Jean-Philippe Lang2008-06-1727-0/+54
| | | | | | that are in use. Associated objects can be reassigned to another value (#1467). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1558 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation updates.Jean-Philippe Lang2008-06-153-5/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1540 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hungarian translation update (closes #1408).Jean-Philippe Lang2008-06-151-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1538 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-0827-0/+27
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates.Jean-Philippe Lang2008-06-075-22/+22
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing strings (r1488).Jean-Philippe Lang2008-06-0327-1/+28
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the ↵Jean-Philippe Lang2008-05-3027-0/+27
| | | | | | quoted note. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed zh lang file.Jean-Philippe Lang2008-05-251-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a rake task to send reminders. An email is sent to each user with a ↵Jean-Philippe Lang2008-05-2527-1/+55
| | | | | | | | list of the issues due in the next days, if any. See @rake -D redmine:send_reminders@ for options. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates.Jean-Philippe Lang2008-05-257-468/+469
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hungarian translation added (#1198 by Gábor Takács).Jean-Philippe Lang2008-05-251-0/+622
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to search a project and its subprojects (#1264).Jean-Philippe Lang2008-05-2026-0/+26
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates (closes #1128, #1129, #1135, #1148, #1163).Jean-Philippe Lang2008-05-035-12/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1409 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Thai translation added (Gampol Thitinilnithi, #1136).Jean-Philippe Lang2008-04-301-0/+623
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation updates (closes #1123, #1124):Jean-Philippe Lang2008-04-282-6/+6
| | | | | | | * Spanish (Gumer Coronel) * Norvegian (Kai Olav Fredriksen) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Warn user that subprojects are also deleted when deleting a project (#1111) ↵Jean-Philippe Lang2008-04-2625-1/+26
| | | | | | and add a checkbox to confirm the deletion. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1359 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation updates (closes #1010, #1017, #1047):Jean-Philippe Lang2008-04-133-80/+80
| | | | | | | | * Finnish (Antti Perkiömäki) * Spanish (Gumer Coronel) * Czech (Maxim Krušina) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1347 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation updates:Jean-Philippe Lang2008-04-065-213/+213
| | | | | | | | | | * Norwegian (Kai Olav Fredriksen) * German (Thomas Löber) * Bulgarian (Nikolay Solakov) * Hebrew (Ficoos Bangaly) * Russian (Michael Pirogov) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1331 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation updates: (closes #915, #927, #929, #923, #914, #919)Jean-Philippe Lang2008-03-277-159/+159
| | | | | | | | | | | * Japanese (Satoru Kurashiki) * Simplified Chinese (chaoqun zou) * Danish (kim madsen) * Norwegian (Kai Olav Fredriksen) * Traditional Chinese (shortie lo) * German (Sven Schuchmann) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1300 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make 'Planning' string translatable (closes #890).Jean-Philippe Lang2008-03-2325-0/+25
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations (closes #875, #876, #889, #891, #909):Jean-Philippe Lang2008-03-235-32/+654
| | | | | | | | | | * Norwegian added (Kai Olav Fredriksen) * Finnish updated (Antti Perkiömäki) * Czech updated (Maxim Krušina) * Russian updated (Michael Pirogov) * Polish updated (Mariusz Olejnik) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1289 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always show 'View' and 'Annotate' links on repository files (download will ↵Jean-Philippe Lang2008-03-1924-1/+25
| | | | | | be forced when clicking 'View' if the file is binary). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove hardcoded "Redmine" strings in account related emails. And use ↵Jean-Philippe Lang2008-03-1524-150/+150
| | | | | | application title instead. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations update (close #845, #822):Jean-Philippe Lang2008-03-152-248/+243
| | | | | | | * Finnish (Antti Perkiömäki) * Czech (Maxim Krušina) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Simplified Chinese lang fileJohn Goerzen2008-03-131-52/+52
| | | | | | | | Closes #840 and uses patch from chaoqun zou contained therein, updated to trunk git-svn-id: http://redmine.rubyforge.org/svn/trunk@1245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated zh-tw lang file from shortie lo.John Goerzen2008-03-131-4/+4
| | | | | | | Closes #847. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting for whether new projects should be public by default (closes ↵Jean-Philippe Lang2008-03-1224-0/+24
| | | | | | | | #842, #839). Patch by Rocco Stanzione, slightly edited. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Activity enhancements:Jean-Philippe Lang2008-03-1124-1/+25
| | | | | | | * overall activity view and feed added, link is available on the project list (#423, #494) * switch added on the project activity view to include subprojects (closes #530) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes 'Fixed version' label to 'Target version' (closes #723, #808).Jean-Philippe Lang2008-03-0824-24/+24
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations (closes #789, #790, #798, #803, #809):Jean-Philippe Lang2008-03-0723-111/+731
| | | | | | | | | | * Danish added (Mads Vestergaard) * Polish updated (Mariusz Olejnik) * Finnish updated (Antti Perkiömäki) * Simplified Chinese updated (chaoqun zou) * Traditional Chinese updated (shortie lo) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an application setting to choose whether or not subprojects issues ↵Jean-Philippe Lang2008-03-0623-0/+23
| | | | | | should be displayed by default on the issue list, calendar and gantt (r1178). Default is true. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a user preference to choose how comments/replies are displayed: in ↵Jean-Philippe Lang2008-03-0523-0/+92
| | | | | | chronological or reverse chronological order (#589, #776). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-0523-0/+23
| | | | | | Number of days can be configured in the application settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates:Jean-Philippe Lang2008-03-057-528/+528
| | | | | | | | | | | | | | * Finnish (Antti Perkiömäki) * Russian (Michael Pirogov) * Chinese Traditional (shortie lo) * Japanese (Satoru Kurashiki) * Korean (Jongyoon Choi) * Simplified Chinese (chaoqun zou) * German (Thomas Löber) Fixed zh and zh-tw encoding in PDF (chaoqun zou). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-052-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-2923-1/+116
| | | | | | | | | * to delete the hours * to assign the hours to the project * to reassign the hours to another issue git-svn-id: http://redmine.rubyforge.org/svn/trunk@1182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-2923-0/+46
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-2623-0/+184
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added translation support for project modules names and a few other strings.Jean-Philippe Lang2008-02-1623-0/+347
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Ukrainan translation (Natalia Konovka & Mykhaylo Sorochan).Jean-Philippe Lang2008-02-155-48/+632
| | | | | | | | | | Translation updates: * Lithuanian (Sergej Jegorov) * Russian (Michael Pirogov) * Traditional Chinese (Shortie Lo) * Finnish (Antti Perkiömäki) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-1222-2/+177
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1143 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translation updates:Jean-Philippe Lang2008-02-102-10/+10
| | | | | | | * Finnish (Antti Perkiömäki, #612) * Russian (Michael Pirogov, #622) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues ↵Jean-Philippe Lang2008-02-1022-0/+22
| | | | | | | | | | | | | from different projects can not be bulk edited/moved/deleted at once. There are 2 ways to select a set of issues on the issue list: * by using checkbox and/or the little pencil that will select/unselect all issues (#567) * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues Context menu was disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (#545). All this was tested with Firefox 2, IE 6/7, Opera 8 (use Alt+Click instead of Right-click) and Safari 2/3. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1130 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-0922-0/+22
| | | | | | Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status (#519, #581, #587). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1129 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Create a journal and send an email when an issue is closed by commit (#609).Jean-Philippe Lang2008-02-0622-0/+22
| | | | | | The redmine user is found using the committer username or email. Otherwise, the journal is created with anonymous user. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1126 e93f8b46-1217-0410-a6f0-8f06a7374b81