Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webpage content-type -- needs cleaning up and a security check once all the ↵ | friendica | 2013-09-02 | 3 | -118/+131 |
| | | | | important bits are in place. | ||||
* | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵ | friendica | 2013-09-01 | 1 | -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 ↵ | friendica | 2013-09-01 | 1 | -0/+13 |
| | | | | are stored. | ||||
* | add layouts and editlayout and rework the page logic in mod/item | friendica | 2013-09-01 | 5 | -15/+227 |
| | |||||
* | This isn't optimal, but on the short term we'll clone the page editor to use ↵ | friendica | 2013-09-01 | 3 | -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 ↵ | friendica | 2013-08-29 | 1 | -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 ↵ | friendica | 2013-08-29 | 1 | -0/+13 |
| | | | | our URL or keys have changed. | ||||
* | block attempts to set the baseurl to an ip address if it was previously a ↵ | friendica | 2013-08-29 | 2 | -9/+10 |
| | | | | dns name | ||||
* | silence some warnings at php E_ALL levels | friendica | 2013-08-28 | 2 | -7/+9 |
| | |||||
* | issue #106 | friendica | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | It's a wretched mess, but at least photo comments show up again when viewing ↵ | friendica | 2013-08-28 | 1 | -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 ↵ | friendica | 2013-08-27 | 2 | -3/+3 |
| | | | | warnings | ||||
* | put backticks on mysql reseved words which we unfortunately used for row ↵ | friendica | 2013-08-27 | 1 | -1/+1 |
| | | | | names a long time ago | ||||
* | Preparatory work for photo conversations (third time). Also take away unused ↵ | friendica | 2013-08-27 | 2 | -11/+16 |
| | | | | "post new activity" preferences until they actually do something. | ||||
* | more loose ends | friendica | 2013-08-27 | 2 | -5/+5 |
| | |||||
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -7/+7 |
| | |||||
* | start timestamping hubloc connections so we can eventually remove dead ones | friendica | 2013-08-24 | 1 | -1/+11 |
| | |||||
* | this should fix the premium checkbox stickiness issue | friendica | 2013-08-22 | 1 | -6/+10 |
| | |||||
* | proc_run, not proc_exec | friendica | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | perform a refresh_all operation after changing premium status so that ↵ | friendica | 2013-08-22 | 1 | -2/+4 |
| | | | | everybody will catch it quickly and not in a day or two. | ||||
* | make premium channels a feature | friendica | 2013-08-22 | 1 | -0/+13 |
| | |||||
* | fixes for sellpage with blocked profiles | friendica | 2013-08-21 | 1 | -9/+16 |
| | |||||
* | premium/restricted channel connections implemented, configure at ↵ | friendica | 2013-08-21 | 3 | -8/+25 |
| | | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways. | ||||
* | progress on generic sellpage - is not yet linked from existing connect ↵ | friendica | 2013-08-21 | 1 | -1/+97 |
| | | | | buttons and editing has not been completed | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-21 | 1 | -3/+3 |
|\ | |||||
| * | theme qualifier without dots | Christian Vogeley | 2013-08-21 | 1 | -3/+3 |
| | | |||||
* | | basic structure for premium channel implementation | friendica | 2013-08-21 | 2 | -0/+15 |
|/ | |||||
* | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -6/+37 |
| | |||||
* | localize_item() thinks all likes on posts are likes on comments because we ↵ | friendica | 2013-08-19 | 1 | -0/+1 |
| | | | | didn't pass any info in the activity object to distinguish them from each other. | ||||
* | if changing primary hub during an import operation - remove the old xchan ↵ | friendica | 2013-08-19 | 1 | -0/+25 |
| | | | | and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size. | ||||
* | some sane permission defaults. | friendica | 2013-08-18 | 1 | -15/+16 |
| | |||||
* | More steps for mobile theme toggling + dash elimination | Christian Vogeley | 2013-08-19 | 1 | -2/+2 |
| | |||||
* | get rid of more variables with dashes in the names - use underscore *except* ↵ | friendica | 2013-08-15 | 5 | -18/+18 |
| | | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find. | ||||
* | fix import from file | friendica | 2013-08-15 | 1 | -4/+4 |
| | |||||
* | move js from matrix page | friendica | 2013-08-15 | 1 | -17/+0 |
| | |||||
* | not able to drop pending connections | friendica | 2013-08-15 | 1 | -1/+2 |
| | |||||
* | show main menu page even if no menus exist | friendica | 2013-08-14 | 1 | -2/+2 |
| | |||||
* | More progress on pages - extend writepages widget, add pagelist widget | Thomas Willingham | 2013-08-14 | 3 | -14/+12 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-08-14 | 4 | -1/+318 |
|\ | |||||
| * | fix expire so it actually should expire stuff; and mostly the correct stuff ↵ | friendica | 2013-08-14 | 1 | -1/+0 |
| | | | | | | | | - though it DOESN'T currently send out notifications to connections | ||||
| * | menu management is now functional with the exception of acl's (and of course ↵ | friendica | 2013-08-13 | 2 | -21/+126 |
| | | | | | | | | a way to display the menus you create, and probably a bit more input sanity checking) | ||||
| * | menu management complete (as opposed to menu *content* management, which is ↵ | friendica | 2013-08-13 | 1 | -13/+49 |
| | | | | | | | | not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task. | ||||
| * | a bit more work on menus | friendica | 2013-08-13 | 1 | -0/+18 |
| | | |||||
| * | block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵ | friendica | 2013-08-12 | 1 | -0/+3 |
| | | | | | | | | that is blocked) | ||||
| * | add mod_mitem to manage menu items | friendica | 2013-08-12 | 2 | -35/+95 |
| | | |||||
| * | menu module | friendica | 2013-08-12 | 1 | -0/+96 |
| | | |||||
* | | Initial shot at write_pages widget | Thomas Willingham | 2013-08-10 | 1 | -1/+14 |
| | | |||||
* | | Small improvement | Thomas Willingham | 2013-08-09 | 1 | -1/+1 |
| | | |||||
* | | Allow creation of webpages at channels other than your own. | Thomas Willingham | 2013-08-09 | 1 | -9/+19 |
|/ | |||||
* | string parse error extracting one particular string | friendica | 2013-08-09 | 1 | -1/+1 |
| |