I have been assigned the task of maintaining and updating the Development Test page. When first assigned, the list was very sparse, maybe a total of 15 entries, and the Outdated section didn't even exist. Due to Simeon, Patrick, and myself scouring through the Beta Test forums, I updated the list to a nearly complete status. I realize there are still many apps missing, but we're much better off than before.
My request to the active developers is this, when you make an update to a Dev Test release, if your app goes to Pre-Release status, if you revive an Outdated app, or if you release a new app, please leave a comment on the Development Test page linked to above. It will ensure that our info is accurate and that our users and Beta Testing Team are working with the latest set of apps and can properly test and report back on your applications.
Thank you for all your work in creating these portable applications, and thanks in advance for keeping me up-to-date.
Edit: I have another request. I recently added a "Version" column to the table that contains the version of the base app inside the current portable release. My request is that you verify that I have the correct version number, or if the Version is blank, that you let me know what the version number is.
Thanks for all the hard work on this. I forgot to post a comment about GnuCash going to pre-release but I see you caught it already!
formerly rayven01
Hey Zach. Great work keeping the page updated. One request, though. Please use a text editor like Notepad++ and not a WYSIWYG editor like Nvu/KompoZer, etc to edit it. Whatever you're using had broken the javascript that stripes the tables and inserted a few blank rows in tables making it not work right even when I fixed it.
[replaced 'Shawn' with 'Zach', that is what you meant? - moderator PP]
Sometimes, the impossible can become possible, if you're awesome!
I'll be sure to do that. I stopped using KompoZer after the first issue we had, but it seems like it was too late and the script is already broken. Notepad++ it is.
The developer formerly known as ZGitRDun8705
/me hugs Zach
Great job!
My Mahjong can be removed, as I'm cancelling all updates and support on that.
Also, FYI, R'n'D Portable will be updated when R'n'D is updated
"If you're not part of the solution, you're part of the precipitate."
nooooooo...
What updates? What support?
You just need a batch
I've added a second request.
The developer formerly known as ZGitRDun8705
Cool, this site has really taken off since I first started coming here. Wish I would have seen this page before I went through all the old beta posts again looking for apps
EDIT: I don't know if this is exactly the purpose of this page, but it would be nice, if possible, to add sorting by date updated. This way it would be easy to see what apps were recently updated so people could easily find and test new releases.
The #1 programmer excuse for legitimately slacking off: "My code's compiling." --xkcd
I also thought it would be a better idea to have it by date. It would be cool to be able to sort be header.
Sorting would be a cool thing to add. Unfortunately my html/javascript/php skills aren't up to that level. If somebody has a working solution, let me know.
The developer formerly known as ZGitRDun8705
I'm also not really sure on that kind of stuff, but possibly the sorting and even adding new entries would be easier if you had it display from a database instead of editing the page every time.
I've already talked to John about database stuff....its not easy to integrate into Drupal w/o it being an official module.
The developer formerly known as ZGitRDun8705
I added a full Javascript sorting utility to the Development Test page. Now, you can sort all 3 tables by any column you wish. And it's all Javascript-based, so this won't add any extra work in terms of maintenance for Zach.
Give it a try!
Sometimes, the impossible can become possible, if you're awesome!
Awesome work John, thank you very much.
The developer formerly known as ZGitRDun8705
When using sort by name:
cdrtfe
jEdit
are out of place ???
Is it because they are lower case?
Same happens with sort by Developer
Tim
Things have got to get better, they can't get worse, or can they?
By default it uses a case-sensitive sorting algorithm like Linux filename lists. I switched it to case-insensitive.
Sometimes, the impossible can become possible, if you're awesome!
IMHO, it should be restriped after each sort.
"If you're not part of the solution, you're part of the precipitate."
That's a good idea Ryan. I didn't notice until now that stripting can be messed up by sorting.
The developer formerly known as ZGitRDun8705
I agree, but my brain isn't following the JS at the moment to handle it. Anyone want to take a look and offer up a fix?
Sometimes, the impossible can become possible, if you're awesome!
I'll take a look now.
Edit: Or not. IMHO, we should be using jQuery if it's available.
"If you're not part of the solution, you're part of the precipitate."
Can any non-open source betas be posted in that list? or is it Open-Source only?
An eye for an eye makes the whole world blind.
Mahatma Gandhi,
Indian political and spiritual leader (1869 - 1948)
I think we should switch to the Tablesorter jQuery plugin. That way, we can also use the zebra included widget.
"If you're not part of the solution, you're part of the precipitate."
I'm changing it over now. Don't worry, I still have the original code if needed.
"If you're not part of the solution, you're part of the precipitate."
All done. The tablesorter code is currently hosted on my site, you might want to change that
"If you're not part of the solution, you're part of the precipitate."
Looks good Ryan, thanks. Any chance we could switch the colors though and have the top table row be white instead of gray?
The developer formerly known as ZGitRDun8705
John's the one with the CSS editing stuff
I could switch the class names over, but it would be bad semantic wise.
"If you're not part of the solution, you're part of the precipitate."
I was asking cause all the other tables on this site start with white lol.
The developer formerly known as ZGitRDun8705