On Jun 19, 3:04 am, setcookie <[EMAIL PROTECTED]> wrote: > hmm i did put in the plugin folder on trac env and took the macro version > from Mike Greer - still same error > > i did put: [[WikiTicketCalendar(*,*)]] on my wiki start site but the error > persists? i have on ticket with due date?! maybe its a database error or > something? cant find anything in the logfile > > > > yoheeb-2 wrote: > > > On Jun 18, 2:30 pm, [EMAIL PROTECTED] wrote: > >> On Jun 18, 1:27 pm, setcookie <[EMAIL PROTECTED]> wrote:> its says: > > >> > Error: Failed to load processor WikiTicketCalendar > > >> > No macro or processor named 'WikiTicketCalendar' found > > >> > but than again it may be in the wrong location?! formerly one had to > >> put it > >> > in the wiki-macro folder but that doesnt exist anymore in 0.11 envs? so > >> > where to put it ... ? > > >> <snip> > > >> That sounds like the location, in 0.11, you can put it in the /plugins > >> directory of your trac environment. > <snip>
try this, go and actually open the version you downloaded in an editor. I suspect, it will be an html document, and not the actual code. I realized thinking back I had this. I had to actually open the link, and copy/paste the code into a WikiCalendarMacro.py file. After I did a save link as.....WikiCalendarMacro.py to my plugins directory, I decided to go look at the code..suprise, this is NOT python....! also, the modified version, while works, has 2 issues I have noticed: first, he seems to of completely recoded, and as a bonus, decided not to include any comments/usage. Therefore I also downloaded the original as a text document just so I had it. Second, the Click on a day (with no milestone) feature doesn't seem implemented. It doesn't go to the create page for %Y-%d-%m or whatever(or if one exists, just go to that page). which is why, I am running both, side by side, in a kludgy way. meets my needs, as it's a minor bonus feature that I don't want to mess with, as it is not needed for our uses. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
