log

age author description
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: refactor ChangesetStatus set_status and ChangesetComment create
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: cleanup of PR status voting calculation
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich pull requests: allow closing of PRs in all states - undo #677
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich comments: drop change_changeset_status - the value from 'No change' is enough
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich comments: always show vote controls, use 'No change' as default instead of current review status
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: fix sorting of votes - the result of the method call was not used like other method calls are
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich pull requests: branch tags should link to the branch
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: show graph when creating PR
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: show graph when displaying PR
Fri, 18 Jul 2014 18:45:54 +0200 Mads Kiilerich changelog: use css for message expand and make it toggle so it also can be collapsed again
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: use explicit img sizes to avoid reflowing after the graph has been rendered
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich graph: adjust canvas size every time it is rendered - the source might have changed size
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich graph: show branch close markers
Mon, 23 Dec 2013 11:27:35 +0200 Aras Pranckevicius graph: fade out lines of dead-end branches
Mon, 23 Dec 2013 11:09:32 +0200 Aras Pranckevicius graph: fade color towards the merged one
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: make colors sticky on the named branches
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: show higest revs first (to the right), dead ends last (to the left)
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: stop looking for ancestors that have been passed - showing it as a "dead end" is better when the repo is very branchy
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: refactor first known ancestor calculation
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: use sets for graph calculations
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: clean-up of variable naming
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: cleanup of graph data - remove redundant data
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: cleanup of changelog
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: if the child has multiple parents then use the parents color - also when close to the child
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich javascript: don't just alert with 'error' - be slightly more informative
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changelog: show both graphlog divs correctly top-aligned, even if divs above them over-floats and are irregular
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changesets: don't show SVN style 'rXXX:' revision numbers if show_revision_number is false
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich users: by default show only 'username' for known users - there is often not much space and the full name would be truncated and not unique
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich mail: only bother admins when that really is the intention - not when there just not happens to be other recipients
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich mail: improve logging - including always passing recipients as list as documented