Patrick Georgi
ef93d2da0a
Fixed issue 143, Makefile not displayed as text.
2009-03-03 10:12:42 +01:00
Loic d'Anterroches
28d5ce417a
Added per project list of personal closed working/submitted tickets.
2009-02-27 15:08:56 +01:00
Loic d'Anterroches
8da821eef4
Fixed issue 131, added ability to preview before submitting an issue.
2009-02-27 14:21:09 +01:00
Loic d'Anterroches
e40485c56f
Fixed last part of issue 105, update the details of a project.
...
From the forge administration part of a project, you now have a direct link to the project administration
tab.
2009-02-27 11:10:26 +01:00
Loic d'Anterroches
7f4f14e78d
Fixed issue 105 point 2, added deletion of a project.
...
Note that the source code is not deleted at the moment.
2009-02-27 10:42:18 +01:00
Loic d'Anterroches
d1b139bb30
Better redirection to have canonical URLs.
2009-02-16 22:18:09 +01:00
Loic d'Anterroches
37f94d8581
Added smarter handling of trailing slash in the source view.
2009-02-16 21:33:19 +01:00
Loic d'Anterroches
6c83169f1c
Fixed the submission of a code review and the display.
...
The display of a code review was crashing when a new file was added in
the diff.
The form to submit a review now proposes directly a choice of commits.
2009-02-02 17:38:48 +01:00
Loic d'Anterroches
a116c27c03
Fixed issue 124, JS dropdown lists not working in Issues page under IE 7 & 8.
...
IE does not like trailing comma in an array.
Bad: [1, 2, 3,] Good: [1, 2, 3]
2009-02-01 09:54:09 +01:00
Loic d'Anterroches
3c7ad4581f
Added the display of the number of people following a ticket.
2009-01-31 22:23:49 +01:00
Loic d'Anterroches
766acd01f4
Added the ability for a user to change his email address.
...
The change is not performed immediately. First a confirmation email is
sent to the user and if validated, the email address is changed.
2009-01-29 18:44:39 +01:00
Loic d'Anterroches
ee5044fb1c
Added the notifications for the code review.
2009-01-28 14:03:34 +01:00
Loic d'Anterroches
743a3f312c
Added a control to avoid redirecting to an inexisting branch.
2009-01-25 20:48:02 +01:00
Loic d'Anterroches
e513d95dbe
Added the notification for the tickets.
2009-01-25 10:58:24 +01:00
Loic d'Anterroches
4c45a4a2ac
Added the management of the notification email addresses.
2009-01-25 10:32:34 +01:00
Loic d'Anterroches
38ac214d55
Fixed bug in the cache resulting in errors in the tree view.
...
The cache was not per project but one cache for all the projects.
2009-01-23 15:06:57 +01:00
Loic d'Anterroches
cadbc040a1
Fixed issue 101, better information for the Subversion login/password.
...
A nice little help icon is providing more information for the checkout.
This for all the backends.
2009-01-22 11:12:41 +01:00
Loic d'Anterroches
3fbac71f04
Fixed to redirect the user to the home if no available branch.
...
This is a short term fix. We need to create a "howto" page for each kind
of repository to display it when the user want to access a repository
with nothing in it.
2009-01-21 19:56:47 +01:00
Loic d'Anterroches
8cfc5ec026
Fixed the download of a commit diff file.
...
Note, we need to stream this commit diff like for the archive for
performance reasons.
2009-01-20 16:33:36 +01:00
Loic d'Anterroches
e159185465
Restructured the control of the large commits.
2009-01-20 16:26:36 +01:00
Loic d'Anterroches
b2ec9bb9e8
Added cache at the view level when displaying the source tree.
2009-01-18 10:17:39 +01:00
Loic d'Anterroches
835eab9c24
Fixed issue 93 by preventing the display of a large commit diff.
...
Still needs to implement the equivalent for subversion and mercurial,
maybe with a simple command $scm->isCommitLarge($commit).
2009-01-17 18:46:26 +01:00
Loic d'Anterroches
61bc7a70b6
Solved most of issue 93 by not requesting diff content most of the time.
...
Still need to handle the display of a large commit in the individual
commit page.
2009-01-17 18:10:55 +01:00
Loic d'Anterroches
419601bb92
Added the upload of the SSH key for the end user.
2009-01-14 23:05:52 +01:00
Loic d'Anterroches
a30a62d48f
Fixed issue 97, project created as private is not private.
...
It was not a security issue, just a display issue.
2009-01-06 22:04:48 +01:00
Loic d'Anterroches
c8d1b66c91
Better alignment in the table columns.
2009-01-02 14:06:50 +01:00
Loic d'Anterroches
60bc06f5c3
Added ticket 90, propose to create a new documentation page when it doesn't exists.
2009-01-02 13:58:55 +01:00
Loic d'Anterroches
dd6b6c9ce6
Fixed little glitch in the listing of the users.
2009-01-02 11:58:38 +01:00
Loic d'Anterroches
404e2cd150
Added the filtering of the non validated users by default.
2009-01-02 11:38:35 +01:00
Loic d'Anterroches
3aaf24d3bb
Added the base administration of the users.
...
Still need to not show the non activated accounts by default.
2009-01-02 11:20:10 +01:00
Loic d'Anterroches
2078d69a83
Added ticket 86, preview attached files to issues.
2008-12-30 18:00:59 +01:00
Loic d'Anterroches
d11b107ce1
Added more text extensions and give the ability to add in the config.
...
Using the 'idf_extra_text_ext' configuration variable you can add more
text extensions.
2008-12-17 15:08:51 +01:00
Loic d'Anterroches
e282c65bb0
Added more text extensions.
2008-12-17 14:34:55 +01:00
Loic d'Anterroches
8378da5353
Fixed to not display the hashed password in the password field.
2008-12-07 09:46:08 +01:00
Loic d'Anterroches
05c8d321c1
Added developer/user dashboard for all the projects.
...
This fixes issue 60.
2008-12-05 20:37:24 +01:00
Loic d'Anterroches
e208a3e1eb
Fixed to be usable outside of a request context.
2008-12-05 14:55:11 +01:00
Loic d'Anterroches
6c5da01319
Added the link to the author profile when possible.
2008-12-05 14:51:51 +01:00
Loic d'Anterroches
a1eeb12516
Added ticket 80, scm login integration with database login.
...
Based on the login for Subversion and the email address for git and
Mercurial.
2008-12-05 11:34:02 +01:00
Loic d'Anterroches
9c44bc5fe5
Fixed issue 71, add atom feeds.
...
The basic building block is here with the feed of the timeline, it is
rather easy to add the feed other elements based on this work. This will
require iterations and polishing.
2008-12-03 15:00:47 +01:00
Loic d'Anterroches
209715a6b3
Increased the size of the edition area of the documentation pages.
2008-12-02 13:22:01 +01:00
Loic d'Anterroches
da23f2b915
Added review update notification.
2008-12-01 21:39:17 +01:00
Loic d'Anterroches
d1911339d7
Added signals when the user updates his password.
2008-12-01 13:35:17 +01:00
Loic d'Anterroches
9c5156e6ef
Added the first work on the administration area.
2008-12-01 00:36:27 +01:00
Loic d'Anterroches
2732da9dbb
Fixed possible fatal error in the Wiki.
...
The error could be triggered only when playing with the URL manually.
2008-11-30 11:18:58 +01:00
Loic d'Anterroches
57a4ea7cb0
Fixed ticket 76, add the attached files in the issue notification emails.
...
Beware that you need to update your configuration file to add the new
template filter.
2008-11-30 10:52:06 +01:00
Loic d'Anterroches
f690968b11
Started ticket 39, add code review.
...
We now have a limited support of the code review. Still some work to be
done to allow the submission of new patches on a given review and update
the status. For the moment, only pre-commit review is supported.
2008-11-30 10:26:05 +01:00
Loic d'Anterroches
93c44feb05
Fixed issue 61, better sync of the source changelog with the latest updates.
...
The sync is made automatically on all the branches of the project when
looking at the timeline after a given time.
2008-11-27 09:30:12 +01:00
Loic d'Anterroches
71461299bc
Fixed the listing of the projects in the public profile view.
2008-11-26 22:29:10 +01:00
Loic d'Anterroches
28b650f841
Added the ability to configure the path to the mime types db.
2008-11-26 11:12:25 +01:00
Loic d'Anterroches
82ed55f1a0
Fixed issue 55, improvements for the wiki.
2008-11-25 21:59:57 +01:00