Scoop pre-1.0 Out -- Feature Freeze + Bug Fixes
|
|
By Captain_Tenille , Section Project [] Posted on Mon Nov 17, 2003 at 12:00:00 PM PST
|
|
In preparation for the upcoming Scoop 1.0, I have agreed to handle managing the release. After this point, no new features will be accepted for inclusion into Scoop until 1.0 is released. Bug fixes are welcome, as always.
TODO and other information below.
|
TODO: Fortunately, there's only two things that need to happen between now and when we release Scoop 1.0: Bug fixes and fixing the default installer. After a comfortable amount of time has passed and we have the known bugs squished and the installer beautified, we can move on to bigger and better things.
Send your bug fixes to jeremy@satanosphere.com, and we can get this off the ground sooner rather than later.
Update [2003-11-29 23:23:16 by panner]: Here's the bug list that I have, assembled from janra's posts while documenting the code, minus the ones that I know have been fixed. It's mostly assembled in "I know what I wrote" format, so if you don't see what something is, let me know.
- in the comment block, the special key "user_info" contains the value of the
special key "edit_user", even though "edit_user" is recognised as a separate
special key
- the mark_ blocks are only applied if subscriptions are on
- old box ops need to be coverted to new format: buyimpressions_box, fzdisplay,
renewad_box, submit_rdf. "This is a pretty easy change, just put that box name
in the op definition, indicate that it's a box, and set the page template to
default_template or something similar. Then delete the four page template
blocks that were used before."
- auto-post uses 4 queries to get votes instead of just one:
select count(vote) as score,vote,section_only from storymoderate where
sid='$sid' group by vote,section_only
- when calculating comment score, 1 is hard coded as the hidden comment
threshold instead of using the rating_min var
- use_topics behavior is odd in regards to using topics and just not using
images
- default_uid doesn't do anything yet
- min_ad_prepay_amount not implemented
- upload_max_file_size in Utility.pm should be enforced (make sure $size isn't
greater, then only read in $size bytes)
- diaries/ads should be in sections_excluded_from_all instead of using special
code/vars
- spellcheck should remember its checkbox value between multiple previews
- template_recurse doesn't really work
- html checker may be having trouble escaping lone pointy brackets correctly
- topics should take advantage of both topic_img and topic_text. if topics on
and topic images off, _text should be shown instead of nothing
- auto-format is linkifying before running clean_html, which can screw up
links with more than one http in them
- all vars taking a path/link/whatever should work with no trailing slash, and
remove one if it's there
- ad approval email is not anything near flexible
- advertiser_group/req_extra_advertiser_info needs to work.
(/newuser/advertiser needs to be an op template to work)
- site controls links don't always work. model after blocks
(admin/tool/mode/item, not admin/tool/category)
- need instructions/link to blocks for creating a new ad template
- when editting a single block, links to other themes should take you to that
same block. if no block in that theme, blank form
- stories which will be auto-posted because of section perms still say
"hopefully other users will vote on your story"
- topics interface should use a checkbox to delete (like sections does)
- hide_unposted_comments should also hide comments accessed directly
Update [2004-1-18 1:49:11 by panner]: Newer bug list is in a comment below. Notice that it is getting shorter, but it's still too long for a release to happen. |
|
Story Views
|
114 Scoop users have viewed this story.
|
|