Project

General

Profile

Feature #43631 » add_option_include_subprojects_syntax_detailed.patch

Florian Walchshofer, 2025-12-31 00:40

View differences:

app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb (working copy)
317 317
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
318 318
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
319 319
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
320
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
320
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
321
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
321 322
    </dl>
322 323
    </p>
323 324

  
app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb (working copy)
315 315
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
316 316
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
317 317
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
318
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
318
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
319
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
319 320
    </dl>
320 321
    </p>
321 322

  
app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb (working copy)
315 315
{{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
316 316
{{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
317 317
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
318
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
318
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
319
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
319 320
    </dl>
320 321
    </p>
321 322

  
app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb (working copy)
313 313
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
314 314
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
315 315
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
316
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
316
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
317
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
317 318
    </dl>
318 319
  </p>
319 320

  
app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb (working copy)
329 329
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
330 330
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
331 331
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
332
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
332
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
333
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
333 334
    </dl>
334 335
    </p>
335 336

  
app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb (working copy)
322 322
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
323 323
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
324 324
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
325
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
325
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
326
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
326 327
    </dl>
327 328
    </p>
328 329

  
app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb (working copy)
322 322
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
323 323
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
324 324
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
325
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
325
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
326
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
326 327
    </dl>
327 328
    </p>
328 329

  
app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
322 322
{{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
323 323
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb (working copy)
322 322
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
323 323
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
324 324
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
325
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
325
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
326
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
326 327
    </dl>
327 328
    </p>
328 329

  
app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb (working copy)
353 353
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
354 354
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
355 355
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
356
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
356
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
357
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
357 358
    </dl>
358 359
    </p>
359 360

  
app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb (working copy)
321 321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322 322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323 323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project</pre></dd>
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects</pre></dd>
325 326
    </dl>
326 327
    </p>
327 328

  
(1-1/2)