indefero/src/IDF
Loic d'Anterroches 64dc8ec3b8 Fixed to prevent a crash when accessing the base page of a project with no /.
When accessing the base page of a project without a trailing slash, the regex to get the project in the
request object was not matching, resulting in a missing project in the request object.
2009-02-17 09:37:05 +01:00
..
Config Fixed issue 67, conf and Conf folders conflict. 2008-11-27 11:29:40 +01:00
Form Added the ability to add download extension and control the download size. 2009-02-16 18:04:03 +01:00
Migrations Added the upload of the SSH key for the end user. 2009-01-14 23:05:52 +01:00
Plugin Fixed issue 119, no environment for the shell_exec and exec calls. 2009-01-29 20:29:45 +01:00
Review Fixed issue 71, add atom feeds. 2008-12-03 15:00:47 +01:00
Scm Fixed issue 119, no environment for the shell_exec and exec calls. 2009-01-29 20:29:45 +01:00
Search Added a search engine in the issues. 2008-08-13 18:26:36 +02:00
Template Added nl2br in the display of the commit messages. 2009-02-16 18:12:21 +01:00
Tests Fixed bug in the diff display when a single empty line was removed. 2009-02-02 21:42:31 +01:00
Timeline Grouped the items in the timeline by day. 2008-12-01 22:16:28 +01:00
Views Better redirection to have canonical URLs. 2009-02-16 22:18:09 +01:00
conf Added the ability to add download extension and control the download size. 2009-02-16 18:04:03 +01:00
locale Cleaned the old translations. 2009-02-03 10:53:20 +01:00
templates/idf Added nl2br in the display of the commit messages. 2009-02-16 18:12:21 +01:00
Commit.php Added the notification for the commits. 2009-01-28 15:20:41 +01:00
Conf.php Fixed issue 67, conf and Conf folders conflict. 2008-11-27 11:29:40 +01:00
Diff.php Fixed in a dirty way, should be improved. 2009-02-02 21:47:50 +01:00
Issue.php Updated the timeline to link to the author profile. 2008-12-05 12:28:58 +01:00
IssueComment.php Updated the timeline to link to the author profile. 2008-12-05 12:28:58 +01:00
IssueFile.php Added multiple upload file in issue. 2008-11-27 11:10:23 +01:00
Key.php Added the upload of the SSH key for the end user. 2009-01-14 23:05:52 +01:00
Middleware.php Fixed to prevent a crash when accessing the base page of a project with no /. 2009-02-17 09:37:05 +01:00
Precondition.php Fixed issue 71, add atom feeds. 2008-12-03 15:00:47 +01:00
Project.php Fixed bad help message for the git access. 2009-01-26 17:58:58 +01:00
Review.php Fixed issue 71, add atom feeds. 2008-12-03 15:00:47 +01:00
Scm.php Fixed issue 119, no environment for the shell_exec and exec calls. 2009-01-29 20:29:45 +01:00
Search.php Remove from the index on delete. 2008-11-23 11:26:17 +01:00
Tag.php Fixed issue 13, email notifications. 2008-08-07 23:12:24 +02:00
Timeline.php Fixed function name and add the timeline cleaning for wikirev/page deletion. 2008-11-23 11:23:20 +01:00
Upload.php Correctly use the url_upload configuration variable. 2009-01-12 15:31:04 +01:00
Views.php Added ticket 95, ability to get a new password when forgotten. 2009-01-01 21:50:16 +01:00
WikiPage.php Updated the timeline to link to the author profile. 2008-12-05 12:28:58 +01:00
WikiRevision.php Updated the timeline to link to the author profile. 2008-12-05 12:28:58 +01:00
relations.php Added the relations of the IDF_Commit model. 2009-02-16 11:55:14 +01:00