Changeset 954964
- Timestamp:
- 07/25/2014 07:09:42 PM (12 years ago)
- Location:
- cuusoo-list
- Files:
-
- 12 added
- 1 deleted
- 5 edited
-
assets/screenshot-1.jpg (modified) (previous)
-
assets/screenshot-2.jpg (modified) (previous)
-
assets/screenshot-3.jpg (modified) (previous)
-
assets/screenshot-4.jpg (deleted)
-
tags/2.1.1 (added)
-
tags/2.1.1/cuusoolist.php (added)
-
tags/2.1.1/logo-ideas-menu.png (added)
-
tags/2.1.1/logo-ideas.png (added)
-
tags/2.1.1/readme.txt (added)
-
tags/2.1.1/settings-add.php (added)
-
tags/2.1.1/settings-list.php (added)
-
tags/2.1.1/settings-pagination.php (added)
-
tags/2.1.1/settings.php (added)
-
tags/2.1.1/widget-cuusoolist.php (added)
-
tags/2.1.1/widget-dashboard.php (added)
-
tags/2.1.1/widget.php (added)
-
trunk/cuusoolist.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cuusoo-list/trunk/cuusoolist.php
r951919 r954964 4 4 Description: Displays a list of specified LEGO® Ideas (formerly CUUSOO) projects in a widget. 5 5 Author: Drew Maughan 6 Version: 2.1 6 Version: 2.1.1 7 7 Author URI: http://perfectzerolabs.com 8 8 */ … … 145 145 break; 146 146 147 case 'update':148 // Updating a LEGO Ideas project without fetching data.149 self::$message_id = CUUSOOList::_project_update();150 break;151 152 147 case 'delete': 153 148 // Deleting (or rather removing) a LEGO Ideas project. … … 409 404 410 405 // The author. 411 preg_match('/media-body".*tile-author">(\w*)<\/a>/is', $page, $author); 406 preg_match('/section class="tile created-by-tile">(.*)<\/section>/is', $page, $creator); 407 preg_match('/tile-author">([A-Za-z0-9]*)<\/a>/i', $creator[1], $author); 412 408 413 409 // The number of supporters. -
cuusoo-list/trunk/readme.txt
r951917 r954964 60 60 == Screenshots == 61 61 62 1. This is the default interface: the API data fetching method is selected by default.63 2. Th is is the interface when the page scrape method is selected: note the presence of extra columns in the list.64 3. A demonstration of the defaultCUUSOO List widget.62 1. This is the CUUSOO List interface. 63 2. The widgets made available by CUUSOO List. 64 3. A demonstration of a customised CUUSOO List widget. 65 65 66 66 == Frequently Asked Questions == … … 73 73 74 74 == Changelog == 75 76 = 2.1.1 = 77 * Corrected fetching the project owners' usernames from projects. 75 78 76 79 = 2.1 = … … 112 115 == Disclaimer == 113 116 114 LEGO is trademark of The LEGO Group. CUUSOO is a trademark of CUUSOO SYSTEM Co., Ltd. and Elephant Design Co. Ltd.117 LEGO is a trademark of The LEGO Group. CUUSOO is a trademark of CUUSOO SYSTEM Co., Ltd. and Elephant Design Co. Ltd. 115 118 Neither of these companies has anything to do with this plugin.
Note: See TracChangeset
for help on using the changeset viewer.