Project

General

Profile

Statistics
| Revision:

# Date Author Comment
600 2007-08-02 19:42 Jean-Philippe Lang

Applied the flash notices patch by Matt Jones (slightly edited).
flash[:notice] and flash[:error] are now used for notice/error messages.

598 2007-08-01 21:51 Jean-Philippe Lang

Fixed: error when creating a tracker without copying an existing wokflow

586 2007-07-14 16:37 Jean-Philippe Lang

Added the ability to log time when changing an issue status.

583 2007-07-14 13:25 Jean-Philippe Lang

Added wiki diff.
Diff can be viewed from the page history, or directly from the project activity page for each edit.
Uses Lars Christensen's diff library.

579 2007-06-29 20:50 Jean-Philippe Lang

Changesets stored in the database are now displayed on the repository page even if the repository can not be reached (eg. svnserve down).

577 2007-06-29 19:21 Jean-Philippe Lang

Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.

575 2007-06-27 20:59 Jean-Philippe Lang

Fixed: time report doesn't take account of the project for time calculations

572 2007-06-24 18:07 Jean-Philippe Lang

Added time report.
Report can be generated by member/activity/tracker/version and year/month/week for the selected period.

571 2007-06-23 20:53 Jean-Philippe Lang

Added pagination on wiki page history.

570 2007-06-23 18:55 Jean-Philippe Lang

Fixed Iconv::IllegalSequence errors in csv exports

567 2007-06-23 16:06 Jean-Philippe Lang

Fixed confidentiality issue on account/show.
Only public projects or private projects that the logged in user belongs to are displayed.

566 2007-06-23 15:49 Jean-Philippe Lang

Added per user custom queries.
Any logged in user can now save queries (they are not visible to the other users).
Only users with explicit permission can manage queries that are visible to anyone.
The queries list is removed from the "Reports" view. It can now be accessed from the issues list.

564 2007-06-14 20:26 Jean-Philippe Lang

A wiki page can now be attached to each version.
For that, edit the version and set the wiki page name (project wiki must be enabled).
The wiki page content is displayed for each version on the roadmap view.

562 2007-06-13 01:07 Jean-Philippe Lang

Fixed version field on issue view page now links to the corresponding version in the roadmap.

561 2007-06-13 01:03 Jean-Philippe Lang

Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced models dependencies problem.

560 2007-06-13 00:31 Jean-Philippe Lang

Added an error message when trying to create an issue with no default status defined.

559 2007-06-12 22:12 Jean-Philippe Lang

Added basic support for CVS and Mercurial SCMs.
Browsing, changesets fetching and diff viewing are implemented.
Only tested with local repositories.

Thanks to Ralph Vater for CVS specific code.

556 2007-05-30 00:20 Jean-Philippe Lang

Fixed: error on csv/pdf export and feeds (oracle)

550 2007-05-27 20:45 Jean-Philippe Lang

Added filename header when sending an image inline

549 2007-05-27 19:42 Jean-Philippe Lang Added the ability to archive projects:
  • Only administrators can archive/unarchive projects.
  • Once archived, the project is visible on the admin project listing only. It doesn't show up anywhere else in the app. Subprojects are also archived.
  • Archive/unarchive preserve everything on the project (issues, members, ...)....
546 2007-05-27 12:57 Jean-Philippe Lang

Account information can now be sent to the user when creating an account.
ActionMailer logger set to nil for production environment to disable email contents output in production.log

545 2007-05-26 19:22 Jean-Philippe Lang

Optimistic locking added for wiki edits.

544 2007-05-26 18:57 Jean-Philippe Lang

Show a 404 error page if attachment can not be read.

543 2007-05-26 18:06 Jean-Philippe Lang

Added issue count details for versions on Reports view.

541 2007-05-26 17:42 Jean-Philippe Lang

Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments.
Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages).

540 2007-05-25 18:44 Jean-Philippe Lang

Added the ability to destroy wiki pages (content and its history are deleted from the database).
This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete).

536 2007-05-20 19:46 Jean-Philippe Lang

Versions can now be created with no date.
Versions with no date appear at the end of the roadmap, sorted by name.

535 2007-05-15 23:32 Jean-Philippe Lang

Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000).
Also added pagination for changes on changeset details view.

533 2007-05-14 19:46 Jean-Philippe Lang

Text search added on messages.

530 2007-05-13 21:43 Jean-Philippe Lang

Added watchers for message boards (watchers controller modified to support any watchable model).
No notification yet when a new message is posted.

529 2007-05-13 19:09 Jean-Philippe Lang

Per project forums added.
Permissions for forums management can be set in "Admin -> Roles & Permissions".
Forums can be created on the project settings screen ("Forums" tab).
Once a project has a forum, a "Forums" link appears in the project menu.
For now, posting messages in forums requires to be logged in. Files can be attached to messages.

