* Fix issues brought up in r75832
authorBrandon Harris <bharris@users.mediawiki.org>
Mon, 6 Dec 2010 23:13:35 +0000 (23:13 +0000)
committerBrandon Harris <bharris@users.mediawiki.org>
Mon, 6 Dec 2010 23:13:35 +0000 (23:13 +0000)
commit44a91da53a723e94246bcac5e66f916e48d6a4aa
tree154bebde3ed6a2a0f9b84c7e6ceab0c447c08ba6
parentbfb6c23266db263158c6f37b7210bedc033e1890
* Fix issues brought up in r75832
* Really and truly add in a couple files that were supposed to go in with r77898, and fully revert r77860 (which was a reversion of r75832). (Ran previous commit for r77898 from wrong directory. Oops.)
* Fixed issue with help box text not being parsed.
* Modified help system to remove tooltips and instead open/show hidden boxes.
  - I am not happy with this design and future revisions will iterate upon it.
  - The biggest problem is everything sitting "on top" of itself.  I dislike this a great deal and plan on changing it to be more aesthetic and natural; however, I wanted to get a version of this in that allowed for cut-and-pasting and solved the text parsing issue.
  - With javascript disabled, help text is visible by default.
* Remove redundancy in checkboxes
* Added i18n entry for "help", which wasn't there for some reason.
* Removed references to tipsy library in installer html
  - Kept tipsy library in core; this is being used elsewhere.
includes/installer/Installer.i18n.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerOutput.php
resources/jquery/jquery.tipsy.js [new file with mode: 0644]
skins/common/config.css
skins/common/config.js
skins/common/images/help-22.png [deleted file]
skins/common/images/help-question-hover.gif [new file with mode: 0644]
skins/common/images/help-question.gif [new file with mode: 0644]
skins/common/images/tipsy-arrow.gif [new file with mode: 0644]
skins/common/shared.css