aboutsummaryrefslogtreecommitdiffstats
path: root/mod/webpages.php
Commit message (Collapse)AuthorAgeFilesLines
* use the right webpage layout for an installed webpage if it existsMario Vavti2015-06-041-1/+2
|
* restrict webpage list to undeleted itemsredmatrix2015-05-131-2/+3
|
* 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
|
* 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.
* local_user => local_channelfriendica2015-01-281-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
|
* add design tool menu to appropriate pagesfriendica2013-09-031-0/+5
|
* add a layout selectorfriendica2013-09-021-0/+6
|
* 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-021-0/+3
| | | | important bits are in place.
* add layouts and editlayout and rework the page logic in mod/itemfriendica2013-09-011-1/+1
|
* More progress on pages - extend writepages widget, add pagelist widgetThomas Willingham2013-08-141-2/+6
|
* Small improvementThomas Willingham2013-08-091-1/+1
|
* Allow creation of webpages at channels other than your own.Thomas Willingham2013-08-091-9/+19
|
* "Can edit my webpages" permissionsThomas Willingham2013-08-011-2/+4
|
* Nobody died, so remove not-needed logging.Thomas Willingham2013-07-151-2/+0
|
* That should fix uploads...Thomas Willingham2013-07-131-1/+1
|