#4928 closed defect (fixed)
batchmodify does not work due to QueryModule change
Reported by: | anonymous | Owned by: | CuriousCurmudgeon |
---|---|---|---|
Priority: | high | Component: | BatchModifyPlugin |
Severity: | blocker | Keywords: | |
Cc: | gregmac, col | Trac Release: | 0.11 |
Description
QueryModule was a class, but it is a module now, so isinstance(handler, (QueryModule)) in pre_process_request(self, req, handler) function is always false, and ticket information does not change.
Attachments (1)
Change History (17)
comment:1 Changed 16 years ago by
Cc: | gregmac added; anonymous removed |
---|
comment:2 Changed 16 years ago by
Cc: | col added |
---|
comment:3 Changed 15 years ago by
Severity: | normal → major |
---|
Sorry guys, is there an update on this or a work around?
comment:4 Changed 15 years ago by
Hi Guys, What is the status of this ticket? Is this a bug? Need an update on this issue.
comment:5 Changed 15 years ago by
Any resolution for this?
I use the configuration bellow and also not working.
Trac: 0.11.2 Python: 2.5.2 (r252:60911, Jan 19 2009, 14:35:18) [GCC 4.2.1 20070719 [FreeBSD]] setuptools: 0.6c9 SQLite: 3.6.4 pysqlite: 2.3.5 Genshi: 0.5.1 mod_python: 3.3.1 Pygments: 1.0 Subversion: 1.5.5 (r34862) jQuery: 1.2.6
comment:6 Changed 15 years ago by
Priority: | normal → high |
---|---|
Severity: | major → blocker |
This plugin does not function at all - upgrading severity due to multiple reports
Trac: 0.11.3 Python: 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] setuptools: 0.6c8 SQLite: 3.3.4 pysqlite: 2.3.2 Genshi: 0.5.1 mod_python: 3.3.1 Pygments: 1.0 Subversion: 1.5.1 (r32289) jQuery: 1.2.6
Changed 15 years ago by
Attachment: | #4928 fix.patch added |
---|
This patch fixes pre_process_request and adds some debug logging.
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
Owner: | changed from ashwin_phatak to anonymous |
---|---|
Status: | new → assigned |
comment:9 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:10 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:11 Changed 15 years ago by
Owner: | changed from anonymous to CuriousCurmudgeon |
---|---|
Status: | reopened → new |
comment:12 Changed 15 years ago by
Status: | new → assigned |
---|
comment:13 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:14 follow-up: 15 Changed 15 years ago by
- :/ also not working here:
Trac: 0.11.6 Python: 2.5.1 (r251:54863, Jul 31 2008, 23:20:23) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] setuptools: 0.6c11 SQLite: 3.4.2 pysqlite: 2.3.4 Genshi: 0.5.1 mod_python: 3.3.1 Subversion: 1.4.4 (r25188) RPC: 1.0.6 jQuery: 1.2.6
comment:15 follow-up: 16 Changed 15 years ago by
Replying to jcran:
- :/ also not working here:
Trac: 0.11.6 Python: 2.5.1 (r251:54863, Jul 31 2008, 23:20:23) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] setuptools: 0.6c11 SQLite: 3.4.2 pysqlite: 2.3.4 Genshi: 0.5.1 mod_python: 3.3.1 Subversion: 1.4.4 (r25188) RPC: 1.0.6 jQuery: 1.2.6
Are you working with the trunk for the plugin?
comment:16 Changed 15 years ago by
total false alarm. my apologies. i've removed the 'not working' message from the front page of the wiki (this caused the initial confusion). working perfectly with the above settings. GREAT plugin.
Is there a work around for this bug?