Loic d'Anterroches
|
f40d197478
|
Updated the template configuration to add the upload path/url.
|
2008-08-04 08:39:00 +02:00 |
|
Loic d'Anterroches
|
7a5bb7345d
|
Added a download area to the forge.
|
2008-08-04 00:42:05 +02:00 |
|
Loic d'Anterroches
|
fb9d52fa87
|
Added a simple logo.
|
2008-08-03 16:12:25 +02:00 |
|
Loic d'Anterroches
|
e6df530624
|
Fixed to avoid lines being too long.
|
2008-08-03 10:09:03 +02:00 |
|
Loic d'Anterroches
|
54d3783173
|
Added a note on how to mark a bug as duplicate.
|
2008-08-03 10:07:20 +02:00 |
|
Loic d'Anterroches
|
9e2d9e691b
|
Added the markdown filter for the description of the project.
|
2008-08-02 22:52:11 +02:00 |
|
Loic d'Anterroches
|
bf8a33708b
|
Added a + icon before the "new issue" link.
|
2008-08-02 22:26:50 +02:00 |
|
Loic d'Anterroches
|
a105f971c2
|
Added the FAQ view.
|
2008-08-02 21:58:00 +02:00 |
|
Loic d'Anterroches
|
4119a160aa
|
Fixed the copyright.
|
2008-08-02 15:18:19 +02:00 |
|
Loic d'Anterroches
|
495e18cf58
|
Added installation instructions and configuration example.
|
2008-08-02 15:13:21 +02:00 |
|
Loic d'Anterroches
|
49f339c7c5
|
Added the ability to download a zip file of the code at a given commit.
|
2008-08-02 13:51:42 +02:00 |
|
Loic d'Anterroches
|
d46ddea543
|
Added tests for the Git class and removed unused code.
|
2008-08-02 10:36:29 +02:00 |
|
Loic d'Anterroches
|
cf9360a1a8
|
Fixed the middleware to correctly return a 404 error if the project is
not found.
|
2008-08-02 09:48:55 +02:00 |
|
Loic d'Anterroches
|
953d7c4ecd
|
Added the name of the login view.
|
2008-08-02 09:48:35 +02:00 |
|
Loic d'Anterroches
|
f4f8f9615a
|
Added the link to commit and issues in the changelog.
|
2008-08-02 09:42:05 +02:00 |
|
Loic d'Anterroches
|
4c5bd8d2be
|
Fixed bug when looking at a commit which is a merge.
When you merge you do not get always a diff of files. This fix correct
that for the case of commit 9a2b8e249a .
|
2008-08-02 09:38:06 +02:00 |
|
Loic d'Anterroches
|
fd6031d7f5
|
Fixed SQL to follow the standards.
|
2008-08-01 22:18:58 +02:00 |
|
Loic d'Anterroches
|
83658ac860
|
Fixed to have standard SQL.
|
2008-08-01 22:15:49 +02:00 |
|
Loic d'Anterroches
|
593afd9b8b
|
Fix for PostgreSQL.
|
2008-08-01 22:13:25 +02:00 |
|
Loic d'Anterroches
|
a831c749d8
|
Fixed boolean for PostgreSQL.
|
2008-08-01 22:03:56 +02:00 |
|
Loic d'Anterroches
|
7d80632557
|
Added code indentation.
|
2008-08-01 00:50:44 +02:00 |
|
Loic d'Anterroches
|
80ce87009e
|
Added a better commit diff.
|
2008-08-01 00:38:29 +02:00 |
|
Loic d'Anterroches
|
cb15f036fe
|
Fixed some typos.
|
2008-07-31 22:54:02 +02:00 |
|
Loic d'Anterroches
|
1b3a42940d
|
Added the registration procedure.
|
2008-07-31 22:50:21 +02:00 |
|
Loic d'Anterroches
|
416d13e249
|
Added the registration form.
Still need a lot :)
|
2008-07-29 22:33:13 +02:00 |
|
Loic d'Anterroches
|
c50e218704
|
Added a project home.
|
2008-07-29 21:18:02 +02:00 |
|
Loic d'Anterroches
|
ccf24df131
|
Link to the corresponding tree in the commit view.
|
2008-07-29 15:13:40 +02:00 |
|
Loic d'Anterroches
|
a6716c7716
|
Added the visualisation of a commit.
|
2008-07-28 22:09:17 +02:00 |
|
Loic d'Anterroches
|
3fb47562ce
|
Automatically create links in the issue description and comments.
Link to issues but also commits.
|
2008-07-28 20:31:23 +02:00 |
|
Loic d'Anterroches
|
3dbae6272a
|
Added smooth handling of bad files and commits.
Now simply redirect to the root of the first available branch.
|
2008-07-27 21:38:49 +02:00 |
|
Loic d'Anterroches
|
8a0a35726c
|
Fixed typo.
|
2008-07-27 17:46:04 +02:00 |
|
Loic d'Anterroches
|
b6084cbf07
|
Improved the support of the git browser.
Now the reference is always a commit as from a commit it is always possible to travel back to the corresponding tree and blobs.
|
2008-07-27 17:43:51 +02:00 |
|
Loic d'Anterroches
|
9a2b8e249a
|
Merge branch 'gitbrowser'
|
2008-07-27 01:51:55 +02:00 |
|
Loic d'Anterroches
|
789c7ed43d
|
Take into account if in one branch but listing another.
Need to check how this is working on a bar repository.
|
2008-07-27 01:51:08 +02:00 |
|
Loic d'Anterroches
|
24e8c80dfb
|
Updated the docstring.
|
2008-07-27 01:37:43 +02:00 |
|
Loic d'Anterroches
|
c915f8fccf
|
Added the changelog and fixed the source browser.
The source browser is normally a little bit more robust.
|
2008-07-27 01:31:10 +02:00 |
|
Loic d'Anterroches
|
f57a0ec08b
|
Cosmetic improvements.
|
2008-07-26 20:17:18 +02:00 |
|
Loic d'Anterroches
|
876e206742
|
First work on the git browser.
|
2008-07-26 18:42:41 +02:00 |
|
Loic d'Anterroches
|
2e711bee8d
|
Added a nice formatting of the issue comments.
|
2008-07-25 14:25:50 +02:00 |
|
Loic d'Anterroches
|
4eea3797b2
|
Added the autocompletion of the owner and cosmetic changes.
|
2008-07-25 14:15:58 +02:00 |
|
Loic d'Anterroches
|
e5d296d863
|
Added the Shift+w hotkey to get the working list of the user.
|
2008-07-25 11:17:56 +02:00 |
|
Loic d'Anterroches
|
d19dbb441c
|
Added a hotkey tag to easily add them.
Added a new Shift+m hotkey to access the list of submitted issues.
|
2008-07-25 11:16:18 +02:00 |
|
Loic d'Anterroches
|
cc5ec30e6a
|
Correctly set the copyrights.
|
2008-07-25 10:28:35 +02:00 |
|
Loic d'Anterroches
|
efbd82fccb
|
Initial commit.
|
2008-07-25 10:26:05 +02:00 |
|