summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed 'export to' links positioning on wiki page.Jean-Philippe Lang2007-12-221-6/+7
* Set doctype to transitional. Fixed a few non matching tags in views.Jean-Philippe Lang2007-12-213-6/+6
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-205-0/+92
* Add email notification to IssuesController#edit.Jean-Philippe Lang2007-12-191-1/+2
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-191-5/+5
* Change status select box default to current status (Rocco Stanzione).Jean-Philippe Lang2007-12-191-1/+1
* Add autoscroll div for each file diff.Jean-Philippe Lang2007-12-191-2/+2
* Ported r1009 from 0.6-stable branch.Jean-Philippe Lang2007-12-181-1/+1
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-184-35/+41
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-0/+14
* Fixed warning: toplevel constant User referenced by WikiContent::UserJean-Philippe Lang2007-12-151-2/+2
* Fixed: Unable to create a wiki (Rails 2.0 compatibility).Jean-Philippe Lang2007-12-141-1/+1
* Fixed: can not save numeric, date and boolean custom fields (broken by r994).Jean-Philippe Lang2007-12-141-0/+1
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-142-4/+15
* Fixed: empty lines when displaying repository files with Windows style eol.Jean-Philippe Lang2007-12-141-0/+3
* Fixed: missing body closing tag in repository annotate and entry views.Jean-Philippe Lang2007-12-142-2/+2
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-146-54/+27
* Added some tests for projects controller and helper.Jean-Philippe Lang2007-12-141-2/+2
* Removed unused UsersController#destroy.Jean-Philippe Lang2007-12-131-8/+0
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-1/+1
* News comments are now textilized.Jean-Philippe Lang2007-12-121-3/+4
* Fixed: 500 error when validation fails on issue edition with no custom fields.Jean-Philippe Lang2007-12-121-0/+1
* Fixed: calendar and gantt broken with Rails 2.0Jean-Philippe Lang2007-12-121-1/+2
* Fixed: 'assigned to me' filter broken.Jean-Philippe Lang2007-12-121-8/+6
* Fixed: 'LDAP account password is too long' error when leaving the field empty...Jean-Philippe Lang2007-12-101-1/+2
* Merged Rails 2.0 compatibility changes.Jean-Philippe Lang2007-12-107-9/+22
* More detailed html title on several views.Jean-Philippe Lang2007-12-0730-8/+68
* Fixed versions/show layout with IE.Jean-Philippe Lang2007-12-071-1/+1
* Fixed drop down lists overflow on My account.Jean-Philippe Lang2007-12-071-1/+4
* Added Traditional Chinese translation (by Shortie Lo).Jean-Philippe Lang2007-12-071-1/+1
* Transaction and performance improvement on workflow copy when creating a new ...Jean-Philippe Lang2007-12-071-2/+4
* Performance improvement on workflow setup screen.Jean-Philippe Lang2007-12-072-9/+7
* Fixed a parenthesis warning in news/show.Jean-Philippe Lang2007-12-071-1/+1
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-079-43/+144
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-053-4/+16
* Restored wiki syntax quick ref pop-up (accessible from wiki/edit).Jean-Philippe Lang2007-12-041-2/+2
* Changesets retrieval optimization on the activity view. Prevents additional q...Jean-Philippe Lang2007-12-031-1/+1
* Added Bazaar adapter.Jean-Philippe Lang2007-12-033-3/+93
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-0312-18/+21
* Changed the maximum length of LDAP account to 255 characters.Jean-Philippe Lang2007-12-021-0/+3
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-025-9/+42
* Fixed: error on admin/info if there's more than 1 plugin installed.Jean-Philippe Lang2007-12-021-1/+1
* Email notifications are now sent as Blind carbon copy by default. This can be...Jean-Philippe Lang2007-12-024-14/+28
* When creating a new role, permissions are pre-filled with 'Non member' role p...Jean-Philippe Lang2007-12-021-1/+2
* Fixed: svn or ldap password can be found in clear text in the html source in ...Jean-Philippe Lang2007-12-012-2/+8
* Fixed: Date and time formats defined in settings not applied to the issues CS...Jean-Philippe Lang2007-12-011-4/+5
* Fixed a broken link in the SCM browserJean-Philippe Lang2007-12-011-1/+1
* 'Assigned to' drop down list is now sorted by user's lastname.Jean-Philippe Lang2007-12-013-3/+3
* * Added links to previous and next revisions on revision view (patch by Cyril...Jean-Philippe Lang2007-12-014-8/+40
* Fixed: 'View all issues' link doesn't work on issues/show.Jean-Philippe Lang2007-11-291-1/+1