Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 5.65 KB 760 about 18 years Jean-Philippe Lang Added a named route for the home page.
admin_controller.rb 2.92 KB 858 about 18 years Jean-Philippe Lang * Emails footer can now be customized from the ...
application.rb 5.22 KB 874 about 18 years Jean-Philippe Lang Some slight improvements in AJAX errors handling.
attachments_controller.rb 1.39 KB 642 about 18 years Jean-Philippe Lang Image attachments are now sent inline to be vie...
auth_sources_controller.rb 2.42 KB 845 about 18 years Jean-Philippe Lang Added LDAPS support migration and fixed connect...
boards_controller.rb 2.86 KB 674 about 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
custom_fields_controller.rb 2.57 KB 615 about 18 years Jean-Philippe Lang Removed deprecated Object#type in CustomFieldsC...
documents_controller.rb 2.41 KB 834 about 18 years Jean-Philippe Lang Removed translated email templates attachments_...
enumerations_controller.rb 2.4 KB 800 about 18 years Jean-Philippe Lang Added position on Enumeration model.
feeds_controller.rb 3.77 KB 668 about 18 years Jean-Philippe Lang Fixed: queries with multiple custom fields retu...
issue_categories_controller.rb 1.95 KB 733 about 18 years Jean-Philippe Lang A category with assigned issue can now be delet...
issue_relations_controller.rb 2.02 KB 506 over 18 years Jean-Philippe Lang Issue relations first commit (not thoroughly te...
issue_statuses_controller.rb 2.42 KB 600 over 18 years Jean-Philippe Lang Applied the flash notices patch by Matt Jones (...
issues_controller.rb 8.83 KB 873 about 18 years Jean-Philippe Lang Added the hability to copy an issue. It can be ...
members_controller.rb 2.24 KB 725 about 18 years Jean-Philippe Lang Added project module concept. A project module...
messages_controller.rb 2.07 KB 674 about 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
my_controller.rb 5.65 KB 855 about 18 years Jean-Philippe Lang More flexible mail notifications settings at us...
news_controller.rb 1.76 KB 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
projects_controller.rb 29.7 KB 879 about 18 years Jean-Philippe Lang Added radio buttons on the documents list to so...
queries_controller.rb 2.92 KB 795 about 18 years Jean-Philippe Lang Fixed: can't select columns when creating a new...
reports_controller.rb 9.49 KB 747 about 18 years Jean-Philippe Lang Application layout refactored. The project menu...
repositories_controller.rb 8.05 KB 880 about 18 years Jean-Philippe Lang Pretty URL for the repository browser (Cyril Mo...
roles_controller.rb 3.43 KB 747 about 18 years Jean-Philippe Lang Application layout refactored. The project menu...
search_controller.rb 4.08 KB 842 about 18 years Jean-Philippe Lang Search engine: added a checkbox to search title...
settings_controller.rb 1.59 KB 752 about 18 years Jean-Philippe Lang Basic plugin support.
sys_controller.rb 1.63 KB 860 about 18 years Jean-Philippe Lang SVN integration: reposman.rb can now register c...
timelog_controller.rb 6.77 KB 794 about 18 years Jean-Philippe Lang Performance improvement on calendar and gantt (...
trackers_controller.rb 2.52 KB 600 over 18 years Jean-Philippe Lang Applied the flash notices patch by Matt Jones (...
users_controller.rb 4.61 KB 675 about 18 years Jean-Philippe Lang Fix: error when posting to projects/add or user...
versions_controller.rb 2.08 KB 665 about 18 years Jean-Philippe Lang Fixed: calendar and gantt not updated when addi...
watchers_controller.rb 1.72 KB 674 about 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
welcome_controller.rb 964 Bytes 674 about 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
wiki_controller.rb 6.48 KB 823 about 18 years Jean-Philippe Lang Fixed: a user not authorized to edit wiki pages...
wikis_controller.rb 1.54 KB 725 about 18 years Jean-Philippe Lang Added project module concept. A project module...

Latest revisions

# Date Author Comment
880 2007-11-04 12:20 Jean-Philippe Lang

Pretty URL for the repository browser (Cyril Mougel)

879 2007-11-04 12:15 Jean-Philippe Lang

Added radio buttons on the documents list to sort documents by category, date, title or author.

874 2007-10-28 16:04 Jean-Philippe Lang

Some slight improvements in AJAX errors handling.

873 2007-10-28 15:31 Jean-Philippe Lang

Added the hability to copy an issue.
It can be done from the 'issue/show' view or from the context menu on the issue list.
The Copy functionality is of course only available if the user is allowed to create an issue.
It copies the issue attributes and the custom fields values.

872 2007-10-28 11:55 Jean-Philippe Lang

Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue.
The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser)....

866 2007-10-23 19:15 Jean-Philippe Lang

Fixed: error when bulk editing with Postgresql

862 2007-10-22 19:45 Jean-Philippe Lang

Added a bit of AJAX on the SCM browser (tree view).

860 2007-10-21 18:26 Jean-Philippe Lang

SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created.
To do so, use the --url option when running reposman (see reposman help).

858 2007-10-21 16:10 Jean-Philippe Lang
  • Emails footer can now be customized from the admin interface (Admin -> Email notifications).
  • Added html part to all email templates.
855 2007-10-20 14:47 Jean-Philippe Lang More flexible mail notifications settings at user level. A user has now 3 options:
  • notification on any event on all his projects
  • notification on any event on selected projects only (if the user belongs to more than 1 project)
  • notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee)

View revisions

Also available in: Atom