To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
- Timestamp:
- 09/08/10 15:56:27 (21 months ago)
- Author:
- tboutell
- Message:
-
* The feed slot is now very, very tolerant. It accepts Twitter @usernames, partial URLs with http:// missing, and URLs of plain old pages. If you provide the URL of a plain old page it examines that page and pulls out the first RSS feed URL referenced via a 'link' element.
* Automatic open of rich text editor when you add a rich text slot is back (this works for any slot that is correctly set up for it in the slot model class)
* Added the same feature to the RSS feed slot
* Refactored edit button JavaScript? into a.js
* The deprecated 'realSlug' property of slot components has been removed as planned. You should be using realUrl by now so your slots can be embedded in non-CMS pages
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2144
|
r2152
|
|
| 88 | 88 | <?php // Make the slot aware of its permid for simpler JS later ?> |
| 89 | 89 | <?php a_js_call('$(?).data(?, ?)', "#a-slot-$pageid-$name-$permid", 'a-permid', $permid) ?> |
| | 90 | |
| 90 | 91 | <?php // Slot Controls ?> |
| 91 | 92 | <?php if ($editable): ?> |
Download in other formats: