docs.mybb.com icon indicating copy to clipboard operation
docs.mybb.com copied to clipboard

More outdated info

Open Destroy666x opened this issue 10 years ago • 8 comments

There's definitely more outdated info for 1.8, it just has to be checked.

Examples found just now:

  • [ ] http://docs.mybb.com/1.8/translations/translations/#finding-translations links to old translations (the doc could be improved with the new 1.8.1 ACP translation features, too)
  • [x] http://docs.mybb.com/1.8/development/standards/#php-code-demarcation - we don't use closing tags anymore
  • [x] http://docs.mybb.com/1.8/development/cookies/#the-cookie-list misses many cookies (and acploginattempts is incorrectly duplicated, the 2nd should be adminsid)
  • [x] http://docs.mybb.com/1.8/development/contribute/#working-with-github-39-s-issue-tracker - Approved label is now Fixed (and there are more labels not described in the doc)
  • [x] http://docs.mybb.com/1.8/faq/logout/ - Cannot login and Cookies links are outdated
  • [x] http://docs.mybb.com/1.8/administration/security/recovery/#new-security-measures has outdated PIN info too (and the whole section is a duplicate which can be replaced with a simple link: http://docs.mybb.com/1.8/administration/security/recovery/#new-security-measures)
  • [x] http://docs.mybb.com/1.8/administration/security/recovery/#get-in-control - Spybot is not really the most recommended tool right now, it could be replaced with KVRT, Hitman Pro or anything similar

Destroy666x avatar Oct 13 '15 17:10 Destroy666x

Thanks for the additional findings.

JoshHarmon avatar Oct 14 '15 02:10 JoshHarmon

@Destroy666x Am I missing any other cookies (or inaccurately describing any)? These are what I've found from a basic search.

ALSO: What language changes happened in 1.8.1? I can't seem to find a PR describing it or anything in the docs/blog.

acploginattempts
Stores the number of ACP login attempts a user has had.
acp_view
Stores the admin's preferred view when inline editing users in the ACP.
adminsid
Stores the current admin's Admin Session ID.
collapsed
This cookie keeps track of which categories and boxes have been collapsed (as opposed to being expanded by default).
coppadob
Stores user date of birth to submit with registration.
coppauser
Stores whether the user is a COPPA user or not.
failedlogin
If the user has exceed the maximum login attempts, failedlogin stores the time (UNIX timestamp) of the failure.
forumpass[$fid]
Stores a version of the forum password for $fid when a user has entered it correctly, to avoid prompting the user for a password more often than required.
inlinemod_
There are multiple kinds of inline moderating cookies: forum, thread, and user, including:
  • inlinemod_forumfid
  • inlinemod_threadtid
  • inlinemod_useracp - for storing users to inline-edit in the Admin CP
fid is replaced with the forum ID and tid is replaced with the thread ID. The contents are a pipe-delimited and pipe-enclosed list of thread IDs or post IDs which have been checked for inline moderation.
loginattempts
Stores the number of login attempts a user has had.
multiquote
mybb
The mybb cookie is actually an array of cookies:
mybb[announcements]
Stores read annoucement IDs.
mybb[forumread]
Stores forums the user has read.
mybb[lastvisit]
This cookie stores the last time of visit in the UNIX timestamp format.
mybb[lastactive]
This cookie stores the last time that a forum page has been loaded, in the UNIX timestamp format.
mybb[threadread]
Stores threads read by the user.
mybb[readallforums]
Stores if the user has read all forums. Updated with mybb[lastvisit] in inc/functions_indicators.php.
mybb[referrer]
mybblang
Stores the language preference of a guest.
mybbratethread[{$tid}]
Stores the user's rating of thread $tid.
mybbtheme
Stores the theme preference of a guest.
mybbuser
This cookie stores the login information for the Front End, and is set when a user logs in, and is removed when the user logs out. The UID and the login key are stored in this cookie.
pollvotes[$pid]
Stores a guest's vote on poll $pid.
sid
The current user's Session ID.

JoshHarmon avatar Oct 17 '15 00:10 JoshHarmon

@JoshHarmon https://github.com/mybb/mybb/issues/2131#issuecomment-141224670 + https://github.com/mybb/mybb/blob/feature/misc.php#L950

You're still missing some, e.g. the coppa ones.

Destroy666x avatar Oct 17 '15 00:10 Destroy666x

@Destroy666x Thanks for the link. I'll get those added.

JoshHarmon avatar Oct 17 '15 00:10 JoshHarmon

This one is outdated as well: http://docs.mybb.com/1.8/faq/mail/ http://community.mybb.com/thread-187311-post-1201591.html#pid1201591

Destroy666x avatar Dec 28 '15 00:12 Destroy666x

@Destroy666x Thanks for the report. I'll look into that soon.

JoshHarmon avatar Dec 28 '15 03:12 JoshHarmon

updated the translation URL with this commit: https://github.com/mybb/docs.mybb.com/commit/75618d62f9dd2b1e2661ecbf1745f7fb7032b39e

is anything else needed for the translation doc?

andrewjs18 avatar Aug 05 '16 05:08 andrewjs18

It would be nice to write a short guide of the new "Edit with" feature which makes translations much much easier. https://github.com/mybb/mybb/pull/1218

Destroy666x avatar Aug 06 '16 20:08 Destroy666x