ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Revision:

Revisions

# Date Author Comment
571494a0 2009-02-12 06:30 pm Jean-Philippe Lang

Adds missing strings (#699).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2455 e93f8b46-1217-0410-a6f0-8f06a7374b81

2807b9c9 2009-02-12 06:19 pm Jean-Philippe Lang

Hide openid stuff on my account if disabled (#699).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2454 e93f8b46-1217-0410-a6f0-8f06a7374b81

60dc3572 2009-02-12 05:31 am Eric Davis

Normalize the identity_url when it's set.

OpenId uses a specific format for the url it uses which requires the protocol
and trailing slash. This change will normalize the value to when a user sets it.

#699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2453 e93f8b46-1217-0410-a6f0-8f06a7374b81

14e445c6 2009-02-12 02:32 am Eric Davis

Fixed the bundled ruby-openid gem

  • The open_id_authentication plugin will require the gem automatically so
    it doesn't need to be added to environment.rb
  • Changed the version requirement on the open_id_authentication to match
    the latest stable version. Rails config.gem looks for a directory named...
4500b606 2009-02-11 09:25 pm Jean-Philippe Lang

Slight changes to the issue lists displayed on My page.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2451 e93f8b46-1217-0410-a6f0-8f06a7374b81

f1b8bf22 2009-02-11 08:45 pm Eric Davis

Added a space so words don't runtogeatherlikethis. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2450 e93f8b46-1217-0410-a6f0-8f06a7374b81

8d53e433 2009-02-11 08:24 pm Eric Davis

Added a system setting for allowing OpenID logins and registrations

  • Defaults to off
  • Is set in the Administration panel under Authentication

    #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2449 e93f8b46-1217-0410-a6f0-8f06a7374b81

85ad791d 2009-02-11 08:07 pm Eric Davis

Prevent registration via OpenID if self registration is off. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2448 e93f8b46-1217-0410-a6f0-8f06a7374b81

720f928c 2009-02-11 08:07 pm Eric Davis

Refactored common methods out of register and open_id_authenticate

  • Extracted register_by_email_activation
  • Extracted register_automatically
  • Extracted register_manually_by_administrator

    #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2447 e93f8b46-1217-0410-a6f0-8f06a7374b81

8194cfaf 2009-02-11 08:07 pm Eric Davis

Added user setup needed based on the system's registration settings

  • Copied the register action's chunk of code used to setup the account
    based on Setting.self_registration
  • Extracted method for when onthefly_creation_failed
  • Added tests to confirm the behavior...
876fb692 2009-02-11 08:07 pm Eric Davis

Added tests for the other OpenID authentication cases. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2445 e93f8b46-1217-0410-a6f0-8f06a7374b81

48e26aa7 2009-02-11 08:07 pm Eric Davis

Adding OpenID mock and test. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2444 e93f8b46-1217-0410-a6f0-8f06a7374b81

0310f431 2009-02-11 08:07 pm Eric Davis

Hooked up on the fly OpenID user creation.

  • Use OpenID registration fields for the user.
  • Generate a random password when a user is created.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2443 e93f8b46-1217-0410-a6f0-8f06a7374b81

896e64b7 2009-02-11 08:07 pm Eric Davis

Added the ability to login via OpenID.

  • Refactored AccountController#login to use either
    password or openid based authentication
  • Extracted AccountController#successful_authentication
    to setup a user's session cookies and redirect
  • Implemented the start of AccountController#open_id_authentication...
a4e6e13b 2009-02-11 08:07 pm Eric Davis

Fixed a bug in open_id_authentication, where relative_url_root is defined
on ActionController:AbstractRequest not Base

#699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2441 e93f8b46-1217-0410-a6f0-8f06a7374b81

dbf02e26 2009-02-11 08:06 pm Eric Davis

Added identity_url to User. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2440 e93f8b46-1217-0410-a6f0-8f06a7374b81

ca3960de 2009-02-11 08:06 pm Eric Davis

Added OpenID tables. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2439 e93f8b46-1217-0410-a6f0-8f06a7374b81

30171f3a 2009-02-11 08:06 pm Eric Davis

Added open_id_authentication plugin

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2438 e93f8b46-1217-0410-a6f0-8f06a7374b81

f70be197 2009-02-11 08:06 pm Eric Davis

Unpacked OpenID gem. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2437 e93f8b46-1217-0410-a6f0-8f06a7374b81

70efee1b 2009-02-10 11:54 pm Jean-Philippe Lang

Leave wiki links untouched if target project doesn't exist or have no wiki.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2436 e93f8b46-1217-0410-a6f0-8f06a7374b81

8cf3d7a4 2009-02-10 11:03 pm Jean-Philippe Lang

Replaces the repositories management SOAP API with a simple REST API.
reposman usage is unchanged but the script now requires activeresource.
actionwebservice is now longer used and thus removed from plugins.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2435 e93f8b46-1217-0410-a6f0-8f06a7374b81

cf5658d7 2009-02-10 06:18 pm Jean-Philippe Lang

Fixes broken action url on time edit form (#2707).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2434 e93f8b46-1217-0410-a6f0-8f06a7374b81

99fefbef 2009-02-10 05:05 pm Azamat Hackimov

New language - Macedonian (mk). Thank to Ilin Tatabitovski for work.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2433 e93f8b46-1217-0410-a6f0-8f06a7374b81

2ce37783 2009-02-10 04:57 pm Azamat Hackimov

Translation updates (#2643, #2645, #2668)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2432 e93f8b46-1217-0410-a6f0-8f06a7374b81

73f52af6 2009-02-10 04:41 pm Azamat Hackimov

Updated translations (#2577, #2640, #2644, #2652)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2431 e93f8b46-1217-0410-a6f0-8f06a7374b81

« Previous 1 ... 143 144 145 146 147 ... 225 Next » (3601-3625/5613)

Also available in: Atom