Thomas Keller
52383edfd0
Merge branch 'develop' of projects.ceondo.com:indefero into feature.scilab
2011-10-08 19:26:46 +02:00
Thomas Keller
85978a4d18
Implement basic filtering capabilities in the issue search view.
...
Since IDF's text search component does not allow further restrictions
on the result set, we make a second, filtered query to restrict to
the item state ('open' or 'closed') and optionally a label. All in
all this is all harder than it could be, especially the tag cloud
is very monolithic and should be replaced by a data-driven component
that is less dependent on a single data / query and link usage, but
this would for now require too many changes.
Similar questionable is the code duplication for the index, listStatus
and listLabel view implementations that all do more or less the same.
The search implementation now only uses one implementation for a very
similar use case. It also removes the artificial restriction to 100
results we had previously there and does not query a record for each
single result (as was done with Pluf_Search_ResultSet previously).
On my way through this I tried to generalize a couple of i18n texts
and removed smaller issues like the "trailing comma" in label lists.
This partially fixes issue 548.
2011-10-03 01:54:01 +02:00
Thomas Keller
b29acd71cb
Add an option to specify a webhook URL for updates in the downloads section
...
and tweak the help texts for the original source web hook a bit. Also remove
the superfluous inline help code from the SourceConf form that was actually
not used.
This feature was sponsored by Scilab.
2011-09-25 02:03:35 +02:00
Thomas Keller
7f610fd2f3
Add an option to configure an external URL per project, e.g. to allow the
...
linking of the home page of the project.
This feature was kindly sponsored by Scilab.
2011-09-25 01:27:36 +02:00
Loïc d'Anterroches
2c2da6082a
Fixed stupid missing semicolon.
2011-06-29 14:41:57 +02:00
Loïc d'Anterroches
dd3fbbd7e4
Fixes to support older PHP versions.
2011-06-29 14:30:17 +02:00
William MARTIN
6d55602ef3
Add IDF_Project::getIssueCountByOwner and use it into IDF_Views_Issue::summary
2011-06-15 17:30:23 +02:00
Thomas Keller
16dda0743c
Basic storage of relations for new issues has been done; the relations
...
are also properly displayed at the left side in the issue's detail view.
2011-05-28 23:48:00 +02:00
Thomas Keller
9171bfd1ab
Start with issue 638 (issue links); nothing workable yet.
2011-05-09 13:52:09 +02:00
William MARTIN
5ea4b02205
Update copyrigt
2011-04-02 21:37:07 +02:00
Thomas Keller
2ee665ac96
Merge branch 'master' of git://projects.ceondo.com/indefero
2010-06-21 23:23:26 +02:00
Loic d'Anterroches
982b330739
Added the droping of the tags in the predelete to prevent some integrity issues.
2010-05-21 11:28:48 +02:00
Loic d'Anterroches
ad6148cae7
Fixed issue 403, make the calcul of project's disk used space optionnal.
2010-05-19 10:55:50 +02:00
Loic d'Anterroches
c534894995
Added caching of the database, attachments and uploaded files to avoid calculating them each time.
2010-05-17 12:17:02 +02:00
Loic d'Anterroches
47acc73451
Added the webhooks.
2010-05-10 10:11:27 +02:00
Thomas Keller
59ad0f5b11
* idf.php-dist: improve the document of the various mtn-related configure options; introduce an option to configure the protocole - separate from the url option, which we now name mtn_remote_host
...
* IDF_Project: optionally give getSourceAccessUrl() a commit argument, so a particular VCS module can determine a subset of revisions to pull for the specific revision which is browsed
* IDF_Scm_*: add the argument null'd for all VCS; implement a branch lookup for monotone
* tree.html: display the correct branch to clone under each revision tree
2010-05-02 00:56:04 +02:00
Thomas Keller
5954cd0ad1
default to the master branch for the head / tip / main revision
2010-04-28 00:14:19 +02:00
Thomas Keller
18ba8d0ac5
Some more files from the initial work
2010-04-27 00:02:47 +02:00
Loic d'Anterroches
e5934e0a3a
Fixed issue 167, timeline feed URL should only include auth token for private projects.
2009-10-08 13:27:15 +02:00
Loic d'Anterroches
838645463d
Remove the PHP 5.3 deprecated split function.
2009-09-24 20:40:22 +02:00
Loic d'Anterroches
2ab52e7eaf
Added the possible deletion of the repository when deleting a subversion project.
2009-06-25 21:37:46 +02:00
Loic d'Anterroches
25e296fbb6
Added the display of the repository size in the source subtab of a project.
2009-06-19 17:31:45 +02:00
Loic d'Anterroches
8915b45948
Fixed issue 209, erroneous details with private repository
2009-06-19 16:20:33 +02:00
Loic d'Anterroches
1c8490be6b
Fixed to get the same method definition as the parent class.
2009-05-28 00:30:10 +02:00
Loic d'Anterroches
1243a8f6ad
Test the preloading of the class.
2009-05-27 23:30:27 +02:00
Loic d'Anterroches
7c502b1745
Continued the SCM backend refactor.
...
The new backend is near completion.
2009-04-25 16:24:40 +02:00
Loic d'Anterroches
1656c99a48
Fixed issue 183, project can not be deleted because of foreign key integrity constraints.
2009-04-16 13:27:41 +02: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
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
209715a6b3
Increased the size of the edition area of the documentation pages.
2008-12-02 13:22:01 +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
86ab5221a7
Added view of pages by label.
2008-11-25 21:07:51 +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
cecae05bda
Fixed ticket 40 View Projects: implode functions seems not support ArrayObject
...
Forced the arrayObject as array with casting.
2008-09-12 16:23:43 +02:00
Loic d'Anterroches
e4f7dd8975
Continued work to fix the support of PHP 5.2.0.
2008-09-05 15:53:13 +02:00
Loic d'Anterroches
c7fc30bab0
Continued work to fix for PHP 5.2.0.
2008-09-05 15:35:27 +02:00
Loic d'Anterroches
f4cbf84559
Added more fixes for PHP 5.2.0.
2008-09-05 14:38:50 +02:00
Loic d'Anterroches
14811beeba
Fixed issue 9, do not show the deprecated files by default.
2008-09-02 23:31:43 +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
Nicolas LASSALLE
ccc41c86b0
Added support of subversion.
2008-08-29 19:50:10 +02:00
Loic d'Anterroches
bd0209a28e
Fixed some inconsistencies in the interface (thanks Luigi).
2008-08-08 20:34:40 +02:00
Loic d'Anterroches
6360ea93be
Fixed issue 13, email notifications.
...
Email notifications are now sent at creation/modification of an issue.
2008-08-07 23:12:24 +02:00
Loic d'Anterroches
a8699db268
Improved the style for the labels in the context column.
2008-08-06 22:19:46 +02:00
Loic d'Anterroches
3990098e4b
Added better control that the issue/download are in the project.
...
When you view/edit a download or issue, if the download/issue is not in
the current project a 404 page is returned.
2008-08-05 19:58:21 +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
fd6031d7f5
Fixed SQL to follow the standards.
2008-08-01 22:18:58 +02:00
Loic d'Anterroches
83658ac860
Fixed to have standard SQL.
2008-08-01 22:15:49 +02:00
Loic d'Anterroches
a831c749d8
Fixed boolean for PostgreSQL.
2008-08-01 22:03:56 +02:00