Re: [SMW-devel] Timeline code

2008-02-07 Thread Sergey Chernyshev
Sorry, I broke my setup trying to perfect compresstimeline.sh and never tested it afterwards. It works now. On Feb 7, 2008 2:37 AM, Markus Krötzsch <[EMAIL PROTECTED]> wrote: > On Mittwoch, 6. Februar 2008, Sergey Chernyshev wrote: > > Very strange - I updated SMW to the HEAD and timeline still w

Re: [SMW-devel] Timeline code

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, Sergey Chernyshev wrote: > Very strange - I updated SMW to the HEAD and timeline still works for me > (although the code did change a bit): > http://www.techpresentations.org/Conferences Actually, when I go there and do a SHIFT+CTRL+R, then the timeline does not work

Re: [SMW-devel] Timeline code

2008-02-06 Thread Sergey Chernyshev
Very strange - I updated SMW to the HEAD and timeline still works for me (although the code did change a bit): http://www.techpresentations.org/Conferences I wrote Unix shell script, Makefile and a patch to do the conversion on the fly (uses ruby version of jsmin http://javascript.crockford.com/js

Re: [SMW-devel] Timeline code

2008-02-06 Thread Markus Krötzsch
On Freitag, 18. Januar 2008, Sergey Chernyshev wrote: > Another possible issue - did you unpack CSS file next to .js file? > It's a combined stylesheet that is used instead of 3 separate stylesheets > used by debug version of the code. > > On Jan 17, 2008 11:51 PM, Sergey Chernyshev < > > [EMAIL PR

Re: [SMW-devel] Timeline code

2008-01-17 Thread Sergey Chernyshev
Another possible issue - did you unpack CSS file next to .js file? It's a combined stylesheet that is used instead of 3 separate stylesheets used by debug version of the code. On Jan 17, 2008 11:51 PM, Sergey Chernyshev < [EMAIL PROTECTED]> wrote: > Hmm. That's strange. Did you try using unpacked

Re: [SMW-devel] Timeline code

2008-01-17 Thread Sergey Chernyshev
Hmm. That's strange. Did you try using unpacked version instead? Can you see a timeline on this page: http://www.techpresentations.org/Conferences ? Sergey On Jan 15, 2008 9:51 AM, Markus Krötzsch <[EMAIL PROTECTED]> wrote: > On Freitag, 11. Januar 2008, Sergey Chernyshev wrote: > > I've

Re: [SMW-devel] Timeline code

2008-01-15 Thread Markus Krötzsch
On Freitag, 11. Januar 2008, Sergey Chernyshev wrote: > I've created a bug for Timeline code being too request-heavy: > http://bugzilla.wikimedia.org/show_bug.cgi?id=12590 > > And I also attached simple solution for it (combined and minified version). > It reduces amount of requests from 23 to 4 an

Re: [SMW-devel] Timeline code

2008-01-15 Thread Markus Krötzsch
On Freitag, 11. Januar 2008, Sergey Chernyshev wrote: > I've created a bug for Timeline code being too request-heavy: > http://bugzilla.wikimedia.org/show_bug.cgi?id=12590 > > And I also attached simple solution for it (combined and minified version). > It reduces amount of requests from 23 to 4 an

[SMW-devel] Timeline code

2008-01-11 Thread Sergey Chernyshev
I've created a bug for Timeline code being too request-heavy: http://bugzilla.wikimedia.org/show_bug.cgi?id=12590 And I also attached simple solution for it (combined and minified version). It reduces amount of requests from 23 to 4 and if server gzips static content, then timeline becomes just 25