summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-164-3/+16
* Fixed: issue queries can not use custom fields marked as 'for all projects' i...Jean-Philippe Lang2008-01-151-1/+1
* Fixed: Date custom fields not displayed as specified in application settings.Jean-Philippe Lang2008-01-151-1/+1
* Fixed: issue filters may be lost when paginating after r1026.Jean-Philippe Lang2008-01-151-1/+6
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-151-35/+83
* Do not show sticky and locked checkboxes when replying to a message.Jean-Philippe Lang2008-01-132-2/+3
* Added missing wiki div on news/index and news/show.Jean-Philippe Lang2008-01-122-0/+4
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.Jean-Philippe Lang2008-01-121-2/+2
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-104-3/+10
* Added details by assignees on issue summary view (Hans Yoon).Jean-Philippe Lang2008-01-102-5/+31
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-0610-133/+158
* wrapper div added to the layout.Jean-Philippe Lang2008-01-061-0/+2
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-0610-112/+109
* Prevent 'has already been taken' error messages for user login and email if t...Jean-Philippe Lang2008-01-061-1/+2
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-053-1/+26
* Fixed: private projects name are displayed on account/show even if the curren...Jean-Philippe Lang2008-01-041-1/+1
* Fixed: table of content not rendered properly when used in an issue or docume...Jean-Philippe Lang2008-01-042-0/+4
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-0248-68/+77
* Fix query management broken by r1027.Jean-Philippe Lang2007-12-311-1/+1
* Moved login and logout links to ApplicationHelper methods for easier customiz...Jean-Philippe Lang2007-12-302-2/+10
* Moved current user management to a dedicated method for modularity.Jean-Philippe Lang2007-12-301-5/+10
* TabularFormBuilder moved out of application_helper.rbJean-Philippe Lang2007-12-301-35/+0
* Do not store query object in session but id or filters only. This allows to u...Jean-Philippe Lang2007-12-301-4/+5
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-2922-34/+63
* 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