Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence insanely noisy log - should probably stick this in a dlogger | Thomas Willingham | 2014-09-29 | 1 | -1/+1 |
| | | | | if we need it - we're getting literally hundreds of thousands of these. | ||||
* | Some documentation of include/config.php. | Klaus Weidenbach | 2014-09-26 | 1 | -105/+269 |
| | | | | | I hope my guesses are not completely wrong, anyway please take look not that I tell complete bullshit. | ||||
* | file had wrong extension | friendica | 2014-03-11 | 1 | -9/+0 |
| | |||||
* | config: don't try to unserialise an array | friendica | 2014-02-01 | 1 | -4/+4 |
| | |||||
* | The check for f*cked database (which otherwise sends out zillions of update ↵ | friendica | 2013-10-04 | 1 | -3/+3 |
| | | | | failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install. | ||||
* | suppress creating the directory update record for profile updates which are ↵ | friendica | 2013-09-25 | 1 | -0/+9 |
| | | | | part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing. | ||||
* | load_pconfig had some issues when given a family | friendica | 2013-07-29 | 1 | -26/+10 |
| | |||||
* | begin code to sync channel changes across all channel clones. | friendica | 2013-06-25 | 1 | -0/+21 |
| | |||||
* | fix some anomolies in config functions | friendica | 2013-06-21 | 1 | -47/+69 |
| | |||||
* | fix mod-display when not logged in. | friendica | 2013-06-18 | 1 | -0/+6 |
| | |||||
* | much more efficient config functions. This will save potentially hundreds of ↵ | friendica | 2013-06-17 | 1 | -97/+60 |
| | | | | DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days. | ||||
* | silence a pointless warning | friendica | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | push refresh messages, performance work on conversations and configs, doc ↵ | friendica | 2013-06-14 | 1 | -9/+25 |
| | | | | updates | ||||
* | small updates | friendica | 2013-05-08 | 1 | -2/+2 |
| | |||||
* | add xconfig table and functions, update strings and doco | friendica | 2013-03-15 | 1 | -11/+123 |
| | |||||
* | initial doco | friendica | 2013-02-26 | 1 | -16/+15 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | rev update | friendica | 2012-09-02 | 1 | -2/+2 |
| | |||||
* | rev update | friendica | 2012-06-16 | 1 | -3/+3 |
| | |||||
* | Check if $rr exists | Hauke Zuehl | 2012-06-16 | 1 | -4/+2 |
| | |||||
* | Doing negative caching for config values, special logfile for database ↵ | Michael Vogel | 2012-05-26 | 1 | -2/+22 |
| | | | | optmisations | ||||
* | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-25 | 1 | -3/+1 |
|\ | |||||
| * | fix setting array values to config items | Tobias Diekershoff | 2012-05-22 | 1 | -3/+1 |
| | | |||||
* | | Performance tests | Michael Vogel | 2012-05-20 | 1 | -1/+1 |
|/ | |||||
* | Another bunch of executable permission removal | Vasudev Kamath | 2012-04-14 | 1 | -0/+0 |
| | |||||
* | revert config changes, we're getting duplicate keys | friendica | 2012-04-06 | 1 | -151/+147 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -4/+7 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | fix config storage of booleans | friendica | 2012-04-04 | 1 | -0/+1 |
| | | |||||
* | | added index to config and pconfig table | Alexander Kampmann | 2012-04-05 | 1 | -152/+154 |
|/ | | | | changed config.php to use REPLACE instead of INSERT, this removes one db hit. | ||||
* | Wrong variable name | root | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | config: set/get arrays with pconfig | Fabio Comuni | 2011-12-19 | 1 | -4/+8 |
| | |||||
* | never enough comments | Friendika | 2011-08-10 | 1 | -0/+13 |
| | |||||
* | breaking up boot file (part of zot refactor) | Friendika | 2011-08-01 | 1 | -0/+205 |