Menu

Trac Commit Log


Commit Date  
[r5251] by cboos

Customization of the main and meta navigation entries.

The new `[mainnav]` and `[metanav]` can now be used to customize the text and link used for the navigation items, or even to disable them.

In the following example, we rename the link to the Wiki start "Home", and hide the "Help/Guide" link (#2060). We also make the "View Tickets" entry link to a specific report (#1925).

{{{
[mainnav]
wiki.label = Home
tickets.href = /report/24

[metanav]
help = disabled
}}}

2007-04-21 23:03:44 Tree
[r5250] by cboos

Added ''enabled'' as a truth value, for boolean configuration settings.

2007-04-21 22:44:18 Tree
[r5249] by cboos

Revert r4786 in preparation for a more general way to handle navigation customization (#2060).

2007-04-21 15:32:34 Tree
[r5248] by cboos

Follow-up to r5192, fix versioncontrol property renderers.

2007-04-21 15:11:43 Tree
[r5247] by cboos

0.10.5dev: ported r5243 (''anonymous can't write by default, #4051'')

2007-04-21 01:06:30 Tree
[r5246] by cboos

0.10.5dev: ported [5244:5245] (''authz fixes, #3995 and #2477'')

2007-04-21 00:34:31 Tree
[r5245] by cboos

Fix authz checks in case of scoped repositories. Closes #2477.

2007-04-21 00:26:05 Tree
[r5244] by cboos

Log an error if the `[trac] authz_file` doesn't exist. Also, add the ability to specify a relative path for it (like r5233 did for `repository_dir`). Closes #3995.

2007-04-21 00:00:02 Tree
[r5243] by cboos

More spam resistant default setup: all write operations are disallowed by default for anonymous. The `authenticated` pseudo-group has now the few default write permissions that anonymous used to have. Closes #4051.

2007-04-20 23:28:57 Tree
[r5242] by cboos

Add a `[ticket] max_description_size` setting, in order to avoid having really huge ticket descriptions, as it sometimes happen. Closes #3944.

2007-04-20 23:11:06 Tree
Older >