aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* there's still a permission issue delivering a public post directly to the ↵friendica2014-11-191-1/+1
| | | | sys channel (on the local system), but this puts the local sys channel in the public delivery chain and fixes an issue with unseen counts showing on the discover page (where you can't do anything about it).
* undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-181-1/+1
|
* add unseen count and way to mark unseen to list mode. Also fix automatic ↵friendica2014-11-171-1/+1
| | | | mark of unseen so as to work with list mode.
* some poller optimisations and a fix for undefined (empty) dbtype which shows ↵friendica2014-11-161-1/+1
| | | | up as a mysql error that 'rand' isn't found.
* minor changes to support forum modefriendica2014-11-151-1/+1
|
* let's try this without a timeoutfriendica2014-11-131-1/+1
|
* extend sys support to layoutsfriendica2014-11-121-1/+1
|
* the code is a bit crufty, but this should fix issue #687friendica2014-11-111-1/+1
|
* class is a reserved wordfriendica2014-11-101-1/+1
|
* directory listing shows phantom keywordsfriendica2014-11-091-1/+1
|
* add acl loading fix to menu-item editsfriendica2014-11-081-1/+1
|
* rev updatefriendica2014-11-071-1/+1
|
* category tagblockfriendica2014-11-061-1/+1
|
* some minor cleanup of unreported (and as yet undiscovered) issues with ↵friendica2014-11-051-1/+1
| | | | permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems.
* it appears bootbox was lost in a bootstrap upgradefriendica2014-11-041-1/+1
|
* provide example import scriptfriendica2014-11-031-1/+1
|
* add some more safety checks before turning the conversation request messages ↵friendica2014-11-021-1/+1
| | | | back on
* disable request message response until we work through thisfriendica2014-11-011-1/+1
|
* doc updatesfriendica2014-10-311-1/+1
|
* What this checkin does is catch the case where a comment arrived and there's ↵friendica2014-10-301-1/+1
| | | | a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
* allow feed pagingfriendica2014-10-291-1/+1
|
* change photo tag bubble tipfriendica2014-10-281-1/+1
|
* some documentation of permission roles and what the differences are.friendica2014-10-271-1/+1
|
* allow photos without comments to be likedfriendica2014-10-261-1/+1
|
* moved post_to_red to its own project ( https://github.com/friendica/wptored ↵friendica2014-10-251-1/+1
| | | | ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL.
* string updatefriendica2014-10-241-1/+1
|
* wrong permalink on remote eventsfriendica2014-10-231-1/+1
|
* you've gotta' be on your toes to catch this bug... though it's been here for ↵friendica2014-10-221-1/+1
| | | | about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was.
* private forum issuesfriendica2014-10-211-1/+1
|
* move all theme initialisation to one place - just after calling module_init. ↵friendica2014-10-201-1/+1
| | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
* doc updatesfriendica2014-10-191-1/+1
|
* jsonp support (thankxs fabrixxm)friendica2014-10-161-1/+1
|
* Don't recognise hashtags starting with #, e.g. ###friendica2014-10-151-1/+1
|
* this is the reason Diaspora forum tagging was brokenfriendica2014-10-141-1/+1
|
* bring back PM upload functionality and why oh why are we still loading tinymce?friendica2014-10-131-1/+1
|
* content deletion issuefriendica2014-10-121-1/+1
|
* improvement in source route checking when handling complex *upstream* ↵friendica2014-10-101-1/+1
| | | | delivery chains, which were not adequately accounted for in the earlier checkin.
* try to track down intermittent wall-to-wall attribution on Diaspora exported ↵friendica2014-10-091-1/+1
| | | | posts
* soundcloud using a slightly different oembed mechanism - react accordinglyfriendica2014-10-081-1/+1
|
* check the imagick version before using it.friendica2014-10-071-1/+1
|
* install doc double escapes the store/[data] path.friendica2014-10-061-1/+1
|
* add 'nopush' option to the post API so somebody could bulk load a bunch of ↵friendica2014-10-051-1/+1
| | | | existing content via the API without invoking the notifier and sending each out as a fresh post.
* network page default optionfriendica2014-10-041-1/+1
|
* rev updatefriendica2014-10-031-1/+1
|
* issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-021-1/+1
| | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* ability to pre-populate connections for new channels. e.g. "MySpace Tom"friendica2014-10-011-1/+1
|
* allow site specific templates, css, js, whateverfriendica2014-09-301-1/+1
|
* implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-291-1/+1
| | | | eye for layout can figure out where best to put it.
* some background work for import/export of things and liked things/profilesfriendica2014-09-271-1/+1
|
* doc updates, clean up buttons on PM edit template to match other edit buttonsfriendica2014-09-261-1/+1
|