Closed (fixed)
Project:
Advanced Taxonomy Blocks (abandoned)
Version:
6.x-3.5
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2010 at 00:28 UTC
Updated:
5 Feb 2013 at 11:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
webankit commentedsubscribing +1
Comment #2
v.zhakov commentedAlso I wait it too. Subscribe.
Comment #3
Cliffy commented+1
Comment #4
serg.remote commentedSubscribing
Is port to D7 planned at all?
Comment #5
espirates commentedSubscribe
Comment #6
sonar_un commentedSubscribing
Comment #7
summit commentedSubscribing, +1 for D7 port!
greetings, Martijn
Comment #8
v.zhakov commentedWhat does it mean? We have first D7 port? Where we can get it? It must be great news.
Comment #9
blenny commentedsub
Comment #10
Taxoman commentedStatus?
Comment #11
scalp commentedSubscribe
Comment #12
chunglk commentedI have been upgraded this module.
Comment #13
chunglk commentedFix errors.
Comment #14
pat redmond commentedThere is now a D7 version of jquerymenu: http://drupal.org/project/jquerymenu
How much demand is there for a D7 version of this module? Particularly if chunglk has done most of the work, it should be hard to get it up and running.
Comment #15
scalp commentedDefinitely still interested in a D7 version.
Comment #16
zmz commentedsub
Comment #17
espirates commentedMaybe somebody needs to fork a new module, since the author doesn't seem to have any interest in it anymore.
Comment #18
hooface commentedSubscribing
Comment #19
chunglk commentedOk,I will be integrated this module with jquery menu.
Comment #20
geek-merlin@chunglk: great!!!
if you need any support with git, setting up a sandbox or so, don't bother to ask.
Comment #21
chunglk commentedI already port to d7 this module with jquery menu.
Fix warning jquery menu
Comment #22
msamavi commentedHi, I installed #21, while trying to create a taxonomy block, I encountered the following errors, any help would be appreciated:
Additional uncaught exception thrown while handling exception.
Original
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT b.* FROM {block} b WHERE (b.theme = :db_condition_placeholder_0) AND (b.status = :db_condition_placeholder_1) ORDER BY b.region ASC, b.weight ASC, b.module ASC; Array ( [:db_condition_placeholder_0] => rubik [:db_condition_placeholder_1] => 1 ) in _block_load_blocks() (line 727 of /home/cupdiac/public_html/home/modules/block/block.module).
Additional
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => en-gb [:source] => A field which is not visible to the user, but is recorded with the submission. [:context] => ) in locale() (line 683 of /home/cupdiac/public_html/home/modules/locale/locale.module).
Uncaught exception thrown in session handler.
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 206 of /home/cupdiac/public_html/home/includes/session.inc).
Comment #23
chunglk commentedWhat is your site configuration?
Comment #24
chunglk commentedUpdate
Comment #25
thehong commented(1) Remove hook_install(), hook_uninstall().
(2) Javascript in Drupal 7 is:
(function($){ /* code */})(jQuery)Instead of
$(document).ready(function(){ /* code */ });(3) Admin settings pages are now /admin/config/*
(4) Completely no comments for functions in *.module file??
(5) Many tabs/spaces issue
(6) Should keep module namespace:
- taxonomy_blocks_list()?
- vocab_edit_link()?
(7) Admin functions should be placed in *.admin.inc file.
(8) Remove empty taxonomyblocks_help().
(9) theme_* called directly, they need theme() wrapper.
(10) All queried need be ported tb DBTNG.
(11) Why
t($blockinfo);(12) Should support node counter? It's not compatible with node-access modules.
(13) hook_block_info(), hook_block_view() isn't well coded.
(14) This command is used:
'access arguments' => array('Administer vocabularies and terms'), but there's no hook_permission().Comment #26
thehong commentedMy version with a lot of code-clean up.
Comment #27
thehong commentedUpdate status.
Comment #28
geek-merlincool work. as Pat Redmond wrote in a pm:
> maintaining like this is a nightmare
until #1483152: Co-maintainer is resolved which can still take some weeks
what do you all think about a sandbox-for-now?
i've created one for now with maintainers chunglk, thehong, Pat Redmond at
http://drupal.org/sandbox/axel.rutz/1539152
and committed #26 (in the 7.x-3.x branch, NOT master)
is this of help?
Comment #29
pat redmond commentedActually, it shouldn't take all that long. I have put a request in to the webmasters, and they should be able to give me access fairly quickly. Then I can pass it on to others.
But in the mean time, having the sandbox is a good idea.
Comment #30
pat redmond commentedOK, I am closing this issue because we now have a D7 version. If you have any issues with this version, please create a new issue. Do not add more replies to this issue.
Comment #31
Ozzie commentedsubscribing
Comment #32
pat redmond commentedOzzie - you don't need to post in order to follow a thread. There is a 'follow' button up near the top-right of the screen.