Commit Graph

4828 Commits (c63954a4c73a9cb99be133a93d6d24a4f8139e47)
 

Author SHA1 Message Date
Gregor Schmidt 300bc07b5a [#413] using Hash#to_a.first since Hash#first is not present in 1.8.6 14 years ago
Gregor Schmidt 09fd71232e [#412] fixes to make tests run on 1.9.2 14 years ago
Eric Davis 0ed2af49e9 [#408] Removed old JournalDetail test 14 years ago
Eric Davis 193b2c7a38 [#404] Move vendor/plugins/acts_as_journalized/app/ to the core app/ 14 years ago
Eric Davis dabe5caa1a Merge branch 'ticket/unstable/123-journalized' into unstable 14 years ago
Eric Davis f79e209d4c [#123] Fix hardcoded test value with a dynamic one 14 years ago
Eric Davis 0ba4134ecc [#123] Fix Journal notification test 14 years ago
Eric Davis aa2b0a8709 [#123 #407] Deferred Journal#visible tests 14 years ago
Eric Davis adf57a64f1 [#123] Move aaj migrations to core 14 years ago
Eric Davis 23ef9fedef [#123] Port the send_notification feature to aaj 14 years ago
Eric Davis 216619d376 Merge branch 'unstable' into ticket/unstable/123-journalized 14 years ago
Eric Davis 0ca73a7f69 [#123] Fix the down migration for Journal#journalized_type 14 years ago
Eric Davis b1845fcfeb [#123] Added latest edavis10:acts_as_journalized 14 years ago
Eric Davis 62c9fd2185 [#123] Removed the acts_as_journalized submodule 14 years ago
Eric Davis bf90848ae8 Merge remote-tracking branch 'schmidt/b/390-mysql2-incompat-in-wiki-page' into unstable 14 years ago
Eric Davis cff4e83044 [#290] Only print the plugin Gemfile messages when $DEBUG is set 14 years ago
Eric Davis 68925684fe Remove generic Rails performance test 14 years ago
Eric Davis 6c9c7dc5aa Merge remote-tracking branch 'schmidt/f/290-bundler' into unstable 14 years ago
Eric Davis f273b7b18c Create the ChiliProject namespace 14 years ago
Eric Davis 90df645cae Use link_to_user instead of a manual link 14 years ago
Eric Davis 315ec5f65c HTML escape some user values 14 years ago
Eric Davis e9c542d7da Merge remote-tracking branch 'asoltys/feature/link_to_user_profile_from_account_page' into unstable 14 years ago
Adam Soltys f27614b576 make username a link to their profile page 14 years ago
Gregor Schmidt c2d058a53b [#390] check to handle mysql2's early type casting 14 years ago
Gregor Schmidt ddcd4f2888 Pinning mysql2 gem to 0.2 branch, since 0.3 and the following are Rails 3 only 14 years ago
Gregor Schmidt a0eb66fc98 [#290] using ~> instead of < for i18n dependency 14 years ago
Gregor Schmidt cbc26ea982 [#290] Remove test gems from dev enviroment. 14 years ago
Gregor Schmidt 326dffbc29 [#290] Adding rmagick, making it opt-out 14 years ago
Gregor Schmidt ddcec2f4a0 [#290] making openid opt-out by adding it to a group 14 years ago
Gregor Schmidt 8304c6847a [#290] loading mocha after shoulda to make sure, that mocha's patches can be properly applied 14 years ago
Gregor Schmidt 2ec21614fd [#290] Removing all vendored gems 14 years ago
Gregor Schmidt ec569be507 [#290] ignoring .rvmrc files 14 years ago
Gregor Schmidt 87d8634b04 [#290] using bundler 14 years ago
Eric Davis 13de4cc4b0 [#383] Fixed failing tests due to a helper method name conflict (to_utf8) 14 years ago
Eric Davis d29315341d [#196 #216 #216] Complete the upgrade to Rails 2.3.11 14 years ago
Eric Davis cd73bd714f [#123] Fix test error due to un-reloaded object daddy objects 14 years ago
Eric Davis cc0c2165b5 [#123] Fix test on postgres, .first isn't based on ORDER 14 years ago
Eric Davis 65953cdc04 [#123] Fix AttachmentsController test from 1f88288 14 years ago
Eric Davis 1f8828838e [#123] Attachment changes need to be prefixed 14 years ago
Eric Davis ebf4584141 [#380] Add example of a cross project wiki link 14 years ago
Felix Schäfer 9f07b2f4b4 Merge pull request #38 from edavis10/ticket/master/324-plugin-generators 14 years ago
Simon COURTOIS bfacd827a8 Removig english strings from RepositoriesHelper 14 years ago
Felix Schäfer d6da8cadf6 Merge pull request #39 from enderson/326-pt_BR-updates 14 years ago
Felix Schäfer 87e055cf47 disable browser autocomplete on password fields on user edit view. #360 14 years ago
Felix Schäfer 6fa5eb895f Merge pull request #47 from schmidt/b/374-url-escaping-in-js-calls 14 years ago
Felix Schäfer 800cee548b Merge pull request #46 from schmidt/b/373-duplicates-in-issue-autocomplete 14 years ago
Felix Schäfer 5938048e42 Merge pull request #48 from schmidt/b/379-wrong-header-in-wiki-help 14 years ago
Gregor Schmidt edb263cd2b [#379] using html_title properly 14 years ago
Gregor Schmidt 6408cddc40 [#374] Not escaping URLs since they are used in a safe CDATA section, where no entity encoding is needed. 14 years ago
Gregor Schmidt dbd6dfc69b [#373] Refactoring auto_completes#issues action 14 years ago