Search
Results (270)
- 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>
- 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
- 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...
- 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...
- Wiki: Rest_TimeEntries
- (note: for some versions of Redmine you can n ... he time entry attributes, including: * @issue_id@ or @project_id@ (only one is required): the issue id or project id to log time on (both are in ... d].xml Deletes the time entry of given id.
- Wiki: Rest_api_with_java
- h1. Using the REST API with Java h2. Redmi ... ry.createWithApiKey(uri, apiAccessKey); IssueManager issueManager = mgr.getIssueManager(); List<Issue> issues = issueManager.getIssues(projectKey, queryId); for (Issue issue : issues) { System.out.println(issue.toString()); } // Create issue Issue issueToCreate = IssueFactory.createWithSubject("some subject"); Issue createdIssue = issueManager.createIssue...
- Wiki: 120
- This release will focus on workflow and issue permissions enhancement: private issues, ability for certain roles to view their own issues, more configurable workflow, and permissions on issue properties. Some security enhancements wi ... e used by Redmine and stored in the database.
- Wiki: Rest_api_with_curl
- h1. Using the REST API with cURL "curl":ht ... e of a command that can be used to update an issue: <pre> curl -v -H "Content-Type: applica ... "@388.json" -u login:password http://redmine/issues/388.json curl -v -H "Content-Type: applica ... -H "X-Redmine-API-Key: xxxx" http://redmine/issues/388.json </pre> The file that contains ... ike this: <pre><code class="json"> { "issue": { "subject": "subject123", "note ... e of a command that can be used to create an issue with custom fields: <pre> curl -v -H "Content-Type: application/xml" -X POST --data-binary "@issue.xml" -u login:password http://redmine/issues.xml curl -v -H "Content-Type: application/xml" -X POST --data-binary "@issue.xml" -H "X-Redmine-API-Key: xxxx" http://redmine/...
- Wiki: Rest_api_ẅith_python
- h1. Using the REST API with Python Here is ... ime(2013, 12, 31, 13, 27, 47) >>> project.issues <redminelib.resultsets.ResourceSet object with Issue resources> >>> project.issues[0] <redminelib.resources.Issue #34441 "Vacation"> >>> dir(project.issues[0]) ['assigned_to', 'author', 'created_on' ... es', 'tracker', 'updated_on'] >>> project.issues[0].subject 'Vacation' >>> project.issues[0].time_entries <redminelib.resultsets.Res ... ject called Parrot and move any due date for issues assigned to Eric out by two more weeks. ... ric Idle in the user dateabase") # Extend issues in project assigned to user by two weeks for issue in project.issue...
- Wiki: RedmineSearch
- h1. RedmineSearch {{>toc}} A part of an ... nd press enter to search. Searching for #{IssueID} or {IssueID} will go straight to the issue. Search parameters can be enclosed in double ... sample results page from this site on "test issue". * Many links to go to what was found. ... to categorize type of result (ie changeset, issue, comment) !Results.png! h2. Search con ... Results are returned in paginated sets of 10
- Wiki: RedmineAttachedFiles
- h1. Redmine Attached Files {{>toc}} h2. ... rent resources within the Redmine system: * issues - using the [[RedmineAttachedFiles#Attach-files-form|"New File" form]] while adding/editing an issue * documents - using the [[RedmineAttachedFi ... url!@ syntax within the parent content (i.e. issue description or note, forum message, wiki pag ... s#Usage|Usage]] section for more information.
- Wiki: PluginICalendarExport
- h1. ICalendarExport Plugin This is a plu ... can be tracked "here":http://www.redmine.org/issues/6586. There has also been some initial d ... t this feature "here":http://www.redmine.org/issues/1077 h2. Features * Adds an ICS link ... mine hosting":http://plan.io/redmine-hosting/
- Wiki: RedmineTimelogDetails
- h1. Redmine Timelog Details {{>toc}} h2 ... t available Notice the bottom line has no issue, it was logged against the project. Links work the same as the rest of the wiki; closed issues have strike through applied to them. h3. ... . Date |_. User |_. Activity |_. Project |_. Issue |_. Tracker |_. Subject |_. Hours |_. Commen ... |Feature|Build a bridge|2.0|showing a closed issue| |09/22/2010|Test Developer|Research|Develo ... opers| | | |1.0|Create this project and demo issue|
- Wiki: 110
- h2. Schedule: * September - feature develo ... s. * Complete the REST API for projects and issues * Add a REST API for users * Add a REST A ... incomplete engines support (Redmine plugins)
- Wiki: HowTo_configure_Redmine_for_advanced_git_integration
- h1. HowTo configure Redmine for advanced git ... ing should be good and well :-) h2. Known issues If you are using the stock git-http-back ... ple cpan cpan> install Authen::Simple::LDAP
- Wiki: PluginWebDav
- h1. WebDav plugin {{>toc}} h2. Introduc ... contributed bug fixes for a variety of code issues and helped with re-structuring the plugin ... EBDAV) 0.0.1 : 2010-07-06 Initial release
- Wiki: PluginSimpleSupport
- h1. Simple Support Allows linking Redmine issues to external resources like a third party bu ... res * Enter multiple support urls on each issue * Basic text substitution for support ticket ids (https://projects.littlestreamsoftware.com/issues/3902) * Issue filter for searching for support urls on the issues list * Permissions to control viewing or e ... e it. Project Settings > Modules 4. On each issue form, there will now be a Support Urls field ... 6/30/redmine-simple-support-0-1-0-released/
- Wiki: ReleaseProcess
- h1. ReleaseProcess This page described the ... -stable) # Check that all of this releases' issues have been merged into the stable branch. The Resolved status is used to mark which issues still *need to be merged*. # Update the lo ... the version to the Affected Versions list
- Wiki: FrRedmineReceivingEmails
- [[FrGuide]] h1. Recevoir des courriels ... show version information and exit Issue attributes control options: -p, --project ... riels depuis une entrée standard. <pre> Issue attributes control options: project=PROJE ... de@ dans les courriels. <pre> # Create issues on project foo by default rake redmine:e ... mum]] définie dans le paramétrage de Redmine.
- Wiki: HowTo_TreeQuery
- h1. Creating a tree-like custom query issue list It can be somewhat confusing when you first start out with parent/subtasks as the Issue list's standard queries might sort and group ... -like view. # Start out with the standard issue list "View all issues". # Click the "Save"-button. Now, this ... ct" is visible.* This will make sure your issues are sorted in a parent/child relationship order, which is great for the presentation of related issues. There is however a catch. If you add gr ... riment a lot with and see what fits you best!
- Wiki: FrRedmineRoadmap
- [[FrGuide]] h1. Roadmap La Roadmap (la ... la configuration appliqué sur les [[FrRedmineIssueTrackingSetup#Trackers|trackers]]) * des lie ... amène vers le contenu d'une roadmap précise.
- Wiki: FrRedmineSummary
- [[FrGuide]] h1. Résumé des demandes h2. ... ur de la demande * Version * Categorie !issue_summary.jpg! h2. Filtre par lien Chaqu ... et catégorie est un lien vers la [[FrRedmineIssueList|liste de demande]] qui agit comme un fil ... apport est un lien direct avec la [[FrRedmineIssueList|liste des demandes]]. h2. Rapports ... informations pour tous les autres [[FrRedmineIssueTrackingSetup#Statuts-des-demandes |statuts]] ... e le rapport détaillé pour les versions. !issue_summary_version-details.jpg!
- Wiki: FrRedmineIssues
- h1. Demandes {{>toc}} Les demandes sont ... fin du B sera aussi +2. !redmine-related-issues.png! Les administrateurs peuvent définir ... liste de surveillance. !redmine-watchers-issues.png! Les administrateurs peuvent définir ... vue "révision". !redmine_manual_revision_issue_association.png! h2. Ajouter une nouvelle d ... points les plus importants est le [[FrRedmineIssueTrackingSetup#Trackers|tracker]], qui définit ... emande doit être _copier_ !redmine-update-issues.png! Selon vos droits sur une demande ( ... n version modifiable. !redmine_properties_issues.png! Pour les versions 1.4 et plus, le l ... ône "Editer" à sa droite. !RedmineChangingIssueDescriptionNew.png! h2. Sous-tâches Les ... , r3671, r3821 et r3869. On peut [[RedmineIssues#Updating-an-existing-issue...
- Wiki: UXTeamMeeting2
- back to UX Core Team Wiki: [[UX_Team]] h1. ... eting Goal* * review http://www.redmine.org/issues/443 *Files / Documents* Uses - archiving, sharing, organizing * All docs / files including issues & wiki * No file version-ing * Attach a f ... sections you have access to (if you can see issues, you can files from issues..) * Thumbnails handled on the fly * Icon ... ) *Suggested Topic for next meeting*
- Wiki: FrRedmineWiki
- h1. Wikis h2. Créer une nouvelle page Wiki ... stomFields > ** RedmineInstall > ** RedmineIssueList > ** RedmineIssues Pour cela, vous devez assigner une page ... Revenir à cette version*, puis *Enregistrer*.