Menu

Trac Commit Log


Commit Date  
[r11099] by cboos

1.0dev: fix saving //Comments only// pref in ticket view.

`jQuery.ajax` doesn't send `undefined` value in `data`, which is what
`attr('checked')` returns when the checkbox is unchecked.
So we have to cast it to bool.

2012-06-28 18:54:18 Tree
[r11098] by cboos

#4926: .nav inline-block fix for IE7

There's a way to force IE7 to apply inline-block display on
elements that were not originally inline.

See http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/
for more details.

Hack suggested by Leho Kraav, many thanks!

2012-06-26 17:43:06 Tree
[r11097] by cboos

#10012: improved navigation bar and content border (among other changes)

- the tabs in the mainnav are now flowed. Thanks to osimons and coderesort.org for initial inspiration. Also closes #4926, the "funny accents" are gone.
- make the #content <div> stand out and use a bit more spacing around it and a discrete shadow
- highlight for targets is now rounded and better stands out.
- fix position of the ''View changes...'' button in TracBrowser
- use rounded tabs in /prefs
- in custom queries filter panel, use round minus buttons
- tweak rounded panels and make foldable sections look a bit like buttons

2012-06-26 17:40:28 Tree
[r11096] by cboos

1.0dev: use more correct query for report pagination.

The initial approach to report pagination (#216) relied on using
a subquery. In fact, there was no guarantee that the order of the
rows would be kept from the subquery to the main query, and this
was visible in some cases for some SQL engines.

In addition, we also support user defined sorting even in the
presence of a grouping by columns. In case the automated query
manipulation fails, it's possible to specify where the sort column
and the limit/offset clause will appear (using `@SORT_COLUMN` and
`@LIMIT_OFFSET@`, respectively).

Closes #10540.

2012-06-26 17:23:39 Tree
[r11095] by cboos

1.0dev: some cosmetic changes for the BatchModify feature (#525)

- consistent use of whitespace in query.js
- don't show batch_selector checkboxes on print.
- in query_results.html, fix colspan for batch modify.
- remove one such colspan correction done in js
- add tooltips for batch modify checkboxes
- remove js check for resolution required which is now done in the workflow.

Closes #10714 (for now...).

2012-06-26 16:35:19 Tree
[r11094] by cboos

1.0dev: add unit tests for `trac.db.util.sql_escape_percent`.

Patch contributed by Alex Willmer on #10520. Thanks!

2012-06-26 14:32:32 Tree
[r11093] by jomae

1.0dev: Merged [11092] from 0.12-stable

2012-06-26 12:05:25 Tree
[r11092] by jomae

0.12.4dev: Uses `[0-9]` instead of `\d` with `re.UNICODE` in wiki parser to avoid matching unicode digit characters

2012-06-26 11:53:42 Tree
[r11091] by cboos

#10652: follow-up, sort collected files

2012-06-25 23:46:31 Tree
[r11090] by cboos

git: improve wording for config options and some docstrings.

2012-06-25 23:18:18 Tree
Older >
MongoDB Logo MongoDB