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
-
|
r1643
|
r2152
|
|
| 17 | 17 | // TODO: remove this workaround in 1.5. All uses of actual_slug and real-slug need to go away |
| 18 | 18 | // in favor of actual_url, we just don't want to break any old overrides in client projects. |
| 19 | | $this->realSlug = aTools::getRealPage() ? aTools::getRealPage()->getSlug() : 'global'; |
| | 19 | |
| | 20 | // Gone in 1.5 |
| | 21 | |
| | 22 | // $this->realSlug = aTools::getRealPage() ? aTools::getRealPage()->getSlug() : 'global'; |
| 20 | 23 | |
| 21 | 24 | $this->slot = $this->page->getSlot( |
Download in other formats: