aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wordsmithfriendica2014-11-121-1/+1
|
* more minor wordsmithingfriendica2014-11-121-2/+2
|
* Some dates couldn't be verified without going way back in the archives so at ↵friendica2014-11-121-3/+3
| | | | least make this document accurate based on what I have in front of me.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-11-122-206/+290
|\
| * Merge pull request #689 from dawnbreak/docuRedMatrix2014-11-132-206/+290
| |\ | | | | | | Some Doxygen documentation.
| | * Some Doxygen documentation.Klaus Weidenbach2014-11-132-206/+290
| |/ | | | | | | | | Add some more Doxygen formating for boot.php and dba_driver.php. Cleaning a bit up, too.
* | add history linkfriendica2014-11-121-0/+1
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-123-19/+9
|\|
| * make search and advanced search use the same input formmarijus2014-11-123-19/+9
| |
* | History of RedMatrix, Friendica, Mike Macgirvin, and associated other stuff.friendica2014-11-121-0/+48
| |
* | sys edit ability to menus and menu itemsfriendica2014-11-122-60/+96
|/
* extend sys support to layoutsfriendica2014-11-124-132/+212
|
* uid not set in webpages.php, start on editwebpage.phpfriendica2014-11-112-38/+72
|
* cleanupfriendica2014-11-114-40/+55
|
* slow progress on sys publishing, making sure all the data we need is in the ↵friendica2014-11-114-10/+25
| | | | places we need it but validate it anyway
* some more work on sys publishingfriendica2014-11-112-33/+40
|
* a couple of places where we need to look for a sys channel euid.friendica2014-11-112-10/+25
|
* and urlencode that.friendica2014-11-111-2/+2
|
* Most directory searches are POST. get_query_args() only handles GET so that ↵friendica2014-11-111-1/+9
| | | | had to be fixed or page 2 of directory search results wouldn't match the search.
* Nothing here, move along.friendica2014-11-111-2/+2
|
* add some subtle delineation to directory entries, remove forced link on ↵friendica2014-11-113-2/+5
| | | | homepage element (SECURITY)
* some work on directory widgetsmarijus2014-11-116-57/+38
|
* tie the narrow nav-pills to .widget instead of asidemarijus2014-11-112-4/+5
|
* the code is a bit crufty, but this should fix issue #687friendica2014-11-113-4/+27
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-11-103-32/+28
|\
| * Merge pull request #685 from zzottel/masterRedMatrix2014-11-111-3/+3
| |\ | | | | | | set channel_w_stream to 0 for forum roles
| | * set channel_w_stream to 0 for forum roleszottel2014-11-101-3/+3
| | |
| * | Merge pull request #686 from beardy-unixer/masterRedMatrix2014-11-112-29/+25
| |\ \ | | | | | | | | Add a new theme flag - library. Not directly available to be used itsel...
| | * | Add a new theme flag - library. Not directly available to be used itself butThomas Willingham2014-11-102-29/+25
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installed as a lib for other themes. Like SDL, or GTK. Get rid of mobility - it's better done with Comanche and schemas. Describe themes instead of restricting them. Mobile themes can be used as the desktop theme and vice-versa. This deals with the problem of "but my device is something inbetween". Presently not exposed to members.
* | / issue #683 - don't linkify homepage field without validatingfriendica2014-11-103-1/+5
|/ /
* | indicate public forums in directory results (there will be some [possibly ↵friendica2014-11-104-4/+16
| | | | | | | | considerable] lag time before existing forums are correctly tagged).
* | add public forum identification to libzot. No attempt is made to identify ↵friendica2014-11-103-2/+23
| | | | | | | | other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum.
* | class is a reserved wordfriendica2014-11-103-6/+6
|/
* add defaults to database tablesfriendica2014-11-092-190/+2467
|
* menu page cleanupfriendica2014-11-093-16/+21
|
* remove extraneous loggingfriendica2014-11-091-4/+1
|
* directory listing shows phantom keywordsfriendica2014-11-092-2/+4
|
* Merge pull request #682 from pafcu/masterRedMatrix2014-11-091-1/+1
|\ | | | | Use consistent terminology for channel directory
| * Use consistent terminology for channel directoryStefan Parviainen2014-11-091-1/+1
| |
* | Merge pull request #681 from pafcu/masterRedMatrix2014-11-095-241/+96
|\| | | | | New layout for directory
| * New layout for directoryStefan Parviainen2014-11-095-241/+96
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-0813-6235/+6474
|\ \
| * | prevent posting before acl got populated since this will disregard the ↵marijus2014-11-086-10/+11
| | | | | | | | | | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
| * | Merge pull request #680 from pafcu/masterRedMatrix2014-11-092-2/+6
| |\| | | | | | | Some hlighlighting on hover
| | * Fix merge conflictStefan Parviainen2014-11-08315-13484/+19854
| | |\ | | |/ | |/|
| * | Document reinstalling, or saying don't do that without explicitly stating ↵Thomas Willingham2014-11-081-2/+10
| | | | | | | | | | | | don't do that.
| * | Merge pull request #678 from zzottel/masterzzottel2014-11-072-3/+4
| |\ \ | | | | | | | | update to German help files
| | * | update to German help fileszottel2014-11-072-3/+4
| | | |
| * | | Merge pull request #677 from zzottel/masterzzottel2014-11-072-6218/+6443
| |\| | | | | | | | | | update to German strings
| | * | update to German stringszottel2014-11-072-6218/+6443
| |/ /