Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More outdated info #77

Open
6 of 7 tasks
Destroy666x opened this issue Oct 13, 2015 · 8 comments
Open
6 of 7 tasks

More outdated info #77

Destroy666x opened this issue Oct 13, 2015 · 8 comments

Comments

@Destroy666x
Copy link
Contributor

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

Examples found just now:

@JoshHarmon
Copy link
Contributor

Thanks for the additional findings.

@JoshHarmon
Copy link
Contributor

@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.

@Destroy666x
Copy link
Contributor Author

@JoshHarmon mybb/mybb#2131 (comment) + https://github.com/mybb/mybb/blob/feature/misc.php#L950

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

@JoshHarmon
Copy link
Contributor

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

JoshHarmon added a commit that referenced this issue Oct 24, 2015
faq/logout:
	Grammar
	UPDATE Login Problems and Cookies links

faq/login:
	ADD Header title caps
	ADD examples table from cookies.md

development/standards:
	Closing tags not allowed

development/cookies:
	ADD more cookies
	May be incomplete or inaccurate in played, needs review

development/contribute:
	ADD Oxford comma,
	ADD/UPDATE GitHub issue tags

admin/sec/recovery:
	UPDATE tools,
	EXPLAIN purpose of each

admin/sec/protection:
	ADD Auth Basic directions incl.,
	REFACTOR Admin Accounts section (wall of text, hard to read),
	REMOVE unnecessary words in Protect inc Directory,
	ADD comma in Disallow HTML in Posts, highlight query,
	RENAME Keep Plugins to a Minimum -> Minimize Installed Plugins
		(continues progressive-verb-first standard),
admin/sec/2fa:
	REMOVE unneeded dash from T-F-A (Two-Factor is an adj.),
	UPDATE App Store image URLs (wrong lang buttons displaying),
	ADD Troubleshooting section with mention of 30-second window.

Files summary:
modified:   1.8/administration/security/2fa.md
modified:   1.8/administration/security/protection.md
modified:   1.8/administration/security/recovery.md
modified:   1.8/development/contribute.md
modified:   1.8/development/cookies.md
modified:   1.8/development/standards.md
modified:   1.8/faq/login.md
modified:   1.8/faq/logout.md

Signed-off-by: Josh Harmon <[email protected]>
JoshHarmon added a commit that referenced this issue Oct 24, 2015
JoshHarmon added a commit that referenced this issue Oct 24, 2015
@Destroy666x
Copy link
Contributor Author

@JoshHarmon
Copy link
Contributor

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

@andrewjs18
Copy link
Contributor

andrewjs18 commented Aug 5, 2016

updated the translation URL with this commit: 75618d6

is anything else needed for the translation doc?

@Destroy666x
Copy link
Contributor Author

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

@JoshHarmon JoshHarmon removed their assignment Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants