Commit Graph

23 Commits (bbc185bf3b8ec4dbabd78f97c65e7b5988309050)

Author SHA1 Message Date
Thomas Keller 0aa5999bb3 Finalize ticket relations (closes issue 638)
- IssueUpdate.php: use dynamically set field validators for dynamically
  created fields; let relation_type0 and relation_issue0 exist at any time;
  check the validity of a user selection and combine the various input fields
  if possible; do the database updates for links; change the "change" format
  for labels to a more precise structure and no longer trust on a leading
  dash for removed labels
- IssueCreate.php: change the validator calls and field names
- Issue.php (getGroupedRelatedIssues): make it possible to return only a
  flat list of integers for easier processing
- 17AddIssueRelations.php: migrate the previous serialized "changes" format
  for issue comments to the new, more structured format (up and down)
- js-autocomplete.html: add support for multiple input fields
- view.html: output relation changes and wrap the related issues stanzas into
  paragraphs
- NEWS.mdtext: note the addition and the need for a specific version of Pluf
2011-05-30 14:02:10 +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
William MARTIN 5ea4b02205 Update copyrigt 2011-04-02 21:37:07 +02:00
Thomas Keller 51c42a65c5 Project owners can now enter multiple email addresses for each notification type.
Each email must be separated by a comma from the other. (Based on a patch from
Pierre Marechal, fixes issue 372).
2010-12-06 00:11:59 +01:00
Loic d'Anterroches 0056e3f0b2 Added ticket 414, references email header for the issue notifications. 2010-03-16 09:41:21 +01:00
Loic d'Anterroches 548a427148 Fixed issue 407, notifications emails are sent twice. 2010-03-01 15:02:09 +01:00
Loic d'Anterroches 577aac2069 Fixed issue 348, no notifications on own actions. 2010-02-04 11:01:32 +01:00
Loic d'Anterroches f3cadfe013 Fixed issue 268, atom feed corrupt. 2009-10-09 09:22:36 +02:00
Loic d'Anterroches b6c5e803cb Fixed issue 114, email sent in language of commenter. 2009-10-08 11:23:33 +02:00
Loic d'Anterroches 63cdede854 Fixed issue 205, clean up some gettext strings. 2009-05-07 15:23:23 +02:00
Loic d'Anterroches b660c6782f Updated the timeline to link to the author profile. 2008-12-05 12:28:58 +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 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 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
Loic d'Anterroches b3eb42817c Fixed to correctly clean the index and timeline when needed. 2008-11-23 12:00:15 +01:00
Loic d'Anterroches 17734a7482 Fixed the class of some issue links. 2008-11-15 15:01:12 +01:00
Loic d'Anterroches bcaf6efb6a Added the downloads in the timeline. 2008-11-15 11:56:44 +01:00
Loic d'Anterroches 4760c4b563 Improved the style of the timeline to add consistency.
The timeline is now a table with a more consistent look and feel with
respect to the other tables in the application.
2008-11-15 11:31:43 +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 0e3a74558c Removed stupid debug information. 2008-08-13 21:28:42 +02:00
Loic d'Anterroches a1e10bd169 Added a search engine in the issues. 2008-08-13 18:26:36 +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 efbd82fccb Initial commit. 2008-07-25 10:26:05 +02:00