Bugs, Requests, and Changes
Anthologica Universe Atlas / Forums / Site Help and Bug Reports / Bugs, Requests, and Changes

? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
Articles will now notify the members of the group if:

a) an attachment is added
b) the page is deleted
c) the user checks the "notify" checkbox when making an edit

This seems to me like a good balance that should require a minimum of fiddling.
? Nessari ?????? ?????? ????????
posts: 932
, Illúbequía, Seattle, Cascadia
message
quoting Rhetorica:
Yyyyes and no. My office workstation was suffering noticeably, though it was still a relatively small penalty—but that's because the graphics card in it is a Quadro K2000D with the proprietary drivers, and has absolutely no excuse to chug ever.

Heh. I've only ever been able to run the proprietary drivers. Mine's an Nvidia GeForce 9600 GT.

*looks up your card*

oh my gods that card is godly

HOLY FUCK THAT'S EXPENSIVE ><

*rocks back and forth for a while*
? Travis B. posts: 603
, Crystallogen, Milwaukee, Wisconsin
message
Anthologica is broken when trying to view larger tags in dictionaries. It conplains about being out of memory when you try to do so.
? Nessari ?????? ?????? ????????
posts: 932
, Illúbequía, Seattle, Cascadia
message
quoting Travis B.:
Anthologica is broken when trying to view larger tags in dictionaries. It conplains about being out of memory when you try to do so.

Which tag and how many entries does it have? This happens occasionally with Nouns on CM.net, I know. I can't recall the details of Sam's explanation but I think the gist was at the time there wasn't much doable about it.
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
Added "end" and "continue" links to make it less confusing when you jump into a forum thread.

I have a new idea about the way tags are processed; there's a good chance it'll have an overall speed-up effect on dictionary display. I'll take a shot at it in a little bit.
? Travis B. posts: 603
, Crystallogen, Milwaukee, Wisconsin
message
They definitely occur with the noun and verb tags under Thote Dictionary. I do not know an exact word count because my offline dictionary is not in front of me at the moment. However they cannot be larger than 683 entries, the total size of the dictionary.
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
It used to only happen with Proto-Søkkli's nouns category, but now that we have HTMLPurifier intercepting every WF Markup call (each word requires at least one), smaller categories have gotten problematic. My brilliant The obvious solution: only run the markup parser once, after all of the entries have returned their text.
? Travis B. posts: 603
, Crystallogen, Milwaukee, Wisconsin
message
About the continue link, on one page (I don't remember which) it sent me to a page that was empty except for the page header and the box to enter a new post (and the associated buttons). I assume this is not the intended behavior.
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
That behaviour was present for five or ten minutes while I was implementing it; it was sending you to a page starting right after the last post in the thread. I replaced it with the logic used by the thread list to determine the first unread post. That's well-tested code that shouldn't cause any such issue.
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
I've implemented the fix for dictionary tags. I can now load the Proto-Søkkli full-view page really, really fast. Enjoy.
? thelettermu posts: 262
, Groovy Cat message
Browsing the rant thread, I came across that:
(something went wrong; report
these numbers: qc = 33, np = -1,
pp = -1)
1 2 end
? Hallow XIII Primordial Crab
posts: 539
, 侯, Dalian, China
message
I had the same problem!

my numbers were

(something went wrong; report these numbers: qc = 32, np = -1, pp = -1)
? Hallow XIII Primordial Crab
posts: 539
, 侯, Dalian, China
message
Were you wrenching around with the site?
? Matrix Chronicler of the Myriad
posts: 216
, Conversational Speaker message
I also received some mystical numerals.

qc = 33, np = -1, pp = -1
? thelettermu posts: 262
, Groovy Cat message
Is it some kind of a lottery that who gets the highest number wins!?
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
Heh, no. It's a bug Cev discovered. Threads with between 21 and 39 posts (inclusive) weren't showing page navigation links at all. Fixing it shortly.
? thelettermu posts: 262
, Groovy Cat message
And now on a single-paged threads there are useless blunt bars with just plain non-linked "end".
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
Removed. Also fixed a problem where jumping to the end would cause previous/next links to retain the page offset (e.g. hitting "next" when the end was at posts_pagenum=57 would take you to posts_pagenum=37.) This was causing the page links to not indicate where you were. Changed so that previous/next always force integral page offsets.
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
Added caching of generated formatting for linear posts and news posts. The speed improvement was less dramatic than I expected, but there is still a bit of one.
? Rhetorica Your Writing System Sucks
posts: 1292
, Kelatetía, Dis
message
Still on the lookout for whatever causes the exponential ramp-up in reported comment count on news posts. (Gadzooks.)