528 2007-05-10 20:39 Jean-Philippe Lang

Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository).

521 2007-05-08 17:49 Jean-Philippe Lang

Text files can now be viewed online when browsing the repository.

520 2007-05-08 14:46 Jean-Philippe Lang

"me" value is now available in queries for "assigned to" and "author" filters.
When executing the query, it is replaced by the currently logged in user.

517 2007-05-07 18:57 Jean-Philippe Lang

Removed "Wiki edits" option in the activity view if the project has no wiki.

516 2007-05-07 18:54 Jean-Philippe Lang

Added an option to see all versions in the roadmap view (including completed ones).
On calendar and gantt, versions are now clickable and link to the corresponding entry in the roadmap.

Since calendar and gantt are now cached, don't forget to empty your cache before restarting the application.

515 2007-05-06 18:40 Jean-Philippe Lang

Added fragment caching for calendar and gantt views

514 2007-05-06 14:49 Jean-Philippe Lang

Added autologin feature (disabled by default).
To enable this feature, go to administration settings and choose a duration for autologin.
When enabled, a checkbox on the login form lets users activate autologin.

510 2007-05-05 17:55 Jean-Philippe Lang

Issue#long_id no more used and removed

508 2007-05-05 17:21 Jean-Philippe Lang

Members management in project settings is now AJAXified

506 2007-05-05 15:22 Jean-Philippe Lang Issue relations first commit (not thoroughly tested). 4 kinds of relation are available:
  • relates to: do nothing special. Just to know that the 2 issues are related...
  • duplicates: will close the related issue with the same status when closing the issue (not implemented yet)...
499 2007-05-01 22:56 Jean-Philippe Lang

Added fragment caching for svn diffs.

497 2007-05-01 10:37 Jean-Philippe Lang

Text formatting drop down disabled if RedCloth is not available (system settings).

496 2007-04-30 22:18 Jean-Philippe Lang

Subproject name added in csv and pdf exports.

495 2007-04-30 21:47 Jean-Philippe Lang

A 403 error page is now displayed (instead of a blank page) when trying to access a protected page.

493 2007-04-30 20:03 Jean-Philippe Lang

Fixed: last day of the month not included in project activity

489 2007-04-30 10:52 Jean-Philippe Lang

Added a quick search form in page header. Search functionality moved to a dedicated controller.

When used:
  • outside of a project: searches projects
  • inside a project: searches issues, changesets, news, documents and wiki pages of the current project

If an issue number is given, user is redirected to the corresponding issue.

484 2007-04-27 18:21 Jean-Philippe Lang

Subproject name displayed on issue list, calendar and gantt (only for issues that belong to a subproject).

479 2007-04-25 17:06 Jean-Philippe Lang

Fixed: 10342 Creation of Schema in Oracle
Comment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.
Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name)....

475 2007-04-24 17:19 Jean-Philippe Lang

Fixed: default status not showing in new issue

474 2007-04-24 16:49 Jean-Philippe Lang

Fixed 10337 Regression: Admin raises issue in project not assigned to

460 2007-04-21 18:40 Jean-Philippe Lang

Projects menu item now shows the list of public projects and projects for which the user is a member (marked with a star).
If current user is admin, private projects are also listed.

457 2007-04-21 15:16 Jean-Philippe Lang

Fixed: error when using a custom query feed with custom field filter.

456 2007-04-21 14:28 Jean-Philippe Lang

Added a new block available for my page: "Watched issues"

453 2007-04-21 14:08 Jean-Philippe Lang

Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes.
For now, it's only usefull for users who are not members of the project, since members receive notifications for each issue (this behaviour will change).

452 2007-04-21 10:21 Jean-Philippe Lang

Fixed: error when exporting to PDF an issue list using a custom field filter.

447 2007-04-17 12:53 Jean-Philippe Lang

Custom fields for issues can now be used as filters on issue list.
To use a custom field as a filter, check "Used as a filter" on the custom field edit screen.

435 2007-04-08 20:16 Jean-Philippe Lang

Replaced hard coded help link.

434 2007-04-08 19:44 Jean-Philippe Lang

Various changes on views. On project summary, members are now grouped by role and subprojects are listed inline.

433 2007-04-07 22:27 Jean-Philippe Lang

Added permissions report (link available on roles list view).

431 2007-04-07 20:30 Jean-Philippe Lang

Added link_to_issue helper.

429 2007-04-07 14:16 Jean-Philippe Lang

Added versions due dates on calendar.

428 2007-04-07 14:09 Jean-Philippe Lang

Added versions due dates on gantt chart.

425 2007-04-05 19:20 Jean-Philippe Lang

Feature 9867 Allow file upload in comment and add to issue history

424 2007-04-05 16:45 Jean-Philippe Lang

