Commit Graph

2752 Commits (ec21b4c075668a1ab2d4a62135a2a9fb968e3f52)

Author SHA1 Message Date
Eric Davis 95b19953a4 Add plugin hooks to Users#show view 14 years ago
Eric Davis bfba5e2151 [#441] Journals should touch their journaled to update updated_on/at fields 14 years ago
Eric Davis ba3ddee99d [#444] Remove extra variable 14 years ago
Eric Davis f518251d5f [#444] Fix Changeset#to_utf8 coding standards 14 years ago
Jean-Philippe Lang 0f7ae9b658 Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255). 14 years ago
Toshi MARUYAMA 6efba7b05d scm: use upcase to compare encoding name "UTF-8" in log converting. 14 years ago
Toshi MARUYAMA e19c56d61a scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby 1.8. 14 years ago
Toshi MARUYAMA 0adf1a87b1 scm: code clean up app/models/changeset.rb. 14 years ago
Toshi MARUYAMA 5511155674 scm: fix log converting error in Ruby 1.9 and add more tests. 14 years ago
Toshi MARUYAMA 60b34ea29b scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests. 14 years ago
Toshi MARUYAMA 81bdbd77f7 scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby 1.9. 14 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Eric Davis a85b6780d2 [#262] Convert line endings to UNIX 14 years ago
Eric Davis e4fac8d40f [#350] Refactor: extract method 14 years ago
Eric Davis b95c526151 Fix failing test: RepositoryMercurialTest#test_activities 14 years ago
Tom Kersten ce8bb652c6 [#423] Removed explicit render in WikiController#show 14 years ago
Felix Schäfer c51a32ac23 Use Rails.cache to cache application settings. #350 14 years ago
Felix Schäfer 5c8e04db55 Fix SearchController tests. 14 years ago
Eric Davis 8994a0b58d [#406] Added missing and removed unused code for Journals 14 years ago
Eric Davis a4f7629f1f [#400] Fix some tests broken by 6656103 14 years ago
Felix Schäfer 66561031eb [#400] Fix the event types (icons on activity and search views). 14 years ago
Felix Schäfer dbc10d2730 Save the comments to wiki page updates correctly. #415 14 years ago
Felix Schäfer 6598a44ddd Add a helper to format user lists. #304 14 years ago
Gregor Schmidt 3893ef9f7d [#416] updating watcher_tag in news/show to use watcher_link 14 years ago
Gregor Schmidt 4fff430846 [#416] removing reference to now unused local variable 14 years ago
Gregor Schmidt a5b439544a [#416] introducing separate rjs view to reduce controller code 14 years ago
Gregor Schmidt 4635a8c2a4 [#416] using a simpler approach to replace node with partial 14 years ago
Gregor Schmidt e3f54d470c [#416] :class might be nil or a symbol - then + will not work as expected 14 years ago
Gregor Schmidt 2c2ed95866 [#416] Re-Adding watcher_tag for backwards compatibility 14 years ago
Gregor Schmidt 508b23cf41 [#416] Watcher links work using of css selectors instead of ids 14 years ago
Felix Schäfer 9cb4feefce Update the watcher list on click on "watch". #311 14 years ago
Holger Just c51eb7059a [#340] Format blockquote tags in emails. 14 years ago
Holger Just d90102420d [#112] Adapt database switches to use ChiliProject::Database 14 years ago
Felix Schäfer 20d804825d Update the watcher list on click on "watch". #311 14 years ago
Gregor Schmidt 76c72d8f11 [#414] remove returning which will be removed in future versions of Rails 14 years ago
Eric Davis 193b2c7a38 [#404] Move vendor/plugins/acts_as_journalized/app/ to the core app/ 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
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
Eric Davis 13de4cc4b0 [#383] Fixed failing tests due to a helper method name conflict (to_utf8) 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
Simon COURTOIS bfacd827a8 Removig english strings from RepositoriesHelper 14 years ago
Felix Schäfer 87e055cf47 disable browser autocomplete on password fields on user edit view. #360 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