Commit Graph
11889 Commits
Author SHA1 Message Date
friendica 634475164e wordsmith 2014-11-12 16:11:18 -08:00
friendica 9478fd7fd4 more minor wordsmithing 2014-11-12 16:04:49 -08:00
friendica f41c748fe2 Some dates couldn't be verified without going way back in the archives so at least make this document accurate based on what I have in front of me. 2014-11-12 15:47:29 -08:00
friendica c1c33a1795 Merge https://github.com/friendica/red into pending_merge 2014-11-12 15:40:31 -08:00
friendica 40e3da7b4f add history link 2014-11-12 15:40:11 -08:00
RedMatrix f9248453fa Merge pull request #689 from dawnbreak/docu
Some Doxygen documentation.
2014-11-13 10:37:55 +11:00
friendica f42a16ca04 Merge https://github.com/friendica/red into pending_merge 2014-11-12 15:32:15 -08:00
friendica 4e7567ffa2 History of RedMatrix, Friendica, Mike Macgirvin, and associated other stuff. 2014-11-12 15:31:24 -08:00
Klaus Weidenbach fc2bf4c29b Some Doxygen documentation.
Add some more Doxygen formating for boot.php and dba_driver.php.
Cleaning a bit up, too.
2014-11-13 00:00:50 +01:00
friendica 498344e81f sys edit ability to menus and menu items 2014-11-12 01:43:34 -08:00
marijus 1ed144b83c make search and advanced search use the same input form 2014-11-12 10:27:13 +01:00
friendica ada2e43ea2 extend sys support to layouts 2014-11-12 00:48:09 -08:00
friendica 9be4fcce55 uid not set in webpages.php, start on editwebpage.php 2014-11-11 22:55:24 -08:00
friendica 4b9ec6645b cleanup 2014-11-11 20:44:43 -08:00
friendica b5af667985 slow progress on sys publishing, making sure all the data we need is in the places we need it but validate it anyway 2014-11-11 19:29:30 -08:00
friendica 37742be6af some more work on sys publishing 2014-11-11 18:57:59 -08:00
friendica 570577a990 a couple of places where we need to look for a sys channel euid. 2014-11-11 18:05:50 -08:00
friendica 06e5d0798c and urlencode that. 2014-11-11 16:09:45 -08:00
friendica 09b09dedbc Most directory searches are POST. get_query_args() only handles GET so that had to be fixed or page 2 of directory search results wouldn't match the search. 2014-11-11 16:06:16 -08:00
friendica f2d5f23d58 Nothing here, move along. 2014-11-11 15:50:27 -08:00
friendica 3fa003b5a8 add some subtle delineation to directory entries, remove forced link on homepage element (SECURITY) 2014-11-11 15:13:18 -08:00
marijus d145ef2021 some work on directory widgets 2014-11-11 23:09:55 +01:00
marijus f72035ec93 tie the narrow nav-pills to .widget instead of aside 2014-11-11 21:09:05 +01:00
friendica 325b269b22 the code is a bit crufty, but this should fix issue #687 2014-11-11 01:05:29 -08:00
friendica 0a84b45793 Merge https://github.com/friendica/red into pending_merge 2014-11-10 19:22:23 -08:00
friendica d432f4ccd5 issue #683 - don't linkify homepage field without validating 2014-11-10 19:20:23 -08:00
RedMatrix 7cd06b736a Merge pull request #685 from zzottel/master
set channel_w_stream to 0 for forum roles
2014-11-11 13:40:46 +11:00
RedMatrix ecdfa0b96d Merge pull request #686 from beardy-unixer/master
Add a new theme flag - library.  Not directly available to be used itsel...
2014-11-11 13:40:03 +11:00
friendica 5619902776 indicate public forums in directory results (there will be some [possibly considerable] lag time before existing forums are correctly tagged). 2014-11-10 17:44:02 -08:00
friendica 6209465233 add public forum identification to libzot. No attempt is made to identify other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum. 2014-11-10 15:21:04 -08:00
friendica 0b4575a40b class is a reserved word 2014-11-10 14:23:06 -08:00
Thomas Willingham 9ddf49c661 Add a new theme flag - library. Not directly available to be used itself but
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.
2014-11-10 19:34:39 +00:00
zottel e7b634f81d set channel_w_stream to 0 for forum roles 2014-11-10 12:25:35 +01:00
friendica 3b74e3c1e1 add defaults to database tables 2014-11-09 19:24:14 -08:00
friendica 2e695d1da2 menu page cleanup 2014-11-09 17:39:54 -08:00
friendica d5d1f655d9 remove extraneous logging 2014-11-09 16:11:56 -08:00
friendica 50b9cc6f39 directory listing shows phantom keywords 2014-11-09 16:11:03 -08:00
RedMatrix 9acc79a266 Merge pull request #682 from pafcu/master
Use consistent terminology for channel directory
2014-11-09 20:21:59 +11:00
Stefan Parviainen 24bdf58d2b Use consistent terminology for channel directory 2014-11-09 09:37:06 +01:00
RedMatrix 3730abb13a Merge pull request #681 from pafcu/master
New layout for directory
2014-11-09 16:08:22 +11:00
Stefan Parviainen 28f3d7be5a New layout for directory 2014-11-09 00:18:26 +01:00
friendica 7a8842f443 Merge https://github.com/friendica/red into pending_merge 2014-11-08 13:15:52 -08:00
friendica adb5cec0d2 add acl loading fix to menu-item edits 2014-11-08 13:14:08 -08:00
marijus 862f0ff29a prevent posting before acl got populated since this will disregard the 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. 2014-11-08 21:55:44 +01:00
RedMatrix ec4e4b82e9 Merge pull request #680 from pafcu/master
Some hlighlighting on hover
2014-11-09 07:06:31 +11:00
Stefan Parviainen b5fad9feef Fix merge conflict 2014-11-08 20:53:41 +01:00
Stefan Parviainen 89aea08182 Highlight badge on hover 2014-11-08 20:30:33 +01:00
Stefan Parviainen 1a8fc73b57 Fix highlighting of login button 2014-11-08 20:06:08 +01:00
Thomas Willingham b29a968be8 Document reinstalling, or saying don't do that without explicitly stating don't do that. 2014-11-08 00:17:53 +00:00
zzottel d60d4dcff5 Merge pull request #678 from zzottel/master
update to German help files
2014-11-07 22:48:09 +01:00