summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-084-2/+47
* gantt: code layout cleanup html days headersToshi MARUYAMA2012-09-081-11/+7
* gantt: code layout cleanup html weeks headersToshi MARUYAMA2012-09-081-11/+7
* gantt: use content_tag instead of html tag at days headersToshi MARUYAMA2012-09-081-5/+13
* gantt: use content_tag instead of html tag at gantt header outlineToshi MARUYAMA2012-09-081-3/+8
* gantt: code layout cleanup ruby code at head of show.html.erbToshi MARUYAMA2012-09-081-17/+17
* gantt: code layout cleanup html months headersToshi MARUYAMA2012-09-081-11/+8
* gantt: use content_tag instead of html tag at gantt subjectToshi MARUYAMA2012-09-081-11/+28
* gantt: code cleanup html today red lineToshi MARUYAMA2012-09-081-1/+2
* gantt: fix code indents of html today red lineToshi MARUYAMA2012-09-081-7/+7
* gantt: use content_tag instead of html tag at gantt today red lineToshi MARUYAMA2012-09-071-6/+11
* gantt: use content_tag instead of html tag at gantt weeks headersToshi MARUYAMA2012-09-071-9/+25
* gantt: use content_tag instead of html tag at gantt months headersToshi MARUYAMA2012-09-071-3/+9
* gantt: code layout cleanup html gantt days headersToshi MARUYAMA2012-09-071-10/+13
* code layout cleanup app/views/gantts/show.html.erbToshi MARUYAMA2012-09-071-2/+8
* code layout cleanup gantt weeks headersToshi MARUYAMA2012-09-071-15/+19
* code layout cleanup gantt months headersToshi MARUYAMA2012-09-071-4/+7
* fix code indent of gantt days headersToshi MARUYAMA2012-09-071-10/+10
* code layout cleanup app/views/gantts/show.html.erbToshi MARUYAMA2012-09-071-7/+15
* remove redundant empty lines from app/views/repositories/_revision_graph.html...Toshi MARUYAMA2012-09-071-3/+0
* Parse any heading level (#11789).Jean-Philippe Lang2012-09-061-1/+3
* show JQuery datepicker today buttonToshi MARUYAMA2012-09-051-1/+5
* Create role by copy (#9258).Jean-Philippe Lang2012-09-034-2/+15
* Set radio button when selecting a date with the date picker.Jean-Philippe Lang2012-09-021-2/+6
* Adds a view for editing all trackers fields.Jean-Philippe Lang2012-09-023-0/+96
* Moved link to the contextual menu.Jean-Philippe Lang2012-09-021-2/+1
* fix typo "MACROS_SUB_RE" (#11736)Toshi MARUYAMA2012-09-021-1/+1
* Fixed: New multi-line macros regexp is too eager (#11736).Jean-Philippe Lang2012-09-021-1/+1
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-025-5/+5
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2012-08-311-1/+1
* Code cleanup: removed the obsolete with_limit scope.Jean-Philippe Lang2012-08-272-2/+1
* Do not build a projects_by_role Hash that gets updated when accessing a key t...Jean-Philippe Lang2012-08-271-3/+6
* Make sure we don't build an empty IN () statement (#11662).Jean-Philippe Lang2012-08-271-1/+1
* Fixed that destroying a user from the edit page returns a 404 response (#11691).Jean-Philippe Lang2012-08-262-2/+2
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-262-6/+18
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-263-3/+3
* Don't use tag helper in layout (#11704).Jean-Philippe Lang2012-08-261-1/+1
* MailHandler: Match assignee on the full display name (#11552).Jean-Philippe Lang2012-08-261-1/+1
* Use a back_url parameter instead of referrer to refresh the page after user d...Etienne Massip2012-08-243-3/+3
* use Rails3 Active Record syntax in DocumentCategory modelToshi MARUYAMA2012-08-221-3/+1
* force set default document category if it is not set on database (#11665)Toshi MARUYAMA2012-08-211-0/+8
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-181-4/+5
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-171-14/+45
* fix unit test fails on JRuby 1.6.7.2 (#11577)Toshi MARUYAMA2012-08-141-1/+1
* Fixed: Can't use non-latin anchor in wiki (#11577).Jean-Philippe Lang2012-08-131-1/+6
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-131-5/+10
* Use abbr_day_name to get the first letter of the day name (#9839).Jean-Philippe Lang2012-08-131-1/+1
* Fixed that roadmap anchor links can be ambigous (#11540).Jean-Philippe Lang2012-08-132-2/+10
* Fixed that open scope on Project#issues raises an error (#11545).Jean-Philippe Lang2012-08-132-2/+0
* Adds a title to the issue link in the flash message.Jean-Philippe Lang2012-08-131-1/+1