Commit Graph

89 Commits

Author SHA1 Message Date
John Goerzen
4e6f5fef20 Fix bug integration with closing bugs by changesets
previously it just added "rREV".  Now if this is non-numeric, we add
commit:"SCMID" to make it work for things like Git


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1212 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:48:25 +00:00
John Goerzen
78d70c12b6 Logic simplification
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1211 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:48:21 +00:00
John Goerzen
12c5881ef0 Performance optimization: support limit for call to revisions
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1210 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:48:17 +00:00
John Goerzen
b36aa125a6 Removed unused variable
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1209 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-08 19:38:38 +00:00
Jean-Philippe Lang
f028822fc2 Added the git test repository.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1202 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-07 16:41:49 +00:00
Jean-Philippe Lang
a834312a3e Git patch added (#259) with annotate support. Changeset revision field changed to string.
TODO:
* fix Darcs support and add tests for Darcs
* maybe remove scmid column by moving commit hashes to Changeset#revision for all DSCM

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1201 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-07 16:27:46 +00:00
Jean-Philippe Lang
25e8baea05 Added git support branch.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1200 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-07 16:13:06 +00:00
Jean-Philippe Lang
4f5d1b542e Added tests on role inheritance for sub-projects.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1061 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-13 11:08:33 +00:00
Jean-Philippe Lang
13c17c2ad5 Make issue categories inheritable on subprojects (can be disabled in Admin -> Settings -> Projects).
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1060 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-13 10:53:12 +00:00
Jean-Philippe Lang
75f6463c18 Fixed project visibility when memberships inheritance is enabled.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1057 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-12 12:48:07 +00:00
Jean-Philippe Lang
6a36929a1d Subprojects roadmap shows parent project versions (unless versions inheritance was disabled in settings).
Parent project roadmap shows versions of all subprojects.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1056 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-12 12:30:30 +00:00
Jean-Philippe Lang
2c9b04fdfd Subprojects inherit versions from their parent project (can be disabled in Admin -> Settings -> Projects).
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1055 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-12 12:05:31 +00:00
Jean-Philippe Lang
d82334dd78 Subprojects inherits parent projects members (can be disabled in Admin -> Settings -> Projects).
Eg. if B is a subproject of A, a user with a role on A will automatically have the same role on B. It can be overridden by assigning a different role manually to this user on B.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1054 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-12 11:38:01 +00:00
Jean-Philippe Lang
2a2a31d148 Added project_inheritance work branch.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1049 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-09 19:43:47 +00:00
Jean-Philippe Lang
4b71a336d2 Added branch for sys controller refactoring.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1006 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-17 18:24:22 +00:00
Jean-Philippe Lang
db2692f2e1 Added actionwebservice as a plugin.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@974 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-10 17:49:41 +00:00
Jean-Philippe Lang
0db7b8a548 Fixed partial rendering in email templates (should still work with Rails 1.2).
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@973 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 22:51:02 +00:00
Jean-Philippe Lang
af0075679d Tests for project deletion.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@972 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 22:16:36 +00:00
Jean-Philippe Lang
0c424f9de8 Fixed: all members (including non active) should be deleted when deleting a project.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@971 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 22:16:12 +00:00
Jean-Philippe Lang
9a5f4a83a7 Removed with_scope call in SearchController (it's now a protected AR::Base method).
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@970 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 22:01:16 +00:00
Jean-Philippe Lang
e9c681319d Removed deprecated config.breakpoint_server = true in development.rb.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@969 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 21:57:16 +00:00
Jean-Philippe Lang
b30ac2f645 Fixed Mailer#render_message to be Rails 2.0 compatible.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@968 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 21:55:21 +00:00
Jean-Philippe Lang
a053b5b772 Set explicit session store since Rails 2.0 default one (cookie) can not be used.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@967 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 21:54:57 +00:00
Jean-Philippe Lang
d217ec2a47 Added required plugins (acts_as_list, acts_as_tree and classic_pagination).
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@966 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 21:53:46 +00:00
Jean-Philippe Lang
406f6431e9 Rails 2.0 compatibility branch
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@965 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 19:04:52 +00:00
Jean-Philippe Lang
583680fd91 added migration scripts and permissions for time tracking
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@367 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-23 11:19:24 +00:00
Jean-Philippe Lang
1f2cbee0aa added issue validation on time_entry
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@366 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-23 10:50:42 +00:00
Jean-Philippe Lang
6f6201f906 added activities enumeration for time tracking
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@365 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-23 10:45:50 +00:00
Jean-Philippe Lang
4a1bf9fe1b time tracking initial commit (unstable)
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@364 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-23 10:38:09 +00:00
Jean-Philippe Lang
b23cb49756 created branch for time tracking
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@330 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-11 18:11:40 +00:00
Jean-Philippe Lang
40637a82ce migrations scripts renumbered before merging wiki branch into trunk
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@322 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-10 14:08:05 +00:00
Jean-Philippe Lang
5dfb162fb6 modified textilizable helper method:
* no more eval statement
* r12 in text will be turned into a link to the revision 12 in the repository
* #12 in text will be turned into a link to the issue 12

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@320 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-09 20:03:25 +00:00
Jean-Philippe Lang
02ff5764d5 wiki page won't be saved (and versioned) if no change is made to text
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@318 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 20:50:56 +00:00
Jean-Philippe Lang
19dabda953 "wiki compression" default setting set to none
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@317 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 18:56:43 +00:00
Jean-Philippe Lang
491b506b2c updated fixtures
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@316 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 18:48:54 +00:00
Jean-Philippe Lang
220f8a2135 changed from Zlib::GzipWriter/Zlib::GzipReader to Zlib::Inflate/Zlib::Deflate
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@315 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 18:47:39 +00:00
Jean-Philippe Lang
47e4864314 added migrations for wiki
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@314 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 18:46:40 +00:00
Jean-Philippe Lang
bb1363483d replaced cache hash key with a string
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@313 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 18:46:20 +00:00
Jean-Philippe Lang
0615af737d fixed mailer unit test
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@312 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-08 17:35:02 +00:00
Jean-Philippe Lang
3e63fcf7ee added some unit tests for wiki
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@311 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-07 18:54:43 +00:00
Jean-Philippe Lang
f34a8ad30e removed wiki page titles in html export
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@309 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-06 23:02:18 +00:00
Jean-Philippe Lang
7588121e59 added "draft" background on wiki page preview
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@307 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-06 22:20:54 +00:00
Jean-Philippe Lang
46b13d9f4a added "preview" functionality when editing wiki page
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@306 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-06 20:23:42 +00:00
Jean-Philippe Lang
67b92ae1df removed page title when showing a wiki page
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@304 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-06 18:35:25 +00:00
Jean-Philippe Lang
2a0cdcb631 removed alpha transparency (for ie users)
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@303 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-06 18:31:39 +00:00
Jean-Philippe Lang
5c533fe96f added wiki related strings translation
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@301 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-05 18:53:45 +00:00
Jean-Philippe Lang
bb586a4431 fixed export of wiki history pages
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@300 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-05 18:53:10 +00:00
Jean-Philippe Lang
6186117886 added wiki functionalities:
* simple page export to plain text
* full wiki export to a single html file with index

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@299 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-04 21:34:42 +00:00
Jean-Philippe Lang
abe5696906 modified index.png
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@298 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-04 16:48:20 +00:00
Jean-Philippe Lang
eb018727ef added html export of wiki page
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@297 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-04 16:28:11 +00:00