(Firefox Nightly 28.01a)
In some cases, I am unable to view more than one page of tags in tag history. Such as here: https://e621.net/post_tag_history/index?post_id=378293
Clicking on 'two' or 'next' only reloads the first page.
Updated by anonymous
Posted under Site Bug Reports & Feature Requests
This topic has been locked.
(Firefox Nightly 28.01a)
In some cases, I am unable to view more than one page of tags in tag history. Such as here: https://e621.net/post_tag_history/index?post_id=378293
Clicking on 'two' or 'next' only reloads the first page.
Updated by anonymous
Not sure if this has been fixed yet, but if you try to use gen: to make a tag something other than what it is, it does not work as the wiki page suggests for shortcuts. Gen: will just be a new tag instead.
Updated by anonymous
Chrome 31.0.1650.57 m
I've noticed I'm missing vote up / vote down on some comments now and it's unclear as to why. It might be user specific? Is there a reason for that? Even if it's comments I've already voted on, the UI should make it clear that changing my vote is now locked, rather than going about it new-youtube-comments style where the option is just flatout missing sometimes. I have no idea actually if that is indeed what's happening so even if this is intentional it's kindof a bad design.
Updated by anonymous
Genjar said:
(Firefox Nightly 28.01a)In some cases, I am unable to view more than one page of tags in tag history. Such as here: https://e621.net/post_tag_history/index?post_id=378293
Clicking on 'two' or 'next' only reloads the first page.
Going past page 1 in tag history has been disabled because of performance issues for a while now. No ETA on when it will be re-enabled again to my knowledge.
Updated by anonymous
Not really a big deal but when I'm tagging the recent tags list is listing all the pictures tags I've edited and not just the ones I've added, not sure if that's a bug or how its meant to work.
Updated by anonymous
Every time somebody posts in a hidden board the "Forum" tab still becomes italic.
Updated by anonymous
Seven_Twenty said:
Every time somebody posts in a hidden board the "Forum" tab still becomes italic.
I believe that's rather hardcoded into how the forum works.
Updated by anonymous
Something is wrong with how flag history is displayed. This screenshot is how this search looks like.
Updated by anonymous
Navigating tag history pages is broke.
Updated by anonymous
ippiki_ookami said:
Navigating tag history pages is broke.
Char said:
Going past page 1 in tag history has been disabled because of performance issues for a while now. No ETA on when it will be re-enabled again to my knowledge.
Updated by anonymous
tony311 said:
But it was an incredibly massive hit on database performance, so we had to strip it down. Maybe if we can figure out how to do it sanely it'll work how it used to do, but no promises. Clarification: showing "No tags" when searching is a bug, it should still just show the top 30 tags on posts uploaded in the last 24 hours (not taking into effect your query, because that's the performance hit).
What if you put the trending tags section under a drop down list like as an optional filter that can be toggled on or off. Sort of like the tag category titles work now. Would that help preformance wise while still being convienient for users?
Updated by anonymous
Using Dolphin on Android 2.3.4. I can view the site fine logged out, but if I log in then it craps out on me after loading about forty or so images and just displays every image as a blank box with a white and blue '?' box inside. The only way to get images to load again is to clear cookies and remain logged out.
Updated by anonymous
Char said:
Not a bug
Char's memory sucks
Bug: Char's memory is terrible and he often forgets to do things asked of him like make this new bug-reporting thread
Expected behavior: Char should actually remember to do things
Actual behavior: Char doesn't remember shit
Steps to duplicate: Ask Char to do anything at all
P.M. me Saying "YOU SUCK" cuz I deserve it
Updated by anonymous
Not a bug
Expected behavior: I should remember 95% of others.
Actual behavior: Im more focused on fire alarms
steps to duplicate: send me a fire alarm pic and ask me "wutz dis???"
Updated by anonymous
Please stop spamming the bug report thread.
Updated by anonymous
Searching for -votedup:Gilda_The_Gryphon score:1.. returns following error:
ActiveRecord::StatementInvalid in PostController#index
PG::Error: ERROR: function lower(integer) does not exist
LINE 1: ...er_id = (SELECT id FROM users WHERE lower(name) = lower(1)) ...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
: SELECT COUNT(*) FROM posts p LEFT JOIN post_votes vup ON vup.post_id = p.id AND vup.user_id = (SELECT id FROM users WHERE lower(name) = lower(1)) WHERE true AND p.score >= 'gilda_the_gryphon' AND p.status <> 'deleted' AND (vup.user_id IS NULL OR vup.score <= 0)
RAILS_ROOT: /home/e621/e621-production
Application Trace | Framework Trace | Full Trace
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract_adapter.rb:227:in log'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:520:in execute'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:1002:in select_raw'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/postgresql_adapter.rb:989:in select'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in select_all_without_query_cache'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in select_all'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in cache_sql'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in select_all'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/database_statements.rb:13:in select_one'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/connection_adapters/abstract/database_statements.rb:19:in select_value'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activerecord-2.3.18/lib/active_record/base.rb:920:in count_by_sql'
/home/e621/e621-production/app/models/post_methods/count_methods.rb:12:in fast_count'
/home/e621/e621-production/lib/cache.rb:41:in get'
/home/e621/e621-production/app/models/post_methods/count_methods.rb:11:in fast_count'
/home/e621/e621-production/app/controllers/post_controller.rb:407:in index_before_thousand'
/home/e621/e621-production/app/controllers/post_controller.rb:471:in index'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1333:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:1333:in perform_action_without_filters'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:617:in call_filters'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:610:in perform_action_without_benchmark'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in perform_action_without_rescue'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in ms'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/activesupport-2.3.18/lib/active_support/core_ext/benchmark.rb:17:in ms'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/benchmarking.rb:68:in perform_action_without_rescue'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/rescue.rb:160:in perform_action_without_flash'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/flash.rb:151:in perform_action'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in send'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:532:in process_without_filters'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/filters.rb:606:in process'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:391:in process'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/base.rb:386:in call'
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/actionpack-2.3.18/lib/action_controller/routing/route_set.rb:438:in call'
Request
Parameters:
{"page"=>"1",
"tags"=>"-votedup:Gilda_The_Gryphon score:1.."}
Show session dump
Response
Headers:
{"Cache-Control"=>"no-cache",
"Set-Cookie"=>"blacklisted_tags=poprocks&pulsar&smudge_proof+my_little_pony+forced&equestria_girls&twilight_sparkle_%28mlp%29+winged_unicorn+-princess_celestia_%28mlp%29+-princess_luna_%28mlp%29+-princess_cadance_%28mlp%29+-nightmare_moon_%28mlp%29&twilight_sparkle_%28mlp%29+winged_unicorn+-unicorn&mega_mewtwo_y&mega_mewtwo_y&megamewtwo&tyrranux&pyruvate&minecraft&user%3Aesprites&user%3Asetirpse&pool%3A2817; path=/\nblacklist_avatars=true; path=/\nblacklist_users=false; path=/",
"Content-Type"=>""}
votedup:Gilda_The_Gryphon score:1.., -votedup:Gilda_The_Gryphon, and score:1.. seems to work OK.
Updated by anonymous
IP Adress column in tag/description history.
Every user, including not logged, seems to have IP Adress column in the tag and description history. It is empty, and only take place so I can't use it in sinister way :( I'm pretty sure that it was just recently added there. Is it a bug, or a way to tell userbase "we see your IP, so you'd better behave. >:|"
---
Janitors can't report blips.
Similar to what used to be wrong with comments. I have only button to hide it, but no button to report it. I have to do it by manually editing url.
Sorry for double post, but got "414 Request-URI Too Large" when tried to edit and preview previous.
Updated by anonymous
Gilda_The_Gryphon said:
IP Adress column in tag/description history.
Every user, including not logged, seems to have IP Adress column in the tag and description history. It is empty, and only take placeso I can't use it in sinister way :(I'm pretty sure that it was just recently added there. Is it a bug, or a way to tell userbase "we see your IP, so you'd better behave. >:
It's been like that a long time now, I'm pretty sure it's intentional
Updated by anonymous
Comment thresholds are broken or are off by a few numbers. I have mine set to -3, yet I still see comments that have -3 on them, the only ones I dont see are far beyond -3...
But it seems -3 comments are not hidden by default as they should be.
Updated by anonymous
Something just broke. I keep getting this while trying to tag anything:
ActiveRecord::StatementInvalid in PostController#update
PGError: ERROR: canceling statement due to statement timeout
CONTEXT: SQL statement "UPDATE tags SET post_count = post_count - 1 WHERE tags.id = OLD.tag_id"
PL/pgSQL function trg_posts_tags__delete() line 3 at SQL statement
: DELETE FROM posts_tags WHERE post_id = 33368RAILS_ROOT: /home/e621/e621-production
Updated by anonymous
Genjar said:
Something just broke. I keep getting this while trying to tag anything:
I get that long error too.
Edit: Tag editing working again.
Updated by anonymous
One user somehow managed to get one picture faved twice. fav:wryyyyyyyyyy id:416400 returns two results which are the same picture.
---
Cheatsheet claims:
pool:extinct_animals
pool:10
Adds the post to the pool with the given name (in this case, "Extinct Animals"), or to the pool with the given ID (in this case, pool #10). Make sure to replace spaces with underscores. If the pool with the given name doesn't exist, it will be automatically created.
However when I wanted to create new pool while uploading a picture I've got this error:
NoMethodError in PostController#create
undefined method increment!' for nil:NilClass [/quote]
Updated by anonymous
Anyone else having problems moving to pages other than the cover of the tag history on profiles and such? I click say 5 and it loads the cover but hitches at me that apparently I'm on page 5.....dah fuq?
Updated by anonymous
Esme_Belles said:
Anyone else having problems moving to pages other than the cover of the tag history on profiles and such? I click say 5 and it loads the cover but hitches at me that apparently I'm on page 5.....dah fuq?
It's known. You can't get past page 1, and this is currently disabled because of performance issues. But there really could be error message about it, not just redirecting to first page.
Updated by anonymous
The Christmas tag is currently a purple tag (not sure what those are called), and I can't make it a general tag again. Can someone else try to fix it?
Updated by anonymous
JoeX said:
The Christmas tag is currently a purple tag (not sure what those are called), and I can't make it a general tag again. Can someone else try to fix it?
Indeed. I'd like to say the same but you did it before me.
Updated by anonymous
JoeX said:
The Christmas tag is currently a purple tag (not sure what those are called), and I can't make it a general tag again. Can someone else try to fix it?
By https://e621.net/help/tags that's a copyright tag, which actually *sorta* makes sense, since while it isn't technically a copyright, it does have that sort of feel to it. I think it should stay, same for the rest of the holidays (I know easter already is).
Updated by anonymous
123easy said:
By https://e621.net/help/tags that's a copyright tag, which actually *sorta* makes sense, since while it isn't technically a copyright, it does have that sort of feel to it. I think it should stay, same for the rest of the holidays (I know easter already is).
"The copyright type indicates the tag represents a game, a novel, a book, or some sort of copyrighted setting" Copyright = ownership. I think that holidays don't have its owners. "it isn't technically a copyright" - you are absolutely right.
Updated by anonymous
xmas sure does feel like some sort of franchise
Updated by anonymous
Munkelzahn said:
xmas sure does feel like some sort of franchise
And THIS is exactly why I said that it still sorta feels right. Sure it ain't owned by one person or company, but it certainly feels like a communal franchise.
Updated by anonymous
Been a while since this was mentioned (I think) But the Trending Tags will be fixed in the next update, correct? It has really been bugging me since it bugged out, lol.
Updated by anonymous
Dashie779 said:
Been a while since this was mentioned (I think) But the Trending Tags will be fixed in the next update, correct? It has really been bugging me since it bugged out, lol.
yup, was first announced about two months ago I think that the next build would resolve that. Can't say if it WILL be, but it was announced then.
Updated by anonymous
I was sorting out mistagged dovahkiin from dragonborn, and noticed that the latter is stuck as general tag. Should be species. Could someone fix this?
vv Thanks!
Updated by anonymous
Genjar said:
I was sorting out mistagged dovahkiin from dragonborn, and noticed that the latter is stuck as general tag. Should be species. Could someone fix this?
Fixed.
Updated by anonymous
Tag history is not always in chronological order.
For example https://e621.net/post_tag_history/index?post_id=408252 My change that removed tagme tag was before my second change, but it is displayed higher.
Updated by anonymous
Hovering over the dates there, it looks like the tagme removing change was at 7:44 this morning and the other change was at 7:43. So the edits are displaying in the proper order according to the timestamps, but those timestamps are incorrect?
Updated by anonymous
Pool histories show that users are adding posts even when they are deleting them.
Updated by anonymous
Tag category searches such as arttags:<number> don't seem to always work. Searching for 'arttags:5' finds several images that only have one artist tag instead of five, and so on.
For example, 'arttags:31' finds this:
post #360625
Updated by anonymous
Genjar said:
Tag category searches such as arttags:<number> don't seem to always work. Searching for 'arttags:5' finds several images that only have one artist tag instead of five, and so on.For example, 'arttags:31' finds this:
post #360625
I don't know what would cause it on more recent images, (it was a known bug on images uploaded before tag type counts were saved in the DB), but just editing the post, even if you don't change any tags, will fix it.
Updated by anonymous
tony311 said:
I don't know what would cause it on more recent images, (it was a known bug on images uploaded before tag type counts were saved in the DB), but just editing the post, even if you don't change any tags, will fix it.
I see.
Thanks, I guess I'll just edit the ones I find...and report this again if new ones still pop up.
Updated by anonymous
The Unfavorite link doesn't show up on posts you've favorited if you leave the page and come back; instead the Favorite button is there, and throws up the usual error if you try to use it.
I can still unfavorite if I manage to hit "-Favorite" in the split second before the page fully loads, but otherwise no dice.
Updated by anonymous
Bongani said:
The Unfavorite link doesn't show up on posts you've favorited if you leave the page and come back; instead the Favorite button is there, and throws up the usual error if you try to use it.I can still unfavorite if I manage to hit "-Favorite" in the split second before the page fully loads, but otherwise no dice.
What browser do you have? Do you have cookies enabled? Have you tried changing themes, as well?
Updated by anonymous
I can't unhide one of my posts in the forum. It just takes me to the login screen with an "Access denied" message. Logging out and logging back in again does not fix.
Updated by anonymous
Wyvrn said:
I can't unhide one of my posts in the forum. It just takes me to the login screen with an "Access denied" message. Logging out and logging back in again does not fix.
You can't unhide your posts. You must ask admin to do that for you.
Updated by anonymous
Oh, I didn't know that. Then I guess the bug is showing a non-functional unhide button in the first place.
Updated by anonymous
123easy said:
What browser do you have? Do you have cookies enabled? Have you tried changing themes, as well?
Firefox 26, cookies are enabled. I haven't yet tried changing themes.
Updated by anonymous
Bongani said:
Firefox 26, cookies are enabled. I haven't yet tried changing themes.
Hrm. Any adblocking software? I'm running FF 26 with cookies enabled and I'm not experiencing it (which is why I'm asking questions!)
Updated by anonymous
123easy said:
Hrm. Any adblocking software? I'm running FF 26 with cookies enabled and I'm not experiencing it (which is why I'm asking questions!)
I use AdBlock Plus, but it's disabled here. Likewise for NoScript (which is only blocking Google's analytics scripts on this site).
Updated by anonymous
Bongani said:
I use AdBlock Plus, but it's disabled here. Likewise for NoScript (which is only blocking Google's analytics scripts on this site).
Hmm. I've never found the two of them to work well together at all. Kudos on getting them running together. Hmm. At this point, gonna leave it to Tony to try and figure out what's going on. ._.;
Updated by anonymous
Bongani said:
The Unfavorite link doesn't show up on posts you've favorited if you leave the page and come back; instead the Favorite button is there, and throws up the usual error if you try to use it.I can still unfavorite if I manage to hit "-Favorite" in the split second before the page fully loads, but otherwise no dice.
The logic uses cookies to determine your current login, then compare it to the array of favorited users.
Do you have cookies enabled? Does this happen on every post, or are you having issues with only specific posts? (perhaps posts that have a large number of favorites already?)
Updated by anonymous
spight said:
The logic uses cookies to determine your current login, then compare it to the array of favorited users.Do you have cookies enabled? Does this happen on every post, or are you having issues with only specific posts? (perhaps posts that have a large number of favorites already?)
Bongani said:
Firefox 26, cookies are enabled. I haven't yet tried changing themes.
Just to let ya know he did say he had cookies enabled. ^_^ Cheers!
Updated by anonymous
123easy said:
Just to let ya know he did say he had cookies enabled. ^_^ Cheers!
Thanks. I missed that.
Bongani:
I'd guess that either the favorites list for a post or the browser's cookie is corrupted. Can you tell me which post or posts this is affecting? Can you try logging out and logging back in to rebuild the cookie?
Updated by anonymous
The name link on pm's results in getting logged out, or at least the log in screen.
Updated by anonymous
spight said:
Thanks. I missed that.Bongani:
I'd guess that either the favorites list for a post or the browser's cookie is corrupted. Can you tell me which post or posts this is affecting? Can you try logging out and logging back in to rebuild the cookie?
It hits every page I visit. Again, the unfavorite button shows up after I favorite the page on that visit (as normal) but on subsequent visits it reverts to +favorite.
EDIT) Logging out and then back in did fix it. Thanks! (If it didn't, I was going to try bypassing/purging the cache next)
Updated by anonymous
Getting "this page contains unencrypted content" and "no identity supplied" warning on main page and post pages. Forum and settings pages still still seem to be fully encrypted, and report that the site is e621.net, verified by Comodo.
Updated by anonymous
Fix the blacklist in user's account, it must work like exclude in search.
If search is "horse -mlp" it looks OK. But if it just "horse" and "mlp" are blacklisted in account - there are only three pictures on a page (and a lot of thumbs with class "blacklisted" if I look through firebug)!
Updated by anonymous
Bug: There is no filter for Blips in the Ticket Center.
----
And another: > seems to break the description column on tag history pages. Like here
Updated by anonymous
NotMeNotYou said:
> seems to break the description column on tag history pages. Like here
<div onclick='jQuery(this).next().show();' class='no-desc-change'title='Those tentacles weren't there when I got there >:C'>No change</div>
Using single quotes for the attribute value that contains the same character as an apostrophe. It is later followed by a > sign that is interpreted as closing the tag. The quote style used should be changed and/or the character used should be escaped.
This is a vulnerability that should be dealt with. Good thing that you've found it.
Updated by anonymous
BUG: My blacklist reverses its order every time I save my profile settings.
Updated by anonymous
Shiitake said:
BUG: My blacklist reverses its order every time I save my profile settings.
Are you sure it's reversing, and not just ordering itself according to its own sorting formula?
Updated by anonymous
123easy said:
Are you sure it's reversing, and not just ordering itself according to its own sorting formula?
Actually it does reverse itself, that's a problem I've had with my blacklist too ever since I first used it.
Updated by anonymous
Fluttershy said:
Actually it does reverse itself, that's a problem I've had with my blacklist too ever since I first used it.
So every time you post a new thing, you get the entire list reversed? o.O
Updated by anonymous
What exactly do you mean by it reversing itself?
Updated by anonymous
Rainbow_Dash said:
What exactly do you mean by it reversing itself?
Each time I update my blacklist, I click save, and then when it says "updated" the order of the blacklist is reversed, I was just saying that I have seen that "bug" too, like Shiitake stated.
Updated by anonymous
Fluttershy said:
Each time I update my blacklist, I click save, and then when it says "updated" the order of the blacklist is reversed, I was just saying that I have seen that "bug" too, like Shiitake stated.
and every single one of the headings reverses each update, or does it just move the latest updates to the top?
Updated by anonymous
123easy said:
and every single one of the headings reverses each update, or does it just move the latest updates to the top?
Tried it myself, the whole list reverses its order every time you click the save button. Though I don't know if it affects functionality at all.
Updated by anonymous
EsalRider said:
Tried it myself, the whole list reverses its order every time you click the save button. Though I don't know if it affects functionality at all.
Nah, it doesn't affect anything.
Updated by anonymous
EsalRider said:
Tried it myself, the whole list reverses its order every time you click the save button. Though I don't know if it affects functionality at all.
Weeeeeeeeeeeeeird. That doesn't happen for me. ._.
Updated by anonymous
The actual order doesn't do anything, so at least it's not critical to fix
Updated by anonymous
Bug: The source field in takedown requests seems to break whenever somebody enters Http://... with a capital-H at the beginning.
For example in https://e621.net/take_down/show/2065.
Updated by anonymous
NotMeNotYou said:
Bug: The source field in takedown requests seems to break whenever somebody enters Http://... with a capital-H at the beginning.
For example in https://e621.net/take_down/show/2065.
If you are on a mobile device this sometimes happens on the devices end not wanting to cooperate, but if you are on a desktop I don't know what to tell you
Updated by anonymous
If two tag edits are made in the same minute, it seems to try and order them a different way in the tag history and can sometimes make it look like the newest edit was applied first.
Updated by anonymous
Rainbow_Dash said:
If you are on a mobile device this sometimes happens on the devices end not wanting to cooperate, but if you are on a desktop I don't know what to tell you
It's definitely a serverside issue, it's not including the colon as part of the URL.
Updated by anonymous
Rainbow_Dash said:
The actual order doesn't do anything, so at least it's not critical to fix
It saves the list one line at a time, from top to bottom, so when it recalls it, it pulls the newest first (Bottom) and oldest last (top); just a reason why the old system still does that.
anyhow, two /new/ bugs:
anonymous blacklist is broken.
and if you don't have javascript on you get the worlds ugliest script code in google chrome when viewing an add.
and a minor not probably gonna get fixed cosmetic issue:
when you guys removed the swoosh at the end of the subtag area in all Serpent based themes, you forgot to remove the rounding, so it leaves an ugly little end cap at the end of the page
Updated by anonymous