| [00:13:02] |
* |
flox has joined #trac |
| [00:17:45] |
<atwork> |
i cannot still figure out where i configure the path to static data in trac 0.10. for example GET /bt/chrome/common/trac_logo_mini.png doesn't find anything. shortly: i don't see any static data (css styling, images) in trac 0.10. |
| [00:27:33] |
* |
s0undt3ch_ has joined #trac |
| [00:30:39] |
* |
Semhirage has quit IRC |
| [00:32:51] |
* |
cmlenz has quit IRC |
| [00:34:47] |
* |
l0wkey has quit IRC |
| [00:36:04] |
* |
maxb has quit IRC |
| [00:45:29] |
* |
s0undt3ch has quit IRC |
| [00:45:29] |
* |
s0undt3ch_ is now known as s0undt3ch |
| [00:47:18] |
<coderanger> |
atwork: Its part of the install procedure |
| [00:47:42] |
<coderanger> |
usually /usr/share/trac/htdocs or similar |
| [00:48:10] |
<otaku42> |
moin |
| [00:48:39] |
* |
Guardian has quit IRC |
| [00:58:46] |
<atwork> |
coderanger: i copied <trac_env>-folder from another server. i should be able to change it afterwards for the project. |
| [00:59:09] |
<coderanger> |
atwork: what do you mean? |
| [00:59:22] |
<coderanger> |
The trac static files arent part of the env |
| [00:59:56] |
* |
cmlenz has joined #trac |
| [01:00:35] |
<atwork> |
coderanger: i had trac 0.9.6 + trac project folder installed on server a. worked fine. i installed trac 0.10 on server b and copied the project folder to the new server. all is fine except no access to htdocs. |
| [01:01:09] |
<coderanger> |
atwork: Do you have htdocs_location set in trac.ini? |
| [01:02:43] |
* |
Semhirage has joined #trac |
| [01:03:31] |
<atwork> |
coderanger: htdocs_location = <python>\Lib\site-packages\trac-0.10-py2.4.egg\share\trac\htdocs |
| [01:03:40] |
<coderanger> |
Yeah, get rid of that |
| [01:05:34] |
<atwork> |
coderanger: i added it afterwards. doesn't help by removing it. |
| [01:05:44] |
<coderanger> |
Is this a public install? |
| [01:06:00] |
* |
Guardian has joined #trac |
| [01:06:34] |
<atwork> |
coderanger: i used the windows installer. what do you mean by public? |
| [01:06:46] |
<coderanger> |
As in can I see the site |
| [01:06:59] |
<atwork> |
coderagner: no |
| [01:07:33] |
<coderanger> |
What do you see a /chrome/common/css/trac.css |
| [01:08:48] |
<sam`> |
coderanger: asmodai: any news on the ticketdelete plugin ? does it work with 0.11 ? |
| [01:09:13] |
<coderanger> |
sam`: No idea, does WebAdmin in 0.11 support clearsilver? |
| [01:10:09] |
<coderanger> |
Nothing in the logic sections shouldn't work on 0.11 |
| [01:10:11] |
<atwork> |
coderanger: with browser: HTTPException: 404 Not Found (File css/trac.css not found) |
| [01:10:28] |
* |
Marlun has joined #trac |
| [01:10:52] |
<coderanger> |
atwork: python -c 'import trac.siteconfig; print trac.siteconfig.__default_htdocs_dir__' |
| [01:11:04] |
<sam`> |
coderanger: no, genshi |
| [01:11:13] |
<coderanger> |
sam`: asmodai was working on porting the templates, but ran into some issues |
| [01:14:05] |
<atwork> |
coderanger: /user/share/trac/htdocs |
| [01:14:21] |
<coderanger> |
"user" or "usr"? |
| [01:14:27] |
<atwork> |
coderanger: sorry type /usr/share/trac/htdocs |
| [01:14:36] |
<coderanger> |
sounds correct |
| [01:14:39] |
<coderanger> |
are there files there? |
| [01:14:42] |
<atwork> |
coderanger: it is a windows machine |
| [01:14:54] |
<coderanger> |
hmm |
| [01:15:17] |
<coderanger> |
you used the windows installer on that machine? |
| [01:15:50] |
<atwork> |
coderanger: and i used the windows installer. when i create a new project i get an error about not finding '/usr/share/trac/wiki-default/*.*' |
| [01:16:24] |
<coderanger> |
that aint good |
| [01:16:38] |
<coderanger> |
cmlenz: Have you heard of this? |
| [01:16:44] |
<atwork> |
coderanger: i'll do a re-install with the installer. i cannot be sure someone hasn't been fiddling with the packages. |
| [01:16:58] |
<coderanger> |
Also a new version was recently released ;-) |
| [01:17:26] |
<cmlenz> |
nope |
| [01:17:37] |
<cmlenz> |
which version is that? |
| [01:18:20] |
<atwork> |
cmlenz: 0.10. i'll try with the 0.10.1 installer |
| [01:21:13] |
<cmlenz> |
I don't think the installer would put /usr/share/xxx paths in siteconfig.py somehow |
| [01:21:28] |
<cmlenz> |
it does the right thing for me... C:\\PROGRA~1\\... |
| [01:21:32] |
<cmlenz> |
(gotta love windows) |
| [01:22:12] |
* |
Marlun has quit IRC |
| [01:26:30] |
<sam`> |
the spam filter plugin does not appear in the webadmin menu |
| [01:26:42] |
<sam`> |
according to your screenshots cmlenz , i should have a 'spam filter' section in the menu |
| [01:26:54] |
<sam`> |
yet the 'plugins' page list it as installed |
| [01:27:29] |
<cmlenz> |
what spamfilter version? |
| [01:27:44] |
<sam`> |
hum, 0.1dev :) |
| [01:27:47] |
<sam`> |
ok, let's upgrade :) |
| [01:29:43] |
<atwork> |
0.10.1 works :D . thanks a lot for the help! |
| [01:31:23] |
* |
allenap has joined #trac |
| [01:33:02] |
* |
Marlun has joined #trac |
| [01:39:36] |
<allenap> |
Hi, I've just upgraded trac-0.10.1 on Gentoo using easy_setup after removing trac-0.9.6 that was installed with Portage. 'trac-admin blah upgrade' worked fine, but 'wiki upgrade' fails with "Command failed: [Errno 2] No such file or directory: '/usr/share/trac/wiki-default'". I don't know how to get trac to look in the right place for these files. |
| [01:40:56] |
<coderanger> |
allenap: Where should it be looking? |
| [01:45:22] |
<Rica> |
[03:06] <coderanger> Rica: tracpoll.* = enabled? |
| [01:45:46] |
<coderanger> |
Rica: hrmm? |
| [01:45:49] |
<Rica> |
again you was right , btw got an 'Error: Macro Poll(Which of these do you prefer?; #1; #2; #3; query:component-Request-a-Hack&status!=closed; Cheese dip) failed' |
| [01:46:04] |
<coderanger> |
Rica: Check the log |
| [01:46:10] |
<coderanger> |
it should show the traceback |
| [01:47:51] |
<sam`> |
hum, ip_blacklist says it can't be loaded because it lacks dnspython 1.3.5, but it *is* installed |
| [01:48:03] |
<sam`> |
maybe it does not look in the right place? |
| [01:48:09] |
<coderanger> |
sam`: Was it installed through easy_install |
| [01:48:27] |
<allenap> |
coderanger: The files have been installed to /usr/lib/python2.4/site-packages/trac-0.10.1-py2.4.egg/share/trac/wiki-default |
| [01:48:31] |
<sam`> |
coderanger: no, through debian |
| [01:48:44] |
<coderanger> |
sam`: Just reinstall it through easy_install |
| [01:48:56] |
<coderanger> |
allenap: Trac 0.10 doesnt use setuptools |
| [01:49:00] |
<sam`> |
that's not very distribution friendly :/ |
| [01:49:06] |
<coderanger> |
sam`: It isnt |
| [01:49:24] |
<coderanger> |
sam`: Python has crap for dependency support |
| [01:49:33] |
<sam`> |
yeah |
| [01:49:34] |
<coderanger> |
setuptools does it well |
| [01:49:46] |
<coderanger> |
but for it to work you need to install everything through setuptools |
| [01:50:16] |
<Rica> |
TracPoll: Query filter requires field and constraints separated by a "=" (Error appear when displaying the WikiMacro page (poll sample)) |
| [01:50:43] |
<Rica> |
there : http://trac.ogsteam.fr/wiki/WikiMacros |
| [01:50:48] |
<allenap> |
coderanger: Okay, so I should just install via ebuild or manually I guess? |
| [01:51:06] |
<coderanger> |
allenap: How did you get it to install that way to begin with? |
| [01:51:55] |
<allenap> |
coderanger: Just typed 'easy_install trac' |
| [01:52:34] |
<coderanger> |
allenap: I doubt thatl work for Trac, it uses some weird hackery in the setup script |
| [01:53:07] |
<sam`> |
coderanger: spambayes can be installed by easy_install, too ? |
| [01:53:14] |
<coderanger> |
sam`: I think so |
| [01:53:20] |
<coderanger> |
Rica: Hrmm |
| [01:53:35] |
<allenap> |
coderanger: Okay, I'll go and try again. Thanks! |
| [01:54:14] |
<coderanger> |
Rica: You've still got some spam around BTW |
| [01:54:22] |
<sam`> |
coderanger: error: Could not find suitable distribution for Requirement.parse('spambayes') |
| [01:54:43] |
<Rica> |
coderanger: didnt saw any since 1 week or so, since I did install spamfilter |
| [01:55:08] |
<coderanger> |
Rica: Just was editing SandBox to try out the poll, and its got a hidden div |
| [01:55:28] |
<coderanger> |
sam`: http://cheeseshop.python.org/pypi/spambayes |
| [01:55:32] |
<Rica> |
Oh probably, I have still some post with their insane div.. |
| [01:55:52] |
<coderanger> |
sam`: Listed, but no eggs or source links |
| [01:56:21] |
<sam`> |
coderanger: so? |
| [01:56:52] |
<coderanger> |
sam`: You gotta download it and build it on your own |
| [01:57:16] |
<coderanger> |
sam`: or this |
| [01:57:19] |
<coderanger> |
easy_install http://prdownloads.sourceforge.net/spambayes/spambayes-1.0.4.tar.gz?download |
| [01:57:31] |
<sam`> |
with the correct link, ok |
| [01:57:36] |
<coderanger> |
Probably |
| [01:57:43] |
<sam`> |
(this is a SF redirection url) |
| [01:57:50] |
<sam`> |
damn. |
| [01:57:52] |
<coderanger> |
Yeah, didnt click it first |
| [01:57:53] |
<sam`> |
not a recognized archive |
| [01:58:03] |
<sam`> |
must be a way to force that |
| [01:58:12] |
* |
minsu_ju has quit IRC |
| [01:58:12] |
* |
minsu_ju_ has joined #trac |
| [01:58:24] |
<coderanger> |
download the archive and run easy_install on that? |
| [01:58:52] |
<coderanger> |
Rica: Do anonymous have POLL_VIEW? |
| [01:59:17] |
<sam`> |
not a recognized archive type. |
| [01:59:21] |
<sam`> |
maybe it needs a .zip |
| [01:59:54] |
<coderanger> |
you would think they could just post an egg :-/ |
| [02:00:05] |
<sam`> |
yep |
| [02:01:40] |
<sam`> |
thanks, it works |
| [02:04:47] |
<sam`> |
coderanger: is there a way to run trac in debug mode ? on one of my trac env, the timeline only gives an 500 ISE |
| [02:04:57] |
<sam`> |
and there's absolutely nothing in trac.log or apache's error log |
| [02:05:02] |
<coderanger> |
@logging |
| [02:05:02] |
<evil_twin> |
coderanger: "logging" is http://trac.edgewall.org/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors. |
| [02:05:08] |
<sam`> |
and the timeline works perfectly on the other trac envs |
| [02:05:33] |
<sam`> |
coderanger: read |
| [02:05:35] |
<coderanger> |
just change the level |
| [02:06:46] |
<sam`> |
it's already to 'DEBUG' |
| [02:07:15] |
<coderanger> |
hrmm |
| [02:07:47] |
<sam`> |
maybe some string in the timeline generation makes it fails |
| [02:08:59] |
<sam`> |
ok, i got it |
| [02:09:13] |
<sam`> |
adding the repository checkins to the timeline makes it fails |
| [02:10:53] |
<sam`> |
and it fails on any env i have |
| [02:11:32] |
<coderanger> |
python -c 'from svn import fs' |
| [02:13:00] |
<sam`> |
no error |
| [02:13:06] |
<sam`> |
it works sometimes actually, that's strange |
| [02:13:15] |
<sam`> |
let's say i have the timeline with everything except changesets |
| [02:13:21] |
<sam`> |
i add changesets, it works |
| [02:13:25] |
<sam`> |
then i remove them, works |
| [02:13:29] |
<sam`> |
add them again, does not work |
| [02:13:46] |
<coderanger> |
trac-admin /path/to/env resync |
| [02:13:56] |
<sam`> |
it's already synced |
| [02:14:03] |
<sam`> |
try yourself : https://ssl.bulix.org/projects/lcd4linux/timeline?from=11%2F10%2F06&daysback=42&milestone=on&ticket=on&ticket_details=on&wiki=on&update=Update |
| [02:14:12] |
<sam`> |
and add the repo changes |
| [02:15:15] |
<coderanger> |
nothing in the apache error log? |
| [02:15:35] |
<sam`> |
[Thu Nov 09 11:07:37 2006] [notice] mod_fcgid: process /usr/share/trac/cgi-bin/trac.fcgi(16193) exit(communication error), terminated by calling exit(), return code: 0 |
| [02:15:45] |
<sam`> |
that's 'normal' since we got a 500 ISE |
| [02:15:48] |
<sam`> |
but nothing more |
| [02:15:59] |
<coderanger> |
try tracd |
| [02:16:14] |
<coderanger> |
it might show a better error |
| [02:18:00] |
* |
kousuke has quit IRC |
| [02:19:05] |
<sam`> |
coderanger: it hangs |
| [02:19:18] |
<sam`> |
no cpu consumption, nothing anormal |
| [02:19:23] |
<sam`> |
it just 'waits' |
| [02:19:30] |
<sam`> |
the browser is still loading |
| [02:19:32] |
<sam`> |
but tracd says nothing |
| [02:19:52] |
<sam`> |
i think that's why we have a 500 ISE, because apache terminates the child after 30 secs |
| [02:20:09] |
<coderanger> |
hrmm, dunno |
| [02:20:22] |
<coderanger> |
I think there is an open ticket about that |
| [02:20:47] |
<coderanger> |
do you have either an authz_file or a scoped repo? |
| [02:21:21] |
<sam`> |
'scoped repo' ? |
| [02:21:32] |
<sam`> |
no, the whole repository is used in the trac env |
| [02:21:48] |
<sam`> |
there's an authz_file, but for apache |
| [02:22:03] |
<coderanger> |
I mean in trac.ini |
| [02:22:15] |
<sam`> |
nop |
| [02:22:29] |
<sam`> |
hum, yes. |
| [02:22:46] |
<coderanger> |
try removing that |
| [02:23:07] |
<sam`> |
hum, the fact it does not have anonymous read acces may make it hang ? |
| [02:23:08] |
<coderanger> |
@ticket 3996 |
| [02:23:08] |
<evil_twin> |
coderanger: http://trac.edgewall.org/ticket/3996 |
| [02:23:29] |
<coderanger> |
its still an open issue, but that fixed it for at least one person |
| [02:25:46] |
<sam`> |
coderanger: works! |
| [02:26:01] |
* |
tsb has quit IRC |
| [02:26:28] |
* |
tsb has joined #trac |
| [02:30:03] |
<coderanger> |
sam`: Might want to mention that on the ticket |
| [02:31:43] |
<sam`> |
ok |
| [02:32:54] |
<Rica> |
[10:53] <coderanger> Rica: Do anonymous have POLL_VIEW? <-- now they have it (there was no information about it ) |
| [02:33:40] |
<coderanger> |
Rica: http://trac.ogsteam.fr/wiki/SandBox |
| [02:34:29] |
<Rica> |
do nice .. you're the man... I'm going to edit macro bazaar article about it... I cant be alone with such problems :p |
| [02:35:01] |
<coderanger> |
The macro bazaar really needs to be removed |
| [02:42:44] |
* |
tsb has quit IRC |
| [02:42:52] |
<sam`> |
coderanger: does spamfilter checks ticket submissions, too ? |
| [02:43:00] |
<coderanger> |
sam`: Yes |
| [02:43:13] |
* |
tsb has joined #trac |
| [02:43:14] |
<sam`> |
coderanger: k |
| [02:44:57] |
<atwork> |
anyone using trac + sugarcrm? |
| [02:45:45] |
<coderanger> |
whats that? |
| [02:47:59] |
<coderanger> |
hrmm, not sure how you would be able to integrate the two very well |
| [02:48:14] |
<atwork> |
sugarcrm is a popular "open source" crm tool. our management suddenly decided that we should use sugarcrm for the development process, which is nuts. i need some arguments against that. best would be to get some examples how they could co-exist. |
| [02:48:33] |
<coderanger> |
How would it help development? |
| [02:48:54] |
<coderanger> |
it looks like a nice tool for sales and maybe support |
| [02:48:56] |
<coderanger> |
but not devs |
| [02:50:29] |
* |
tsb has quit IRC |
| [02:51:03] |
<coderanger> |
the bug tracker doesn't look any better than Tracs |
| [02:52:03] |
<coderanger> |
You could just make a trac custom field to tie each bug to a case number or something |
| [02:52:38] |
<atwork> |
coderanger: yes i would need some kind of integration, since the helpdesk will use sugarcrm to report problems at the customer. |
| [02:52:40] |
* |
tsb has joined #trac |
| [02:53:06] |
<coderanger> |
can you make a hook script that will be run for every submission? |
| [02:53:22] |
* |
idnar has quit IRC |
| [02:55:18] |
<atwork> |
coderanger: no idea. sugarcrm is php. there's only one person in the forums that has a question about a similar issue http://www.sugarcrm.com/forums/showthread.php?t=17215&highlight=trac |
| [02:56:30] |
<coderanger> |
I mean its trivial to define a wiki syntax for linking to other stuff, but the question is where will the ticket actually be stored |
| [03:00:57] |
<coderanger> |
wtf |
| [03:01:25] |
<coderanger> |
two people registered google sitemap plugins in the last 2 days |
| [03:02:00] |
<otaku42> |
lol |
| [03:02:48] |
<otaku42> |
coderanger: looks like someone thought it would be nice to have the "freedom of choice" in that case :) |
| [03:03:04] |
<coderanger> |
Their names are only one letter off |
| [03:03:21] |
<coderanger> |
both are also not very well written :P |
| [03:04:33] |
<otaku42> |
a new form of spam maybe? |
| [03:04:35] |
<otaku42> |
:) |
| [03:12:11] |
<coderanger> |
heh |
| [03:12:26] |
<coderanger> |
I should really make dinner |
| [03:12:53] |
* |
__doc__ has joined #trac |
| [03:13:02] |
<coderanger> |
what with it being 6AM |
| [03:13:54] |
<__doc__> |
hi, have you like noticed that when you put a wiki page with a title = title = and ||a||table|| directly after, the space between the title and the table is smashed? |
| [03:14:36] |
<atwork> |
coderanger: i get so mad when managers think they know better. using sugarcrm for development sounds like using word for programming. |
| [03:14:39] |
* |
User7574 has joined #trac |
| [03:16:16] |
<coderanger> |
__doc__: What do you mean? |
| [03:16:51] |
<User7574> |
does anyone know why the "PythonHandler trac.web.modpython_frontend: LookupError: no codec search functions registered" error can be fixed on Debian by installing python-chardet and does not even appear on a second machine with the same config where python-chardet is _not_ installed? |
| [03:17:19] |
<coderanger> |
atwork: Time to look for a new job ;-) |
| [03:17:53] |
<coderanger> |
User7574: Sounds like debian tried to break python into a bunch of packages |
| [03:18:14] |
<__doc__> |
coderanger: http://dev.codeflow.org/trac/mediab/wiki/WikiStart |
| [03:18:44] |
<User7574> |
coderanger: they might have but I can not reproduce the problem on a freshly installed box with the same config |
| [03:20:23] |
<coderanger> |
__doc__: Its a css issue |
| [03:20:34] |
<coderanger> |
__doc__: h* has margin-bottom set to 0 |
| [03:21:27] |
* |
idnar_ has joined #trac |
| [03:22:50] |
<coderanger> |
User7574: I wouldn't worry too much if its working ;-) |
| [03:24:26] |
<User7574> |
yeah but the package maintainer also cannot reproduce it. it's strange and I don't want to reinstall the box just without understanding the reason. maybe I should talk in a Debian channel |
| [03:25:03] |
<coderanger> |
User7574: If the DB the same on the new box? |
| [03:25:08] |
<coderanger> |
er, Is the |
| [03:25:32] |
<User7574> |
no |
| [03:26:00] |
<coderanger> |
Probably means that it was either related the the charset of the Trac (default_charset in trac.ini I think) |
| [03:26:01] |
<User7574> |
hmm |
| [03:26:11] |
<coderanger> |
or the non-ASCII content of a page |
| [03:29:29] |
* |
Gruf has quit IRC |
| [03:30:06] |
<User7574> |
so python-chardet is normally part of Python 2.4? |
| [03:31:26] |
* |
joshmoore has joined #trac |
| [03:32:46] |
<coderanger> |
No idea what that it |
| [03:33:22] |
* |
goxe has joined #trac |
| [03:35:29] |
* |
Blackhex has joined #trac |
| [03:36:22] |
<coderanger> |
chardet is its own library it seems |
| [03:38:17] |
<User7574> |
I can of course instll python-chardet and be done with it but actually need to find a way to convince Debian's trac maintainer to include python-chardet in the dependencies or at least Suggestions |
| [03:38:45] |
<coderanger> |
I don't think Trac uses chardet anywhere |
| [03:38:57] |
* |
minsu_ju_ has quit IRC |
| [03:39:20] |
* |
minsu_ju has joined #trac |
| [03:39:26] |
<coderanger> |
It uses whatever you specify in trac.ini |
| [03:39:37] |
* |
s0undt3ch_ has joined #trac |
| [03:40:05] |
* |
s0undt3ch has quit IRC |
| [03:40:07] |
* |
s0undt3ch_ is now known as s0undt3ch |
| [03:40:45] |
<User7574> |
so if I set the default_charset to utf8 the error might go away, gotta try that... |
| [03:45:48] |
* |
flox has quit IRC |
| [03:49:07] |
* |
hlb has quit IRC |
| [03:53:40] |
* |
User7575 has joined #trac |
| [03:55:25] |
* |
User7576 has joined #trac |
| [03:59:51] |
* |
User7574 has quit IRC |
| [04:03:23] |
<coderanger> |
alect: SYN |
| [04:03:34] |
* |
User7575 has quit IRC |
| [04:03:49] |
<User7576> |
setting default_charset did not change anything, whatever, we'll see |
| [04:03:50] |
* |
User7576 has left #trac |
| [04:04:09] |
* |
termie has quit IRC |
| [04:04:32] |
* |
minsu_ju has quit IRC |
| [04:04:44] |
* |
minsu_ju has joined #trac |
| [04:07:00] |
* |
The_Tick_ has quit IRC |
| [04:12:22] |
* |
flips_and_rails has joined #trac |
| [04:12:56] |
<flips_and_rails> |
I have just moved a trac system and I am getting an error I haven't seen before, could someone please help? |
| [04:13:05] |
<coderanger> |
whats the error ... |
| [04:13:08] |
<flips_and_rails> |
Repository checkins event provider (ChangesetModule) failed: |
| [04:13:08] |
<flips_and_rails> |
NoSuchChangeset: No changeset 4 in the repository |
| [04:13:19] |
<flips_and_rails> |
thanks.. |
| [04:13:37] |
<coderanger> |
trac-admin /path/to/env resync |
| [04:13:44] |
<flips_and_rails> |
tried that |
| [04:13:50] |
<flips_and_rails> |
no changes sadly |
| [04:14:13] |
<coderanger> |
delete from revision; delete from node_change; |
| [04:14:47] |
<flips_and_rails> |
is that in sql? |
| [04:14:51] |
<coderanger> |
yes |
| [04:16:19] |
<flips_and_rails> |
sqlite> .mode delete from revision ; |
| [04:16:19] |
<flips_and_rails> |
mode should be on of: column html insert line list |
| [04:16:30] |
<flips_and_rails> |
I guess I am doing this wrong?! |
| [04:16:36] |
* |
Marlun has quit IRC |
| [04:17:15] |
<__doc__> |
coderanger: it's the unmodified default install of Trac... |
| [04:17:39] |
<coderanger> |
flips_and_rails: No .mode |
| [04:17:47] |
<coderanger> |
flips_and_rails: Just run those queries |
| [04:17:56] |
<__doc__> |
coderanger: so you mean to say "well trac css is broken out of the box, you gotta fix it first before usage" ? |
| [04:18:03] |
<coderanger> |
__doc__: Yes, thats the default CC |
| [04:18:17] |
<coderanger> |
__doc__: Depends on if you dislike style ;-) |
| [04:18:21] |
<coderanger> |
er, that style |
| [04:18:42] |
<coderanger> |
alect: trac-hacks seems to be having issues from the ping graph |
| [04:18:59] |
<__doc__> |
coderanger: it's not about liking or not, no space below a title is simply wrong layout. Why would you introduce spaces between text/title but not between table/title, that doesn't make sense |
| [04:20:03] |
<coderanger> |
__doc__: Because tables dont have a margin and <p>s do |
| [04:20:24] |
<flips_and_rails> |
coderanger: I have ran those queries and its still the same :S |
| [04:20:42] |
<coderanger> |
flips_and_rails: Is there a revisions 4 in your repo? |
| [04:21:02] |
<flips_and_rails> |
yep I am on revision 5 |
| [04:21:15] |
<__doc__> |
coderanger: I didn't ask why html is broken, I said that the layout is wrong |
| [04:21:15] |
<flips_and_rails> |
ok its now got the "timeline" correct |
| [04:21:32] |
<coderanger> |
__doc__: How would you propose to fix that? |
| [04:21:40] |
<flips_and_rails> |
coderanger: but the browse source is still at rev 3 |
| [04:21:41] |
<__doc__> |
coderanger: the reason for a space between text and title is not because it is text but because it is title |
| [04:21:54] |
<coderanger> |
__doc__: Incorrect |
| [04:22:08] |
<coderanger> |
__doc__: It is because it is a paragraph |
| [04:22:29] |
<__doc__> |
coderanger: so how do you put a table in a paragraph with wiki syntax then? |
| [04:23:25] |
<__doc__> |
coderanger: and I'm not talking about the technicalities when I say "reason for space between text and title is that it's title" I'm talking about the correct layout principle |
| [04:24:06] |
<flips_and_rails> |
coderanger: would you recommend a resync now? |
| [04:24:20] |
<__doc__> |
coderanger: if you ask for "how do I put a space there?" well, do whatever else you do for between elements? |
| [04:24:24] |
<coderanger> |
__doc__: I don't think you can given the wiki formatter |
| [04:24:29] |
<__doc__> |
coderanger: if that's a <p> your choice |
| [04:24:44] |
<coderanger> |
flips_and_rails: No, it did one automatically |
| [04:24:48] |
<coderanger> |
flips_and_rails: Whats the site? |
| [04:25:04] |
<coderanger> |
__doc__: Just add a margin for tables then? |
| [04:25:16] |
<flips_and_rails> |
coderanger: sadly its behind the monster firewall we have so I can't show you :( |
| [04:25:25] |
<__doc__> |
coderanger: yes, sure, but what is if I have two tables? |
| [04:25:48] |
<__doc__> |
coderanger: see what's the whole point of delivering any css together with trac if it's broken out of the box? |
| [04:26:02] |
<coderanger> |
__doc__: add "table { 13px 0; }" to you site_css |
| [04:26:02] |
<alect> |
evening |
| [04:26:23] |
<coderanger> |
flips_and_rails: Have you tried checking in a new rev? |
| [04:26:24] |
<flips_and_rails> |
coderanger: the timeline now shows no repo checkins and the "browse source" shows rev 3 |
| [04:26:32] |
<__doc__> |
coderanger: I *know* how to fix that in css, but I shouldn't need to. follow that line? |
| [04:26:42] |
<flips_and_rails> |
coderanger: ok I'll do that now, this is rev 6 |
| [04:27:16] |
<coderanger> |
__doc__: Thats fine, and file a bug, that is just a more immediate fix since it might take a while for someone to get to a ticket |
| [04:27:29] |
<coderanger> |
__doc__: I can't fix Trac, all I can do is propose a workaround |
| [04:27:54] |
<__doc__> |
nah, was just trying to find out if this has some reason or is simply a css bug |
| [04:27:57] |
<flips_and_rails> |
coderanger: the svn checkin was fine |
| [04:28:12] |
<flips_and_rails> |
[stu@clanger parallel_code]$ svn commit -m "added another test file to rev 6" --username stu |
| [04:28:12] |
<flips_and_rails> |
Adding parallel_code/test |
| [04:28:12] |
<flips_and_rails> |
Transmitting file data . |
| [04:28:13] |
<flips_and_rails> |
Committed revision 6. |
| [04:28:28] |
<coderanger> |
alect: Did you see my message about t-h? |
| [04:30:07] |
* |
xjjk has quit IRC |
| [04:30:19] |
<coderanger> |
__doc__: If a table is between 2 <p>s, you generally don't want to have a double margin |
| [04:30:39] |
<flips_and_rails> |
coderanger: Got it, had to restart httpd for things to take effect, not sure if that is needed but it worked |
| [04:31:16] |
<coderanger> |
flips_and_rails: wierd |
| [04:31:55] |
<flips_and_rails> |
coderanger: I agree, thanks for your help though, I'd been playing with sql for ages trying to figure out what I had to inject/remove |
| [04:33:27] |
<flips_and_rails> |
coderanger: thanks again, the help is much appreciated. bye... |
| [04:33:43] |
<__doc__> |
coderanger: interestingly the edgewall trac doesn't have that problem... |
| [04:34:26] |
<alect> |
coderanger: nope |
| [04:34:39] |
<coderanger> |
alect: Take a look at the smokeping graph |
| [04:34:51] |
<coderanger> |
alect: The last 3 or so hours look a tad gross |
| [04:35:16] |
<alect> |
woo outage |
| [04:35:20] |
<alect> |
was it actually down? |
| [04:35:33] |
<coderanger> |
alect: By the time I got the notification it was up |
| [04:35:35] |
<alect> |
pings were failing as well |
| [04:35:51] |
<alect> |
looks like the smokeping host lost connectivity |
| [04:35:58] |
<alect> |
given that normal ping was failing to everything |
| [04:36:22] |
<coderanger> |
heh, didn't think to check that |
| [04:36:24] |
<alect> |
furfy |
| [04:37:51] |
* |
flips_and_rails has left #trac |
| [04:38:25] |
<coderanger> |
alect: One thing I noticed is that a lot of bots spider the PDF links on the wiki pages |
| [04:38:33] |
<coderanger> |
might want to set those rel=nofolow |
| [04:38:39] |
<alect> |
yeah |
| [04:39:14] |
<coderanger> |
except spelled correctly, which I seem unable to do at this late hour |
| [04:39:23] |
<alect> |
heh |
| [04:42:49] |
<coderanger> |
Does python have a function to extract both the min and the max of a list at the same time? |
| [04:45:30] |
<LarstiQ> |
not builtin afaik |
| [04:48:09] |
* |
idnar_ is now known as idnar |
| [04:57:09] |
<otaku42> |
alect: finally came to finish the surbl tests... (you remember: checking spamvertised domains against surbl.org - you sent me the spam th saw during the last 7 days) |
| [04:57:15] |
* |
Niels- has quit IRC |
| [04:57:22] |
* |
Niels- has joined #trac |
| [04:58:04] |
<otaku42> |
alect: i've filtered all domains out of the dump you sent, as well as all the domains that have been spamvertised on madwifi.org during the last 4 months. |
| [04:58:08] |
<nextime> |
coderanger : uhmm simply list.sort() and min, max = list[0], list[len(list)-1] shuld work |
| [04:58:37] |
<coderanger> |
nextime: No reason to sort a list if all you need is the min and max |
| [04:59:20] |
<otaku42> |
alect: after some "normalization" (including applying a site-specific whitelist), 979 unique domains remained. |
| [04:59:43] |
<alect> |
otaku: cool |
| [04:59:51] |
<alect> |
otaku: wow, that is many |
| [04:59:57] |
<nextime> |
coderanger : you right, so why not min, max = min(lista), max(lista) |
| [05:00:05] |
<otaku42> |
alect: testing them against multi.surbl.org showed up a recognition rate of 14% - that's surprisingly bad, IMO |
| [05:00:16] |
<alect> |
yeah, that's not useful |
| [05:00:29] |
<coderanger> |
nextime: Just was wondering if there was nicer builtin |
| [05:01:03] |
<otaku42> |
alect: will test against other domain-based rbls as well. if you know some other lists, let me know. |
| [05:01:28] |
<otaku42> |
alect: uribl will be my next test |
| [05:02:54] |
<otaku42> |
alect: uribl check running... |
| [05:07:28] |
* |
s0undt3ch_ has joined #trac |
| [05:09:48] |
<otaku42> |
alect: recognition rate against black.uribl.com: 6% |
| [05:10:42] |
<alect> |
ordinary :\ |
| [05:12:59] |
* |
Epcylon has quit IRC |
| [05:13:02] |
<otaku42> |
checking against grey.uribl.com now |