Menu

Trac Commit Log


Commit Date  
[r6249] by cboos

While previewing a new ticket, if we target to #preview, we will miss the ticket type information. Show the full page instead.

This has the additional benefit that we don't need the somewhat redundant link to the eventual warnings, as they can't be missed now.

2007-11-28 17:11:31 Tree
[r6248] by cboos

Follow-up to r6149: the ticket type should only be shown in the title in the preview mode.

This is necessary because the type is not shown anymore part of the ticket fields.

2007-11-28 17:11:03 Tree
[r6247] by cboos

Upgrading to [http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-for-12/ jQuery-1.1.4].

I've not noticed any problem with that upgrade.
Tested Firefox 2.0.0.10, IExplorer 7 and Opera 9.02 on Windows.

Should fix #6043 and enable implementing the transition to jQuery-1.2.

2007-11-28 16:53:03 Tree
[r6246] by cboos

AuthzPolicy bugfix: wrong check was made for denying actions

2007-11-28 15:41:44 Tree
[r6245] by cboos

The adaptation of a generic resource 'VIEW' permission check to the existing set of action names is now done directly at the level of the report generation (the only place that actually needs it for now).

Following a suggestion made by athomas on trac-dev.

2007-11-28 15:35:59 Tree
[r6244] by jruigrok

Fix various problems that emerged due to updates with an old Babel version.

2007-11-28 15:32:28 Tree
[r6243] by cboos

The Cc: text input field is replaced by an "Add me to Cc:" or "Remove me from Cc:" checkbox when the TICKET_EDIT_CC permission is not available.

That permission is automatically granted to TICKET_ADMIN users.

This aims to preserve the confidentiality of the e-mail addresses as required by #153.

Closes #1459.

2007-11-28 13:10:30 Tree
[r6242] by cboos

Fix a bug in rendering CC: changes.

The comparison has to be done on the unobfuscated addresses, otherwise there's a possibility that no change will be detected in case there's a collision on the ''name@...'' part. This will have the undesirable effect that the change will be shown in the "changed from ''old'' to ''new''", with ''old'' and ''new'' lists containing the full e-mail addresses.

Related to #153.

2007-11-28 11:44:35 Tree
[r6241] by osimons

Fixing how the attachment module generates the URL to itself, specifically the part provided by parent path.

* Ignores version of parent resource, ref. #6403
* Unquote parent URL to avoid double quoting, ref. #6375

2007-11-28 10:43:09 Tree
[r6240] by cboos

Use the `[trac] base_url` only when a base URL is needed outside of the context of web browsing (e.g. for the URL in the footer of generated e-mail, see #3965).

The temporary 0.11dev/0.10.5dev behavior introduced by r5642 is therefore reverted and that `base_url` is only used in redirects ''when explicitly asked for'', using the new `[trac] use_base_url_for_redirect` boolean setting (which defaults to `false`).

Closes #5064.

2007-11-28 10:21:02 Tree
Older >