3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Nov 13, 2024 — Nov 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Members management in project settings is now AJAXified More... over 18 years ago
Issue filter no more reseted when clicking 'Issues' menu link More... over 18 years ago
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) * blocks: will require to close the blocking issue before closing the blocked issue (not implemented yet) * precedes (end to start relation): start date of the related issue depends on the due date of the preceding issue (implemented). A delay can be set so that the related issue can only start n days after the end of the preceding issue. When setting dates for an issue, dates of all downstream issues are set according to these relations. More... over 18 years ago
Removed alpha transparency from time icon More... over 18 years ago
Changed delete icon More... over 18 years ago
Login field automatically focused on login form More... over 18 years ago
Bulgarian translation added (Nikolay Solakov) More... over 18 years ago
Fixed an unicode problem on gantt (first letter of the day name) More... over 18 years ago
HTML select tags are no longer hidden with IE7 when showing navigation drop-down menu. They are still hidden for IE6 (no z-index support for select tags). More... over 18 years ago
Added fragment caching for svn diffs. More... over 18 years ago
Issue subjects column width set to 330 on gantt chart More... over 18 years ago
Text formatting drop down disabled if RedCloth is not available (system settings). More... over 18 years ago
Subproject name added in csv and pdf exports. More... over 18 years ago
A 403 error page is now displayed (instead of a blank page) when trying to access a protected page. More... over 18 years ago
Added last commit message for each entry in repository browser. More... over 18 years ago
Fixed: last day of the month not included in project activity More... over 18 years ago
Removed hard coded 'Search' string in base layout. More... over 18 years ago
Added a DropOut effect when removing a block on my page layout. More... over 18 years ago
Removed an used li element in navigation menu. More... over 18 years ago
Added a quick search form in page header. Search functionality moved to a dedicated controller. More... over 18 years ago
Fixed comments header label on time log details More... over 18 years ago
Moved functional tests for MyController More... over 18 years ago
Fixed a TemplateError nil:NilClass (oracle specific) on _news.rhtml More... over 18 years ago
Added an ajax indicator for all ajax calls. Also removed highlight effects on my page layout edition. More... over 18 years ago
Subproject name displayed on issue list, calendar and gantt (only for issues that belong to a subproject). More... over 18 years ago
Added a link on revision screen to see the entire diff for the revision. More... over 18 years ago
Updated migration 41 to support table name prefix/sufix. More... over 18 years ago
Updated migration 41 to support table name prefix/sufix. More... over 18 years ago
Fixed: 9268 These files should be moved out of revision control More... over 18 years ago
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). Fixed also a few oracle specific issues. More... over 18 years ago