Commit Graph

839 Commits

Author SHA1 Message Date
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
657dd339a1 Updated the French translations. 2009-01-23 14:25:28 +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
6b32413e69 Automatically create the git repository during the cron run. 2009-01-21 20:05:03 +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
49c8510d31 Fixed the rights in the sync file. 2009-01-21 19:29:03 +01:00
Loic d'Anterroches
eb90d46eb8 Improved the documentation of the git backend. 2009-01-21 19:27:56 +01:00
Loic d'Anterroches
848ec329da Added a note about the distribution packaged PEAR packages. 2009-01-21 19:27:16 +01:00
Loic d'Anterroches
037b9b78ae Fixed issue 106, crash with the cache and subversion. 2009-01-21 19:25:49 +01:00
Loic d'Anterroches
388a98defd Improved the default description to guide the administrator. 2009-01-20 17:39:53 +01:00
Loic d'Anterroches
28432296bf Fixed the bad static call. 2009-01-20 17:37:37 +01:00
Loic d'Anterroches
5d3ce34c4b Fixed to correctly update the git daemon export flag as needed. 2009-01-20 17:31:55 +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
df086f7a61 Improved Subversion and Mercurial backend performance. 2009-01-20 13:12:17 +01:00
Loic d'Anterroches
bab9ec661d Updated the French translations. 2009-01-20 11:45:26 +01:00
Loic d'Anterroches
1327e5f1e3 Added the documentation for the git synchronization. 2009-01-20 11:24:38 +01:00
Loic d'Anterroches
ef197fc6ab Added a note about the plugins in the default conf file. 2009-01-20 10:36:41 +01:00
Loic d'Anterroches
61f53c518f Added the latest elements of the git repositories control.
Now, need to write the documentation.
2009-01-20 10:33:56 +01:00
Loic d'Anterroches
e21b4d87b9 Removed the need to set a configuration variable. 2009-01-19 20:54:49 +01:00
Loic d'Anterroches
941a495144 Added the bulk of the access control to the git repositories. 2009-01-19 20:44:03 +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
48355417d7 Remove cariage returns in the SSH keys. 2009-01-17 16:37:14 +01:00
Benjamin Jorand
7e7b5a4409 Fixed issue in the display of filename with spaces with Mercurial.
The Mercurial backend was not displaying correctly the filenames/folders
having spaces in them. It was troncating at the space.
2009-01-17 10:03:10 +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
7f32c6f377 Added details on how to use a SMTP server with SSL. 2009-01-14 21:52:59 +01:00
Loic d'Anterroches
00f3b08ec6 Started the work on issue 3, git synchronization. 2009-01-14 21:23:52 +01:00
Loic d'Anterroches
509d6b6aa9 Added the option to follow symlinks in the default .htacces. 2009-01-13 10:05:01 +01:00
Loic d'Anterroches
11ddf00062 Updated the default configuration to match the INSTALL file. 2009-01-12 22:37:36 +01:00
Loic d'Anterroches
fd183d60e8 Fixed the path in the bootstrap file. 2009-01-12 21:36:05 +01:00
Loic d'Anterroches
3f31d37955 Correctly use the url_upload configuration variable. 2009-01-12 15:31:04 +01:00
Loic d'Anterroches
c8e523d8c7 Added some extra signals useful to customize the project creation. 2009-01-12 14:57:09 +01:00
Loic d'Anterroches
da524146e9 Added the upgrade-all command before installing the other PEAR packages. 2009-01-11 16:30:47 +01:00
Loic d'Anterroches
24632818e0 Fixed issue 98, better upgrade procedure. 2009-01-09 15:51:25 +01:00
Loic d'Anterroches
a6c42120d8 Improved issue 93, memory usage.
I have been doing tracing of the memory usage using xdebug, now I am
normally below 15MB for the linux kernel instead of 35MB. Please test.
2009-01-06 22:56:02 +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
6e5c8b5bb3 Better font definition. 2009-01-02 22:56:15 +01:00
Loic d'Anterroches
1cf84c3829 Added the sans-serif font family as default font. 2009-01-02 22:53:46 +01:00
Loic d'Anterroches
a24b1f798d Added Julien Issler in the contributors. 2009-01-02 22:53:15 +01:00
Loic d'Anterroches
52abaf0461 Updated the French translations. 2009-01-02 22:25:28 +01:00
Loic d'Anterroches
c949672e53 Fixed to allow the dash (-) in the shortname of a project.
The dash is not allowed as first or last character of the name.
2009-01-02 17:26:52 +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
a36e89ac2e Added a little note that accounts with bad emails can be deactivated. 2009-01-02 13:39:43 +01:00
Loic d'Anterroches
36f29dfbfd Removed the dead screen of the administration as not used for the moment.
The first tab of the administration was not used, so I removed it to
remove the clutter, it will be reactivated when it will be possible to
perform forge configuration from there.
2009-01-02 13:34:09 +01:00
Loic d'Anterroches
dc5cdd74af Added the ability to set the staff flag of a user. 2009-01-02 12:07:41 +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
76cf64369d Inforce the rule to have only letters and digits in the login. 2009-01-02 11:43:15 +01:00