Search
Results (31855)
- Defect #1053 (Closed): Unable to upload file via file menu due to version filed.
- I am unable to upload file via file menu. Aft ... 1.5.3.8 as scm. The database is MySQL 5.0.51a
- Wiki: Submissions
- h1. Submissions on redmine.org {{>toc}} ... ist":http://www.redmine.org/projects/redmine/issues?query_id=1 and the [[FAQ]] to see if it has ... er instead unless you are very sure that the issue is specifically caused by Redmine itself. Th ... revision your patch is based on and attach it
- Feature #1051 (Closed): My Page - Customisaton / Default behaviour - Reported Issues
- Reported issues list on *My Page* view should be filtered to exclude closed issues by default. * Suggest this be optional behaviour set for the block in *personalise* mode
- Defect #1050 (Closed): migrate_to_trac fails with: "''" is not a valid constant name!
- rails 1.2.5, ruby 1.8 (OTOH), redmine svn. I ... 06:in `run' /usr/bin/rake:4 thanks, k
- Defect #1049 (Closed): Redmine doesn't account for summer time (daylight saving time)
- When we switched to summer time at end of mar ... y other of the UTC+2 cities is not intuitive.
- Defect #1048 (Closed): Day grouping on Activity view ignores user's time zone
- On the _Activity_ view the activities are gro ... to 23:59 are grouped under the following day.
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- It's part of your repository: @/path/to/repository/hooks@
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- hai jonathan, I have instal ... ok script with steps (I am learner plz) ..
- Feature #1043 (New): "My Calendar" page to show assigned items (patch incl)
- I think it would be good to have a "My Calend ... Calendar (next to Gantt) that shows only the issues assigned to the user. The project Calendar ... , and the My Page Calendar snipped shows all issues in all projects. The new "My Calendar" pag ... hat should be handled in all the other files.
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- Hi Dinesh, I'd rather not put my email a ... further comments. Cheers, Jonathan.
- Hey, What do you guys think about having t ... few days ago. #973 http://www.redmine.org/issues/show/973 Thanks, Clyde
- This is probably a fairly dumb newbie questio ... to the wiki. There is a "new message", "new issue", etc, but I can't find anything to add another page to the wiki.
- Defect #1041 (Closed): login problem with 2 redmine installation on the same server
- Hello, We have a strange behavior with a s ... perhaps other peoples have made this mistake.
- Feature #1040 (Reopened): Global wiki
- It would be very helpful to have a global wik ... ed policy docs, user guides, procedures, etc.
- Feature #1037 (New): <div> boxes for all UI elements
- Related to #1032, looking through the HTML to ... ding div class around journal entries in the issues list * changes to message replies to make ... iform * fix div class name for message-reply
- Feature #1036 (New): Commit validation checking on comments
- My company is going to use Redmine for a new ... ents on commits reference at least one valid issue. By valid I mean that it is an existing issue number assigned to the committer in a state ... method would parse the comment and query the issues in order to let you know if the comment on ... place. Any thoughts are appreciated. Thanks
- Open discussion: RE: * Mandatory check for Red Mine issue # during checkin
- Cross-posting. People interesting by this poi ... the current thread. Use the one in the link.
- Open discussion: RE: * Mandatory check for Red Mine issue # during checkin
- This thinks are why pre-commit hook exist in ... e a hook that check in the database that the issue ID exist :)
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- hai Jonathan Monahan, Thank ... me email id for further, if it is possible .
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- Note there is a typo in the code above - a pr ... ould have double-square brackets around it.
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- You need to go and learn about SVN hook scrip ... re that the log message references a Redmine issue. [[ $MESSAGE =~ "^Issue\s*#([0-9]+)\s*" ]] || \ { echo "You didn't specify a Redmine issue number on the first line, e.g.: Issue #1234 message..." 1>&2; exit 1; } REDMINE_ISSUE=${BASH_REMATCH[1]} REDMINE_ISSUE_OPEN=$(${MYSQL} -N -u redmine_readonly redmine -e "SELECT COUNT(*) FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = ${REDMINE_ISSUE};") if [[ ${REDMINE_ISSUE_OPEN} -eq 0 ]] then echo "Redmine issue #${REDMINE_ISSUE} is not in an open state." 1>&2; exit 1; fi ... a commit message # The message starts with "...
- Dear Reader , I need favour. while commit or checkin in svn with issue Id , is it possible to check issue Id's existance in redmine? if issue Id does n't exists, commit or check in should not be happened, it should show error message.
- Dear Reader , I need favour. while commit or checkin in svn with issue Id , is it possible to check issue Id's existance in redmine? if issue Id does n't exists, commit or check in should not be happened, it should show error message.
- Feature #1035 (Closed): Move Event to front in Activity View
- I have yet another idea to make the activity ... imming the list. What do you guys think?
- Open discussion: RE: Search for names
- Sorry, I meant it "doesn't work". I'm thinking of raising an issue on that because I think that it is important ... g the name of people posting on the forum or issues...etc So unless someone explains me what I am missing I'll do so... Thanks for your feedback.