* Added tipsy library
authorBrandon Harris <bharris@users.mediawiki.org>
Mon, 1 Nov 2010 21:17:15 +0000 (21:17 +0000)
committerBrandon Harris <bharris@users.mediawiki.org>
Mon, 1 Nov 2010 21:17:15 +0000 (21:17 +0000)
commitd00ddeef7fd54a22215289f1621ecb687e3e2c44
treecc07c4ac7c742cfa72757606e632b1477ed50fa0
parent1459cc6794985ba7ef96baeab4e15ea28f046f72
* Added tipsy library
* Added associated files for tooltip display
* Added associated css rules for tooltip display
* Updated installer's help system in (most?) places to display help as tooltips instead of show/hide system
* Beginnings of visual changes (e.g., less boxes, more color)
* Modified several of the installer's widget display methods
* Added a couple new i18n values
* Fixed small bug in installer logic:
  - Password validation on new users was being executed even if there wasn't a $user object
15 files changed:
includes/installer/DatabaseInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/OracleInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerOutput.php
includes/installer/WebInstallerPage.php
resources/jquery/jquery.tipsy.js [new file with mode: 0644]
skins/common/config.css
skins/common/config.js
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