aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | mod/page - display most recent revision by default, or numbered revision ↵friendica2013-09-071-1/+7
| | | | | | | | specified by rev URL parameter
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-071-1/+4
|\ \
| * | filter by category fixesMichael Johnston2013-09-061-1/+4
| | |
* | | allow menu management even if there are no menu itemsfriendica2013-09-071-17/+16
|/ /
* | encode and decode channel names containing HTML special characters and ↵friendica2013-09-062-4/+4
| | | | | | | | quotes so they will survive a reshare without mangling
* | provide ability to delete webpages, layouts and blocksfriendica2013-09-063-3/+19
| |
* | fix mimeselect on editfriendica2013-09-062-2/+2
| |
* | linkify the site urlfriendica2013-09-061-1/+1
| |
* | Add a border until we can theme this suckerfriendica2013-09-061-1/+1
| |
* | provide mimetype selector on edit (pages and blocks)friendica2013-09-063-3/+22
| |
* | more fixes to public site list while waiting for a public site or two to show upfriendica2013-09-051-1/+1
| |
* | function namefriendica2013-09-051-1/+1
| |
* | public site list (will take a few days to populate, assuming folks have ↵friendica2013-09-052-0/+73
| | | | | | | | updated their site access policy which old sites do not have)
* | pages feedfriendica2013-09-051-3/+4
| |
* | fix location of language variable in help modulefriendica2013-09-051-1/+1
| |
* | fix network search - except it can't search private posts. That may be a ↵friendica2013-09-051-1/+2
| | | | | | | | problem.
* | issue #107friendica2013-09-041-0/+6
| |
* | test module for dead site discoveryfriendica2013-09-041-0/+28
| |
* | fix private message encryption since the input_filter mangled itfriendica2013-09-031-0/+3
| |
* | add design tool menu to appropriate pagesfriendica2013-09-036-1/+46
| |
* | allow categories to be edited when editing a postMichael Johnston2013-09-031-1/+20
| |
* | security fix and ability to change layout on webpage edit formfriendica2013-09-032-40/+47
| |
* | testing Comanchefriendica2013-09-031-1/+4
| |
* | the rest of the fixfriendica2013-09-021-24/+24
| |
* | fix mod/search_ac (sort of)friendica2013-09-021-7/+8
| |
* | add a layout selectorfriendica2013-09-021-0/+6
| |
* | preserve mimetype on page editsfriendica2013-09-021-1/+13
| |
* | pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-021-1/+19
| |
* | fix webpage storagefriendica2013-09-021-7/+3
| |
* | allow a channel owner to define a default mimetype on webpages (otherwise ↵friendica2013-09-021-2/+5
| | | | | | | | default to "choose") - also fix the selector w/r/t php code. There is no ui for setting either at the moment, but for instance with wiki pages we probably don't want to have multiple choice of the mimetype. Keep it simple.
* | webpage content-type -- needs cleaning up and a security check once all the ↵friendica2013-09-023-118/+131
| | | | | | | | important bits are in place.
* | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵friendica2013-09-011-40/+41
| | | | | | | | three lines is doing something wrong. Or FILE A BUG. Or use a different browser (not *try* a different browser, *use* a different browser), or turn off freaking tinymce. But no - let's argue about browsers instead.
* | rework the pdl_selector a bit since we've slightly changed the way layouts ↵friendica2013-09-011-0/+13
| | | | | | | | are stored.
* | add layouts and editlayout and rework the page logic in mod/itemfriendica2013-09-015-15/+227
| |
* | This isn't optimal, but on the short term we'll clone the page editor to use ↵friendica2013-09-013-2/+236
|/ | | | 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.
* I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵friendica2013-08-291-9/+6
| | | | now. This does not mean it's close to being presentable - far from it.
* implement a 'ping' message type to respond if we're still here and whether ↵friendica2013-08-291-0/+13
| | | | our URL or keys have changed.
* block attempts to set the baseurl to an ip address if it was previously a ↵friendica2013-08-292-9/+10
| | | | dns name
* silence some warnings at php E_ALL levelsfriendica2013-08-282-7/+9
|
* issue #106friendica2013-08-281-1/+1
|
* It's a wretched mess, but at least photo comments show up again when viewing ↵friendica2013-08-281-44/+27
| | | | the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants.
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-272-3/+3
| | | | warnings
* put backticks on mysql reseved words which we unfortunately used for row ↵friendica2013-08-271-1/+1
| | | | names a long time ago
* Preparatory work for photo conversations (third time). Also take away unused ↵friendica2013-08-272-11/+16
| | | | "post new activity" preferences until they actually do something.
* more loose endsfriendica2013-08-272-5/+5
|
* get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-271-7/+7
|
* start timestamping hubloc connections so we can eventually remove dead onesfriendica2013-08-241-1/+11
|
* this should fix the premium checkbox stickiness issuefriendica2013-08-221-6/+10
|
* proc_run, not proc_execfriendica2013-08-221-1/+1
|
* perform a refresh_all operation after changing premium status so that ↵friendica2013-08-221-2/+4
| | | | everybody will catch it quickly and not in a day or two.