summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Adds new projects atom feed (#1290).Jean-Philippe Lang2008-05-271-2/+10
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-261-6/+1
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-261-0/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-251-0/+7
* Fixed: error when previewing a new wiki page (#1292) introduced in r1415.Jean-Philippe Lang2008-05-231-1/+2
* Ability to search a project and its subprojects (#1264).Jean-Philippe Lang2008-05-201-1/+3
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-37/+37
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-2/+20
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-021-8/+5
* Fixed: private subprojects names are revealed on the project overview (#1152).Jean-Philippe Lang2008-05-011-1/+1
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-1/+8
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-271-2/+4
* Fixed: Modules selection not remembered when new project creation fails (#1109).Jean-Philippe Lang2008-04-261-3/+3
* Commits per author graph: remove email adress in usernames (#1066).Jean-Philippe Lang2008-04-241-0/+3
* Fixed: trying to preview a new issue raises an exception (closes #984).Jean-Philippe Lang2008-04-241-1/+1
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-161-1/+1
* Issue list shows all tickets when going back to a global query inside a proje...Jean-Philippe Lang2008-04-141-0/+1
* Better error message and AR errors in log for failed LDAP on-the-fly user cre...Jean-Philippe Lang2008-04-131-0/+2
* Fixed: preview fails when updating an issue (broken by r1322). Patch #1027.Jean-Philippe Lang2008-04-091-1/+1
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-091-0/+9
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-071-1/+4
* Preserve status filter and page number when using lock/unlock/activate links ...Jean-Philippe Lang2008-04-061-1/+2
* Make the project files list sortable (#997).Jean-Philippe Lang2008-04-061-1/+4
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-2/+2
* Various timelog report enhancements:Jean-Philippe Lang2008-04-051-15/+12
* Verify rev and rev_to params format in RepositoriesController. And turn revis...Jean-Philippe Lang2008-04-031-3/+8
* Fixed: trying to preview a new issue raises an exception with postgresql (clo...Jean-Philippe Lang2008-04-031-2/+2
* Time report can be done at issue level (closes #970) + timelog views xhtml va...Jean-Philippe Lang2008-04-011-2/+5
* Add predefined date ranges to the time report in the same way as the details ...Jean-Philippe Lang2008-04-011-67/+68
* Prevent NoMethodError on nil class if custom_fields params is not present in ...Jean-Philippe Lang2008-04-011-1/+3
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-301-3/+4
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-302-19/+24
* Fixed: Feed content limit setting has no effect (closes #954).Jean-Philippe Lang2008-03-301-0/+1
* If 'Display subprojects issues on main projects' is set to false:Jean-Philippe Lang2008-03-272-5/+7
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-261-5/+5
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-191-1/+1
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-171-1/+2
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-162-1/+4
* Workflow copy:Jean-Philippe Lang2008-03-152-6/+7
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-2/+14
* Redirect to issue page after creating a new issueJohn Goerzen2008-03-131-1/+1
* Fixes #820: invalid project id causes a NoMethodError in SearchController (An...Jean-Philippe Lang2008-03-122-10/+13
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-2/+2
* Adds a setting for whether new projects should be public by default (closes #...Jean-Philippe Lang2008-03-121-1/+2
* Activity enhancements:Jean-Philippe Lang2008-03-111-23/+57
* Show replies as well when choosing to display messages in the activity.Jean-Philippe Lang2008-03-091-1/+1
* Added preview for forum messages.Jean-Philippe Lang2008-03-071-3/+10
* Adds an application setting to choose whether or not subprojects issues shoul...Jean-Philippe Lang2008-03-061-2/+2
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-053-0/+6
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-17/+6