Added the ability to easily rollback to a previous version of a wiki page.

422 2007-04-05 09:33 Jean-Philippe Lang

"Author" column replaced by "Assigned to" in issue list.
"Assigned to" column added in the csv export.

420 2007-04-04 23:52 Jean-Philippe Lang

Fixed a regression (crash when an admin with no role on the project try to create an issue)

415 2007-04-04 19:32 Jean-Philippe Lang

Modified logged_in_user_membership controller method so that it returns a role

414 2007-04-04 19:26 Jean-Philippe Lang

Various code cleaning, mainly on User, Permission and IssueStatus models.

412 2007-04-04 18:14 Jean-Philippe Lang

Feature #9808 Allow user to "change" issue status to the same status

410 2007-04-03 21:48 Jean-Philippe Lang

Added subprojects issue count on project "Reports" page

407 2007-04-03 20:34 Jean-Philippe Lang

Feature 9784 Set status when raising issue.

404 2007-04-02 22:17 Jean-Philippe Lang

Added parent project name (if it exists) on project list and project overview.

399 2007-04-02 19:45 Jean-Philippe Lang

Added the ability to copy an existing workflow when creating a new tracker.

398 2007-04-02 19:12 Jean-Philippe Lang

Added the ability to include subprojects issues on calendar & gantt (options box)

396 2007-04-01 21:43 Jean-Philippe Lang Initial commit for svn repository management and access control:
  • Identifier attribute added on Project model. Used as the unix group name for the project
  • Web services (disabled by default) and scripts for repository management on a remote svn host
395 2007-03-31 19:15 Jean-Philippe Lang

Patch #9705 Tracker filtering on Main Calendar (Jeffrey Jones)
Slightly edited.

390 2007-03-29 20:14 Jean-Philippe Lang

patch #9627 Add Side by Side in Diff view (Cyril Mougel)

386 2007-03-26 20:03 Jean-Philippe Lang

added info about textile availabality on admin/info

385 2007-03-26 19:14 Jean-Philippe Lang

added changes counts on the "commits per author" svn stat graph

381 2007-03-25 20:18 Jean-Philippe Lang

added pagination on revisions list

380 2007-03-25 19:11 Jean-Philippe Lang

added simple svn statistics graphs, rendered using SVG::Graph

377 2007-03-25 14:12 Jean-Philippe Lang

SVN commits are now stored in the database, and added to the activity view and the search engine.
New commits are automatically retrieved and stored when consulting the repository in the app. This behaviour can be disabled by unchecking 'Autofecth commits' in configuration settings....

370 2007-03-23 16:58 Jean-Philippe Lang

patch #9429 Display Wiki edits in activity log (Nick Read)

368 2007-03-23 13:22 Jean-Philippe Lang

Simple time tracking functionality added. Time can be logged at issue or project level.
There's no aggregation reports for now, it's just possible to see all time entries for a project or an issue.
A new "activities" enumeration is added.
Permission for a role to log time must be set (new "Time tracking" section in role permissions screen).

359 2007-03-20 21:03 Jean-Philippe Lang

added some diagnostic information on admin/info

358 2007-03-20 19:55 Jean-Philippe Lang

fixed #9398 RSS feed on custom reports not displaying subproject changes

354 2007-03-20 19:14 Jean-Philippe Lang

fixed #9401 New Wiki, cannot create new page (good one)

347 2007-03-18 21:44 Jean-Philippe Lang

added a status filter on users/list

346 2007-03-18 19:32 Jean-Philippe Lang

added a setting option to set the feeds content limit

343 2007-03-18 11:17 Jean-Philippe Lang

better rendering time for projects/calendar

341 2007-03-17 18:44 Jean-Philippe Lang

members are now sorted according to roles order on projects/show
removed the useless "members" item in the project menu

339 2007-03-17 16:18 Jean-Philippe Lang added rss/atom feeds at project levels for:
  • news
  • new issues reported
  • details of issue changes

issue cutom queries can be used as feeds

337 2007-03-15 23:11 Jean-Philippe Lang

fixed #9308 table_name pre/suffix support

333 2007-03-12 18:59 Jean-Philippe Lang

added svn:eol-style native property on /app files

332 2007-03-12 18:33 Jean-Philippe Lang

fixed #9207 Can't Save Changes to Project

328 2007-03-11 15:06 Jean-Philippe Lang

send a 404 when trying to access an unexisting repository

325 2007-03-10 16:34 Jean-Philippe Lang

extended the search to wiki content

323 2007-03-10 16:09 Jean-Philippe Lang

wiki branch merged into trunk

321 2007-03-10 14:32 Jean-Philippe Lang improved search engine
  • it's now possible to search for multiple words ("all words" or "one of the words" options)
  • added a fixed limit for result count