It is currently April 24th, 2024, 8:23 am



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Version v.1.16 gamma available.
PostPosted: November 23rd, 2015, 2:19 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12641
Location: Earth
You won't see any update notice in the program. This will be the final if no critical bugs will be noticed.

If you never updated please just wait for the final version since you will be able to use the update page instructions.

v.1.16 gamma
  • Added known dead links highlighting with red color inside message area. Basically which are in "STATUS" -> "LINKS" table.
  • Added new setting in "Options" -> "Posts" -> "Update post time to current time when editing for blogs".
  • Added new setting in "Options" -> "Posts" -> "Posts in .txt file separator". Default "#==@==#". For saving / loading multiple posts to/from single file separated with separator.
  • Added options when saving multiple posts to file: "Save each post to different file" (default which was always before) or "Save all posts to single file separated by separator".
  • Added right click option for "LINKS" table -> "Search for subject in 'LINKS'". Which will basically just copy and paste the subject to search and filter field.
  • Added right click option for users list -> "Clear fetching errors history". Rarely needed, if I didn't said that you need to do that you most likely don't.
  • Added new button above posts list to "Replace posts with new posts from .txt files" with options to load posts from files by "Match new loaded posts by subject" or "Load new posts in chronological order".
  • Fixed xenForo type topic fetching problem.
  • Fixed creation internal folder name if URL has illegal characters in it.
  • Fixed few small fetching problems.
  • Fixed images preview loading which had non-English characters in URL.
  • Improved edits background log (in "STATUS -> "EDITS") to a simple table which is easier to read, shows more information and progress is updated in real time.
  • Improved topics fetching so you could enter URL with topic ID (not post ID) and multiple topic IDs (URLs) [one per line].
  • Improved some tool-tips, buttons placements.
  • Other small improvements and fixes.

Final already released: viewtopic.php?f=2&t=6275

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Version v.1.16 beta available.
PostPosted: November 30th, 2015, 1:43 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12641
Location: Earth
Update first post to beta with more changes.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Version v.1.16 gamma available.
PostPosted: December 9th, 2015, 2:10 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12641
Location: Earth
Update first post to gamma with some final changes.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Version v.1.16 gamma available.
PostPosted: December 9th, 2015, 3:58 pm 

Joined: May 17th, 2015, 10:35 am
Posts: 216
Freddy wrote:
Added new button above posts list to "Replace posts with new posts from .txt files" with options to load posts from files by "Match new loaded posts by subject" or "Load new posts in chronological order".

I have fooled around with this just for a few minutes now. I'm not sure if I got it right. It looks like this for me:

I can take the files from directory user\posts\forum\username\, mass-edit them as I like (text editor, favorite UNIX-tool or some other regex-black-magic-stuff) and put them back into TM and have TM make the edits? (Well better will save them all as text files from TM with all special elements in place, yes, I read that!)

Is this a hidden Xmas-present you're making in the disguise of "just another non-stable version"? Without any big word? Serious about that?! That would basically mean, I would just need a special element "site" implemented by you to select the site(s) where I want to make those edits actually and I'd be happy for a long, long time - it would make mass edits a LOT easier. :-D

If I'm not mistaken this is a really BIG improvement from my point of view.

New background log looks good BTW!

Wurstmu (starting to believe in Santa again)


Top
 Profile  
Reply with quote  
 Post subject: Re: Version v.1.16 gamma available.
PostPosted: December 9th, 2015, 4:45 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12641
Location: Earth
* You shouldn't really touch the files in "user\posts\forum\username\", I'm saving them as read-only files for a reason. Editing them will only cause bad stuff.

* You could copy paste them to different location, but they would still be read-only files. So you would need to change attributes before you could even edit them.

* I would suggest saving posts from interface to file(s) or you could even have your posts in .txt files saved from before and make needed edits to those files.

* The feature is meant to be used from interface only at the moment. You can select needed posts (filter first if needed) and replace them with new posts from .txt file(s) [loading new .txt files via interface - there is a button in new window at the top for that].

* After pressing "Replace posts" button (final action) there are two options to replace posts for current website only or to search for the same posts in all websites (based on subject preview - which is: subject or first line of message if subject is empty).

* It's not really a hidden present :) . I'm working on new features all the time.

* When 1.16 final is released (soon) I will mention some FAQ changes (including a new chapter for this feature [not available yet]).

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Version v.1.16 gamma available.
PostPosted: December 9th, 2015, 6:05 pm 

Joined: May 17th, 2015, 10:35 am
Posts: 216
Freddy wrote:
I'm saving them as read-only files for a reason. Editing them will only cause bad stuff.

That was what I basically meant with "take them". :-) The current structure of these text files is perfect to read, stream-edit with sed or awk and write them to another location to import them back over the GUI. That's really exciting and won't mess with your data files.

I will study the FAQ when final's released and will probably update one of my suggestions regarding search and replace after that. Looks like you've already implemented 80% of what I intended to be empowered to.

I just was surprised to see such a comparingly big change in a gamma, just as would it be a minor bugfix. That's why I dropped everything and had to test it right away after reading your post. Still happy with your support - not just for Christmas ;-)

Wurstmu


Top
 Profile  
Reply with quote  
 Post subject: Re: Version v.1.16 gamma available.
PostPosted: December 9th, 2015, 7:18 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12641
Location: Earth
Wurstmu wrote:
Freddy wrote:
I'm saving them as read-only files for a reason. Editing them will only cause bad stuff.

That was what I basically meant with "take them". :-)


Yeah, I understood. Usually just thinking about other people who might misunderstand your post and answer in bigger scale so that they won't get any bad ideas.

Wurstmu wrote:
I just was surprised to see such a comparingly big change in a gamma, just as would it be a minor bugfix.

I would have much rather just released what was in beta (since there were already quite a lot of changes and last release was more than a month ago), but promised some of these features for few people in 1.16 so kinda just worked a bit more to make them.

Planning to make improvements and some other stuff in future updates as always.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

Who is online

Users browsing this forum: No registered users and 4 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:  
cron
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC