Thomas Keller
94a5464155
* idf.php-dist: no need to configure a branch prefix any longer now that the project owner can define the master branch name
...
* Monotone.php: change accordingly to use the configured master branch name and fallback to all branches ("*") if noone is found
2010-04-27 23:28:52 +02:00
Thomas Keller
18ba8d0ac5
Some more files from the initial work
2010-04-27 00:02:47 +02:00
Loic d'Anterroches
cb375dea26
Fixed issue 272, cfg max_upload_size ignored.
2009-08-03 21:10:06 +02:00
Loic d'Anterroches
ac7be1bde2
Fixed issue 253, last login time for users is off.
2009-07-11 10:55:47 +02:00
Loic d'Anterroches
08bc58848f
Fixed issue 178, improved reading of extra text files.
2009-04-07 10:41:13 +02:00
Manuel Eidenberger
42c6f53fbc
Added the ability to configure the paths to the SCM executables.
2009-02-25 14:28:14 +01:00
Loic d'Anterroches
75ec32765c
Added the ability to add download extension and control the download size.
2009-02-16 18:04:03 +01:00
Loic d'Anterroches
6153cd0b13
Fixed issue 119, no environment for the shell_exec and exec calls.
...
For each call exec or shell_exec, I have added the ability to prepend a
string. For example '/usr/bin/env -i '.
2009-01-29 20:29:45 +01:00
Loic d'Anterroches
f203f7d78f
Fixed bad help message for the git access.
...
Git has 2 methods to access a repository, one with gitdaemon to do a
checkout and one with SSH to perform the push. We need to provide those
2 methods.
2009-01-26 17:58:58 +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
11ddf00062
Updated the default configuration to match the INSTALL file.
2009-01-12 22:37:36 +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
ef3adafa02
Added the CSRF control by default in the configuration.
2008-12-07 12:58:44 +01:00
Loic d'Anterroches
5bd4fed8f4
Updated to simplify the configuration.
...
We do not need to have the extra tags and modifiers in the configuration
as a signal is taking care of that. That way we can add new tags,
modifiers without the need to update the configuration settings.
2008-12-05 11:53:22 +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
1332ba7eda
Improved the documentation based on user feedback.
2008-11-26 21:34:47 +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
39d015a586
Added a simpler way to configure the repositories.
2008-11-24 20:27:03 +01:00
Benjamin Jorand
08145b7b1c
Added the support of Mercurial.
2008-11-23 17:45:00 +01:00
Loic d'Anterroches
8eb5715656
Partial fix of issue 55, addition of a simple Wiki.
...
Added a base wiki, it is now possible to create wiki pages and update
them. Revisions are kept also not used/displayed at the moment.
2008-11-22 23:51:23 +01:00
Loic d'Anterroches
0e725bea26
Added private projects.
...
It is now possible to create private projects. To mark a project as
private, you simply go in the Administer > Tabs Access menu and select
"Private project". Only project members and owners together with the
extra authorized users will be able to access the project. The project
will not appear in the list of projects for not authorized users.
2008-11-21 13:19:02 +01:00
Loic d'Anterroches
18da9ed72f
Renamed to match Pluf conventions and fix issue 56.
2008-11-18 09:21:49 +01:00
Loic d'Anterroches
b85da85dfe
Added ticket 45, base implementation of a timeline.
...
Still some cleaning of the code to have a nicer display of the timeline
especially for the issue updates.
2008-11-14 15:41:51 +01:00
Loic d'Anterroches
fa5fe0d610
Fixed ticket 36, attach a file to a ticket.
...
It is now possible to attach a file to a ticket.
2008-11-12 20:40:58 +01:00
Loic d'Anterroches
36623eaf94
Added the default cache configuration.
2008-11-10 15:32:59 +01:00
Loic d'Anterroches
bef8ac82b7
Updated to be clearer to for the first installation.
2008-09-04 15:30:39 +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
7383e18dff
Fixed issue 4, with fine control over the tabs access.
...
For each tab, at the exception of the project home and the
administration area, it possible to control the access rights if the
user is anonymous, signed in, member or owner.
2008-08-07 15:35:03 +02:00
Loic d'Anterroches
7070e8a13a
Added the language example configuration.
2008-08-06 20:26:30 +02:00
Loic d'Anterroches
6ad7ee8c71
Added integration with git-daemon.
...
In the configuration it is possible to give a git daemon url to have it
displayed in the source view.
2008-08-04 21:24:07 +02:00
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
9e2d9e691b
Added the markdown filter for the description of the project.
2008-08-02 22:52:11 +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