summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed: Date custom fields not displayed as specified in application settings.Jean-Philippe Lang2008-01-151-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1066 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: issue filters may be lost when paginating after r1026.Jean-Philippe Lang2008-01-151-1/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-156-44/+153
| | | | | | For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1064 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki toolbar improvements (mainly for Firefox).Jean-Philippe Lang2008-01-138-54/+119
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1063 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show sticky and locked checkboxes when replying to a message.Jean-Philippe Lang2008-01-132-2/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added missing wiki div on news/index and news/show.Jean-Philippe Lang2008-01-122-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.Jean-Philippe Lang2008-01-121-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-104-3/+10
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added details by assignees on issue summary view (Hans Yoon).Jean-Philippe Lang2008-01-102-5/+31
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations:Jean-Philippe Lang2008-01-107-267/+962
| | | | | | | | | | | * Finnish added (Antti Perkiömäki) * Traditional Chinese updated (Shortie Lo) * Russian updated * Polish updated (Mariusz Olejnik) * Korean updated (Hans Yoon) * Japanese calendar fix (Nobuhiro Imai) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Themes are not applied with Rails 2.0Jean-Philippe Lang2008-01-071-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1047 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-0632-146/+252
| | | | | | Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1046 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil ↵Jean-Philippe Lang2008-01-061-1/+1
| | | | | | (same fix as r921). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wrapper div added to the layout.Jean-Philippe Lang2008-01-062-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1044 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-0639-133/+326
| | | | | | | The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form). The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent 'has already been taken' error messages for user login and email if ↵Jean-Philippe Lang2008-01-061-1/+2
| | | | | | these fields are left empty. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-0526-120/+248
| | | | | | | A message is automatically displayed on this screen if roles, trackers,... have not been configured yet. The rake task is still available and the data loading code is wrapped in a transaction. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed Serbian lang file.Jean-Philippe Lang2008-01-041-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1039 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated Serbian translation (Dragan Matic).Jean-Philippe Lang2008-01-041-31/+31
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1038 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved redmine:load_default_data code to a module so that it can be called ↵Jean-Philippe Lang2008-01-042-162/+194
| | | | | | from the application. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1037 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: private projects name are displayed on account/show even if the ↵Jean-Philippe Lang2008-01-041-1/+1
| | | | | | current user doesn't have access to these private projects. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1036 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: table of content not rendered properly when used in an issue or ↵Jean-Philippe Lang2008-01-042-0/+4
| | | | | | document description. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1035 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs ↵Jean-Philippe Lang2008-01-031-1/+1
| | | | | | command fails. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1034 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated Spanish translation (Gumer Coronel Pérez).Jean-Philippe Lang2008-01-031-29/+29
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1033 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-0269-68/+107
| | | | | | ApplicationHelper#set_html_title replaced by html_title with arguments and can be called several times in views to append elements to the title. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1032 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix query management broken by r1027.Jean-Philippe Lang2007-12-311-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1031 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved login and logout links to ApplicationHelper methods for easier ↵Jean-Philippe Lang2007-12-302-2/+10
| | | | | | customization. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved current user management to a dedicated method for modularity.Jean-Philippe Lang2007-12-301-5/+10
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1029 e93f8b46-1217-0410-a6f0-8f06a7374b81
* TabularFormBuilder moved out of application_helper.rbJean-Philippe Lang2007-12-302-35/+51
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1028 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not store query object in session but id or filters only. This allows to ↵Jean-Philippe Lang2007-12-301-4/+5
| | | | | | use Rails 2.0 cookie based sessions. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1027 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New setting added to specify how many objects should be displayed on most ↵Jean-Philippe Lang2007-12-2944-34/+108
| | | | | | | | | paginated lists. Default is: 25, 50, 100 (users can choose one of these values). If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed r1024: context submenus on the issue list don’t show up with IE6.Jean-Philippe Lang2007-12-291-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1025 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: context submenus on the issue list don't show up with IE6.Jean-Philippe Lang2007-12-282-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1024 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed 'export to' links positioning on wiki page.Jean-Philippe Lang2007-12-221-6/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1023 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set doctype to transitional. Fixed a few non matching tags in views.Jean-Philippe Lang2007-12-213-6/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1022 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trunk version changed to 0.6.develJean-Philippe Lang2007-12-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1021 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added wiki annotate view. It's accessible for each version from the page ↵Jean-Philippe Lang2007-12-209-2/+114
| | | | | | | | history view. Slight style change: pre-wrap added on file/diff contents. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1020 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not run Mercurial functional tests if the test repository is not set up.Jean-Philippe Lang2007-12-191-77/+82
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1019 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add email notification to IssuesController#edit.Jean-Philippe Lang2007-12-192-3/+16
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-193-9/+16
| | | | | | Also added tests for inline images with attributes and moved auto_link and auto_mailto rules after textile rules. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change status select box default to current status (Rocco Stanzione).Jean-Philippe Lang2007-12-191-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1016 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add autoscroll div for each file diff.Jean-Philippe Lang2007-12-192-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1015 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore empty diffs.Jean-Philippe Lang2007-12-191-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1014 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ported r1009 from 0.6-stable branch.Jean-Philippe Lang2007-12-181-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved ProjectsController#list_documents and add_document to ↵Jean-Philippe Lang2007-12-188-45/+109
| | | | | | DocumentsController#index and new. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1011 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-179-19/+41
| | | | | | URLs with a project id will still be recognized. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1007 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes for 0.6.2 release.Jean-Philippe Lang2007-12-162-3/+21
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated Japanese translation (Satoru Kurashiki).Jean-Philippe Lang2007-12-161-40/+40
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* bug when using apache authentication methodNicolas Chuche2007-12-151-2/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1002 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-156-55/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1001 e93f8b46-1217-0410-a6f0-8f06a7374b81