summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed projects search.Jean-Philippe Lang2007-09-241-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@759 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search engine now only searches objects the user is allowed to view.Jean-Philippe Lang2007-09-242-19/+19
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@758 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project activity view now only shows what the user is allowed to view.Jean-Philippe Lang2007-09-2414-6/+34
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added length validation for IssueCategory name.Jean-Philippe Lang2007-09-241-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Modified history.pngJean-Philippe Lang2007-09-231-0/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Planning title displayed in the project sidebar even if there is no ↵Jean-Philippe Lang2007-09-231-2/+7
| | | | | | link below. git-svn-id: http://redmine.rubyforge.org/svn/trunk@754 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a sample plugin.Jean-Philippe Lang2007-09-2311-0/+105
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@753 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Basic plugin support.Jean-Philippe Lang2007-09-2312-3/+189
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Subversion repository now accepts svn+ssh url.Jean-Philippe Lang2007-09-221-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@751 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-225-10/+37
| | | | | | News add/edit forms are now accessible with no additional request. git-svn-id: http://redmine.rubyforge.org/svn/trunk@750 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added polish translation (Tomasz Gawryl).Jean-Philippe Lang2007-09-2211-0/+689
| | | | | | Added a gloc task to update lang files based on the english file content. git-svn-id: http://redmine.rubyforge.org/svn/trunk@749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error in calendar french translation (Thomas Lecavelier).Jean-Philippe Lang2007-09-221-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@748 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Application layout refactored.Jean-Philippe Lang2007-09-2271-1555/+786
| | | | | | The project menu is now the main menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error in english string :label_end_to_startJean-Philippe Lang2007-09-219-9/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: project homepage length validation inconsistent with database field.Jean-Philippe Lang2007-09-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@745 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed setting value serialization.Jean-Philippe Lang2007-09-191-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@744 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added 2 log messages in SubversionAdapter#entries.Jean-Philippe Lang2007-09-181-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Oracle error when saving serialized setting (eg. mail notifications)Jean-Philippe Lang2007-09-182-0/+11
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@742 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: RMagick not loaded on case sensitive filesystems.Jean-Philippe Lang2007-09-171-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@741 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error on document list with a document without description.Jean-Philippe Lang2007-09-171-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error when uploading a file with a content type longer than 60 chars.Jean-Philippe Lang2007-09-172-0/+13
| | | | | | (Maximum size changed to 255. Mime type not saved if longer) git-svn-id: http://redmine.rubyforge.org/svn/trunk@739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added RMagick availability on admin/info.Jean-Philippe Lang2007-09-153-5/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated german translation (Thomas Löber).Jean-Philippe Lang2007-09-151-97/+97
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Date added as acronym title in ApplicationHelper#authoringJean-Philippe Lang2007-09-152-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: lines in wiki content containing just a single wiki link are not ↵Jean-Philippe Lang2007-09-151-1/+1
| | | | | | displayed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@735 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: unable to save a new wiki page that just contains the default h1 titleJean-Philippe Lang2007-09-151-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-1517-11/+117
| | | | | | | | * remove assignments (issues are set to 'no category') * reassign issues to another category (if at least an other category exists) If no issue is assigned to the category, it's deleted silently. git-svn-id: http://redmine.rubyforge.org/svn/trunk@733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-1517-7/+41
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-159-15/+38
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project modules are checked (default) when creating a project.Jean-Philippe Lang2007-09-151-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@730 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-144-38/+28
| | | | | | Added files turned into links (if not removed) on the issue history. git-svn-id: http://redmine.rubyforge.org/svn/trunk@729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-1410-13/+63
| | | | | | Added mail notification when adding a news (disabled by default). git-svn-id: http://redmine.rubyforge.org/svn/trunk@728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Spent Time on Reports page only visible to administrators.Jean-Philippe Lang2007-09-141-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: can't preview/save the very first wiki page.Jean-Philippe Lang2007-09-141-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added project module concept.Jean-Philippe Lang2007-09-1447-244/+513
| | | | | | | | | | A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level. For each project, modules can be enabled on the project settings view ('Modules' tab). This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses). When applying this migration, all modules are enabled for all existing projects. git-svn-id: http://redmine.rubyforge.org/svn/trunk@725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: watchers should be notified even if they uncheck 'mail notifications'Jean-Philippe Lang2007-09-111-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Notifications about issues (add/edit) are now sent in plain text and html.Jean-Philippe Lang2007-09-1140-118/+56
| | | | | | Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages. git-svn-id: http://redmine.rubyforge.org/svn/trunk@723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Subversion repository unit tests.Jean-Philippe Lang2007-09-102-0/+55
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added "% done" in the filter list.Jean-Philippe Lang2007-09-092-2/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-0921-8/+201
| | | | | | Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page). git-svn-id: http://redmine.rubyforge.org/svn/trunk@720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small fix to TOC regexp.Jean-Philippe Lang2007-09-091-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added automatic table of content support on wiki pages, based on h1., h2. ↵Jean-Philippe Lang2007-09-092-3/+58
| | | | | | | | | | and h3. headings. To display the page TOC, insert a line with this tag: {{toc}} or {{<toc}} => left aligned toc {{>toc}} => right aligned toc git-svn-id: http://redmine.rubyforge.org/svn/trunk@718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated INSTALL doc.Jean-Philippe Lang2007-09-081-4/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@717 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added javascript highlightment support (http://pastie.textmate.org/50774/)Jean-Philippe Lang2007-09-072-0/+177
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@716 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-0712-6/+25
| | | | | | Views can now set the header title using set_htmh_title(title) method. git-svn-id: http://redmine.rubyforge.org/svn/trunk@715 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improved Redmine links:Jean-Philippe Lang2007-09-077-13/+35
| | | | | | | | | | | | * issue and changeset links generated only if the object exists * issue subject and status appear in the link title * strike issue link if issue is closed * red wiki page link if page doesn't exist * new icon for external links Wiki page cache had to be disabled. git-svn-id: http://redmine.rubyforge.org/svn/trunk@714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: 'Move' button always visible on issues list.Jean-Philippe Lang2007-09-071-2/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Automatically scroll down to the preview when previewing wiki page.Jean-Philippe Lang2007-09-061-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added background on <pre> wiki blocks.Jean-Philippe Lang2007-09-061-0/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@711 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-065-3/+33
| | | | | | | | | | | | <pre><code> <-- cut here <pre><code class="ruby"> Place you code here. </code></pre> cut here --> </pre></code> git-svn-id: http://redmine.rubyforge.org/svn/trunk@710 e93f8b46-1217-0410-a6f0-8f06a7374b81