It is currently Thu May 23, 2013 4:45 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 105 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 11  Next
Author Message
 Post subject: Re: PmWiki Plugin: RC2 for Tonido Plug
PostPosted: Sat Feb 19, 2011 8:09 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

PmWiki 1.0.1 Final coming soon. Synced up with latest PmWiki 2.2.24 which contains some bug fixes. Also very minor additions. It is currently in testing.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: RC2 for Tonido Plug
PostPosted: Sun Feb 27, 2011 12:19 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

I have finished testing PmWiki 1.0.1 for Tonido and I will post it later today.

As stated earlier, I synced up with the latest PmWiki code 2.2.24 which contains security fixes and I believe some minor stuff; you can see the changelog at the official PmWiki site. The old package was based on 2.2.18.

When I post the package, I will also post some info that you will need to be aware of if you have edited your site.pageactions page. If you haven't touched that page, you will see no issues (PmWiki changed something and I had to tweak that page to display proper; it is unrelated to anything I have done and requires only a minor change to syntax on that page.)

Keep an eye out. :D

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: RC2 for Tonido Plug
PostPosted: Sun Feb 27, 2011 7:55 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Okay posting 1.0.1.

If you have edited the site.pageactions page, that means the update will not update that page for you (modified wiki pages never get updated so that your content is safe), which means you might see this:
Attachment:
File comment: pageactions issue
pageactions.png
pageactions.png [ 5.97 KiB | Viewed 782 times ]


This can easily be fixed and is automatically fixed for everyone who has not changed this page.

Steps to fix pageactions issue:
  • edit pageactions page
  • change all instances of accesskey='$[ak_whatever]' to accesskey="$[ak_whatever]" (you are just changing the single quotes to double quotes)
  • Save page

That is it. The issue doesn't actually affect all pageaction items, but I went ahead and changed them all in the update anyways. I would advise the same to be safe.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Tue Mar 01, 2011 9:23 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Got around to removing the overhead of the install wrapper so that the wiki will load faster. I wasn't planning on getting to it so soon, but I had some free time, and it was pretty easy.

I may get a 1.0.2 version out within the week. There are a couple of extra things I want to look into before the next release, so we shall see.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Wed Mar 02, 2011 8:24 am 
Guru Tonidoid
Guru Tonidoid
Joined: Sat Nov 07, 2009 5:08 am
Posts: 153
Location: Tokyo, Japan

I'm not sure if this would be a 'bug' or something not to be concerned about. If I suspend the wiki app via the app menu, it still remains web accessible. Shouldn't this action take it off-line?


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Wed Mar 02, 2011 10:25 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

krispy wrote:
I'm not sure if this would be a 'bug' or something not to be concerned about. If I suspend the wiki app via the app menu, it still remains web accessible. Shouldn't this action take it off-line?

I believe this is a Tonido issue. Suspension is handles by tonido. Basically I am unaware of anything I am doing that would cause this since none of my code is related to suspension.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Wed Mar 02, 2011 11:39 am 
Admin Tonidoid
Admin Tonidoid
User avatar
Joined: Tue Dec 30, 2008 12:13 am
Posts: 7305
Location: Dallas, USA

I think you are right, this is a bug. We will fix this.


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Wed Mar 02, 2011 12:12 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

FYI. If you are relying on the update procedure to backup your data as it has in the past, this will be removed in the next version.

As content grows in your data folder, it will take longer and longer to back up. Eventually we will probably hit the PHP timeout which would cause update to fail. I am very careful about updates and always work to confirm that they will not nuke your data. With that said, making backups of your files and pages should probably be done semi-regular on your own. Originally I put the backup in to be safe in the the earlier stages because I was testing on my own working wiki.

The next update, as stated earlier, is overhauling the install wrapper. I have already split out the update/install code to separate files so that it no longer gets loaded except when an update/install is needed which decreases load time and unneeded overhead. I am also cleaning up the install/update look (more than likely I will leverage the GUI tools I wrote for Tonido Shell which will make it easier for me to maintain).

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Thu Mar 17, 2011 4:57 am 
Regular Tonidoid
Regular Tonidoid
Joined: Thu Feb 03, 2011 5:05 pm
Posts: 17

wow, really nice work faceless!

i coincidentally tried pmwiki a week ago on one of my servers and really liked it. it's pretty convenient having it integrated like this into tonido, thanks for all your hard work and great write-up!
d.


Offline
 Profile  
 Post subject: Re: PmWiki Plugin: 1.0.1 for Tonido Plug
PostPosted: Thu Mar 17, 2011 10:03 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Thanks. I mainly try and focus on things I actually want to use on Tonido. PmWiki was an obvious choice for me. I am glad you like it.

Keep an eye out for updates as they become available. I will maintain the plugin here until/if I actually push it out to the market.

I eventually would like to make this available on the market, but I am not 100% sure about updates on the market and the impact symlinks may or may not have. There doesn't seem to be a good way to simulate market updates, and until I can make sure that updates can go smoothly with this plugin, I am just going to support it here.

_________________
My Tonido Plugins:


Offline
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 105 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 11  Next

All times are UTC - 6 hours [ DST ]


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: