Commit Graph

252 Commits (a1eeb1251659a565607ab87276e66696c1c056fd)
 

Author SHA1 Message Date
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 d6e3b8dca9 Cleaned the atom feed to validate against the feedvalidator. 2008-12-04 14:37:46 +01:00
Loic d'Anterroches 2e3330a8ad Fixed to avoid creation of unvalid HTML. 2008-12-04 14:29:45 +01:00
Loic d'Anterroches a2ea924448 Added the File_Passwd dependency in the documentation. 2008-12-03 23:33:00 +01:00
Loic d'Anterroches b60aeb0ca1 Updated the plugin to match InDefero's coding standards. 2008-12-03 23:02:59 +01:00
Baptiste Michaud 39cf9f985a Added a plugin to synchronize subversion repositories. 2008-12-03 21:04:32 +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 9c44bc5fe5 Fixed issue 71, add atom feeds.
The basic building block is here with the feed of the timeline, it is
rather easy to add the feed other elements based on this work. This will
require iterations and polishing.
2008-12-03 15:00:47 +01:00
Loic d'Anterroches a79d13ee3f Fixed issues 64 and 65, add a short description for the projects.
Bulk of the changes were made in commit 209715a.
2008-12-02 13:23:17 +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 2bd74621ce Added a link to more documentation in the installation readme. 2008-12-02 12:53:23 +01:00
Loic d'Anterroches ec22b2c8c2 Grouped the items in the timeline by day. 2008-12-01 22:16:28 +01:00
Loic d'Anterroches da23f2b915 Added review update notification. 2008-12-01 21:39:17 +01:00
Loic d'Anterroches fefff591b6 Tried a little improvement of the layout. 2008-12-01 18:23:18 +01:00
Loic d'Anterroches 67361d7df6 Fixed ticket 46, PHP 5.2.0 compatibility. 2008-12-01 14:48:09 +01:00
Loic d'Anterroches 7d0ecd8f8a Added a link to Gravatar in the FAQ. 2008-12-01 14:44:35 +01:00
Loic d'Anterroches 6e4aa82dad Added the support of the gravatars. 2008-12-01 14:30:40 +01:00
Loic d'Anterroches 0ae266cfaf Added to have a nicer look in the account area. 2008-12-01 14:30:00 +01:00
Loic d'Anterroches cc49fd1dc9 Updated the documentation to take into account the new admin area. 2008-12-01 13:48:39 +01:00
Loic d'Anterroches d1911339d7 Added signals when the user updates his password. 2008-12-01 13:35:17 +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 3cacf44605 Fixed to add a little margin after the logo. 2008-11-30 19:00:17 +01:00
Loic d'Anterroches b45d9854af Fixed issue 70, markdown syntax in the Wiki partially broken.
We will need to iterate with feedback from the users for the autorized
tags in the filtering process.
2008-11-30 11:33:46 +01:00
Loic d'Anterroches 2732da9dbb Fixed possible fatal error in the Wiki.
The error could be triggered only when playing with the URL manually.
2008-11-30 11:18:58 +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 81cb427f7f Fixed to be consistent with the rest. 2008-11-30 10:37:40 +01:00
Loic d'Anterroches 8941889a17 Merge branch 'codereview'
Conflicts:

	src/IDF/templates/idf/issues/create.html
2008-11-30 10:29:24 +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 65b0899d4a Fixed bad block in the template. 2008-11-27 21:47:40 +01:00
Loic d'Anterroches fbe364462d Fixed issue 67, conf and Conf folders conflict. 2008-11-27 11:29:40 +01:00
Loic d'Anterroches 45d1422ab0 Added upgrade procedure. 2008-11-27 11:23:38 +01:00
Loic d'Anterroches 0273e535e0 Added multiple upload file in issue.
This fixes issue 54.
2008-11-27 11:10:23 +01:00
Loic d'Anterroches 566c90cf6a Added full debug of Scm call only when debug flag set.
This is because git will return an error code when testing if a commit
exists and in fact does not exist. So it means that we get an exception
on all the string "commit foo" when foo is not a commit in the issue
text.
2008-11-27 10:03:30 +01:00
Loic d'Anterroches eb60e99d5c Fixed to have correct post failure cleaning of the uploaded file.
Note: Latest Pluf release needed.
2008-11-27 09:48:01 +01:00
Loic d'Anterroches 93c44feb05 Fixed issue 61, better sync of the source changelog with the latest updates.
The sync is made automatically on all the branches of the project when
looking at the timeline after a given time.
2008-11-27 09:30:12 +01:00
Loic d'Anterroches 08f6c5fc79 Improved a little bit the keyboard shortcuts. 2008-11-27 09:18:33 +01:00
Loic d'Anterroches 83fd312c81 Added an exception when the scm command fails.
This will help the debugging for people.
2008-11-27 09:03:21 +01:00
Loic d'Anterroches f9b6a022c8 Fixed the link colors. 2008-11-26 22:35:36 +01:00
Loic d'Anterroches 71461299bc Fixed the listing of the projects in the public profile view. 2008-11-26 22:29:10 +01:00
Loic d'Anterroches ed40edf594 Updated the French translations. 2008-11-26 22:14:51 +01:00
Loic d'Anterroches c61b5c2cbe Improved a little bit more the installation documentation. 2008-11-26 22:08:12 +01:00
Loic d'Anterroches 22fec9f732 Forced the default link colors.
This is needed for people using custome style in their browser. This
allows correct display in that case.
2008-11-26 21:51:16 +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 628b01faf4 Fixed the indexing for the issues.
It was not indexing the content correctly when creating the issue as the
content of the issue was not yet stored in the database.
2008-11-26 10:08:51 +01:00
Benjamin Jorand 4bff745890 Fixed to finish the code cleaning. 2008-11-26 08:36:01 +01:00
Loic d'Anterroches 82ed55f1a0 Fixed issue 55, improvements for the wiki. 2008-11-25 21:59:57 +01:00
Loic d'Anterroches b528bf356c Merge branch 'master' into betterwiki 2008-11-25 21:21:40 +01:00
Loic d'Anterroches c02c52b14a Fixed some call-time pass-by-reference warnings with PHP 5.2.6. 2008-11-25 21:18:12 +01:00
Loic d'Anterroches 86ab5221a7 Added view of pages by label. 2008-11-25 21:07:51 +01:00