Loic d'Anterroches
9ac6e38e81
Added inline visualization of text files from the repository.
2008-11-11 22:32:01 +01:00
Loic d'Anterroches
297d7290df
Fixed partially issue 37, text files are displayed as text.
...
The display is not done with a nice layout, the file is pushed directly
with the text/plain mime type. This is working better than expected.
2008-11-11 21:21:21 +01:00
Loic d'Anterroches
cf01b5f3df
Added .htaccess example for Apache.
2008-11-11 11:40:29 +01:00
Loic d'Anterroches
9e91215205
Fixed to avoid a line break between size numbers and units.
2008-11-10 22:47:59 +01:00
Loic d'Anterroches
36623eaf94
Added the default cache configuration.
2008-11-10 15:32:59 +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
Loic d'Anterroches
c797e6c7c3
Fixed minor compatibility issue with PHP 5.2.
2008-11-07 14:31:45 +01:00
Loic d'Anterroches
ad5348e7f5
Fixed issue 42, add projects list link in project page.
...
At the top, a link to the project list is added when within a project
page.
2008-09-12 16:31:49 +02: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
Nicolas Lassalle
8ae2ae2b06
[PATCH] Fixed the source url in js-hotkeys
2008-09-12 12:38:13 +02:00
Loic d'Anterroches
2b5f97b362
Cleaned the code to have consistent style.
2008-09-12 12:36:41 +02:00
Nicolas Lassalle
b881ad1c8f
[PATCH] Restructured the "source views" file hierarchy.
...
Svn specifics Views are now in a Source subfolder.
2008-09-12 12:32:27 +02: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
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
c8e91d80f2
Forced as ContextVars for PHP 5.2.
2008-09-05 10:45:01 +02:00
Loic d'Anterroches
57084c6a25
Removed dead code.
2008-09-05 10:14:47 +02:00
Loic d'Anterroches
eeac44303b
Added PEAR prerequisites.
2008-09-04 17:54:52 +02:00
Loic d'Anterroches
61b109d75e
Really fixed the project name with hyphen (-).
2008-09-04 17:38:29 +02:00
Loic d'Anterroches
7dabb32e25
Fixed bug with project names containing an hyphen (-).
2008-09-04 17:19:53 +02: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
7e3ca3cff8
Fixed a path in the proposed bootstrap file.
2008-09-04 15:11:23 +02:00
Loic d'Anterroches
6521680719
Added the French translations.
...
Fixed at the same time some bad English strings.
2008-09-03 09:33:29 +02:00
Loic d'Anterroches
28817af471
Removed dead code.
2008-09-03 09:13:50 +02:00
Loic d'Anterroches
5b9dbd5c3b
Fixed bug preventing the download.
2008-09-03 00:12:25 +02:00
Loic d'Anterroches
2acf2fb054
Removed the sort by id on the closed issues.
2008-09-03 00:06:24 +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
ee88dbed86
Added an author file.
...
I am always bad at tracking contributors, so this time I am doing it
correctly right from the start.
2008-09-02 17:55:54 +02:00
Loic d'Anterroches
0ff5eb0f82
Fixed issue 34 in the case of bad commit in the changelog.
2008-09-02 17:41:54 +02:00
Loic d'Anterroches
3a3aa9c730
Added the administration of the repository.
...
It is now possible to select the repository type and a possible remote
repository for subversion in the administration area.
2008-09-02 16:45:49 +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
Loic d'Anterroches
fad12e17c7
Cosmetic changes.
2008-08-29 20:38:13 +02:00
Loic d'Anterroches
2c7b3e1e1a
Cosmetic improvements.
2008-08-29 19:59:53 +02:00
Nicolas LASSALLE
ccc41c86b0
Added support of subversion.
2008-08-29 19:50:10 +02:00
Loic d'Anterroches
763d7ca7f6
Fixed to have the latest ticket first by default.
2008-08-14 09:33:33 +02:00
Loic d'Anterroches
e4902ef76e
Fixed another glitch in the French translations.
2008-08-13 22:30:56 +02:00
Loic d'Anterroches
02e00054f6
Added cosmetic improvements.
...
Updated the French translations to use the French title conventions (No
Uppercase For The First Letter of Each Word but only for the first
word).
Activated some of the menu links in the issue pages depending on the
context.
2008-08-13 22:11:08 +02:00
Loic d'Anterroches
0ee7dc5a89
Updated the French translations.
2008-08-13 21:57:30 +02:00
Loic d'Anterroches
5b411228c2
Added a smarter way to mark a user as interested by an issue.
...
A user posting a comment is marked as interested only if not the owner
and not the submitter. If in that case, the user will be anyway notified
of the changes to those issues.
2008-08-13 21:28:58 +02:00
Loic d'Anterroches
0e3a74558c
Removed stupid debug information.
2008-08-13 21:28:42 +02:00
Loic d'Anterroches
109431cd40
Remove the uncessary sign in propagando from the download pages.
2008-08-13 21:23:26 +02:00
Loic d'Anterroches
a8db15d1e5
Added a warning when adding a comment to a closed issue.
...
The warning is only displayed for the simple users.
2008-08-13 21:20:47 +02:00
Loic d'Anterroches
0d4a31c086
Added accessibility keys.
2008-08-13 21:09:04 +02:00
Loic d'Anterroches
2a1628f8de
Fixed bug when doing a search with an empty query.
2008-08-13 20:47:06 +02:00
Loic d'Anterroches
2e36487be4
Updated the French translations and the translation template.
2008-08-13 18:36:17 +02:00
Loic d'Anterroches
643650a6a7
Added the indexing of the issues in the migration script.
2008-08-13 18:30:49 +02:00
Loic d'Anterroches
a1e10bd169
Added a search engine in the issues.
2008-08-13 18:26:36 +02:00