2009-10-29
Forum » Changelog / Changelog » 2009-10-29
Started by: pieterhpieterh
On: 1256824483|%e %b %Y, %H:%M %Z|agohover
Number of posts: 17
rss icon RSS: New posts
Summary:
Changes pushed today
2009-10-29
pieterhpieterh 1256824483|%e %b %Y, %H:%M %Z|agohover
  • Page saving has been made faster by removing internal waits
  • First version of cross-site includes is now live, supporting [[include :sitename:category:page-name]] with existing argument syntax.
  • Educational status is now available on demand for any private site.
last edited on 1256996909|%e %b %Y, %H:%M %Z|agohover by pieterh + show more
unfold 2009-10-29 by pieterhpieterh, 1256824483|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
James KanjoJames Kanjo 1256830194|%e %b %Y, %H:%M %Z|agohover

Hi there! What are “Status Messages” ?


λ James Kanjo | blog | photos | contact

unfold Re: 2009-10-29 by James KanjoJames Kanjo, 1256830194|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
pieterhpieterh 1256830869|%e %b %Y, %H:%M %Z|agohover

Hi there! What are “Status Messages” ?

I guess the various "Please wait, saving page" messages we used to see. These just slowed the process down without adding anything.

unfold Re: 2009-10-29 by pieterhpieterh, 1256830869|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
James KanjoJames Kanjo 1256833038|%e %b %Y, %H:%M %Z|agohover

I don't understand…
I have noticed that the page saving is much faster… however, I still see the "Saving Page…" and "Page Saved" messages


λ James Kanjo | blog | photos | contact

unfold Re: 2009-10-29 by James KanjoJames Kanjo, 1256833038|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
michal frackowiakmichal frackowiak 1256834902|%e %b %Y, %H:%M %Z|agohover

Saving pages feels faster because we cleaned up JavaScript functions and callbacks that were displaying messages, and removed unnecessary pieces of code (including delays that we previously introduced). I hope this improves responsiveness.


Michał Frąckowiak @ Wikidot Inc.
Visit my blog at michalf.me

unfold Re: 2009-10-29 by michal frackowiakmichal frackowiak, 1256834902|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
wstonewstone 1256845656|%e %b %Y, %H:%M %Z|agohover

Trying to put the Advanced Forum onto a page where I can simply CSI it: http://myincludes.wikidot.com/advanced-forum

But it doesn't look like the arguments like %%content%% work properly :( Check it out http://www.urcheatz.com/section:anything-about-the-site

It's the _template pages it appears to have problems with.

last edited on 1256846253|%e %b %Y, %H:%M %Z|agohover by wstone + show more
unfold Re: 2009-10-29 by wstonewstone, 1256845656|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
Ed JohnsonEd Johnson 1256852681|%e %b %Y, %H:%M %Z|agohover

Same problem with the forum at http://projects.wikidot.com

-Ed

unfold Re: 2009-10-29 by Ed JohnsonEd Johnson, 1256852681|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
wstonewstone 1256855483|%e %b %Y, %H:%M %Z|agohover

Is it easily fixable?

unfold Re: 2009-10-29 by wstonewstone, 1256855483|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
pieterhpieterh 1256890337|%e %b %Y, %H:%M %Z|agohover

It's the _template pages it appears to have problems with.

There's an issue with the order of symbol insertion, I'll post the solution later when it works.

unfold Re: 2009-10-29 by pieterhpieterh, 1256890337|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
michal frackowiakmichal frackowiak 1256892902|%e %b %Y, %H:%M %Z|agohover

It looks like we need to change the way that templates and includes are processed, but this can (and will) be done so all your application should be working soon.


Michał Frąckowiak @ Wikidot Inc.
Visit my blog at michalf.me

unfold Re: 2009-10-29 by michal frackowiakmichal frackowiak, 1256892902|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
wstonewstone 1256896544|%e %b %Y, %H:%M %Z|agohover

Thank-you :D

unfold Re: 2009-10-29 by wstonewstone, 1256896544|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
pieterhpieterh 1256903511|%e %b %Y, %H:%M %Z|agohover

OK, we've pushed updates that mean live templates can now properly include pages.

unfold Re: 2009-10-29 by pieterhpieterh, 1256903511|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
Ed JohnsonEd Johnson 1256905164|%e %b %Y, %H:%M %Z|agohover

It looks like the affected pages need an edit/save to recompile them (I did a couple of threads on http://projects.wikidot.com).

Is this going to be a manual process or will this be done automatically over time as the page cache changes? If it's manual, I'll start at the bottom of the forum threads and you can start at the top and we'll meet in the middle somewhere. :)

[edit 13 minutes later: projects.wikidot.com is done - it didn't take that long…

[[module do while needs_recompile > 0]]

  • Next_Thread
  • sendkeys("^E, ^S")

[[/module]]

-Ed

last edited on 1256906265|%e %b %Y, %H:%M %Z|agohover by Ed Johnson + show more
unfold Re: 2009-10-29 by Ed JohnsonEd Johnson, 1256905164|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
pieterhpieterh 1256907515|%e %b %Y, %H:%M %Z|agohover

[edit 13 minutes later: projects.wikidot.com is done - it didn't take that long…

Sorry… we were checking this. The included file needed to be modified, and all callers got compiled automatically. But I was trying to add whitespace at the end of the page, which is stripped off. One needs to change the page content.

unfold Re: 2009-10-29 by pieterhpieterh, 1256907515|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
Ed JohnsonEd Johnson 1256915424|%e %b %Y, %H:%M %Z|agohover

No need to apologize! A big change like this is bound to create a little havoc.

unfold Re: 2009-10-29 by Ed JohnsonEd Johnson, 1256915424|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
rhombus prhombus p 1256995822|%e %b %Y, %H:%M %Z|agohover

Page saving has been made faster by removing status messages

so you didn't actually remove it, you just cleaned it up?


Rhombus_Productions-3Blackn.png

i will be inactive until the winter holidays because of school — Rhombus p.

unfold Re: 2009-10-29 by rhombus prhombus p, 1256995822|%e %b %Y, %H:%M %Z|agohover
Re: 2009-10-29
pieterhpieterh 1256996969|%e %b %Y, %H:%M %Z|agohover

so you didn't actually remove it, you just cleaned it up?

I misunderstood the change, have now fixed the changelog. In fact there were a bunch of sleep calls in the user interface, for historical reasons. These have been taken out.

unfold Re: 2009-10-29 by pieterhpieterh, 1256996969|%e %b %Y, %H:%M %Z|agohover
New post
2007-2009 Copyright Wikidot Inc.