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
|
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
|
7cc244ec06
|
Fixed to avoid double slashes in the path to folders.
|
2008-12-03 20:58:06 +01:00 |
|
Loic d'Anterroches
|
39d015a586
|
Added a simpler way to configure the repositories.
|
2008-11-24 20:27:03 +01:00 |
|
bohwaz
|
e01235caea
|
Fixed issue 57, bug dans la gestion SVN.
|
2008-11-18 11:23:09 +01:00 |
|
Loic d'Anterroches
|
adb5de13e2
|
Added a cache layer to cache the execution of the scm commands.
|
2008-11-07 23:54:40 +01:00 |
|
Loic d'Anterroches
|
c113c11da5
|
Added the display of the author of a commit in the source tree.
|
2008-11-07 14:32:22 +01:00 |
|
Nicolas Lassalle
|
bd15328758
|
[PATCH] Fixed issue 41 - View Source : Missing argument 2 for IDF_Scm_Svn::getBlob()
Created an unique method declaration in the tow scm backend.
Passed a more generic argument so that the scm backend could get the
correct data.
|
2008-09-12 12:26:51 +02:00 |
|
Loic d'Anterroches
|
2d271f6b69
|
Restructured one more time to be as SCM independent as possible.
The work is delegated as much as possible to the IDF_Scm_* classes.
|
2008-09-02 15:51:57 +02:00 |
|
Loic d'Anterroches
|
57a5b4738a
|
Restructured the file hierarchy.
Git and Svn are now in a Scm subfolder.
|
2008-09-01 21:42:18 +02:00 |
|