Project

General

Profile

Search

Results (266)

Wiki: Rest_api_with_delphi
h1. Using the REST API with Delphi Here ar ... <pre><code class="delphi"> //Creating an Issue procedure AddIssue; var xmlStream : TMemoryStream; tempArray : array[0..10000] of char; xmlIssue : String; apiAccessKey : String; ... ; HttpClient.URL:= 'http://localhost:3000/issues.xml?key='+apiAccessKey; try xmlIssue := '<?xml version="1.0"?>' + '<issue>' + ' <project_id>1</project_id>'+ ... DELPHI</subject>'+ ' <description>Issue created in DELPHI using Redmine REST API</de ... + ' </custom_fields>'+ '</issue>'; // Fill the stream with the xmlIssue FillChar( temparray, SizeOf( temparray ), #0 ); strpcopy( temparray, xml... 2011-10-26 22:24
Wiki: RusRedmineSettings
[[RusGuide|Руководство]]->[[RusAdministrator_ ... Alternate|alternate]], which mainly provides issue list colorization based on issues priority. * [[ThemeClassic|classic]], whic ... ually privileged to create projects). h2. Issue tracking h3. Allow cross-project issue relations If set to true, relations between issues from different projects can be created. _Default: No_ h3. Display subprojects issues on main projects by default If set to true, subprojects issues will be displayed by default on the issue list, calendar and gantt of the main project ... сть задачи с помощью поля Defines how the Issue Done Percentage is set. * *Use the issue field* _(default)_: Users can manually set % done. * *Use the issue status*: Each issue... 2011-10-21 13:20
Wiki: Rest_api_with_csharp
h1. Using the REST API with .NET "Redmine ... status_id", "*"}}; foreach (var issue in manager.GetObjects<Issue>(parameters)) { Console.WriteLine("#{0}: {1}", issue.Id, issue.Subject); } //Create a issue. var newIssue = new Issue { Subject = "test", Project = new IdentifiableName{Id = 1}}; manager.CreateObject(newIssue); } } } </pre> 2011-10-04 23:10
Wiki: RusRedmineIssues
[[RusGuide|Руководство]]->[[RusUser_Guide|Руководство пользователя]] Оригинал: [[RedmineIssues|RedmineIssues v.28]] {{>toc}} h1. Отслеживание зада ... на +2 дня тоже. p=. !rus_redmine-related-issues.png! Администраторы могут установить [[R ... стратор указал [[RedmineSettings#Referencing-issues-in-commit-messages|Ключевые слова для поиск ... наиболее важных пунктов является [[RusRedmineIssueTrackingSetup#Трекеры|поле Трекер]], , которо ... ицы просмотра задачи: p=. !rus_RedmineEditIssue_Update_Link.png! В зависимости от [[RusRe ... вания свойств задачи. p=. !rus_RedmineEditIssue_Update_panel.png! h2. Редактирование Те ... ых задач - "Частная". p=. !rus_RedmineEditIssue_More_Link_new_location.png! h2. Подзадачи ... мок между задачами. Вы можете [[RusRedmineIssues#Обновление существующей задачи|обновить задачу]] нажать на [[RusRedmine... 2011-09-24 01:03
Wiki: RusRedmineReceivingEmails
[RusRedmineReceivingEmails[Получение писем]] ... ails that were ignored to MAILBOX </pre> Issue attributes control options: <pre> projec ... </pre> See the IMAP rake task above for issue attributes control options. h3. Чтение пи ... raw email from the standard input. <pre> Issue attributes control options: project=PROJE ... processed as a reply and a note is added to issue !#123. Otherwise, a new issue is created. h3. Target project The targe ... specify in the email body which project the issue should be added to. This can be done by inse ... ример (тело письма): <pre> This is a new issue that will be added to project foo. Here we have the issue description [...] Project: foo </pre> ... eceiving emails. Пример: <pre> # Create issues on project foo by default rake redmine:e ... er who sent this email is not allowed to add ... 2011-07-27 13:50
Wiki: Rest_Attachments
h1. Attachments To attach files though the ... t> </code></pre> Note: when getting an issue through the API, its attachments can also be retrieved in a single request using @GET /issues/:id.:format?include=attachments@. h3. PA ... pre> DELETE /attachments/6243.json </pre> 2011-07-18 23:02
Wiki: Rest_Queries
h1. Queries {{>toc}} h2. /queries.:form ... y> <id>84</id> <name>Documentation issues</name> <is_public>true</is_public> ... th a query id, you can get the corresponding issue list using: <pre> GET /issues.xml?query_id=:id GET /issues.xml?query_id=:id&project_id=foo </pre> 2011-07-06 19:03
Wiki: Rest_IssueRelations
h1. Issue Relations {{>toc}} h2. /issues/:issue_id/relations.:format h3. GET Returns the relations for the issue of given id (:issue_id). +XML example+: <pre> GET /issues/8470/relations.xml </pre> +Response+: ... ray"> <relation> <id>1819</id> <issue_id>8470</issue_id> <issue_to_id>8469</issue_to_id> <relation_type>relates</relation ... tion> <relation> <id>1820</id> <issue_id>8470</issue_id> <issue_to_id>8467</issue_to_id> <relation_type>relates</relation ... ode></pre> +json example+: <pre> GET /... 2011-07-04 19:21
Wiki: RusRedmineCustomFields
[[RusGuide|Руководство]]->[[RusAdministrator_ ... использованы и/или отображены в [[RusRedmineIssues|задачах]], [[RusRedmineIssueList|списке задач]], в [[RusRedmineIssueList#Пользовательские запросы|пользовательски ... пока не отражаются на других частях Redmine. 2011-06-30 16:13
Wiki: RusRedmineIssueTrackingSetup
[[RusGuide|Руководство]]->[[RusAdministrator_ ... дство администратора]] Оригинал: [[RedmineIssueTrackingSetup|Issue tracking system v.17]] h1. Система отслеж ... тся в зависимости от статуса задачи. !rus_issue-done-ratio.png! h2. Последовательность де ... задачи, не могут быть изменены разработчиком. 2011-06-10 22:43
Wiki: ThemeRedAndy
{{>toc}} h1. Redmine Red-Andy theme The ... t overview !red-andy_overview.png! h3. Issues list !red-andy_issues.png! h3. Issue !red-andy_issue.png! h3. Wiki !red-andy_wiki.png! h ... ://www.gnu.org/licenses/gpl-2.0.html. h2. Issues Feel free to post issues "here":http://projects.andriylesyuk.com/projects/red-andy/issues. 2011-05-04 18:14
Wiki: RusRedmineSearch
[[RusGuide|Руководство]]->[[RusUser_Guide|Рук ... оиска. Поиск в форме # {ID_задачи} или {} IssueID будет отправлять вас непосредственно в зад ... тов поиска с этого сайта по ключевым словам "issue test". * Много ссылок на найденные резуль ... оказывается 10 результатов поиска на странице 2011-04-26 10:03
Wiki: RusRedmineWikis
[[RusGuide|Руководство]]->[[RusUser_Guide|Рук ... stomFields > ** RedmineInstall > ** RedmineIssueList > ** RedmineIssues * На каждого странице потомка "Хлебные кро ... вики-страниц проекта p=. TODO, add image 2011-04-20 14:28
Wiki: RusUser_Guide
[[RusGuide|Руководство]] Оригинал: [[User_ ... Activity|Активность проекта]] * [[RusRedmineIssues|Отслеживание задач]] ** [[RusRedmineIssueList|Список задач]] *** [[RusRedmineIssueChangelog|Журнал изменений]] *** [[RusRedmineIssueSummary|Сводка по задачам]] ** [[RusRedmineR ... RedmineTextFormattingRus|Оформление текстов]] 2011-04-20 13:27
Wiki: RusAdministrator_Guide
[[RusGuide|Руководство]] Оригинал: [[Admin ... eRoles|Роли и права доступа]] * [[RusRedmineIssueTrackingSetup|Система отслеживания задач]] * ... я]] * [[RusRedmineLDAP|LDAP-аутентификации]] 2011-04-17 13:00
Wiki: RusRedmineTextFormatting
p(breadcrumb). [[RusGuide|Руководство]] » [[R ... .%|_.08.10.15|"20912":http://www.redmine.org/issues/20912|Не воспроизводится.| {background:#4F ... .%|_.08.10.15|"20912":http://www.redmine.org/issues/20912|Не воспроизводится.| {background:#4F ... бой страницы: <pre> {{child_pages(RedmineIssues)}} </pre> Пример: {{child_pages(RedmineIssues)}} --- Начинает список со ссылки на страницу: <pre> {{child_pages(RedmineIssues, parent=1)}} </pre> Пример: {{child_pages(RedmineIssues, parent=1)}} --- Выводит дочерние стр ... ложенности: <pre> {{child_pages(RedmineIssues, depth=2)}} </pre> {{child_pages(RedmineIssues, depth=2)}} --- <pre> {{child_pages(RedmineIssues, depth=1, parent=1)}} </pre> {{child_pages(RedmineIssue... 2011-04-14 15:01
Wiki: RusEmailConfiguration
[[RusGuide|Руководство]]->[[RusInstallation_g ... swers.bitnami.org/questions/4421/updating-an-issue-in-redmine-takes-10-seconds может быть значе ... ailer_basics.html#action-mailer-configuration 2011-04-14 09:54
Wiki: RusRedmineUpgrade
[[RusGuide|Руководство]]->[[RusInstallation_g ... кт': Server certificate verification failed: issuer is not trusted (https://Сервер) </pre> ... rt --no-auth-cache --non-interactive" </pre> 2011-04-14 09:39
Wiki: RusRedmineInstall
[[RusGuide|Руководство]]->[[RusInstallation_g ... fn3. https://github.com/brianmario/mysql2/issues/279 h2. Альтернатива ручной установке ... онних пакетов Redmine]] со страницы загрузки. 2011-04-14 09:01
Wiki: RusGuide
h1. Документация по Redmine на русском языке ... eRoles|Роли и права доступа]] * [[RusRedmineIssueTrackingSetup|Система отслеживания задач]] * ... Activity|Активность проекта]] * [[RusRedmineIssues|Отслеживание задач]] ** [[RusRedmineIssueList|Список задач]] *** [[RusRedmineIssueChangelog|Журнал изменений]] *** [[RusRedmineIssueSummary|Сводка по задачам]] ** [[RusRedmineR ... RusRedmineTextFormatting|Оформление текстов]] 2011-03-29 14:59
Wiki: ThemeRedjourn
h1. Redmine Redjourn theme A bright and "c ... a Danylyuk (_design_) h2. Screenshots !issues.jpg! !versions.jpg! !account.jpg! ... er the GNU General Public License v2 (GPL). 2011-03-24 12:25
Wiki: FrPlugin_Tutorial
h1. Tutoriel du plugin Polls Remarque : P ... s, :users, :roles, :members, :member_roles, :issues, :journals, :journal_details, :trackers, :projects_trackers, :issue_statuses, :enabled_modules, :enumerations, : ... uccess assert_template :index end </pre> 2011-03-23 12:34
Wiki: Error_parsing_svn_output
h1. Error parsing svn output h2. Backgroun ... for @System account where svn command may be issued and certificate permanently accepted: > ps ... ng-server-certificate-problem-with-subversion 2011-01-27 17:42
Wiki: Changelog_1_0
h1. Changelog for 1.0.x h2. v1.0.5 (2010-1 ... `reschedule_after' for nil:NilClass' on new issues * E-mail notifications about Wiki changes. ... runcate * CSV value separator in russian * Issue-description Quote-button missing * custom q ... * Git not working if color.ui is enabled * Issues API doesn't allow full key auth for all act ... * Select box sorted by ID instead of name in Issue Category * Changing target version name can ... ils page to edit the wiki. * #5484: Add new issue as subtask to an existing ticket * #5948: U ... ation updates * #6629: Change field-name of issues start date * #6669: Bulgarian translation ... oup/project member list * Fixed #6563: i18n-issues on calendar view * Fixed #6598: Wrong capt ... lass) on line #12 of app/views/context_menus/issues.html.erb: h2. v1.0.2 (2010-09-26) * #2285: issue... 2011-01-15 16:23
Wiki: Changelog_0_9
h1. Changelog for 0.9.x h2. v0.9.6 (2010-0 ... view via css * Fixed: NoMethodError when no issue params are submitted * Fixed: projects.atom ... -05-01) * Filters collapsed by default on issues index page for a saved query * Fixed: When ... ig the popup menu doesn't adjust (ex. in the issue list) * Fixed: remove "main-menu" div when ... ard coded English string at the selection of issue watchers * Fixed: Bazaar v2.1.0 changed beh ... * Fixed: Possible error 500 while moving an issue to another project with SQLite * Fixed: backslashes in issue description/note should be escaped when quot ... ngesets broken under Solaris * Fixed: "Move issues" permission not working for Non member * F ... phany * Fixed: Watchers selection lost when issue creation fails * Fixed: When copying projec ... not generate an email to people who created issue... 2011-01-15 16:22
(101-125/266)