Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #15 – January 05, 2024, 08:31:33 pm Quote from: Burke Knight – January 04, 2024, 04:09:42 pmThe jumping to the end on modify, was really annoyingLOL yeah, I only just noticed it and was like, what the heck, why is it doing that !
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #16 – January 05, 2024, 08:39:10 pm Quote from: ahrasis – January 05, 2024, 08:30:50 pmAll php8 including 8.3 should be usable on 1.1.10I never thought the day would come that PHP would be changing faster than the software running on it. Yes I agree it should, but I've not been testing on itMy dev site is 8.2 and the sites I run are on mostly on 8.2 with a few still back on 7.4
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #17 – January 08, 2024, 05:17:23 pm Here is a yet another updated 1.1.10 package. It has the following changes from the last one Prevent a few more PHP 8.2 depreciation notices that I was able to find Scroll editor to page top when using reply/modify/etc Move a couple of editor startup functions to the ready event in the moveto plugin When editing, ensure the editor view starts at the top the text not the bottom Pagination was not honored when viewing a list of members in a member group (the entire list was shown) Prevent a deferred error in FireFox with the editor custom tags Do not call JS functions when they are not available (seen only as a console error in the ACP)I've been running the previous patch on a few low traffic sites, and this addresses anything (php) that I saw in the error logETA: This version of the patch file has been removed, be sure to uninstall it when the final is released
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #18 – January 11, 2024, 11:50:02 am Welp Found a couple of more minor things that I have fixed. Like Stats: - Was showing the top 10 most liked posts, but not in 1-N order, was also showing the count wrong due to wrong value used in template - Was not formatting numbers so you would end up with 1234 and not 1,234 or 1.234 - Was showing the wrong number of likes on a topic, it had the right number but wrong value was used in the templateStructured Data- Saw a google suggestion that the Datetime property was missing a timezone. In some more reading that should have been set as ISO8601 or YYYY-MM-DDTHH:MM:SS+00:00 so now it will be.
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #19 – January 19, 2024, 12:36:35 pm I found and fixed/enhanced a couple of other things. Not sure anyone really cares to read these on-going pre-release updates so I'll save myself some time and simply note them in the final release notes.
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #20 – January 25, 2024, 01:47:14 am Quote from: Spuds – January 19, 2024, 12:36:35 pmNot sure anyone really cares to read these on-going pre-release updatesBut yes. Thanks for your work!
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #21 – February 03, 2024, 03:47:04 am Quote from: Spuds – January 19, 2024, 12:36:35 pmI found and fixed/enhanced a couple of other things. Not sure anyone really cares to read these on-going pre-release updates so I'll save myself some time and simply note them in the final release notes.I do care . Thank you
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #22 – February 03, 2024, 09:16:05 pm Been running 1.1.10 live on a few sites, monitoring for any issues. I made one update today, not really a bug, but an inconsistency that you I could only see when running an addon. It was one of those non-bugs that took 10x as long to figure out as a real bug LOLAnyway I think its getting close to packing this up as in on my test sites I'm not seeing any errors (well other than users who can't remember their passwords LOL)
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #23 – February 06, 2024, 08:46:53 am Quote from: Spuds – December 29, 2023, 06:20:04 pmHere is an updated 1.1.10 package. It has the following changes- fixed another php8 issue in bad behavior- fixed a php8 depreciation notice in spider stats- fixed gibberish being returned for an empty new board description- added option to move crawlers into the restrictive group which allows you to limit them to specific boards (easier than robot txt)Not sure if you noticed this, but after this version of the patch, I make a new board and add description, but for some reason, the description vanishes. As if never entered. Confirmed this on 3 sites. No errors in the log.Seems like there's something missing when saving, that does not include the description.
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #24 – February 06, 2024, 08:44:44 pm I see that as well ... fixed on my local, it was a side effect of the fix when no description was given. I've test all the combos I could think of this time and it will be fixed in 1.1.10 final.Thanks for the report
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #25 – February 07, 2024, 11:35:45 am Quote from: Spuds – February 06, 2024, 08:44:44 pm.. fixed on my local, it was a side effect of the fix when no description was given. Sounds like my kind of fix - compensate for a "no description" situation and then make everything "no description." Voilla! (I had a foreman who the business owner decided needed some formal management training, and the next "course" segment available for him to attend was "Dealing With Problem Employees". It was the only management course he ever took, and from then on his management approach was to turn every employee into a problem employee so he knew how to manage them.)
Re: Preliminary ElkArte 1.1.10 - Release Notes Reply #26 – February 07, 2024, 04:18:03 pm It kind of made sense when I typed it in last night LOL