r80390 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80389‎ | r80390 | r80391 >
Date:12:30, 15 January 2011
Author:husky
Status:ok
Tags:
Comment:
TAG - last changes before presentation
Modified paths:
  • /trunk/tools/wp-photocommons/css/search.css (modified) (history)
  • /trunk/tools/wp-photocommons/inc/class-photocommons.php (modified) (history)
  • /trunk/tools/wp-photocommons/search.php (modified) (history)

Diff [purge]

Index: trunk/tools/wp-photocommons/css/search.css
@@ -1,3 +1,7 @@
22 #wp-photocommons-images img:hover {
33 cursor: pointer;
 4+}
 5+
 6+#wp-photocommons-search {
 7+ width: 500px;
48 }
\ No newline at end of file
Index: trunk/tools/wp-photocommons/inc/class-photocommons.php
@@ -75,7 +75,7 @@
7676 // Register our own styles and enqueue
7777 wp_register_style('jquid_jquery_blog_stylesheet', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css');
7878 wp_register_style('suggestions', self::PLUGIN_PATH . "css/jquery.suggestions.css");
79 - wp_register_style('suggestions', self::PLUGIN_PATH . "css/style.css");
 79+ wp_register_style('search', self::PLUGIN_PATH . "css/search.css");
8080
8181 wp_enqueue_style('jquid_jquery_blog_stylesheet');
8282 wp_enqueue_style('suggestions');
Index: trunk/tools/wp-photocommons/search.php
@@ -16,6 +16,7 @@
1717 <body>
1818 <?php endif; ?>
1919
 20+ <label for="wp-photoommons-search">Zoek:</label>
2021 <input type="search" id="wp-photocommons-search" />
2122
2223 <ul id="wp-photocommons-results"></ul>

Follow-up revisions

RevisionCommit summaryAuthorDate
r80667Nicing up some loose ends + Storing title instead of fullpagename (BREAKING C...krinkle00:17, 21 January 2011

Status & tagging log