Timeline
02/23/2011:
- 23:18 Ticket #15469 (CSRF/Ajax/JQuery - Token is set to be inserted on both GET and POST) created by
- My understanding of the documentation is that a csrf token is only …
- 19:20 Ticket #15424 (readonly_fields in InlineModelAdmin looks up wrong callable) created by
- my_app.models: […] my_app.admin: […] This will show …
- 19:10 Ticket #15420 (Regression adding an User object in a popup fails) closed by
- fixed: Fixed in r15637 (trunk) and r15638 (1.2.X branch).
- 19:09 Changeset [fa1a74ff]stable/1.2.x by
- [1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user …
- 19:00 Changeset [4b13e76]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14012 (again) -- Admin app: Don't show the full user edition …
- 18:54 Ticket #14012 (Adding an User object in a popup fails) closed by
- fixed: This ticket was fixed; the regression is a separate issue to the …
- 18:53 Ticket #15420 (Regression adding an User object in a popup fails) created by
- #14012 describes a problem with creating new users using popup dialogs …
- 18:48 Ticket #15404 ("from __future__ import unicode_literals" in "settings.py") closed by
- wontfix: We natively support unicode, but we don't natively support Python 3 …
- 18:10 Ticket #15419 (initial sql files need better warnings) created by
- I develop on a Mac and deploy on linux. On mac the initial sql files …
- 18:08 Ticket #15412 (Custom SQL fixtures appear to be loaded in the wrong order.) closed by
- wontfix: The order is undesirable *for you*. The other order is just as …
- 16:38 Ticket #14012 (Adding an User object in a popup fails) reopened by
- This does not appear fixed to me. Running from svn and 1.2.5 I was …
- 15:05 Ticket #15412 (Custom SQL fixtures appear to be loaded in the wrong order.) created by
- When using custom SQL fixtures for loading SQL into the database (i.e. …
- 12:35 Ticket #15400 (Arabic translation update for 1.3) closed by
- invalid: Translations are now handled via [http://www.transifex.net/ …
- 12:03 Ticket #15404 ("from __future__ import unicode_literals" in "settings.py") created by
- good day! if: in file my_web_site/settings.py to insert line: …
- 11:35 Ticket #15400 (Arabic translation update for 1.3) created by
- Diff attached using latest SVN
- 10:22 Ticket #3672 (newforms: DateField doesn't handle date output formats) closed by
- fixed: I think these needs were fulfilled with the changes introduced in …
- 10:04 Version1.4Roadmap edited by
- (diff)
- 10:04 Version1.4Roadmap created by
- 09:40 Ticket #15135 (Default input_formats for forms.DateField not as documented) closed by
- duplicate: Duplicate of #14294.
- 09:35 Ticket #15396 (full path to modules in documentation inconsistently referenced) created by
- To enable GzipMiddleware, you have to add to your MIDDLEWARE_CLASSES: …
- 09:13 Ticket #15395 (http decorators docs doesn't provide import path) created by
- The various decorators documented at …
- 08:13 Ticket #15394 (Confused comment for STATICFILES_DIR on settings.py) closed by
- invalid: The comment is correct. It is *additional* locations, on top of those …
- 07:59 Ticket #15394 (Confused comment for STATICFILES_DIR on settings.py) created by
- Comment for STATICFILES_DIR on settings.py should be: # Locations of …
- 07:43 Ticket #12004 (Registering abstract model with admin gives confusing / misleading error) closed by
- fixed: In [15636]: […]
- 07:43 Changeset [12bd7bc]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12004 -- Improved error reporting when an abstract class is …
- 07:36 Ticket #15299 (django.core.context_processors.PermWrapper should be moved to ...) closed by
- fixed: In [15635]: […]
- 07:36 Changeset [7aa84917]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15299 -- Started the process of migrating the auth context …
- 07:07 Ticket #15387 (Parameter parse_until doesn't compare to tag name.) closed by
- duplicate: I'm pretty sure this is a duplicate of #3100. Regarding format - …
- 06:37 Ticket #15387 (Parameter parse_until doesn't compare to tag name.) created by
-
django.template.Parser.parse() takes an argument
parse_until
, which … - 06:28 Ticket #15386 (Fix PYTHONSTARTUP support in manage.py shell) created by
- The attached patch will allow to have project specific start-up …
- 05:49 Reports edited by
- Added query for tickets that need review (diff)
- 03:44 Changeset [f87936fa]stable/1.2.x by
- [1.2.X] Fixed #15375 -- clarified apparent contradiction in Form …
- 03:41 Ticket #15375 (Contradiction in Form Wizard documentation) closed by
- fixed: In [15633]: […]
- 03:41 Changeset [6ce03dd8]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15375 -- clarified apparent contradiction in Form Wizard …
- 03:10 Ticket #15385 (Bug in django-auth-ldap bindings and groups on restricted LDAP ...) closed by
- invalid: django-auth-ldap is a 3rd party app, not part of Django, closing as …
- 03:01 Ticket #15385 (Bug in django-auth-ldap bindings and groups on restricted LDAP ...) created by
- There is a bug in django-auth-ldap with LDAP groups access, if the …
02/22/2011:
- 22:27 Ticket #15374 (Polish dates being wrongly shortened.) closed by
- invalid: Replying to muaddib@…: > The problem reported wasnt about …
- 22:05 Ticket #15374 (Polish dates being wrongly shortened.) reopened by
- The problem reported wasnt about translated strings, but more about …
- 21:42 Ticket #15384 (TestAppDirectoriesFinder fails in Windows) closed by
- duplicate: I'm going to close this as a duplicate of #14961; even if it isn't …
- 20:21 Ticket #15384 (TestAppDirectoriesFinder fails in Windows) created by
- I ran the Django 1.3 beta 1 tests using the included sqlite backend in …
- 19:43 Ticket #15383 (TransactionManagementError although I've rollbacked the transaction) closed by
- invalid: Firstly -- please use preview when submitting a bug. Secondly -- Yes, …
- 19:24 Ticket #15383 (TransactionManagementError although I've rollbacked the transaction) created by
- Hi, This bug must be very recent, as my piece of code that is now …
- 19:01 Ticket #15382 (Users should be able to specify multiple email connections in their ...) closed by
- invalid: Oops. Taking this feature request to django-developers.
- 18:57 Ticket #15382 (Users should be able to specify multiple email connections in their ...) created by
- Multiple databases and caches can currently be configured in one's …
- 17:42 Ticket #15381 (Tutorials: 'mysite.polls' instead of 'polls' in some First Django App) closed by
- invalid: The tutorial is correct. Your apache configuration is incorrect. This …
- 17:38 Ticket #15380 (djangoproject home page browser dependent) closed by
- worksforme: This sounds to me like a case of fail on the browser end. The download …
- 14:42 Ticket #15381 (Tutorials: 'mysite.polls' instead of 'polls' in some First Django App) created by
- Hi, I don't know if this is just my instance (and the fact I was …
- 13:35 Ticket #15380 (djangoproject home page browser dependent) created by
- Using Gnome's Epiphany Web Browser 2.30.2 (WebKit) on FreeBSD 8.1 …
- 13:05 Ticket #7187 (Improved settings import) closed by
-
wontfix:
mod_python
is deprecated, so closing this permanently as won't fix. - 11:33 Ticket #15372 (manage.py adds to sys.path and forcibly imports the parent dir of the ...) closed by
- duplicate: 1) Don't assign tickets to people without their permission. 2) This …
- 11:09 Ticket #15372 (manage.py adds to sys.path and forcibly imports the parent dir of the ...) reopened by
- I don't think it's the same bug. Please note my problem is not limited …
- 08:48 Ticket #15379 (FAQ should include standard way to cite django) created by
- Many open source projects have a standard way to cite their use in …
- 08:13 Ticket #15378 (geodjango layermapping save method missed an except) created by
- If you use layermapping and you get an OGR error in _save method, then …
- 06:37 Ticket #15377 (last_login should reflect real activity) closed by
- wontfix: This is out of scope for django. It would be a backwards incompatible …
- 05:58 StringEncoding edited by
- (diff)
- 05:43 Ticket #15377 (last_login should reflect real activity) created by
- It looks like User.last_login is only triggered on a real login …
- 05:35 Changeset [8ed8b24]stable/1.2.x by
- [1.2.X] Fixed #15371 -- Ensure that a superuser created with the …
- 05:33 Ticket #15371 (createsuperuser with --noinput creates users with empty password) closed by
- fixed: In [15631]: […]
- 05:33 Changeset [b9a20d1]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15371 -- Ensure that a superuser created with the …
- 05:31 Changeset [8b5fc4a]stable/1.1.x by
- [1.1.X] Removed example CSRF jQuery code from release notes, replacing …
- 05:30 Changeset [e89c471e]stable/1.2.x by
- [1.2.X] Removed example CSRF jQuery code from release notes, replacing …
- 05:27 Changeset [37343ba]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed example CSRF jQuery code from release notes, replacing with …
- 04:58 Ticket #15376 (translation in templates does not allow for a context variable) closed by
- duplicate: Duplicate of #14806.
- 04:40 Ticket #15376 (translation in templates does not allow for a context variable) created by
- As per …
- 02:29 Ticket #15375 (Contradiction in Form Wizard documentation) created by
- The first paragraph on Django's form wizard documentation reads: …
- 01:21 Ticket #15374 (Polish dates being wrongly shortened.) closed by
- invalid: Translations are now being handled through …
02/21/2011:
- 21:25 Changeset [dc9d639c]stable/1.2.x by
- [1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error …
- 21:07 Ticket #13510 (Row level errors on ModelForms in the admin mess up colspans) closed by
- fixed: In [15626]: […]
- 21:07 Changeset [337d102]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13510 -- Corrected colspan of non-field-specific error messages …
- 20:56 Ticket #15374 (Polish dates being wrongly shortened.) created by
- In newer versions of django month names are being pretty shortened. …
- 20:21 Ticket #15372 (manage.py adds to sys.path and forcibly imports the parent dir of the ...) closed by
- duplicate: Closing as a duplicate of #15064 -- It isn't strictly the same bug, …
- 20:14 Ticket #15373 (Address Transactions in documentation more thoroughly) closed by
- wontfix: [http://docs.djangoproject.com/en/dev/topics/db/transactions/#handling- …
- 19:08 Ticket #15373 (Address Transactions in documentation more thoroughly) created by
- I don't know if this is right and proper for a ticket, but today I …
- 18:58 Changeset [53663be5]stable/1.2.x by
- [1.2.X] Fixed #15257 - Add a link about field lookups to the tutorial; …
- 18:57 Ticket #15257 (Suggestion: examples of double-underscore usage/meaning) closed by
- fixed: In [15624]: […]
- 18:57 Changeset [00fb22d8]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15257 - Add a link about field lookups to the tutorial; thanks …
- 17:00 Changeset [e57e2961]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected logging call in CSRF middleware git-svn-id: …
- 16:56 Changeset [a6114e1]stable/1.2.x by
- [1.2.X] Fixed error that was introduced in [15601] causing lots of …
- 16:38 Ticket #15350 (Dirlisting Display Oddity in Trac) closed by
- fixed
- 15:20 Changeset [31d0f2fa]stable/1.2.x by
- [1.2.X] Fixed #11058 - list_display_links doesn't allow callables not …
- 15:04 Changeset [25c217bc]stable/1.2.x by
- [1.2.X] Fixed #14835 -- Corrected a lack of indentation in the reST …
- 13:30 Ticket #15372 (manage.py adds to sys.path and forcibly imports the parent dir of the ...) created by
- I have tested this with django 1.2.5 Due to django's custom handling …
- 13:15 Ticket #11058 (list_display_links doesn't allow callables not defined in the model) closed by
- fixed: In [15619]: […]
- 13:15 Changeset [fdf9602]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11058 - list_display_links doesn't allow callables not defined …
- 12:45 Changeset [58c4aca]stable/1.2.x by
- Remove reference to use_l10n which snuck in from a backport from …
- 12:44 Changeset [5baa06e]stable/1.2.x by
- [1.2.X] Fixed HTML error in admin when using list_editable. Backport …
- 12:43 Changeset [1b062f66]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed HTML error in admin when using list_editable. git-svn-id: …
- 11:05 Ticket #15371 (createsuperuser with --noinput creates users with empty password) created by
- As of [14053], empty passwords are allowed by the contrib.auth User …
- 10:30 Ticket #15370 (Most of the admin_scripts tests failing because of a warning) created by
- […] Windows XP, Python 2.5. I can get this warning when I add …
- 10:14 Changeset [e63db659]stable/1.2.x by
- [1.2.X] Fixed #15349 - Bound FormSet produces bound empty_form Thanks …
- 10:05 DjangoPoweredSites edited by
- One links was not valid. Corrected. (diff)
- 09:43 Ticket #15349 (Bound FormSet produces bound empty_form) closed by
- fixed: In [15614]: […]
- 09:43 Changeset [c411377]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15349 - Bound FormSet produces bound empty_form Thanks to …
- 09:19 Ticket #3579 (remove admin's reliance on TEMPLATE_STRING_IF_INVALID set to empty string) closed by
- invalid: I think it is now too late to put this genie back in the bottle, and …
- 08:33 DjangoFriendlyWebHosts edited by
- (diff)
- 08:32 DjangoFriendlyWebHosts edited by
- Added 30loops entry (diff)
- 08:32 Changeset [c326ec4]stable/1.2.x by
- [1.2.X] Fixed #14099 - BaseModelFormSet should use _should_delete_form …
- 08:23 Ticket #14099 (modelformset not using _should_delete_form) closed by
- fixed: In [15612]: […]
- 08:23 Changeset [13f9fd38]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14099 - BaseModelFormSet should use _should_delete_form Thanks …
- 08:16 Ticket #15369 ([15120] causes NameError) closed by
- fixed: In [15611]: […]
- 08:16 Changeset [ae10b27]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15369 -- Added missing import in _os module. Thanks, jonash. …
- 08:08 Changeset [4df0e5f]stable/1.2.x by
- [1.2.X] Fixed #11707 - limit_choices_to on a ForeignKey can render …
- 08:06 Changeset [fee8a49]stable/1.2.x by
- [1.2.X] Fixed #15359 -- Ensure that the -h option is always honored by …
- 08:06 Changeset [bf4507f2]stable/1.2.x by
- [1.2.X] Fixed #15364 -- Ensure files are closed correctly during file …
- 08:04 Ticket #11707 (limit_choices_to on a ForeignKey can render duplicate options in formfield) closed by
- fixed: In [15607]: […]
- 08:03 Changeset [6902824a]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate …
- 07:57 Ticket #15369 ([15120] causes NameError) created by
-
Revision [15120] should cause a
NameError
becausestat
is … - 07:46 Ticket #11852 (html template password_reset_email.html has badly translatable string) closed by
- fixed: In [15606]: […]
- 07:46 Changeset [470d9b26]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11852 -- Ensure that a long string in the password reset email …
- 07:45 Ticket #15359 (django-admin.py: -h option usage inconsistent with help output) closed by
- fixed: In [15605]: […]
- 07:45 Changeset [b151bccd]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15359 -- Ensure that the -h option is always honored by …
- 07:45 Ticket #15364 (TestCase files.FileTests failing on Windows) closed by
- fixed: In [15604]: […]
- 07:45 Changeset [b700c3a9]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15364 -- Ensure files are closed correctly during file tests. …
- 07:43 Ticket #15368 (Regression in Context) created by
- There is a regression since r15601 (in the 1.2.X branch), that notably …
- 07:14 Ticket #15355 (Choices on ForeignKey in Inlines not limited to the model constraints) closed by
- invalid: The fact that the address of an EmailAdvertisor needs to be restricted …
- 06:57 Ticket #15367 (Improved Auth Password Hashing) created by
- As discussed on the django-developers mailing list, we aim to improve …
- 06:40 Changeset [e636db1]stable/1.2.x by
- [1.2.X] Fixed #15362: Added explicit deletion of file to test, needed …
- 06:35 Ticket #15362 (The file_uploads tests are failing on Windows) closed by
- fixed: In [15602]: […]
- 06:35 Changeset [f21fc714]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15362: Added explicit deletion of file to test, needed now …
- 05:08 Ticket #15366 (AuthenticationForm should optionally permit inactive user login) created by
- ModelBackend now allows login with inactive user (it has …
- 04:56 Ticket #15365 (Stronger warning for markup template filters) created by
- if the restructuredtext markup is meant to be safe (I cannot see …
- 04:55 Ticket #15360 (Regression with handling of template context) closed by
- fixed: Fixed in r15600.
- 04:13 Changeset [39b8a1f]stable/1.2.x by
- [1.2.X] Fix broken tests due to changes in r15591 by updating the test …
- 04:12 Changeset [4419f5f]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix broken tests due to changes in r15591 by updating the test …
- 03:46 Ticket #15364 (TestCase files.FileTests failing on Windows) created by
- The reason is that Windows can not delete a file which is open. I'm …
- 03:36 Ticket #15363 (get_queryset & get_query_set) created by
- There are references to methods/functions of both names get_query_set …
- 03:18 Ticket #15362 (The file_uploads tests are failing on Windows) created by
- The reason is known and commented: […] …
- 02:18 Ticket #15361 (Document performance considerations when using Queryset.get()) created by
- Currently QuerySet.get() counts the number of rows in the result set. …
- 02:06 Ticket #15360 (Regression with handling of template context) created by
- It seems that [15591] has broken something in the way the context is …
- 00:57 NewbieMistakes edited by
- (diff)
02/20/2011:
- 22:15 Ticket #15359 (django-admin.py: -h option usage inconsistent with help output) created by
-
The help text for django-admin.py shows
-h
as a valid option, but … - 18:08 Changeset [3db9383d]stable/1.2.x by
- [1.2.X] Fixed #15358 -- Renamed a test to avoid a naming collision. …
- 18:00 Ticket #15353 (problem with django.middleware.gzip.GZipMiddleware) closed by
- worksforme: Please use preview when submitting code samples. As for the bug …
- 17:51 Ticket #15356 (Possible problem with setting import in django/http/__init__.py) closed by
- wontfix: I'm going to mark this wontfix, but only because it's a *possible* …
- 17:46 Ticket #15357 (Duplicate pdb import in django/test/_doctest.py) closed by
- wontfix: Django's doctest.py is a copy of the version in Python itself, tweaked …
- 17:43 Ticket #15358 (Test GeoModelTest.test29_force_rhr redeclared) closed by
- fixed: In [15598]: […]
- 17:43 Changeset [01c42cb]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15358 -- Renamed a test to avoid a naming collision. Thanks to …
- 17:19 Changeset [1d1f363]stable/1.2.x by
- [1.2.X] Fixed #14529 -- Fixed representation of model names in admin …
- 17:09 Ticket #14529 (Save messages for proxy models show a crazy verbose_name) closed by
- fixed: In [15596]: […]
- 17:09 Changeset [52fc61e0]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14529 -- Fixed representation of model names in admin messages …
- 15:42 DevelopersForHire edited by
- Added efabryka team developers. (diff)
- 14:51 Ticket #15355 (Choices on ForeignKey in Inlines not limited to the model constraints) reopened by
- Many thanks Ramiro for reviewing the bug. There is an error in the …
- 10:17 Ticket #15355 (Choices on ForeignKey in Inlines not limited to the model constraints) closed by
-
invalid: There is no direct relation between your
EmailAdvertisorInline
and … - 09:27 Changeset [d65ca449]stable/1.2.x by
- [1.2.X] Expanded InlineModelAdmin documentation a bit. Partial …
- 09:02 Ticket #15358 (Test GeoModelTest.test29_force_rhr redeclared) created by
- http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/t …
- 08:43 Ticket #15357 (Duplicate pdb import in django/test/_doctest.py) created by
- Here: …
- 08:36 Ticket #15356 (Possible problem with setting import in django/http/__init__.py) created by
-
Comments in QueryDict
_get_encoding
and__init__
methods say: > … - 07:44 Changeset [6ef2b4c]stable/1.2.x by
- [1.2.X] Tweaked the changes from changeset r15580 so as to avoid …
- 07:43 Changeset [674062c3]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Tweaked the changes from changeset r15580 so as to avoid introducing a …
- 02:01 Ticket #15341 (Add info about transifex to New Ticket page) reopened by
- Ok, my bad: I added two issues to this ticket O:-) The addition to …
Note: See TracTimeline
for information about the timeline view.