Jean-Philippe Lang
16947dc016
[984] Allow to change locked and sticky status and the board of messages
2012-04-14 15:02:07 +02:00
unknown
e7d96825b2
[ #988 ] Improving Swedish translation
2012-04-13 16:07:42 +02:00
Holger Just
2bcd8787d3
Remove cookie cleaning method as it is not required anymore
2012-04-13 13:44:16 +02:00
jwalkerbg
6a4559e6af
[ #983 ] Translated several keys to Bulgarian language.
2012-04-13 09:45:08 +02:00
Gabriel Mazetto
859a9cb9d2
Some translation fixes and more missing translations for pt-BR
2012-04-12 08:20:02 +02:00
Holger Just
33260d885d
Ensure array order for repeatable success of tests
2012-04-11 23:15:33 +02:00
Holger Just
277815ec96
Don't render cusom queries in the sidebar anymore
...
The queries are now part of the issues menu and are thus redundant in the
sidebar.
2012-04-11 20:50:42 +02:00
Holger Just
01c386b3c6
[ #970 ] Cap too long menu entries with an ellipsis
2012-04-11 20:48:30 +02:00
Holger Just
a6071c75ec
[ #975 ] Add test for editing version start date
2012-04-11 00:07:42 +02:00
Spenser Jones
e6c79ddef4
[ #975 ] Validate and enable editing of Version start date
2012-04-11 00:07:32 +02:00
Holger Just
c3fc106355
[ #974 ] Force the issue new link in the sidebar to the new action
2012-04-10 23:35:12 +02:00
Holger Just
b169f02377
REMEMBER: ALWAYS RUN THE TESTS!
2012-04-09 15:46:06 +02:00
Holger Just
1f4baaa27b
Take the password salt into account when checking for admin account change
2012-04-09 15:43:51 +02:00
Felix Schäfer
8f06b77ccb
correct 'edit own issue notes' permission #966
2012-04-07 15:59:51 +02:00
Holger Just
b8a29c288b
Add the project_id to board URLs in the menu to generate valid URLs
2012-04-05 20:49:47 +02:00
Holger Just
aca166271b
Update German translation
2012-04-05 16:18:32 +02:00
Holger Just
f681ed8c13
Bump version to 3.1.0
2012-04-04 14:21:43 +02:00
Holger Just
eb62f4f7ec
Update changelog for v3.1.0
2012-04-04 14:21:42 +02:00
Holger Just
4aed677908
Fix trailing whitespace
2012-04-04 14:21:42 +02:00
Holger Just
6f055664f1
Add copyright statement
2012-04-04 14:21:42 +02:00
Holger Just
bb4340eb6d
Update locales with new keys
2012-04-04 14:21:42 +02:00
Jean-Philippe Lang
3183aa55ed
Set user_id as a protected attribute ( #922 ).
2012-04-04 14:21:41 +02:00
Jean-Philippe Lang
275163ead2
Prevent mass-assignment vulnerability when adding/updating a wiki ( #922 ).
2012-04-04 14:21:41 +02:00
Jean-Philippe Lang
fc5dfd5813
Prevent mass-assignment vulnerability when adding/updating a version ( #922 ).
2012-04-04 14:21:41 +02:00
Jean-Philippe Lang
a3f6b30e99
Prevent mass-assignment vulnerability when adding/updating a time entry ( #922 ).
2012-04-04 14:21:41 +02:00
Jean-Philippe Lang
5de377c5ee
Use safe_attributes= just like in #create. ( #922 )
2012-04-04 14:21:41 +02:00
Jean-Philippe Lang
305df19ab7
Prevent mass-assignment vulnerability when adding/updating a news ( #922 ).
2012-04-04 14:21:40 +02:00
Jean-Philippe Lang
c3ca5813d5
Prevent mass-assignment vulnerability when adding/updating a forum message ( #922 ).
2012-04-04 14:21:40 +02:00
Jean-Philippe Lang
384890c5ad
Prevent mass-assignment vulnerability when adding a project member ( #922 ).
2012-04-04 14:21:40 +02:00
Jean-Philippe Lang
e77cb6133d
Prevent mass-assignment vulnerability when adding/updating an issue category ( #922 ).
2012-04-04 14:21:39 +02:00
Jean-Philippe Lang
7505cb2ff0
Prevent mass-assignment vulnerability when adding/updating a document ( #922 ).
2012-04-04 14:21:39 +02:00
Jean-Philippe Lang
2eeb4b13a6
Prevent mass-assignment vulnerability when adding a news comment ( #922 ).
2012-04-04 14:21:39 +02:00
Felix Schäfer
0a7c6e6774
Correct handling of @Rational#to_s@ on ruby 1.9 #887
...
Contributed by Martin S
2012-04-04 09:36:58 +02:00
Felix Schäfer
6f064d3856
Activity: use default filter only on first request #861
2012-03-28 20:31:20 +02:00
Robert Mitwicki
c6af5c7982
Correct error message on group name #873
2012-03-28 08:56:06 +02:00
Jean-Philippe Lang
20a79124f7
Set format for activeresource client in reposman.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7955 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-03-27 12:51:43 +02:00
Felix Schäfer
e6ec8ab30c
Remove length limits on some user fields #928
2012-03-25 09:40:56 +02:00
Felix Schäfer
dafe09ee32
Adapt test to new jQuery context menu
...
jQuery context menu introduced in 1b7ddb3cd7
2012-03-23 12:34:53 +01:00
Andrew Smith
7b3280e5ad
Replace tables that were using the 'width' attribute with inline styles (should be replaced with an ID/class).
2012-03-23 11:22:58 +01:00
Andrew Smith
fd250726ce
Remove some inline styling and some depreciated table cell attributes and replace them with proper class names.
2012-03-23 11:22:57 +01:00
Andrew Smith
1cfd20e7e7
Fix missing cells and incorrect close order
2012-03-23 11:22:57 +01:00
Andrew Smith
b15e6d8305
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.
2012-03-23 11:22:57 +01:00
Andrew Smith
2a70e2704f
HTML corrections
2012-03-23 11:22:57 +01:00
Andrew Smith
23a857bf75
Remove hard-coded div on issue page
2012-03-21 21:07:21 +01:00
Andrew Smith
a510f0a85f
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
instances couldn't be used though
jQuery('#content form').eq(0).ContextMenu(url);
jQuery('#content form').eq(3).ContextMenu(url);
Using the above 2 menus will be created for the first and 4th forms on
the page. Any of forms won't response to menu clicks.
jQuery(docuemnt).ContextMenu(url);
jQuery('#content form').eq(0).ContextMenu(url);
With the above any form on the page will respond to menu clicks but the
first form will send 2 requests for the context menu.
2012-03-21 21:07:21 +01:00
Andrew Smith
2b640f76ec
Simple wrapper for backwards compatibility
2012-03-21 21:06:58 +01:00
Andrew Smith
1b7ddb3cd7
jQuery version of the issue context menu
2012-03-21 21:06:58 +01:00
Andrew Smith
27160b76f5
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.
2012-03-20 22:54:20 +01:00
Gregor Schmidt
c9a403a4b5
[ #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
2012-03-20 22:49:37 +01:00
Felix Schäfer
565aeabc79
Issue hierarchy on issue show view #906
2012-03-20 09:25:54 +01:00