Timeline
12/10/08:
- 19:24 Ticket #2063 (Can't use @require decorator and require property in the same controller.) created by
- ( Posted on …
- 16:08 Ticket #2059 (Failing tests in tg2 trunk) closed by
- fixed: OK, I've just fixed it in [5844]
- 14:36 Ticket #2062 ([PATCH] subtle gettext issue when tg is partially loaded) created by
- Since I had fun tracking this one down, I thought I would share this joy : …
- 14:15 Ticket #2037 (Update repoze.who requirement to 1.0.7) closed by
- fixed
- 14:06 Ticket #2033 (tg2 not wsgi compliant with public/static content) closed by
- fixed: > It is tested and working on the non-identity part. I have not tested it …
- 13:49 Ticket #2002 ([PATCH] setup_genshi_renderer() fix) closed by
- fixed: There is actually already a test that covers the genshi renderer already, …
- 13:42 Ticket #1805 (Add tests for template rendering) closed by
- fixed: Tests added to the full stack test suite.
- 13:42 Ticket #1662 (Document TG2 testing procedures) closed by
- wontfix: The testing procedures have evolved quite a bit since this ticket was …
- 13:38 Ticket #2061 (Clean up form tutorial and use live code) created by
- There have been several comments on this page indicating a desire for a …
- 12:28 Ticket #2060 (explain the websetup command in wiki20) created by
- Initializing the Tables in wiki20 should explain the websetup command …
- 11:57 Ticket #2059 (Failing tests in tg2 trunk) created by
- http://paste.turbogears.org/paste/17832 The recent changes in the auth …
- 03:58 Ticket #2002 ([PATCH] setup_genshi_renderer() fix) reopened by
- Is it possible to write a test suite (success, failure) for this to make …
- 03:54 Ticket #2002 ([PATCH] setup_genshi_renderer() fix) closed by
- fixed
- 03:51 Ticket #1991 ([PATCH] NameError in wsgiapp) closed by
- fixed
12/09/08:
- 23:43 Ticket #2034 (json array support) closed by
- wontfix
- 20:28 Ticket #2058 (Port new CSS from 1.1 to 2.0) created by
- Port the new CSS from the 1.1 branch over to tg.devtools quickstart …
- 20:17 Ticket #1753 (Add documentation For TG2 Decorators) closed by
- fixed: Decorators are documented in the current docs, and have docstrings so the …
- 19:57 Ticket #1685 (Create full-fledged test infrastructure for TG2) closed by
- duplicate: Various smaller tickets take this one's place. Also DB testing is done. …
- 19:56 Ticket #1672 (Create a basic docs outline of how Genshi works in TG2) closed by
- fixed
- 19:53 Ticket #2028 (Install fails with incompatable dependency on decorator) closed by
- worksforme: I cannot reproduce this, so I assume that it's fixed in the latest index.
- 19:50 Ticket #1976 (1.9.7a4 Install Missing Dependencies for Testing) closed by
- fixed
- 19:49 Ticket #1979 (Patch for 2.0_changelog trac wiki page re: upgrading from 1.9.7a3) closed by
- fixed
- 19:49 Ticket #1918 (genshi.outputformat="xhtml" is ignored) closed by
- worksforme: his works when you use the new renderers, and we need to switch to that as …
- 18:58 Ticket #2057 (1.0.7 breaks SA 0.3 compatibility) created by
- I am migrating an app from 1.0.2.2 to 1.0.7 and I hit a NameError? on …
12/07/08:
- 13:40 Ticket #2051 ([PATCH] Make the wrap_app argument to make_base_app actually work.) closed by
- fixed: Committed in revision 5837.
12/06/08:
- 04:54 Ticket #2055 ([PATCH] jsonify doesn't undestands sqlalchemy.engine.base.RowProxy) closed by
- fixed: Ok, we are closing this. If you still find any problems please reopen.
- 04:29 Ticket #2056 (quickstart javascript folder missing) created by
- This seems specific to tg 1.9.7b2, I did a quickstart with and without …
12/05/08:
- 17:38 Ticket #2055 ([PATCH] jsonify doesn't undestands sqlalchemy.engine.base.RowProxy) created by
- I'm writing a jsonrpc method using SQLAlchemy's sql layer and jsonify …
12/04/08:
- 15:58 2.0/changelog edited by
- added 1.9.7b3 (diff)
- 14:26 Ticket #2054 ([PATCH] Mechanism to programatically choose an expose decorator in a ...) created by
- Docstring from register_custom_template_engine in patch: […]
- 10:24 Ticket #2053 (tgsetup.py doesn't work) closed by
- fixed: My bad. Fixed in r5820.
12/03/08:
- 22:07 Ticket #2053 (tgsetup.py doesn't work) created by
- I ran source:branches/1.0/tools/tgsetup.py@5755 and got following error: …
- 14:08 Ticket #2052 (Errors on generated (X)HTML prevent Strict validation) created by
- There are two errors on the generated XHTML code that prevent a page to be …
12/02/08:
- 15:55 Milestone 1.1b2 completed
- A second beta along the road to the final 1.1
- 10:42 Milestone 1.9.7b2 completed
- 02:22 Ticket #2038 (Work on the CSS to clean up the dom structure) closed by
- duplicate: duplicate of #1992
12/01/08:
- 22:52 Ticket #1951 (Backport use_wsgi_app from 2.0) closed by
- wontfix
- 14:34 Ticket #2051 ([PATCH] Make the wrap_app argument to make_base_app actually work.) created by
- Currently, the wrap_app argument to the make_base_app method wraps the …
- 08:41 Ticket #2008 ([PATCH] Turbogears does not support genshi.new_text_syntax option) closed by
- fixed: Added tests in r5791
11/28/08:
- 12:43 2.0/changelog edited by
- mentioned a couple of missing features (diff)
- 08:00 2.0/changelog edited by
- typo fix (diff)
- 07:57 2.0/changelog edited by
- Updated to TG 1.9.7b2 (diff)
11/27/08:
- 00:52 Ticket #2050 ([PATCH] Add production.ini to tg.devtools) created by
- Can you add a production.ini file to a tg.devtools. This way deploying …
11/24/08:
- 15:43 Ticket #2014 ([PATCH] WidgetLists do not inherit fields) closed by
- fixed: Applied in r5764. Also updated the widgets form tutorial for TG 1.1.
- 15:21 Ticket #2049 (Quickstarted TG 1.1 project with --no-identity still adds identity stuff) created by
- When I quickstart a TG 1.1 project with with --no-identity (or enter …
11/21/08:
- 12:45 Ticket #2048 (Drive letter separator in Windows dburi not substituted when using package ...) created by
- When not using the standard "sqlobject.dburi" in e.g. dev.cfg because of …
11/20/08:
- 15:00 Ticket #2047 (Default Elixir model does not support transparent password encryption) created by
- The default SQLAlchemy identity model adds a special property for the …
- 14:31 Ticket #2046 ('tg-admin update' does not detect if project uses Elixir model) created by
- The current (r5735) implementation of command.quickstart.update is not …
- 10:34 Ticket #2031 ([PATCH] Catwalk can't create "/catwalk-session" when deploying using ...) closed by
- fixed: Applied in r5733 with modifications. I changed the name of the config …
11/19/08:
- 17:42 Ticket #2045 (Document REST controllers) created by
- See #1996 and particularly the tests for a usage example. And also …
- 17:41 Ticket #1996 ([PATCH] Support for dispatching based on HTTP method for REST APIs) closed by
- fixed: applied to r5727 thanks a lot to Peter Russel and Rick Copeland!
- 13:03 Ticket #2044 ('turbogears.access' logger does not conform to common/combined log format) closed by
- fixed: Ok, commited in r5725. BTW, the date is always in GMT format, since there …
- 10:23 Ticket #2044 ('turbogears.access' logger does not conform to common/combined log format) created by
- In turbogears.controllers the RootController base class for root …
11/18/08:
- 11:29 Ticket #2041 (test.cfg has become the default configuration file over dev.cfg) closed by
- fixed: Chris, thanks for you suggestions. I get the 'testutil' output you …
- 11:13 Ticket #2043 (Revisit loading of test configuration in turbogears.testutil) created by
- The code in turbogears.testutil to load the configuartion from …
- 10:40 Ticket #1733 (i18n does not collect strings from genshi templates) closed by
- fixed: I implemented a Genshi extractor to make everything work as it is right …
- 10:33 Ticket #2042 (Use Babel instead of our own collectors for i18n) created by
- We now have implemented a (basic) Genshi extractor. The task for 1.5 is to …
- 09:23 Ticket #2041 (test.cfg has become the default configuration file over dev.cfg) created by
- If I start a project using the quickstart generated ./start-project.py and …
11/17/08:
- 19:25 Ticket #2040 (Need to refactor pygettext) created by
- - move it and depent files in a submodule of i18n - merge duplicated …
- 19:22 Ticket #2039 (Need to provide translation context in the genshi extractor) created by
- at the moment the context is not provided (see TODO in source)
- 12:20 Ticket #1455 (quickstart project without identity should not require a database) closed by
- fixed: This is fixed with r5493 and r5494.
- 08:39 Ticket #316 ([PATCH] Modify turbogears.url so that it can return an absolute path) closed by
- fixed: * Added description of absolute_url to …
11/16/08:
- 18:27 Ticket #1746 (tg-admin commands should exit with proper error message if SQLObject is ...) closed by
- fixed: That should be r5491, r5493 and r5494 (r5490, r5495 and r5496 are also …
- 17:49 Ticket #2038 (Work on the CSS to clean up the dom structure) created by
- A new css stylesheet has been introduced but needs some cleanup work.
- 17:34 Ticket #1914 (Improper SPAN/DIV nesting in FieldSet widgets) closed by
- fixed: Ok, I changed the root element of the CalendarDatePicker, …
- 15:05 Ticket #2012 ([PATCH] tg-I18n and string collection) closed by
- fixed: applied after adding some tests.(basic tests)
- 14:20 Ticket #2035 (setup.py runs under IDLE but command line 'python setup.py' dies) closed by
- invalid: I could not reproduce your bug with tg 1.1 nor tg 1.0.7... closing as …
- 14:01 Ticket #2003 ([TEST] Custom identity provider not available in unittest) closed by
- invalid: Closing this ticket as invalid since we now have another set of problems. …
- 09:35 Ticket #2037 (Update repoze.who requirement to 1.0.7) created by
- - With the official beta 1.9.7 - Quickstart project - Served under …
11/15/08:
- 14:46 Ticket #1648 (Paginate decorator for arbitrary list-like objects) closed by
- fixed: This works already, since I've implemented something similar already in …
- 14:07 Ticket #2036 (TG gives 500 server error instead of 403 or 404) created by
- In TG 1.x, when you have a JSON controller (e.g. for an autocomplete …
11/14/08:
- 23:53 Ticket #1783 ([PATCH] Decode the response in testutil.BrowsingSession) closed by
- fixed: Added documentation for BrowsingSession? (including unicode_response) in …
- 23:50 Ticket #2017 ([PATCH] Update TG2 Contributing and DownloadInstall Docs) closed by
- fixed
- 23:19 Ticket #1989 (Stacked @expose() does not work) closed by
- worksforme: If anybody can reproduce this, please reopen the ticket.
- 21:32 Ticket #2035 (setup.py runs under IDLE but command line 'python setup.py' dies) created by
- The following file runs under IDLE but using a command line I get an …
- 13:36 Ticket #1988 ([patch] add "erroneousfield" class to not validated form's fields) closed by
- fixed: fixed in revision 5668
- 13:31 Ticket #1974 ([PATCH] Ordering of JS and CSS widgets at render time) closed by
- fixed
- 13:01 Ticket #2034 (json array support) created by
- paste Using recent easy_install …
- 09:50 Ticket #2033 (tg2 not wsgi compliant with public/static content) created by
- Can turbogears2 add a patch to make sure below works..... Thanks, Lucas …
- 06:15 Ticket #1953 ([PATCH] Add request filter to handle file uploads from buggy Flash clients) closed by
- fixed: Added documentation to 1.1. configuration reference at …
- 06:15 Ticket #2032 (Add test for SafeMultipartFilter) created by
- See the implementation ticket #1953 for SafeMultipartFilter for …
- 05:06 Ticket #2010 ([PATCH] Fix deprecation warning caused by using retrieve_javascrip/css ...) closed by
- fixed: Applied (with minor fix to tests) in r5665.
11/13/08:
- 17:55 Ticket #2031 ([PATCH] Catwalk can't create "/catwalk-session" when deploying using ...) created by
- Hi. I've just upgraded to Ubuntu Intrepid (8.10) which comes with TG …
11/12/08:
- 18:30 Ticket #1963 (Pages of quickstarted TG 1.1 app do not validate) closed by
- wontfix: closing as wontfix…
- 18:05 Ticket #1892 ([PATCH]: apply all constraints in testutil.dbtest after creating all tests) closed by
- fixed: Applied in r5662 I did not see how to test test testutil sytem itself, so …
- 17:15 Ticket #1764 ([PATCH] Add SQLAlchemy support to testutil.DBTest) closed by
- fixed: Created a new ticket for the documentation task referencing this one. …
- 17:14 Ticket #2030 (Document new testutil.DBTestSO and testutil.DBTestSO classes) created by
- The new test functionalities provided for SA should be documented …
- 15:56 Ticket #2029 ([PATCH] Inconsistency of not_anonymous condition implementation) closed by
- fixed: applied in r5661 thx!
- 12:37 Ticket #2029 ([PATCH] Inconsistency of not_anonymous condition implementation) created by
- As mentioned in this thread: …
Note: See TracTimeline
for information about the timeline view.