aboutsummaryrefslogtreecommitdiffstats
path: root/mod/page.php
Commit message (Collapse)AuthorAgeFilesLines
* allow pdl contentredmatrix2015-11-121-0/+4
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-091-4/+8
|\ | | | | | | | | | | | | | | | | Conflicts: install/schema_mysql.sql mod/home.php mod/page.php view/nl/messages.po view/nl/strings.php
| * remove debuggingredmatrix2015-06-081-3/+0
| |
| * add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵redmatrix2015-06-081-5/+12
| | | | | | | | webpages to be viewed even if site is configured "block public".
* | more migration of page typesredmatrix2015-05-211-4/+4
| |
* | Merge branch 'master' into tresredmatrix2015-05-141-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * restrict webpage list to undeleted itemsredmatrix2015-05-131-1/+0
| |
| * issue #187redmatrix2015-05-121-1/+5
| |
* | Merge branch 'master' into tresfriendica2015-04-231-17/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * funny I should mention comanche preview (yesterday) as clicking the view ↵friendica2015-04-141-17/+15
| | | | | | | | link on a layout does nothing interesting at all. So I've made it do a crude but useable preview with page content of 'Lorem Ipsum'.
| * fix comanche regions after comanche refactor a few days agofriendica2015-03-091-0/+1
| |
* | more message restrict conversionsfriendica2015-01-291-4/+4
|/
* move all theme initialisation to one place - just after calling module_init. ↵friendica2014-10-201-4/+18
| | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
* sort out the unobscure messfriendica2014-06-151-1/+0
|
* transmit, receive, and parse bookmarksfriendica2014-02-031-2/+2
|
* dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-151-2/+2
|
* revert to prepare_page - but have it call prepare_bodyfriendica2013-11-151-1/+1
|
* acl in webpages and a couple of other little bits related to webpages - sort ↵friendica2013-11-141-7/+24
| | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
* mod/page - display most recent revision by default, or numbered revision ↵friendica2013-09-071-1/+7
| | | | specified by rev URL parameter
* testing Comanchefriendica2013-09-031-1/+4
|
* rework the pdl_selector a bit since we've slightly changed the way layouts ↵friendica2013-09-011-0/+13
| | | | are stored.
* 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.
* block attempts to set the baseurl to an ip address if it was previously a ↵friendica2013-08-291-8/+9
| | | | dns name
* More progress on pages - extend writepages widget, add pagelist widgetThomas Willingham2013-08-141-5/+1
|
* Initial shot at write_pages widgetThomas Willingham2013-08-101-1/+14
|
* Observer permissions (but not ACL yet) for webpages.Thomas Willingham2013-07-161-0/+11
|
* Make sure we load the channel theme when displaying a page.Thomas Willingham2013-07-121-1/+18
|
* progress on tag deliveryfriendica2013-02-111-1/+1
|
* pages sorta workingfriendica2013-01-151-1/+1
|
* progress on pages - they're still getting lost inside conversation(), but ↵friendica2013-01-141-1/+3
| | | | progress is progress.
* add page modulefriendica2013-01-121-0/+42