Age | Message |
---|---|
13 years 6 months | Fix a PHP notice / Pluf exception in case any issue type field is cleared. |
Commit 9bcb5f9456b72b565faf56b3c97bb71fbf98c565,
by Thomas Keller
|
|
13 years 6 months | Fix whitespace issues in the timeline. |
Commit f412099f690debaab49e220e9fab70ae75ccbd6b,
by Thomas Keller
|
|
13 years 6 months | 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 |
Commit 0aa5999bb37698513d66453d98101232942a6af3,
by Thomas Keller
|
|
13 years 6 months | 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. |
Commit 16dda0743c805fa01bc2d0a313c89436f5b3080c,
by Thomas Keller
|
|
13 years 7 months | Basic model files added. |
Commit bcba64b2a10b29e06472f2dc6bb021e9eacb4645,
by Thomas Keller
|
|
13 years 7 months | Add two targets to easily install and update the IDF database |
Commit e40d922eef67e5c1743b5930afccf8e557782cb0,
by Thomas Keller
|
|
13 years 7 months | More work on the issue relation infrastructure - actually query data for the incoming query - exclude the current issue from being linked with itself - allow multiple issues to be given in the second input field - add the form fields to the ticket up |
Commit 7e226b43d33351622f06bc52ea18c9918b1c270f,
by Thomas Keller
|
|
13 years 7 months | Start with issue 638 (issue links); nothing workable yet. |
Commit 9171bfd1abea5e00aea6a440c88919b3c31012a0,
by Thomas Keller
|
|
13 years 7 months | Mark two strings for translation. |
Commit be4774c95cee73f69c783a64dec0a97733ebd993,
by Thomas Keller
|
|
13 years 7 months | Merge branch 'develop' of projects.ceondo.com:indefero into develop |
Commit 9644784a792f78d4da85cbd045a9009261113323,
by William MARTIN
|
|
13 years 7 months | Fix issue 671 : Update the SSH Key preg pattern |
Commit 1940d5c0b5f71365bc006279fe2ce0fffdca167e,
by William MARTIN
|
|
13 years 7 months | Rework idf.php-dist a bit more: - move "Binary section" into "Path section" - make individual sections more prominent and therefor easier to grasp / scan for - fix the language and expand the explanations for a couple of items - remove the 'debug |
Commit 7c7e3cd1f11f120cf5bee8b003b9233fb9f58024,
by Thomas Keller
|
|
13 years 7 months | Break too long line Add space between section |
Commit 3e2f95a1529222ce9639822769895bb02ecc619e,
by William MARTIN
|
|
13 years 7 months | Rewrite of the idf.php-dist file - Add example for each mail and cache backend - Add major part of option use in each Scm backend with description |
Commit 92de88ba139483e3fe6c635bdd7e8b859824d19f,
by William MARTIN
|
|
13 years 7 months | Update the NEWS files |
Commit 02d0f0923e1a9812cce8d05d37193b0fc6398c65,
by William MARTIN
|
|
13 years 7 months | Fix an URL in the RSS feed |
Commit 765a86ba909742d55b2404186cc7b713208a569f,
by Thomas Keller
|
|
13 years 7 months | Enhancement visibility of the RSS feed in the timeline view |
Commit 34309e34c3cfe2f700328b29f288b461867bf31d,
by William MARTIN
|
|
13 years 7 months | Merge branch 'develop' of projects.ceondo.com:indefero into develop |
Commit 2176d1cde21a5c5a8f3a2538d638e54b2b1c9206,
by Thomas Keller
|
|
13 years 7 months | Merge branch 'feature.better-home' into develop |
Commit 45d53e8d21432ebdda532cdd2f123f6de8999919,
by Thomas Keller
|
|
13 years 7 months | Final adjustions to the project logo code - remove the question mark from the default logo for simplification, add a soft drop shadow to make the logo more visible on not so light backgrounds - display the project logo and the lock icon in the pr |
Commit b36b8e3afb94e3bbd3eaf7503520cccb9cd2cb04,
by Thomas Keller
|
|
13 years 8 months | Apparently header() does kind of work for php-cli, but of course breaks horribly. Luckily Pluf has a little knob (IN_UNIT_TESTS) that can prevent this breakage. |
Commit 801af66a4e5d6ee9a5b17a4cf1f0e4dfa6f55848,
by Thomas Keller
|
|
13 years 8 months | Three more test cases for the mtn interface added - add tests for getTree(), getChanges() and isCommitLarge() - anonymize the test data somewhat - return false instead of null for unknown revisions given to getChanges() |
Commit df6ffdf42084bdf6fc163cc4fdb14dfa901f8ec7,
by Thomas Keller
|
|
13 years 8 months | Continue with the mtn interface tests - test getRepositorySize() with a test file - implement tests for inTags(), inBranches(), getFile(), getCommit() and getExtraProperties() - mark the static methods as untestable |
Commit b3368071ac07dc321f60cd0cc0c2a34c584a6927,
by Thomas Keller
|
|
13 years 8 months | Continue with the mtn interface tests - getPathInfo(), disambiguateRevision() and validateRevision() are done - we no longer need to check / skip a format_version stanza for the extended manifest (there is no such stanza outputted) |
Commit 67b80ee11c3184ca54dfa725b0249e20942a7d48,
by Thomas Keller
|
|
13 years 8 months | Second pass of code review |
Commit dc31155de19b8ba472a5c210711c3bb264a9ba8d,
by William MARTIN
|