Felix Schäfer
6fa5eb895f
Merge pull request #47 from schmidt/b/374-url-escaping-in-js-calls
...
Don't HTML-escaped URLs before passing them to the JavaScript helper. #374
2011-05-05 12:00:41 -07:00
Felix Schäfer
800cee548b
Merge pull request #46 from schmidt/b/373-duplicates-in-issue-autocomplete
...
Avoid duplicates in issue autocomplete. #373
2011-05-05 11:55:38 -07:00
Felix Schäfer
5938048e42
Merge pull request #48 from schmidt/b/379-wrong-header-in-wiki-help
...
Fix html_title usage in help views for Ruby 1.9. #379
2011-05-05 11:44:57 -07:00
Gregor Schmidt
edb263cd2b
[ #379 ] using html_title properly
2011-05-05 10:54:39 +02:00
Gregor Schmidt
6408cddc40
[ #374 ] Not escaping URLs since they are used in a safe CDATA section, where no entity encoding is needed.
2011-05-04 19:28:24 +02:00
Gregor Schmidt
dbd6dfc69b
[ #373 ] Refactoring auto_completes#issues action
...
hoping to make it more intention revealing
2011-05-04 19:12:56 +02:00
Gregor Schmidt
8509212991
[ #373 ] Adding test and fix for duplicates in issue autocompleter
2011-05-04 19:01:15 +02:00
Eric Davis
7cd96b6a6f
Merge branch 'f/362-introduce-help-controller'
2011-05-02 14:38:04 -07:00
Gregor Schmidt
0b7b564a34
adding basic test, to make sure, nothing breaks
2011-05-02 15:24:11 +02:00
Gregor Schmidt
913c60f71c
Fixing typo
2011-05-02 15:06:41 +02:00
Gregor Schmidt
5cbcd702a4
Replacing Redmine w/ ChiliProject in wiki help texts
2011-05-02 14:49:10 +02:00
Gregor Schmidt
c0d7d45870
Fixing typo in detailed wiki syntax help
2011-05-02 14:43:31 +02:00
Gregor Schmidt
aced650a10
Introducing help layout
2011-05-02 14:32:50 +02:00
Gregor Schmidt
aeafbf3fa8
Cleaning up title and html header in help views
2011-05-02 13:12:35 +02:00
Gregor Schmidt
8fb5e8b211
Introducing help controller, moving wiki syntax documentation to help controller
2011-05-02 12:45:19 +02:00
Gregor Schmidt
8686a16e0d
Changing the way, links to the wiki_syntax help page are generated
...
This fixes a comment, that was sitting there for more than 2 years.
2011-05-02 12:18:31 +02:00
Eric Davis
9d13deee46
Merge branch 'release-v1.3.0'
2011-05-01 13:56:36 -07:00
Eric Davis
07772e7eb7
Bump version to 1.3.0
2011-05-01 13:09:15 -07:00
Eric Davis
db89e91927
Update Changelog for 1.3.0 release
2011-05-01 12:47:16 -07:00
Eric Davis
afe5a2b2e8
Merge branch 'ticket/master/347-execution-after-redirect'
2011-05-01 12:31:43 -07:00
Eric Davis
d2973a641e
[ #347 ] Fix potential Execution After Redirect bugs
...
Execution After Redirect (EAR) happens when redirect in a controller is
triggered but there still is code that is executed in the action.
Contributed by Adam Doupé
2011-04-28 14:39:19 -07:00
Eric Davis
72cd7f2049
[ #347 ] Add missing fixture when running a focused test
2011-04-28 14:22:29 -07:00
Eric Davis
65692235a4
[ #352 ] Use ChiliProject on error pages
2011-04-26 15:19:44 -07:00
Eric Davis
ed252f7246
[ #309 ] Set the back_url after sending a lost password so HTTP_REFERER isn't used
...
Contributed by Robert Chady
2011-04-20 16:24:54 -07:00
Eric Davis
7f47401a03
Merge branch 'release-v1.2.0'
2011-03-27 11:09:25 -07:00
Eric Davis
25b0180546
Bump version to 1.2.0
2011-03-27 11:05:08 -07:00
Eric Davis
eedf576b63
Update changelog for 1.2.0
2011-03-27 10:51:38 -07:00
Eric Davis
39c19958d7
[ #308 ] Remove Redmine::VERSION::BRANCH
2011-03-27 10:48:20 -07:00
Jean-Baptiste Barth
04361864a7
Added 'retro' style for gravatars. #7608
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4811 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 10:31:45 -07:00
Eric Davis
86faa88e55
Merge branch 'ticket/master/225-upstream-scm'
2011-03-27 10:19:26 -07:00
Toshi MARUYAMA
6d0fcf556d
scm: use shell quote for scm command at adapter level ( #7517 , #4273 ).
...
"C:\Program Files\TortoiseHg\hg.exe" can be used in config/configuration.yml.
In Ruby 1.9 IO.popen, if cmd is an Array of String,
it will be used as the subprocess‘s argv bypassing a shell.
See http://www.ruby-doc.org/core/classes/IO.html
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4821 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 10:10:55 -07:00
Toshi MARUYAMA
6cd9bc5ca5
scm: space and tab cleanup of app/controllers/repositories_controller.rb.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4817 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 10:10:55 -07:00
Toshi MARUYAMA
3d11a22624
scm: fix non ASCII filename downloaded from repo is broken on Internet Explorer ( #7288 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4816 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 10:10:55 -07:00
Toshi MARUYAMA
52822ad58e
scm: cvs: fix most binary files become corrupted on Windows ( #6090 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4815 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 10:10:55 -07:00
Jean-Baptiste Barth
5356140f5f
Ignore .project and .loadpath files for hg/git mirrors. #7497
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4813 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 10:10:54 -07:00
Toshi MARUYAMA
2b97992015
scm: bazaar: fix typo and mistakes.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4810 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:26:02 -07:00
Toshi MARUYAMA
3110e97038
scm: git: fix typo of unit lib test.
...
This file includes UTF-8 "literal".
We need to consider Ruby 1.9 compatibility.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4809 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:25:25 -07:00
Toshi MARUYAMA
64835367ab
scm: cvs: fix unit lib test fails on Windows.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4808 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:25:14 -07:00
Toshi MARUYAMA
6b6a44c831
scm: bazaar: prepare version string unit lib test.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4807 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:24:55 -07:00
Toshi MARUYAMA
911fbefb45
scm: change gunzip to tar -z option for scm repository setup in lib/tasks/testing.rake.
...
Pipe does not work on Mingw Ruby.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4806 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:24:34 -07:00
Toshi MARUYAMA
dd798edd04
scm: git: prepare version string unit lib test and git log encoding ( #3396 ).
...
This file includes UTF-8 literal.
We need to consider Ruby 1.9 compatibity.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4805 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:24:15 -07:00
Toshi MARUYAMA
09e0aa32b8
scm: cvs: code clean up.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4804 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:23:10 -07:00
Toshi MARUYAMA
3edbab734b
scm: subversion: prepare version string unit lib test.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4803 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-03-27 09:22:15 -07:00
Felix Schäfer
8d6133f6db
Merge branch 'finnlabs-305_jstoolbar_fix_for_ie8'
2011-03-25 17:28:08 +01:00
Felix Schäfer
c7bd3788a9
Merge branch 'feature/jstoolbar_fix_for_ie8' of https://github.com/finnlabs/chiliproject into finnlabs-305_jstoolbar_fix_for_ie8
2011-03-25 17:06:06 +01:00
Eric Davis
1aa20b17b4
[ #302 ] Protect ApplicationController methods so they are not considered actions
2011-03-24 14:22:21 -07:00
Stephan Eckardt
2c67f6103b
replaced auth_source_id.nil? with change_password_allowed? in users controller
2011-03-24 13:55:50 -07:00
Holger Just
8cfe498bd6
[ #230 ] Make loadpath of themes configurable
...
Based on a987b74ed14 by meineerde
2011-03-24 13:46:50 -07:00
Eric Davis
f1878f4a79
Merge remote branch 'thegcat/273-autologin_cookie_name'
2011-03-24 13:06:13 -07:00
Stephan Eckardt
9e04bf83c0
Fix jstoolbar to make buttons for h1, h2, <pre> etc. work in IE8
2011-03-24 19:35:49 +01:00