Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check that every invocation of htmlspecialchars has the right arg list | friendica | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 1 | -0/+3 |
| | | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. | ||||
* | spurious blank lines | friendica | 2013-09-15 | 1 | -1/+0 |
| | |||||
* | provide ability to delete webpages, layouts and blocks | friendica | 2013-09-06 | 1 | -1/+7 |
| | |||||
* | fix mimeselect on edit | friendica | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | provide mimetype selector on edit (pages and blocks) | friendica | 2013-09-06 | 1 | -0/+15 |
| | |||||
* | This isn't optimal, but on the short term we'll clone the page editor to use ↵ | friendica | 2013-09-01 | 1 | -0/+139 |
as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for. |