aboutsummaryrefslogtreecommitdiffstats
path: root/mod/webpages.php
Commit message (Collapse)AuthorAgeFilesLines
* module updatesredmatrix2016-04-181-201/+0
|
* some work on comanche autocompleteMario Vavti2016-04-091-1/+3
|
* static Appredmatrix2016-03-311-11/+11
|
* missing functionredmatrix2016-02-241-0/+2
|
* more work on item table optimisationredmatrix2015-06-101-2/+2
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-061-1/+2
|\ | | | | | | | | Conflicts: util/messages.po
| * use the right webpage layout for an installed webpage if it existsMario Vavti2015-06-041-1/+2
| |
* | Merge branch 'master' into tresredmatrix2015-05-141-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+3
| |
* | Merge branch 'master' into tresfriendica2015-04-291-2/+2
|\| | | | | | | | | Conflicts: include/notifier.php
| * disable voting in blocks, layouts and webpagesMario Vavti2015-04-291-1/+2
| |
| * there is no key named term in this arrayMario Vavti2015-04-241-1/+0
| |
* | Merge branch 'master' into tresfriendica2015-04-231-25/+43
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * do not show acl button if not ownerMario Vavti2015-04-221-3/+4
| |
| * fix webpages profile_tabsMario Vavti2015-04-221-5/+2
| |
| * fix webpage permsMario Vavti2015-04-221-1/+3
| |
| * bring lockstate to webpagesMario Vavti2015-04-211-1/+5
| |
| * allow jot to be displayed expanded, remove deprected datetimepicker js and ↵Mario Vavti2015-04-171-0/+1
| | | | | | | | some random fixes
| * whitespaceMario Vavti2015-04-161-15/+15
| |
| * move share webpage element from editwebpage to webpages and make it ↵Mario Vavti2015-04-161-3/+16
| | | | | | | | shareable with rpost
| * css fixes and remove expert mode for block page content typeMario Vavti2015-04-141-3/+0
| |
| * some more on webpagesMario Vavti2015-04-141-4/+4
| |
| * webpages appearenceMario Vavti2015-04-131-2/+5
| |
| * make sure we redirect to a sane place after deleting a webpage elementfriendica2015-04-091-0/+2
| |
| * system channel always has allow_code privilegesfriendica2015-04-081-1/+1
| |
| * Fix Design Tool navigation for sys channel.Klaus Weidenbach2015-04-061-5/+3
| | | | | | | | Fix creating menu for sys channel.
* | Merge branch 'master' into tresfriendica2015-01-291-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php
| * local_user => local_channelfriendica2015-01-281-1/+1
| |
* | more message restrict conversionsfriendica2015-01-291-1/+1
|/
* uid not set in webpages.php, start on editwebpage.phpfriendica2014-11-111-1/+1
|
* cleanupfriendica2014-11-111-37/+45
|
* slow progress on sys publishing, making sure all the data we need is in the ↵friendica2014-11-111-6/+21
| | | | places we need it but validate it anyway
* some more work on sys publishingfriendica2014-11-111-22/+30
|
* FFS, another oopsThomas Willingham2014-10-111-2/+0
|
* Fix webpages. Sycning between too many codebases...Thomas Willingham2014-10-111-1/+3
|
* Unbreak webpagesThomas Willingham2014-10-111-3/+1
|
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-101-1/+1
| | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
* Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-091-2/+4
| | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
* expert_mode > expertJeroen2014-09-121-1/+1
|
* for webpages, hide the mimetype selector unless in advanced mode. For pages ↵friendica2014-09-071-4/+9
| | | | that endless scroll and show blocky-block things, set the default items-per-page to 60. Why? It fits column-widths of 2,3,4,5,6,10,12,15, and 20 without leaving remaindered items dangling at the end. No other setting less than 100 has this much versatility.
* make blocks, webpages, and layouts postable (pre-filled forms if supplied ↵friendica2014-08-281-2/+9
| | | | from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save.
* sort out the unobscure messfriendica2014-06-151-0/+1
|
* only show jotnets when posting conversation itemsfriendica2014-06-141-1/+1
|
* clean up the webpage list a bitfriendica2014-04-291-60/+65
|
* change the way jot tools are displayed/hiddenmarijus2014-04-081-1/+1
|
* issue #395, item 2friendica2014-04-061-2/+3
|
* more comanche migrationfriendica2013-12-191-3/+3
|
* improve editing ability of webpages - acls, photos, location, page link ↵friendica2013-12-071-1/+18
| | | | title, etc.
* acl in webpages and a couple of other little bits related to webpages - sort ↵friendica2013-11-141-11/+14
| | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
* replace text links with icons on design pagesfriendica2013-10-231-1/+1
|