log

age author description
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: make it possible to add comments to closed PRs
Thu, 24 Jul 2014 12:41:55 +0200 Mads Kiilerich pull requests: use name of branch of tip instead of tip - it is a confusing and moving target
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: don't show side-by-side diffs backwards
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: handle @mention in PR description ... but so far without fancy js completion
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich mention: improve pattern for matching multiple mentions
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich helpers: include #target in automatic urlification
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich spelling: let's call it 'whitespace' without space or hyphen
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich vcs: replace recursive implementation of prev&next with iterative
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich header: remove dash before branding
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich header: whole logo + branding text links to home
Wed, 30 Jul 2014 21:59:42 +0200 Mads Kiilerich db_manage: don't ask for confirmation before using symlink - just warn
Wed, 30 Jul 2014 01:51:32 +0200 Mads Kiilerich git: rework tests to use local repos instead of accessing github ... and add missing quote found by this
Fri, 18 Jul 2014 14:10:58 -0700 Daniel Anderson Escape shell command parts for Git backend
Mon, 07 Jul 2014 01:45:19 +0900 Takumi IINO pull requests: fix same git repository pull-request issue
Sun, 06 Jul 2014 01:59:58 +0900 Takumi IINO wrap admin.html javascript in $(document).ready
Sun, 06 Jul 2014 01:56:51 +0900 Takumi IINO replace YUI with jquery in templates/admin/admin.html
Sun, 06 Jul 2014 01:34:30 +0900 Takumi IINO replace YUI with jquery in templates/base/default_perms_box.html
Sun, 06 Jul 2014 01:40:39 +0900 Takumi IINO replace YUI with jquery in templates/base/root.html
Sun, 06 Jul 2014 02:10:07 +0900 Takumi IINO replace YUI with jquery in templates/login.html
Sun, 06 Jul 2014 01:08:13 +0900 Takumi IINO remove unused javascript
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich javascript: replace YUE.onDOMReady with $(document).ready
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich comments: show icon to the left of the code, only visible and clickable when hovering the code
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich comments: make preview button more obvious - show it next to other buttons
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: insert 'References' mail headers to help MUA threading
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: improve Email bodies - especially markup of URLs
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: append status changes and 'Closing' to email subjects
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: improve Email subjects
Sun, 12 Jan 2014 17:30:00 +0100 Andrew Shadura helpers: user email can be unset
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich old style: make buttons and divs look the same
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich old style: handle comment headers from PRs with long titles
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich changelog: use select2 for branch selector
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich changelog: fix input line above the list - button size and floating
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich changeset: show and link to graft or transplant source
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich passwords: disable autocomplete - admin's browser should not offer to store passwords
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: hack to "reload" page to make #target links work first time
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: the default review status should be default = not reviewed
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: show origin in breadcrump
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: make it possible to "update" PRs by creating a new PR based on the old one
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: fix c.other_repo - it has always been the same as org_repo, aparently incorrectly
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich compare: introduce .cs_repo as the repo for .cs_changes - sometimes it is org, sometimes other
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich pull requests: show changeset comment and status flags in the changelog for PRs
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich pull requests: use select2 for branch and revision selection
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich compare: give an error message when trying to compare across repositories ... and it is more of a bad request, not a 'not found'
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich compare: handle revset revision errors more gracefully
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich redirect: don't redirect on error - it is better to have clear error messages and stable and meaningful URLs
Fri, 18 Jul 2014 19:21:56 +0200 Mads Kiilerich compare: links from file list to file diff should just use anchor
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich pull requests: show links to next/previous comment - don't get lost navigating huge PRs
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