Indefero

Indefero Commit Details


Date:2012-07-20 08:03:57 (12 years 5 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:d90c1a2c23f995fc5140cf593aa9a2af40be573b
Parents: 22c1f92b2b299f6171eaada934eb5dc60fad6d1a
Message:$prj wasn't defined, so use the project reference that the page has instead (fixes issue 808)

Changes:

File differences

NEWS.mdtext
2929
3030
3131
32
33
34
3235
3336
3437
been copied. This has been changed insofar that now all properties except
the project's URL, logo and individual SCM settings are copied by default.
- Wiki pages couldn't be properly saved with E_NOTICE enabled because
of a syntax error (fixes issue 808)
- Indefero now shows detected copies in git changesets.
# InDefero 1.3.2 - Wed May 09 20:05 2012 UTC
src/IDF/Wiki/PageRevision.php
167167
168168
169169
170
170
171171
172172
173173
if (count($matches) > 1 && count($matches[1]) > 0) {
foreach ($matches[1] as $resourceName) {
$sql = new Pluf_SQL('project=%s AND title=%s',
array($prj->id, $resourceName));
array($page->get_project()->id, $resourceName));
$resources = Pluf::factory('IDF_Wiki_Resource')->getList(array('filter'=>$sql->gen()));
if ($resources->count() == 0)
continue;

Archive Download the corresponding diff file

Page rendered in 0.09121s using 14 queries.