Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 5.65 KB 760 over 17 years Jean-Philippe Lang Added a named route for the home page.
admin_controller.rb 2.85 KB 752 over 17 years Jean-Philippe Lang Basic plugin support.
application.rb 5.21 KB 715 almost 18 years Jean-Philippe Lang Removed @html_title assignments in controllers....
attachments_controller.rb 1.39 KB 642 almost 18 years Jean-Philippe Lang Image attachments are now sent inline to be vie...
auth_sources_controller.rb 2.4 KB 333 about 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
boards_controller.rb 2.86 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
custom_fields_controller.rb 2.57 KB 615 almost 18 years Jean-Philippe Lang Removed deprecated Object#type in CustomFieldsC...
documents_controller.rb 2.41 KB 728 over 17 years Jean-Philippe Lang Mail notification options restored (default is:...
enumerations_controller.rb 2.4 KB 800 over 17 years Jean-Philippe Lang Added position on Enumeration model.
feeds_controller.rb 3.77 KB 668 almost 18 years Jean-Philippe Lang Fixed: queries with multiple custom fields retu...
help_controller.rb 1.71 KB 435 about 18 years Jean-Philippe Lang Replaced hard coded help link.
issue_categories_controller.rb 1.95 KB 733 over 17 years Jean-Philippe Lang A category with assigned issue can now be delet...
issue_relations_controller.rb 2.02 KB 506 about 18 years Jean-Philippe Lang Issue relations first commit (not thoroughly te...
issue_statuses_controller.rb 2.42 KB 600 almost 18 years Jean-Philippe Lang Applied the flash notices patch by Matt Jones (...
issues_controller.rb 8.07 KB 812 over 17 years Jean-Philippe Lang Added preview on add/edit issue form.
members_controller.rb 2.24 KB 725 over 17 years Jean-Philippe Lang Added project module concept. A project module...
messages_controller.rb 2.07 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
my_controller.rb 4.82 KB 815 over 17 years Jean-Philippe Lang Calendar: * added an helper and moved the rende...
news_controller.rb 1.76 KB 333 about 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
projects_controller.rb 27.5 KB 820 over 17 years Jean-Philippe Lang Fixed: Bulk edit doesn't change the category or...
queries_controller.rb 2.92 KB 795 over 17 years Jean-Philippe Lang Fixed: can't select columns when creating a new...
reports_controller.rb 9.49 KB 747 over 17 years Jean-Philippe Lang Application layout refactored. The project menu...
repositories_controller.rb 8.12 KB 725 over 17 years Jean-Philippe Lang Added project module concept. A project module...
roles_controller.rb 3.43 KB 747 over 17 years Jean-Philippe Lang Application layout refactored. The project menu...
search_controller.rb 3.94 KB 766 over 17 years Jean-Philippe Lang Search engines now supports pagination. Results...
settings_controller.rb 1.59 KB 752 over 17 years Jean-Philippe Lang Basic plugin support.
sys_controller.rb 1.42 KB 396 about 18 years Jean-Philippe Lang Initial commit for svn repository management an...
timelog_controller.rb 6.77 KB 794 over 17 years Jean-Philippe Lang Performance improvement on calendar and gantt (...
trackers_controller.rb 2.52 KB 600 almost 18 years Jean-Philippe Lang Applied the flash notices patch by Matt Jones (...
users_controller.rb 4.61 KB 675 almost 18 years Jean-Philippe Lang Fix: error when posting to projects/add or user...
versions_controller.rb 2.08 KB 665 almost 18 years Jean-Philippe Lang Fixed: calendar and gantt not updated when addi...
watchers_controller.rb 1.72 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
welcome_controller.rb 964 Bytes 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
wiki_controller.rb 6.37 KB 812 over 17 years Jean-Philippe Lang Added preview on add/edit issue form.
wikis_controller.rb 1.54 KB 725 over 17 years Jean-Philippe Lang Added project module concept. A project module...

Latest revisions

# Date Author Comment
820 2007-10-10 20:08 Jean-Philippe Lang

Fixed: Bulk edit doesn't change the category or fixed version properties.

817 2007-10-09 21:07 Jean-Philippe Lang

Added 'Bulk edit' functionality.
This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list.
Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered....

815 2007-10-07 22:07 Jean-Philippe Lang Calendar:
  • added an helper and moved the rendering code to a shared partial (used by project calendar and my calendar)
  • first day of week can now be set in lang files (general_first_day_of_week)
812 2007-10-06 10:54 Jean-Philippe Lang

Added preview on add/edit issue form.

810 2007-10-06 01:17 Jean-Philippe Lang

Merged IssuesController#export_pdf into IssuesController#show.

800 2007-10-04 19:04 Jean-Philippe Lang

Added position on Enumeration model.

795 2007-10-03 19:38 Jean-Philippe Lang

Fixed: can't select columns when creating a new query.

794 2007-10-03 19:20 Jean-Philippe Lang

Performance improvement on calendar and gantt (about 45% on gantt for large number of issues).
Partial issues/_tooltip is replaced by an helper and some translated strings are now cached.

793 2007-10-01 20:49 Jean-Philippe Lang

Small fix in project activity feed.

787 2007-10-01 15:13 Jean-Philippe Lang

Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions.
Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view).

View revisions

Also available in: Atom