| Commit | Date | |
|---|---|---|
| 2010-10-05 21:43:27 | Tree | |
| 2010-10-05 21:43:01 | Tree | |
| 2010-10-05 21:42:37 | Tree | |
|
[r10182]
by
cboos
#9536: convert the base system and smaller modules to use context managers for database access. |
2010-10-05 21:37:58 | Tree |
| 2010-10-05 21:36:31 | Tree | |
|
[r10180]
by
cboos
#9536: rework EnvironmentStub, use context managers and support sqlite file based backend. |
2010-10-05 21:35:46 | Tree |
|
[r10179]
by
cboos
db: introduce context managers for working with a database connection. SQL transactions can be executed this way: }}} Another context manager for performing "read-only" queries can be obtained via `env.db_query`. That one doesn't `commit` or `rollback`, but returns the connection to the pool when exiting the context, making that connection available to other threads as soon as possible. See TracDev/DatabaseApi#Trac0.13API for more details. Part of #9536. |
2010-10-05 21:28:06 | Tree |
|
[r10178]
by
rblank
0.13dev: Added two select boxes to the "Basic Settings" admin panel, for the default timezone and default language. Excellent initial patch by Ryan J Ollos, thanks! Closes #9581. |
2010-10-05 20:06:53 | Tree |
|
[r10177]
by
rblank
0.13dev: Added support for `X-WR-CALDESC` and `X-WR-TIMEZONE` properties in the ics export of the roadmap. Patch by Thijs Triemstra. Closes #9668. |
2010-10-05 19:48:14 | Tree |
|
[r10176]
by
cboos
Patch for tests and issues revealed by tests attached. trac/web/main.py: trac/notification.py: trac/mimeview/api.py: trac/mimeview/tests/* Patch by Simon Cross, thanks! |
2010-10-05 17:32:24 | Tree |