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
aee7d731 2012-04-04 02:05 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding/updating a version (#922).

1f108174 2012-04-04 01:39 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding/updating a time entry (#922).

ea3ff66b 2012-04-04 01:39 pm Jean-Philippe Lang

Use safe_attributes= just like in #create. (#922)

ee99b2de 2012-04-04 01:39 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding/updating a news (#922).

4c322d37 2012-04-04 01:39 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding/updating a forum message (#922).

f12b9fca 2012-04-04 01:39 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding a project member (#922).

296b3173 2012-04-04 01:39 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding/updating an issue category (#922).

c651ba1a 2012-04-04 01:30 pm Jean-Philippe Lang

Prevent mass-assignment vulnerability when adding/updating a document (#922).

Conflicts:

app/controllers/documents_controller.rb
0a7c6e67 2012-04-04 09:36 am Felix Schäfer

Correct handling of Rational#to_s on ruby 1.9 #887

Contributed by Martin S

6f064d38 2012-03-28 08:31 pm Felix Schäfer

Activity: use default filter only on first request #861

c6af5c79 2012-03-28 08:56 am Robert Mitwicki

Correct error message on group name #873

20a79124 2012-03-27 12:51 pm Jean-Philippe Lang

Set format for activeresource client in reposman.

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

e6ec8ab3 2012-03-25 09:40 am Felix Schäfer

Remove length limits on some user fields #928

dafe09ee 2012-03-23 12:34 pm Felix Schäfer

Adapt test to new jQuery context menu

jQuery context menu introduced in 1b7ddb3cd767bc1832b77c31bf6953163c01373b

7b3280e5 2012-03-23 11:22 am Andrew Smith

Replace tables that were using the 'width' attribute with inline styles (should be replaced with an ID/class).

fd250726 2012-03-23 11:22 am Andrew Smith

Remove some inline styling and some depreciated table cell attributes and replace them with proper class names.

1cfd20e7 2012-03-23 11:22 am Andrew Smith

Fix missing cells and incorrect close order

b15e6d83 2012-03-23 11:22 am Andrew Smith

Fix duplicated 'back_url' IDs

Various hidden input fields are used to hold a URL to send the user back
to the correct page after submitting a form, however, they all use the
same ID which isn't allowed in HTML. Passing in 'id' as nil stops the
'hidden_field_tag' from adding an ID attribute to the tag.

2a70e270 2012-03-23 11:22 am Andrew Smith

HTML corrections

23a857bf 2012-03-21 09:07 pm Andrew Smith

Remove hard-coded div on issue page

a510f0a8 2012-03-21 09:07 pm Andrew Smith

Updates the plugin so that it can support multiple instances.

Multiple instances need to be applied to different elements in the DOM
otherwise multiple menus will be called for each click/right click.

e.g.

jQuery(document).ContextMenu(url);

would work for any form on a page. Using this would mean that multiple...

2b640f76 2012-03-21 09:06 pm Andrew Smith

Simple wrapper for backwards compatibility

1b7ddb3c 2012-03-21 09:06 pm Andrew Smith

jQuery version of the issue context menu

27160b76 2012-03-20 10:54 pm Andrew Smith

The jQuery ajaxStart/Stop functions are being called at the wrong time.

The ajaxStart/ajaxStop functions were being called before the document
was ready and the 'ajax-indicator' element existed. This meant that they
would never be called when an ajax event happened.

c9a403a4 2012-03-20 10:49 pm Gregor Schmidt

[#939] Update documentation for GMail setup

It now matches the current guide in ChiliProject Wiki at https://www.chiliproject.org/projects/chiliproject/wiki/Email_Delivery#SMTP-server-using-TLS-GMail

« Previous 1 ... 8 9 10 11 12 ... 225 Next » (226-250/5613)

Also available in: Atom