Wiki Edit » Developer http://www.wikieditapp.com/app The MediaWiki Editor for iPad Sun, 03 Nov 2013 20:07:06 +0000 en hourly 1 http://wordpress.org/?v=3.0.1 Pre-release Update http://www.wikieditapp.com/app/news/pre-release-update/ http://www.wikieditapp.com/app/news/pre-release-update/#comments Fri, 17 Sep 2010 00:52:51 +0000 Don Kosak http://www.wikieditapp.com/app/?p=198 I submitted Wiki Edit 1.0 to Apple on September 2nd and after an hour or so entered entered a state called “Waiting for Review”. Apple Reviews each application submitted to the iTunes App Store. It generally takes a week to 10 days from submission until an App is approved for sale.

During the Labor Day weekend in the United States, one of my testers found a few moderate bugs… I had a dilemma, yank the App and lose my place in line, or let it slide.

The errors were:

  • Tapping Preview/Re-Edit rapidly 4 or more times would cause the program to not load previews until you saved the page or canceled.
  • Typing “ ” (the entity code for no-break space) in the editor caused the editor to replace it with a normal space.
  • Some Wikia sites use a special Wikia Rich Text Editor which doesn’t work with iPad.

I decided to fix the bugs, and resubmit.

The button mashing problem was simple to fix. I hadn’t encountered it before, but it was easy to recreate.

For me, the biggest bug was the   issue. It was happening somewhere deep inside of Apple’s UITextView control.  It turns out that a lot of iPad Apps that let you edit text fail when you enter  .  (Try it yourself on Evernote, or any of the To Do or Notepad apps that give you a rectangle to type text into.)  The   gets converted to a regular space and is gone for good. Type “[ ]“, hit save, and you’ll end up with “[ ]“. Wow. That’s a big problem when editing HTML or Wiki Markup.

I discovered it when I made a small change to a long Wikipedia article. I looked at the change list, and found 30+ lines that had   in them were unintentionally changed. I had to revert the article, as without   many phrases were now badly formatted. There’s actually a two year old bug filed with Apple on the issue, and it’s still not fixed in iOS 4.1. I ended up spending about 10 hours making   work in Apple’s UITextView control.  As far as I know, I’m the first to actually fix this.

The last issue turned out to be a simple fix.  I now send a code to Wikia with each edit request letting them know I’m using regular Wiki Markup. (&useeditor=mediawiki)

I retested through the weekend, and re-submitted the App to Apple on September 6th.

Wiki Edit version 1.1 is still “Waiting for Review” as of today (September 16th). I’m disappointed it hasn’t been reviewed yet, but happy to have those three issues taken care of.

In the meanwhile, I’ve been working on Wiki Edit 1.2.

The main changes are in the Webkit based web browser. I’m working on another browser based project, so I took the time to really streamline the browser core. It loads faster, and uses less memory than before. That will be important for the multitasking iPad update in November.

I’ve also streamlined the Wiki detection code, so that once you’ve visited a Wiki, future visits will populate the Wiki menu pretty much instantaneously. In the current version, the page needs to partially load before Wiki Edit can detect if its a MediaWiki site.

I won’t submit version 1.2 until Apple approves version 1.1. I don’t want to delay getting Wiki Edit into the App Store. You’ll automatically get a free update a week or two after 1.1 launches. I’ll keep folks informed via the blog and Twitter.  (@wikiedit)

I am waiting until Wiki Edit launches before adding any major new features.  I want to see what is important to the folks who bought the App.

I’m always looking for suggestions on making Wiki Edit better.

Best,

- Don

]]>
http://www.wikieditapp.com/app/news/pre-release-update/feed/ 0
Pending Review http://www.wikieditapp.com/app/news/pending-review/ http://www.wikieditapp.com/app/news/pending-review/#comments Fri, 03 Sep 2010 14:52:07 +0000 Don Kosak http://www.wikieditapp.com/app/?p=57 Wiki Edit 1.0 is currently “Pending Review” in Apple’s App Store.

I’ve been using the app everyday for about a month now. It’s pretty exciting to put it out in the world for other folks to start using.

There seem to be a bunch of “Wiki” apps in the App Store right now, but they all focus entirely on Wikipedia reading.

Now I really like Wikipedia, but it’s just one of thousands of wikis. Wikia alone hosts 100,000 wiki’s.

I also know a lot of product and development folks (like me) that manage their businesses with a wiki. While viewing these wikis on an iPad was a joy — editing them was not.

MediaWiki, like a lot of other web apps out there uses a “textarea” box for you to edit articles. On a website with a full keyboard and mouse – these are no big deal.

Textareas on the iPad are a different story. The box is tiny, scrolling on the page doesn’t scroll the text inside of the box — you need to use a tricky two fingered scrolling gesture.

Fixing that simple problem was the motivation for building Wiki Edit.

]]>
http://www.wikieditapp.com/app/news/pending-review/feed/ 4