aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #108 from cvogeley/masterfriendica2013-09-022-11/+18
|\| | | | | More mobile theme fixes
| * More mobile theme fixesChristian Vogeley2013-08-312-11/+18
| | | | | | | | | | | | If user is logged in personal settings are used else use admin settings. Only show toggle link if there is something to switch between.
* | oh that's whyfriendica2013-09-022-2/+4
| |
* | pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-022-1/+20
| |
* | fix webpage storagefriendica2013-09-023-9/+5
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-022-1258/+1322
|\ \
| * \ Merge pull request #109 from tuscanhobbit/masterThomas Willingham2013-09-022-1258/+1322
| |\ \ | | | | | | | | complete and updated Italian translation
| | * | complete and updated Italian translationtuscanhobbit2013-09-022-1258/+1322
| | | |
| | * | Merge pull request #1 from friendica/masterPaolo T2013-08-2014-16/+166
| | |\ \ | | | | | | | | | | Test update of my branched Red
* | | | | only allow richtext editor on pages if bbcode is the default mimetype, ↵friendica2013-09-021-6/+6
| | | | | | | | | | | | | | | | | | | | otherwise use plaintext editor. This will eventually need work to support a visual editor for html or other types.
* | | | | allow a channel owner to define a default mimetype on webpages (otherwise ↵friendica2013-09-023-6/+16
|/ / / / | | | | | | | | | | | | 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-028-126/+206
| | | | | | | | | | | | | | | | important bits are in place.
* | | | Add Comanche layouts to the things that don't go offsite.friendica2013-09-011-0/+4
| | | |
* | | | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵friendica2013-09-013-40/+58
| | | | | | | | | | | | | | | | 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-012-9/+16
| | | | | | | | | | | | | | | | 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-017-7/+248
| |_|/ |/| | | | | | | | 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.
* | | add a guid to directory update table to avoid recursionfriendica2013-08-313-2/+13
| | |
* | | doc updatesfriendica2013-08-314-0/+480
| | |
* | | more debugging on localize_item top find out why likes are not translated in ↵friendica2013-08-3166-1364/+1658
| | | | | | | | | | | | notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object.
* | | I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵friendica2013-08-293-15/+44
| | | | | | | | | | | | now. This does not mean it's close to being presentable - far from it.
* | | figure out why poller isn't picking up old posts which failed to deliverfriendica2013-08-292-5/+6
| | |
* | | 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-294-12/+25
| | | | | | | | | | | | dns name
* | | silence some warnings at php E_ALL levelsfriendica2013-08-285-13/+13
| | |
* | | issue #106friendica2013-08-281-1/+1
| | |
* | | really truly bare-bones comanchefriendica2013-08-282-0/+59
| | |
* | | some basic mappings between comanche pages and normal pages so normal pages ↵friendica2013-08-281-5/+32
| | | | | | | | | | | | will still work
* | | It's a wretched mess, but at least photo comments show up again when viewing ↵friendica2013-08-282-44/+28
| | | | | | | | | | | | 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.
* | | right - here's how we're going to link comanche with webpagesfriendica2013-08-283-2/+50
| | |
* | | bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-276-8/+10
| | | | | | | | | | | | 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-275-21/+34
| | | | | | | | | | | | "post new activity" preferences until they actually do something.
* | | more loose endsfriendica2013-08-273-6/+9
| | |
* | | force webbies to lowercasefriendica2013-08-271-1/+1
| | |
* | | update hubloc_timestampsfriendica2013-08-271-5/+14
| | |
* | | when using the bbcode mimetype a space is just a space. A return is a ↵friendica2013-08-271-0/+1
| | | | | | | | | | | | return. But as opposed to HTML, two spaces are now non-breaking. A tab (assuming you can figure out how to enter one in a text field) is now four non-breaking spaces. This should let us insert code snippets with much more readable indentation.
* | | get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-275-33/+33
| | |
* | | clone sync was trying to update xchan info in the abook loop.friendica2013-08-262-3/+4
| | |
* | | found the buggerfriendica2013-08-261-1/+5
| | |
* | | fix profile change activity where the change is a solitary url - and ↵friendica2013-08-262-1/+3
| | | | | | | | | | | | includes a stray right quote
* | | more cleanup from the mess yesterday - you might have a look for xchan_addr ↵friendica2013-08-261-0/+3
| | | | | | | | | | | | and hubloc_addr with slashes in them and fix them - especially getting rid of ip addresses and the /channel/xyz in the addr fields
* | | regex patchfriendica2013-08-263-2/+3
| | |
* | | try to fix bad addresses that got into the networkfriendica2013-08-251-0/+3
| | |
* | | Try to ensure full paths don't leak into xchan_addr and hubloc_addrfriendica2013-08-252-1/+6
| | |
* | | always use system provided baseurl if configuredfriendica2013-08-252-1/+23
| | |
* | | missing doc filesfriendica2013-08-242-0/+179
| | |
* | | start timestamping hubloc connections so we can eventually remove dead onesfriendica2013-08-242-3/+16
| | |
* | | another issue with site renamefriendica2013-08-241-2/+2
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2013-08-248-14/+24
|\ \ \