https://bugzilla.wikimedia.org/show_bug.cgi?id=35318
--- Comment #4 from Thorsten Nickel <[email protected]> 2012-03-21 07:25:17 UTC --- Hi Yaron, I replaced the code with the Trunk SVN one, but this does not change anything in the result. I made a diff with the two code-modules and am sure to have put up the SVN one. But, this update does not brake anything, so thats good. If I could make just a guess, it seems to me that when running through the list of articles matching the query, with the compound query there is an early break condition, leading to not selecting all available articles. And this condition does not apply with a 'normal' #ask query. Is there a way I can turn on some debugging or the like perhaps ? Regarding the 'color' attribute in the compound query it may help, when I examine the generated HTML from the calendar, it seems to me that the additional attribute color is not submitted at all: ---- HTML CODE ---- <table class="month_calendar"> <tbody> <tr class="weekdays"> <tr> <td> <div class="day day_other_month">27</div> <div class="main"> <p> <a title="_Customer_ - _Object_ - _Reference_" href="/w/xxxxx">_Customer_ - _Object_ - _Reference_</a> </p> </div> </td> <td> ..... </td> </tr> .... ---- END HTML ---- Thanks in advance, Thorsten -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
