[Clipart] checkin (review, ratings admin, bread crumbs...)

Victor Stone lists at fourstones.net
Tue Mar 14 10:50:07 PST 2006


Been checking in and I wanted to catch the list up. It's all working on 
ccMixter but I've got more files coming in the next two days so you may 
want to sync after that. I would call the current state 'fairly stable'.

If you can't wait make sure to run the updater after install:

   1. Log in as admin
   2. Browse to: http://yourstinall.com?update=1

- Native reviews are in, they've been on ccMixter for almost a week and 
most of the bugs have been shaken out.

  * NO MORE phpBB2 (more about that in the next checkin)

  * The biggest loss of functionality is the ability to get email 
notifications about reviews and replies but I'm hoping that a new global 
notification system about reviews, uploads and remixes will be coming 
soon enough.

  * There are now review feeds for the whole system, each artist and 
each upload

  * I've written a script to import uploads reviews from the old phpBB2 
system and checked it into the mixter-lib dir. I'm available to assist 
anybody who needs help with this. (MAKE FREAKIN BACKUPS) The importer is 
"smart" and treats multiple posting by reviews and any posting by the 
original artist as "replies", I was quite happy by how it worked out. 
Here's an example of an old phpBB thread in the new format:

http://ccmixter.org/media/reviews/victor/2517

- Bread crumbs

   * Home -> somepage -> someother page

   It doesn't permeate through the whole system but I'll be building on 
it in the near future.

- The "Cory" feature: Ratings management panel

   * The version checked in here is fully functional but I've cleaned up 
the UI significantly on my dev machine. I don't want to check that in 
until after the Copyright Criminals contest is over (tonight at 9PM 
PST). If you sync between now and then and want to see it browser to 
yourinstall/media/admin/ratings/manage

Unfortunately I've had occasion to use it several times already on 
ccMixter because we got "bombed" by several new users who left dozens of 
"1" ratings in quick succession. With the new panel however it was one 
click to undo them all. (MAKE MORE FREAKIN BACKUPS)

   * With this panel you can sort and filter the ratings by user 
(rater), IP (including masks), rating score and upload. It was very 
informative to sort by IP and find out just how many folks on ccMixter 
had "rating only" accounts that they used to pump up the ratings of 
their "real" accounts.

   * You can undo a specific rating, undo all the ratings for a given 
user and/or ban a user from future ratings

---------- CHANGE LOG ------------------------
2006-03-14  fourstones
   * forum/templates/cchost/posting_body.tpl 1.5:
     ui: re-supress smiley junk

2006-03-13  fourstones
   * cclib/cc-ratings.php 1.22:
     admin feature: ratings admin panel (beta)

   * ccextras/cc-reviews.php 1.5:
     code feature: source event on review

   * cclib/cc-uploadapi.php 1.34:
     system: getid3 can't deal with temp files (scary change)

   * cclib/cc-contest.php 1.26:
     temp: mixter specific contest upload help

   * cclib/cc-form.php 1.28:
   * cclib/cc-mediahost.php 1.38:
   * cctemplates/form.xml 1.13:
     ui: form help was disappearing on remix searches

   * ccextras/cc-topics.php 1.2:
     bugfix: feeds were not encoded properly

2006-03-12  fourstones
   * cclib/cc-contest.php 1.25:
     temp: don't display success on contest entry when it's not

   * cclib/cc-phpbb2-cb.php 1.24:
     bugfix: users were being logged out of phpbb2 at the end of the
     session

   * mixter-files/acidstriptags.png 1.1:
     how to helper

   * mixter-files/isitlegal.xml 1.3:
     added stuff about upload problems

2006-03-11  fourstones
   * cctemplates/skin-blank-map.xml 1.5:
   * cctemplates/skin-ccmixter-map.xml 1.5:
   * cctemplates/skin-simple-map.xml 1.6:
   * cctemplates/upload.xml 1.48:
   * cctemplates/upload_misc.xml 1.3:
     code: refactored ratings buttons for reuse (needed for reviews)

   * ccextras/cc-reviews.php 1.2:
     ui bugfix: use user's friendly name for displaying stats

   * cclib/cc-user.php 1.38:
     code feature: put user admin into user record

   * cclib/cc-table.php 1.17:
     php 4.4.1 compliance
     bugfix: DeleteWhere never actually worked
     api feature: QueryRows now takes optional columns args

   * cclib/cc-mediahost.php 1.37:
   * cclib/cc-user.php 1.37:
   * cctemplates/page.xml 1.29:
     feature: bread crumbs

   * ccextras/cc-format.php 1.6:
     feature: reply quote support
     feature: native reviews

   * ccextras/cc-reviews.php 1.3:
     missing feature: delete topics when upload is deleted

   * cctemplates/comments.xml 1.12:
     ui: changed 'Reply' to 'Write Review'

   * cctemplates/skin-ccmixter-topics.css 1.2:
   * cctemplates/topics.xml 1.2:
     ui feature: review counts and admin flag in review listing

   * cclib/cc-ratings.php 1.21:
     bugfix: not recording remote addr correctly

   * ccextras/cc-reviews.php 1.4:
     bugfix: user reviews were not updated when upload is deleted

   * cclib/cc-uploadapi.php 1.33:
     internal: specify the user join so other instances of user table
     can be joined in as well (needed for reviews)

   * cclib/cc-form.php 1.27:
     internal feature: forms now honor referers in _POST

   * cclib/cc-ratings.php 1.20:
     innactive feature: coded but commented out is the average rating
     a user has given out

   * cclib/cc-page.php 1.32:
     feature: bread crumbs
     internal feature: Adding Page links can now be done outside the 
page template

   * mixter-lib/mixter-import-phpBB2.php 1.2:
     bugfix: name was not set properly in phase 3

   * ccextras/cc-reviews.php 1.1:
   * ccextras/cc-topics.js 1.1:
   * ccextras/cc-topics.php 1.1:
   * ccextras/update_v_1_2k.inc 1.1:
   * cctemplates/ccmixter/reply-arrow.gif 1.1:
   * cctemplates/rss_20_topics.xml 1.1:
   * cctemplates/skin-ccmixter-topics.css 1.1:
   * cctemplates/topics.xml 1.1:
   * mixter-lib/mixter-import-phpBB2.php 1.1:
     new: native reviews

   * ccextras/cc-skin-export.php 1.1:
     new; module for sharing cchost skins with 3rd party
     tools (like wordpress, phpbb)

   * cclib/cc-phpbb2-cb.php 1.23:
   * cclib/cc-phpbb2.php 1.33:
   * forum/templates/cchost/overall_footer.tpl 1.2:
   * forum/templates/cchost/overall_header.tpl 1.5:
   * forum/templates/cchost/posting_body.tpl 1.4:
   * forum/templates/cchost/simple_footer.tpl 1.2:
   * forum/templates/cchost/simple_header.tpl 1.3:
   * forum/templates/cchost/viewtopic_body.tpl 1.7:
     depricated: no longer rely on phpbb for reviews or sharing skins
     however single login with phpbb still needs these modules

   * ccextras/cc-update.php 1.10:
     api feature: check if table exists

2006-03-10  fourstones
   * ChangeLog 1.42:
   * cc-custom.php 1.19:
     temp bugfix: random vroots being written to cached remix lists

   * ccextras/cc-format.css 1.2:
     feature: reply quote support




More information about the clipart mailing list