1
0
Fork 0
mirror of https://github.com/correl/codereview.git synced 2025-04-09 09:11:00 -09:00
Commit graph

76 commits

Author SHA1 Message Date
1916576d0d Updated relative project path constant, applied it to media 2011-03-09 22:07:55 -05:00
c5aac25028 Serve static files in debug mode 2011-03-09 20:34:33 -05:00
1782f3e092 Storing diffs in the database now 2011-03-08 22:56:21 -05:00
3d4a564679 Example script to update repos and search indexes 2011-01-14 00:11:44 -05:00
858cacd0f1 Created custom search view 2011-01-14 00:01:19 -05:00
63625588b1 Added settings.py to .gitignore 2011-01-07 00:43:38 -05:00
9ada6e900e Split settings file 2011-01-07 00:42:58 -05:00
f7aa1b5bf2 Merge branch 'feature/search' into develop 2011-01-06 21:59:27 -05:00
bf19f51320 Created a repository update management command 2011-01-06 21:54:55 -05:00
67345a2a05 Added review search 2011-01-06 17:54:15 -05:00
f5e2b7c12c Global search bar 2011-01-06 17:27:32 -05:00
d69ee0b87d Styled search results 2011-01-06 17:02:44 -05:00
999ac2e75e Corrected commit search index template 2011-01-06 16:19:55 -05:00
26ab7ce44c Added (ugly) commit search 2011-01-06 00:06:48 -05:00
e5b26613a7 Added simple haystack search 2011-01-06 00:06:11 -05:00
6c6c316cc6 Modified repository updating to use a queue rather than recursing 2010-12-23 12:19:11 -05:00
892bf51f26 Moved the comment reply button within the content div 2010-12-22 16:56:49 -05:00
4bc9c82c81 Added models for storing commit info and an update method for loading it 2010-12-22 16:42:23 -05:00
57961affb4 Cleaned up the reply buttons and their behaviour 2010-12-21 17:48:13 -05:00
26d7eb381e Fixed diff reviews being linked to a mutable parent ref rather than a commit id 2010-12-21 17:33:14 -05:00
bd2d939fb0 Updated buttons to use the jQuery theme 2010-12-21 17:16:10 -05:00
fb4be59b12 Added comment responses 2010-12-21 17:05:37 -05:00
36c061bbdd Changed the diff / blob view to scroll rather than expand off the page 2010-12-21 10:47:27 -05:00
e77436498f Review comments weren't checking to see if they were on the proper path to display on 2010-12-17 16:05:16 -05:00
44517e7600 Can now create a review from a diff view 2010-12-17 15:25:05 -05:00
52ea400423 Added ability to diff a tree against an arbitrary revision 2010-12-17 14:50:26 -05:00
0c29fa19fe Ensured comments are displayed only on the lines they were created for 2010-12-17 13:29:27 -05:00
247888aff0 Merge branch 'reviews' into develop 2010-12-15 22:23:21 -05:00
0a59276092 Don't add a comment on a line that already has one 2010-12-15 22:13:32 -05:00
f89a815b47 Updated commenting to use ajax 2010-12-15 22:00:13 -05:00
33a27c17be Applying some jquery styles 2010-12-15 20:55:50 -05:00
9213ecbf54 Added reviews to the dashboard index view 2010-12-14 17:55:30 -05:00
95ff757050 Added line commenting in reviews (not yet ajax) 2010-12-13 23:29:13 -05:00
fe601d1f22 Added row highlighting on hover for the diff view 2010-12-13 13:57:59 -05:00
5c17560ece Cleaned up review comments a bit, added basic display code 2010-12-13 00:33:04 -05:00
4eaa6ee206 New reviews weren't using the shortened description prepared for them 2010-12-09 00:12:35 -05:00
9bf2ae4544 Simplified the review view/edit url 2010-12-09 00:10:05 -05:00
3e77959aaa Enabled review creation on a changeset
Does not yet support commenting
2010-12-09 00:06:17 -05:00
3b17fca150 Merge branch 'master' into reviews 2010-12-08 18:42:50 -05:00
5864556b9e Merge branch 'auth' 2010-12-08 18:39:40 -05:00
762ff822fd Updated logged out template to include a login link 2010-12-08 17:09:11 -05:00
7010fa8b8a Made the dashboard index (repo list) require a login 2010-12-08 17:04:26 -05:00
a364b878b2 Created a logout link 2010-12-08 17:01:09 -05:00
3aebdc0cd0 Added a PAM authentication backend 2010-12-08 16:16:35 -05:00
be02342af5 Added a fixture for default groups and permissions 2010-12-08 16:15:52 -05:00
a71e07944a Update login url 2010-12-08 14:03:15 -05:00
44bab4989a Initial authentication work 2010-12-08 08:28:57 -05:00
66709842f6 Creating review app 2010-12-02 10:09:53 -05:00
8183b0c928 Moved diff template to its own component 2010-12-02 10:08:50 -05:00
4568c60956 Corrected missing closing caption tag in the diff view 2010-11-30 21:55:20 -05:00