Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add unseen count and way to mark unseen to list mode. Also fix automatic ↵ | friendica | 2014-11-17 | 6 | -12/+69 |
| | | | | mark of unseen so as to work with list mode. | ||||
* | allow somebody to access the "home page content" (whatever that may be) even ↵ | friendica | 2014-11-16 | 1 | -23/+25 |
| | | | | after logging in by including a home/splash argument. It appears that nothing else is required to provide 'sys' channel webpage contents except a link in the admin page to create them. There *may* be an issue with comanche theme selection but we'll cross that bridge when we come to it. Also thinking that we might want to map /home/foo to /page/sys/foo in the longer term scheme of things. | ||||
* | remove old timers | friendica | 2014-11-16 | 1 | -20/+2 |
| | |||||
* | speed things up a wee bit | friendica | 2014-11-16 | 2 | -7/+16 |
| | |||||
* | when in list mode, make the max height half of the normal height before ↵ | friendica | 2014-11-16 | 2 | -18/+17 |
| | | | | 'divgrow' kicks in. | ||||
* | module cleanup | friendica | 2014-11-16 | 1 | -106/+109 |
| | |||||
* | blog/list mode display settings | friendica | 2014-11-16 | 2 | -0/+12 |
| | |||||
* | "list mode" (forum and blog mode, no comments or comment boxes displayed on ↵ | friendica | 2014-11-16 | 4 | -4/+191 |
| | | | | the summary page) | ||||
* | some poller optimisations and a fix for undefined (empty) dbtype which shows ↵ | friendica | 2014-11-16 | 5 | -28/+42 |
| | | | | up as a mysql error that 'rand' isn't found. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-15 | 1 | -1/+1 |
|\ | |||||
| * | fix lost $sql_extra in recent sql query changes | marijus | 2014-11-15 | 1 | -1/+1 |
| | | |||||
* | | minor changes to support forum mode | friendica | 2014-11-15 | 5 | -2968/+2964 |
| | | |||||
* | | doc updates | friendica | 2014-11-15 | 152 | -1591/+3305 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-13 | 1 | -0/+4 |
|\ | |||||
| * | Merge pull request #693 from habeascodice/master | RedMatrix | 2014-11-14 | 1 | -0/+4 |
| |\ | | | | | | | Add bitwise xor to db_getfunc() | ||||
| | * | Add bitwise xor to db_getfunc() | Habeas Codice | 2014-11-13 | 1 | -0/+4 |
| | | | |||||
* | | | buttonify some design elements that had not yet been buttonified | friendica | 2014-11-13 | 2 | -7/+7 |
|/ / | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-13 | 2 | -29/+33 |
|\ \ | |||||
| * \ | Merge pull request #691 from dawnbreak/master | RedMatrix | 2014-11-14 | 2 | -29/+33 |
| |\ \ | | | | | | | | | Changed two strange looking places in boot.php. | ||||
| | * | | Fixed a variable conflict in mod/xchan.php. | Klaus Weidenbach | 2014-11-14 | 2 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | A variable $rr inside the foreachs was used twice. Add translation to mod/xchan.php. | ||||
| | * | | Changed two strange looking places in boot.php. | Klaus Weidenbach | 2014-11-13 | 1 | -19/+24 |
| | | | | | | | | | | | | | | | | | | | | There have been two places that looked wrong, but I don't know how I can test them. So please review and test if I am not wrong. | ||||
* | | | | mysql driver - in debug mode for statements that return true/false report ↵ | friendica | 2014-11-13 | 1 | -1/+1 |
|/ / / | | | | | | | | | | the sql along with the result so we can match it to an offending statement. This has bugged me for some time but never got around to fixing it until now. | ||||
* | | | put timeout code in place but don't turn it on. | friendica | 2014-11-13 | 2 | -13/+16 |
| | | | |||||
* | | | Merge pull request #692 from habeascodice/master | RedMatrix | 2014-11-14 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | missed during merge | ||||
| * | | violates new sql standards | Habeas Codice | 2014-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | missed during merge | ||||
* | | | Merge pull request #690 from habeascodice/master | RedMatrix | 2014-11-14 | 110 | -645/+2258 |
|\| | | |/ |/| | Initial postgres support | ||||
| * | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-13 | 197 | -11360/+17155 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/dba/dba_driver.php include/diaspora.php include/follow.php include/session.php include/zot.php mod/photos.php mod/ping.php | ||||
* | | update nl | Jeroen | 2014-11-13 | 2 | -2470/+2601 |
| | | |||||
* | | let's try this without a timeout | friendica | 2014-11-13 | 2 | -5/+5 |
| | | |||||
* | | make it a bit personal | friendica | 2014-11-12 | 1 | -3/+3 |
| | | |||||
* | | ok, I think I'll give it a break now. | friendica | 2014-11-12 | 1 | -6/+8 |
| | | |||||
* | | minor word tweaks | friendica | 2014-11-12 | 1 | -3/+3 |
| | | |||||
* | | populate initial ACL before the ajax loader gets called, just in case the ↵ | friendica | 2014-11-12 | 1 | -1/+3 |
| | | | | | | | | form is submitted before it completes. Related to issue #615 | ||||
* | | this should make all the 'sys' webpage design tools useable by the admin | friendica | 2014-11-12 | 4 | -156/+211 |
| | | |||||
* | | wordsmith | friendica | 2014-11-12 | 1 | -1/+1 |
| | | |||||
* | | more minor wordsmithing | friendica | 2014-11-12 | 1 | -2/+2 |
| | | |||||
* | | Some dates couldn't be verified without going way back in the archives so at ↵ | friendica | 2014-11-12 | 1 | -3/+3 |
| | | | | | | | | least make this document accurate based on what I have in front of me. | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-12 | 2 | -206/+290 |
|\ \ | |||||
| * \ | Merge pull request #689 from dawnbreak/docu | RedMatrix | 2014-11-13 | 2 | -206/+290 |
| |\ \ | | | | | | | | | Some Doxygen documentation. | ||||
| | * | | Some Doxygen documentation. | Klaus Weidenbach | 2014-11-13 | 2 | -206/+290 |
| |/ / | | | | | | | | | | | | | Add some more Doxygen formating for boot.php and dba_driver.php. Cleaning a bit up, too. | ||||
* | | | add history link | friendica | 2014-11-12 | 1 | -0/+1 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-12 | 3 | -19/+9 |
|\| | | |||||
| * | | make search and advanced search use the same input form | marijus | 2014-11-12 | 3 | -19/+9 |
| | | | |||||
* | | | History of RedMatrix, Friendica, Mike Macgirvin, and associated other stuff. | friendica | 2014-11-12 | 1 | -0/+48 |
| | | | |||||
* | | | sys edit ability to menus and menu items | friendica | 2014-11-12 | 2 | -60/+96 |
|/ / | |||||
* | | extend sys support to layouts | friendica | 2014-11-12 | 4 | -132/+212 |
| | | |||||
* | | uid not set in webpages.php, start on editwebpage.php | friendica | 2014-11-11 | 2 | -38/+72 |
| | | |||||
* | | cleanup | friendica | 2014-11-11 | 4 | -40/+55 |
| | | |||||
* | | slow progress on sys publishing, making sure all the data we need is in the ↵ | friendica | 2014-11-11 | 4 | -10/+25 |
| | | | | | | | | places we need it but validate it anyway | ||||
* | | some more work on sys publishing | friendica | 2014-11-11 | 2 | -33/+40 |
| | |