bug-tracking

Is there an equivalent to Trac written in PHP? [closed]

坚强是说给别人听的谎言 提交于 2019-11-29 11:06:17
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is there an equivalent to Trac written in PHP? I need something that integrates with SVN and is free. It should allow me to browse the SVN source, have some kind of bug tracking and show recent changes in the SVN. A wiki isn't essential. Thanks in advance. 来源: https://stackoverflow.com/questions/349241/is-there

How does bug tracker/version control integration work with typical git workflows?

笑着哭i 提交于 2019-11-28 18:53:58
Here's are examples of git workflows: https://github.com/bard/sameplace/wiki/typical-git-workflow http://www.nabble.com/Git-workflow-overview-td16340337.html http://osteele.com/archives/2008/05/my-git-workflow Let's say you wanted to take advantage of bug tracker integration with your version control system. Where/how would that fit into these workflows. What would you actually see in the tracker? I'm the author of BugTracker.NET which like many other bug trackers (Trac, Redmine, FogBugz) integrates with svn. We all do it more or less the same way. But with git, I have trouble imagining what

Git and Trac (or similar)

家住魔仙堡 提交于 2019-11-28 15:30:56
问题 In the past I have really enjoyed using Trac with subversion repositories hosted on some of my own servers. The integrated ticketing and online code browsing is very convenient. I have used github for some of my public projects but I don't have the money to shell out for an extra service, espcially when I am already paying for remote VPS hosting. Does anyone know of or have any experience setting up something like Trac with git version control? Specifically, I can already push to a remote

Where to report device-specific bugs to Samsung?

谁都会走 提交于 2019-11-28 13:16:43
I'm looking for a place to report Android bugs on Samsung devices. The place would ideally have actual representation by Samsung developers. Japanese forums are ok. I have tried: - http://innovator.samsungmobile.com - This has a Java ME forum but the existing Android posts are unanswered. - http://developer.samsung.com - Points to the same content as the 1st link. - Calling Samsung 3rd level support to ask for a reference - they told me to use the 1st link but couldn't tell me which forum was appropriate to file bugs against Android devices. http://code.google.com/p/android/issues/list They

Configuring MantisBT to send emails using GMail

青春壹個敷衍的年華 提交于 2019-11-28 09:50:26
I am new to Mantis bug tracker and I want to enable the email notification after registering for a new account. Well, I installed the MantisBT correctly without any problem on my local computer, I already changed the admin's password and removed the admin folder in the directory. After this I signed up for a new account, there was a confirmation message flashed saying that I need to verify my registration via email. My problem here is that no verification message was sent to my email. According to one of the tutorials I found, I need to configure first my config_inc.php . After the

How does bug tracker/version control integration work with typical git workflows?

孤街醉人 提交于 2019-11-27 11:42:49
问题 Here's are examples of git workflows: https://github.com/bard/sameplace/wiki/typical-git-workflow http://www.nabble.com/Git-workflow-overview-td16340337.html http://osteele.com/archives/2008/05/my-git-workflow Let's say you wanted to take advantage of bug tracker integration with your version control system. Where/how would that fit into these workflows. What would you actually see in the tracker? I'm the author of BugTracker.NET which like many other bug trackers (Trac, Redmine, FogBugz)

Where can I find and submit bug reports on Google's Chrome browser?

北城以北 提交于 2019-11-27 11:09:34
It will be important for developers wanting to develop for the chrome browser to be able to review existing bugs (to avoid too much pulling-out of hair), and to add new ones (to improve the thing). Yet I can't seem to find the bug tracking for this project. It is open source, right? maxsilver Google is calling it Chromium on Google Code The Chromium Bug Reporting Page is there and has the link to submit bugs listed. (Google Account Required) Here's a direct link to the bug report form. Patrick Copeland Go to the wrench -> About Google Chrome -> report an issue. (accurate as of v19.0.1084.46)

Bug tracker setup with Git integration? [closed]

北战南征 提交于 2019-11-27 09:51:11
问题 I know I can do most of this by hacking Trac and using Git hooks, but I was wondering if someone has / knows of something ready. Commenting on (and closing) tickets from commit messages would be nice, specially if the diff appears inline with the comment/closing remark. sha1 hashes should be auto-linked to gitweb/cigt/custom git browser. I tried the GitPlugin for Trac, but the code browser was soo slow... any alternatives? 回答1: Redmine can do some of what you're asking for. Integration works

Where to report device-specific bugs to Samsung?

霸气de小男生 提交于 2019-11-27 07:34:42
问题 I'm looking for a place to report Android bugs on Samsung devices. The place would ideally have actual representation by Samsung developers. Japanese forums are ok. I have tried: - http://innovator.samsungmobile.com - This has a Java ME forum but the existing Android posts are unanswered. - http://developer.samsung.com - Points to the same content as the 1st link. - Calling Samsung 3rd level support to ask for a reference - they told me to use the 1st link but couldn't tell me which forum was

Best Version control for lone developer [closed]

百般思念 提交于 2019-11-27 06:02:10
I'm a lone developer at the moment; please share you experiences on what is a good VC setup for a lone developer. My constraints are; I work on multiple machines and need to keep them synced up Sometimes I work offline I'm currently using Subversion(just the client to a remote server), and that is working ok. I'm interested in Mercurial and git DVCS, but none of their use-cases make sense to my situation. EDIT: I've migrated my active development to Fossil http://www.fossil-scm.org/ after trialing it with a client. I really like the features to autosync my repositories(reducing accidental