Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵ | friendica | 2013-09-01 | 3 | -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 ↵ | friendica | 2013-09-01 | 2 | -9/+16 |
| | | | | 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 | 7 | -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 recursion | friendica | 2013-08-31 | 3 | -2/+13 |
| | |||||
* | doc updates | friendica | 2013-08-31 | 4 | -0/+480 |
| | |||||
* | more debugging on localize_item top find out why likes are not translated in ↵ | friendica | 2013-08-31 | 66 | -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 ↵ | friendica | 2013-08-29 | 3 | -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 deliver | friendica | 2013-08-29 | 2 | -5/+6 |
| | |||||
* | 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 | 4 | -12/+25 |
| | | | | dns name | ||||
* | silence some warnings at php E_ALL levels | friendica | 2013-08-28 | 5 | -13/+13 |
| | |||||
* | issue #106 | friendica | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | really truly bare-bones comanche | friendica | 2013-08-28 | 2 | -0/+59 |
| | |||||
* | some basic mappings between comanche pages and normal pages so normal pages ↵ | friendica | 2013-08-28 | 1 | -5/+32 |
| | | | | will still work | ||||
* | It's a wretched mess, but at least photo comments show up again when viewing ↵ | friendica | 2013-08-28 | 2 | -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 webpages | friendica | 2013-08-28 | 3 | -2/+50 |
| | |||||
* | bring back mail list and cleanup some issues which popped out with full PHP ↵ | friendica | 2013-08-27 | 6 | -8/+10 |
| | | | | 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 | 5 | -21/+34 |
| | | | | "post new activity" preferences until they actually do something. | ||||
* | more loose ends | friendica | 2013-08-27 | 3 | -6/+9 |
| | |||||
* | force webbies to lowercase | friendica | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | update hubloc_timestamps | friendica | 2013-08-27 | 1 | -5/+14 |
| | |||||
* | when using the bbcode mimetype a space is just a space. A return is a ↵ | friendica | 2013-08-27 | 1 | -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 url | friendica | 2013-08-27 | 5 | -33/+33 |
| | |||||
* | clone sync was trying to update xchan info in the abook loop. | friendica | 2013-08-26 | 2 | -3/+4 |
| | |||||
* | found the bugger | friendica | 2013-08-26 | 1 | -1/+5 |
| | |||||
* | fix profile change activity where the change is a solitary url - and ↵ | friendica | 2013-08-26 | 2 | -1/+3 |
| | | | | includes a stray right quote | ||||
* | more cleanup from the mess yesterday - you might have a look for xchan_addr ↵ | friendica | 2013-08-26 | 1 | -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 patch | friendica | 2013-08-26 | 3 | -2/+3 |
| | |||||
* | try to fix bad addresses that got into the network | friendica | 2013-08-25 | 1 | -0/+3 |
| | |||||
* | Try to ensure full paths don't leak into xchan_addr and hubloc_addr | friendica | 2013-08-25 | 2 | -1/+6 |
| | |||||
* | always use system provided baseurl if configured | friendica | 2013-08-25 | 2 | -1/+23 |
| | |||||
* | missing doc files | friendica | 2013-08-24 | 2 | -0/+179 |
| | |||||
* | start timestamping hubloc connections so we can eventually remove dead ones | friendica | 2013-08-24 | 2 | -3/+16 |
| | |||||
* | another issue with site rename | friendica | 2013-08-24 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-24 | 8 | -14/+24 |
|\ | |||||
| * | Merge pull request #105 from beardy-unixer/master | Thomas Willingham | 2013-08-24 | 7 | -14/+22 |
| |\ | | | | | | | Make templates a tad easier to theme | ||||
| | * | Typo | Thomas Willingham | 2013-08-24 | 1 | -1/+1 |
| | | | |||||
| | * | Another one. | Thomas Willingham | 2013-08-24 | 1 | -0/+2 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-08-24 | 133 | -10797/+9947 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #104 from cvogeley/master | friendica | 2013-08-24 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Make footers position fixed, so that its content appears... | ||||
| | * | | Make footers position fixed, so that its content appears | Christian Vogeley | 2013-08-24 | 1 | -0/+2 |
| |/ / | |||||
| | * | Generic wrapper classes makes themeing loads easier | Thomas Willingham | 2013-08-24 | 6 | -14/+20 |
| | | | |||||
* | | | fix xchans more completely after a URL change | friendica | 2013-08-24 | 59 | -1421/+1600 |
|/ / | |||||
* | | 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. | ||||
* | | extra logging for translating likes in notification emails - which is still ↵ | friendica | 2013-08-22 | 1 | -0/+3 |
| | | | | | | | | failing on occasion. | ||||
* | | possible fix for mention tags not posting to mentioned forum (when send ↵ | friendica | 2013-08-22 | 1 | -3/+25 |
| | | | | | | | | stream permission is blocked) |