]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Make changes suitable so that wikilens theme (and wikilens.org) work properly.
authordfrankow <dfrankow@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 30 Jun 2004 19:59:07 +0000 (19:59 +0000)
committerdfrankow <dfrankow@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 30 Jun 2004 19:59:07 +0000 (19:59 +0000)
commit5a8befea12e4e640405541dfa1aa786b50044a0c
tree5730d342dbb53ca84d31b8ece67725900f950b25
parentc6ea1cfeb5625960a818fb25aa95ee426cb05623
Make changes suitable so that wikilens theme (and wikilens.org) work properly.
+ Remove predictions (for now)
+ Use new RatingsDb singleton.
+ Change RatingWidgetHtml() to use parameters like a normal PHP function
  so we can have PHP check that we're passing the right # of them.
+ Change RatingWidgetHtml() to be callable static-ally
  (without a plugin object)
+ Remove the "RateIt" button for now, because we don't use it on wikilens.org.
  Maybe if someone wants the button, there can be an arg or flag for it.
+ Always show the cancel button, because UI widgets should not hide.
+ Remove the "No opinion" button for now, because we don't yet store that.
  This is a useful thing, tho, for the future.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3822 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/RateIt.php