| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that destroying a user from the edit page returns a 404 response (#11691). | Jean-Philippe Lang | 2012-08-26 | 3 | -2/+9 |
* | Do not use escaped back_url param (#11691). | Jean-Philippe Lang | 2012-08-26 | 3 | -8/+20 |
* | Reverted r10234 and r10235 that broke redirect after login (#11691). | Jean-Philippe Lang | 2012-08-26 | 4 | -5/+5 |
* | Don't use tag helper in layout (#11704). | Jean-Philippe Lang | 2012-08-26 | 1 | -1/+1 |
* | MailHandler: Match assignee on the full display name (#11552). | Jean-Philippe Lang | 2012-08-26 | 3 | -2/+13 |
* | Reverted changes made to tests for r1893 (#11691). | Etienne Massip | 2012-08-24 | 1 | -2/+2 |
* | Use a back_url parameter instead of referrer to refresh the page after user d... | Etienne Massip | 2012-08-24 | 3 | -3/+3 |
* | remove empty setup method from unit enumeration test | Toshi MARUYAMA | 2012-08-22 | 1 | -4/+1 |
* | add unit test that enumeration returns default in regardless of active or not | Toshi MARUYAMA | 2012-08-22 | 1 | -0/+11 |
* | add check default document category is not defined on database in tests (#11665) | Toshi MARUYAMA | 2012-08-22 | 1 | -0/+2 |
* | use Rails3 Active Record syntax in DocumentCategory model | Toshi MARUYAMA | 2012-08-22 | 1 | -3/+1 |
* | add position to DocumentCategory in enumerations fixture (#11665) | Toshi MARUYAMA | 2012-08-21 | 1 | -0/+4 |
* | force set default document category if it is not set on database (#11665) | Toshi MARUYAMA | 2012-08-21 | 2 | -0/+12 |
* | add unit test to get default document category defined on database (#11665) | Toshi MARUYAMA | 2012-08-21 | 1 | -0/+6 |
* | add functional test to create non default document category (#11665) | Toshi MARUYAMA | 2012-08-21 | 1 | -0/+17 |
* | add missing fixtures to test/functional/documents_controller_test.rb | Toshi MARUYAMA | 2012-08-21 | 1 | -1/+3 |
* | add missing fixtures to test/unit/document_test.rb | Toshi MARUYAMA | 2012-08-21 | 1 | -1/+4 |
* | Updated macro documentation. | Jean-Philippe Lang | 2012-08-18 | 1 | -32/+47 |
* | Validate macro name and options. | Jean-Philippe Lang | 2012-08-18 | 1 | -1/+7 |
* | Let macros optionally accept a block of text (#3061). | Jean-Philippe Lang | 2012-08-18 | 3 | -15/+67 |
* | Macros processing overhaul (#3061, #11633). | Jean-Philippe Lang | 2012-08-17 | 5 | -28/+171 |
* | Prevents "Overwriting existing method Issue.open" warning (#11545). | Jean-Philippe Lang | 2012-08-17 | 1 | -1/+5 |
* | fix unit test fails on JRuby 1.6.7.2 (#11577) | Toshi MARUYAMA | 2012-08-14 | 1 | -1/+1 |
* | Fixed: Can't use non-latin anchor in wiki (#11577). | Jean-Philippe Lang | 2012-08-13 | 2 | -1/+10 |
* | Fixed that text email templates are escaped (#11355). | Jean-Philippe Lang | 2012-08-13 | 2 | -1/+53 |
* | Respond with 404 on ActionView::MissingTemplate (#11503). | Jean-Philippe Lang | 2012-08-13 | 2 | -5/+15 |
* | Adds .settings to svn:ignore and removes svk property. | Jean-Philippe Lang | 2012-08-13 | 0 | -0/+0 |
* | Use abbr_day_name to get the first letter of the day name (#9839). | Jean-Philippe Lang | 2012-08-13 | 3 | -1/+21 |
* | Escape filter values using .text instead of .html. | Jean-Philippe Lang | 2012-08-13 | 1 | -3/+3 |
* | Fixed that roadmap anchor links can be ambigous (#11540). | Jean-Philippe Lang | 2012-08-13 | 3 | -2/+24 |
* | Fixed that open scope on Project#issues raises an error (#11545). | Jean-Philippe Lang | 2012-08-13 | 4 | -2/+9 |
* | Adds a title to the issue link in the flash message. | Jean-Philippe Lang | 2012-08-13 | 2 | -2/+2 |
* | Context menu style. | Jean-Philippe Lang | 2012-08-13 | 1 | -21/+20 |
* | Custom JQueryUI theme. | Jean-Philippe Lang | 2012-08-13 | 9 | -31/+29 |
* | Set application/javascript as javascript mime tpye (#11621). | Jean-Philippe Lang | 2012-08-13 | 1 | -1/+1 |
* | cherry-pick avatar test from reverted r10184 | Toshi MARUYAMA | 2012-08-11 | 1 | -19/+21 |
* | Raised the max-height. | Jean-Philippe Lang | 2012-08-10 | 1 | -1/+1 |
* | Adds a max-height to projects lists. | Jean-Philippe Lang | 2012-08-10 | 1 | -0/+2 |
* | Removed duplicated helper (#11539). | Jean-Philippe Lang | 2012-08-10 | 3 | -31/+4 |
* | Removed p around ul. | Jean-Philippe Lang | 2012-08-10 | 1 | -11/+9 |
* | Display a projects tree instead of a flat list in notification preferences (#... | Jean-Philippe Lang | 2012-08-10 | 3 | -15/+18 |
* | Extract code to render nested listed of projects in an helper (#11539). | Jean-Philippe Lang | 2012-08-10 | 2 | -29/+39 |
* | Fixed that projects are not ordered alphabetically after renaming project (#1... | Jean-Philippe Lang | 2012-08-10 | 2 | -97/+156 |
* | Reverted r10184 (#9365). | Jean-Philippe Lang | 2012-08-10 | 2 | -32/+20 |
* | Fixed that search results are escaped twice. | Jean-Philippe Lang | 2012-08-10 | 2 | -2/+22 |
* | Use SSL for gravatars according to the protocol in settings (#9365). | Jean-Philippe Lang | 2012-08-09 | 2 | -20/+32 |
* | Don't show the project dropdown when logging time on an issue. | Jean-Philippe Lang | 2012-08-09 | 2 | -13/+27 |
* | Adds autocomplete to issue field on time logging form. | Jean-Philippe Lang | 2012-08-09 | 3 | -2/+13 |
* | Adds autocomplete to "Related issue" field on revision (#11102). | Jean-Philippe Lang | 2012-08-09 | 1 | -0/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2012-08-09 | 4 | -18/+33 |