Felix Schäfer
66561031eb
[ #400 ] Fix the event types (icons on activity and search views).
2011-05-20 13:51:51 -07:00
Eric Davis
c778cc9208
[ #415 ] Fix functional tests that used the older interface
2011-05-20 13:51:21 -07:00
Felix Schäfer
6015913f34
Change test to use the new journalized interface. #415
2011-05-20 22:16:26 +02:00
Gregor Schmidt
08cad02541
Removing commments from wiki_contents fixtures, since the db column was removed as well
2011-05-20 21:33:50 +02:00
Eric Davis
00c1852d7d
[ #81 ] Add a favicon based on a Flickr image
...
http://www.flickr.com/photos/thebrownhouse/4599233853/sizes/l/
2011-05-20 11:29:06 -07:00
Felix Schäfer
d7b963e6a6
Load the SQLite3 lib for the test to work. #112
2011-05-20 16:10:01 +02:00
Felix Schäfer
cf0804259d
Merge branch 'unstable' of github.com:chiliproject/chiliproject into unstable
2011-05-20 15:45:54 +02:00
Felix Schäfer
dbc10d2730
Save the comments to wiki page updates correctly. #415
2011-05-20 15:44:47 +02:00
Felix Schäfer
6a55e9e738
Merge pull request #57 from meineerde/issues/unstable/112-database-detection-library
...
Database detection library. #112
2011-05-19 14:28:00 -07:00
Holger Just
7b3a2047fd
Whitespace fixes
2011-05-16 00:03:51 +02:00
Holger Just
705c0db000
[ #112 ] Fix failing raw version for postgres
2011-05-16 00:01:09 +02:00
Holger Just
d90102420d
[ #112 ] Adapt database switches to use ChiliProject::Database
2011-05-15 23:15:52 +02:00
Holger Just
8279144073
[ #112 ] Add ChiliProject::Database
...
This module can be used to gather information about the currently used
database.
2011-05-15 23:14:02 +02:00
Felix Schäfer
0957e478ab
Merge pull request #54 from schmidt/b/413-test-errors-in-1.8.6
...
Fix test errors on 1.8.6 after acts_as_journalized merge. #413
2011-05-13 16:38:45 -07:00
Felix Schäfer
00ca2af1d3
Merge pull request #53 from schmidt/b/412-test-errors-in-1.9.2
...
Fix test errors on 1.9.2 after acts_as_journalized merge. #412
2011-05-13 16:36:17 -07:00
Felix Schäfer
d8ae680abb
Merge pull request #56 from schmidt/b/414-remove-returning
...
Remove returning since it causes deprecation warnings. #414
2011-05-13 16:32:13 -07:00
Gregor Schmidt
76c72d8f11
[ #414 ] remove returning which will be removed in future versions of Rails
2011-05-14 00:19:53 +02:00
Gregor Schmidt
300bc07b5a
[ #413 ] using Hash#to_a.first since Hash#first is not present in 1.8.6
2011-05-14 00:09:56 +02:00
Gregor Schmidt
09fd71232e
[ #412 ] fixes to make tests run on 1.9.2
2011-05-13 23:52:24 +02:00
Eric Davis
0ed2af49e9
[ #408 ] Removed old JournalDetail test
2011-05-13 12:51:44 -07:00
Eric Davis
193b2c7a38
[ #404 ] Move vendor/plugins/acts_as_journalized/app/ to the core app/
2011-05-13 12:34:24 -07:00
Eric Davis
dabe5caa1a
Merge branch 'ticket/unstable/123-journalized' into unstable
2011-05-13 11:55:56 -07:00
Eric Davis
f79e209d4c
[ #123 ] Fix hardcoded test value with a dynamic one
2011-05-13 11:53:25 -07:00
Eric Davis
0ba4134ecc
[ #123 ] Fix Journal notification test
2011-05-13 11:33:51 -07:00
Eric Davis
aa2b0a8709
[ #123 #407 ] Deferred Journal#visible tests
2011-05-13 11:26:06 -07:00
Eric Davis
adf57a64f1
[ #123 ] Move aaj migrations to core
2011-05-13 11:11:41 -07:00
Eric Davis
23ef9fedef
[ #123 ] Port the send_notification feature to aaj
2011-05-13 10:56:22 -07:00
Eric Davis
216619d376
Merge branch 'unstable' into ticket/unstable/123-journalized
...
Conflicts:
test/unit/journal_test.rb
vendor/plugins/acts_as_journalized/lib/redmine/acts/journalized/permissions.rb
2011-05-13 10:35:23 -07:00
Eric Davis
0ca73a7f69
[ #123 ] Fix the down migration for Journal#journalized_type
2011-05-13 10:20:34 -07:00
Eric Davis
b1845fcfeb
[ #123 ] Added latest edavis10:acts_as_journalized
2011-05-13 09:55:55 -07:00
Eric Davis
62c9fd2185
[ #123 ] Removed the acts_as_journalized submodule
2011-05-13 09:49:56 -07:00
Eric Davis
bf90848ae8
Merge remote-tracking branch 'schmidt/b/390-mysql2-incompat-in-wiki-page' into unstable
2011-05-13 09:29:48 -07:00
Eric Davis
cff4e83044
[ #290 ] Only print the plugin Gemfile messages when $DEBUG is set
2011-05-13 09:19:41 -07:00
Eric Davis
68925684fe
Remove generic Rails performance test
2011-05-13 09:16:46 -07:00
Eric Davis
6c9c7dc5aa
Merge remote-tracking branch 'schmidt/f/290-bundler' into unstable
2011-05-13 08:55:08 -07:00
Eric Davis
f273b7b18c
Create the ChiliProject namespace
2011-05-11 15:48:36 -07:00
Eric Davis
90df645cae
Use link_to_user instead of a manual link
2011-05-11 15:40:55 -07:00
Eric Davis
315ec5f65c
HTML escape some user values
2011-05-11 15:39:07 -07:00
Eric Davis
e9c542d7da
Merge remote-tracking branch 'asoltys/feature/link_to_user_profile_from_account_page' into unstable
2011-05-11 15:29:49 -07:00
Adam Soltys
f27614b576
make username a link to their profile page
2011-05-11 16:18:04 -06:00
Gregor Schmidt
c2d058a53b
[ #390 ] check to handle mysql2's early type casting
2011-05-11 00:19:11 +02:00
Gregor Schmidt
ddcd4f2888
Pinning mysql2 gem to 0.2 branch, since 0.3 and the following are Rails 3 only
2011-05-10 08:42:37 +02:00
Gregor Schmidt
a0eb66fc98
[ #290 ] using ~> instead of < for i18n dependency
...
it is more accurate in this case
2011-05-10 08:40:58 +02:00
Gregor Schmidt
cbc26ea982
[ #290 ] Remove test gems from dev enviroment.
...
running single test without RAILS_ENV=test prefix seams to work without it.
2011-05-10 08:40:58 +02:00
Gregor Schmidt
326dffbc29
[ #290 ] Adding rmagick, making it opt-out
...
using version < 2.0 since later versions do not work w/o backports on Debian Lenny
2011-05-10 08:40:58 +02:00
Gregor Schmidt
ddcec2f4a0
[ #290 ] making openid opt-out by adding it to a group
2011-05-10 08:40:58 +02:00
Gregor Schmidt
8304c6847a
[ #290 ] loading mocha after shoulda to make sure, that mocha's patches can be properly applied
2011-05-10 08:40:58 +02:00
Gregor Schmidt
2ec21614fd
[ #290 ] Removing all vendored gems
2011-05-10 08:40:58 +02:00
Gregor Schmidt
ec569be507
[ #290 ] ignoring .rvmrc files
2011-05-10 08:40:58 +02:00
Gregor Schmidt
87d8634b04
[ #290 ] using bundler
...
* following setup instructions from http://gembundler.com/rails23.html
* adding generated files to .gitignore and .hgignore
* removing config.gem calls
* adding Gemfile that should work with all supported dbs and interpreters
* removing work-around for rubygems 1.5 deprecation. this seems to be fixed since now bundler handles the gem loading
2011-05-10 08:40:42 +02:00