07 Apr, 2016

1 commit


20 Feb, 2016

1 commit


03 Jan, 2016

1 commit


24 Nov, 2015

1 commit


03 Oct, 2015

1 commit


01 Sep, 2015

1 commit


06 May, 2015

1 commit


10 Apr, 2015

1 commit


20 Mar, 2015

1 commit


06 Jan, 2015

1 commit

  • favicon_link_tag defaults to /images/favicon.ico, so the location in
    public was wrong. To avoid 404 errors for user agents blindly requesting
    /favicon.ico, we add a symlink in public.
    Felix Bünemann
     

01 Jan, 2015

1 commit


10 Oct, 2014

1 commit


30 Aug, 2014

1 commit


13 Aug, 2014

1 commit


13 Jun, 2014

1 commit


18 Apr, 2014

1 commit


14 Feb, 2014

1 commit


08 Feb, 2014

1 commit

  • Formerly if any input in the sub-menus had the substring 'type' in its
    name, this event handler would have been bound to clicks on the input
    element. When this happens, the variable 'chosen' would generally be an
    empty string and that would result in an erroneous jQuery finder:
    wrapper.find('div.'+section_class+'.'+chosen) causing an unhandled
    error.
    
    It looks like the intent is to bind only to the selectable choice icons,
    so that's what this commit does and as a bonus, the embedded forms can
    now have an input with the word 'type' in its name.
    Stephen Crosby
     

29 Jan, 2014

1 commit


09 Jan, 2014

1 commit


17 Dec, 2013

1 commit


04 Dec, 2013

1 commit


18 Nov, 2013

1 commit


17 Sep, 2013

1 commit


22 Aug, 2013

1 commit


29 Jul, 2013

1 commit


09 Jul, 2013

1 commit


04 Jul, 2013

1 commit


13 Jun, 2013

1 commit


09 Jun, 2013

1 commit


01 Jun, 2013

1 commit


31 May, 2013

3 commits


08 Mar, 2013

1 commit


13 Feb, 2013

1 commit

  • @PjpG introduced a few styles to prevent long messages from stretching their table cells. `word-wrap: break-word;` + `width: 300px;` accomplish this. `white-space: nowrap;` was additionally causing exception messages to be truncated at 1 line; but this can make some errors difficult to read. Removing that style preserves the original intent but allows errors messages to wrap if they need to.
    Robert Lail
     

12 Feb, 2013

1 commit


26 Jan, 2013

2 commits


09 Nov, 2012

1 commit