aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.php
Commit message (Collapse)AuthorAgeFilesLines
* file had wrong extensionfriendica2014-03-111-9/+0
|
* config: don't try to unserialise an arrayfriendica2014-02-011-4/+4
|
* The check for f*cked database (which otherwise sends out zillions of update ↵friendica2013-10-041-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 ↵friendica2013-09-251-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 familyfriendica2013-07-291-26/+10
|
* begin code to sync channel changes across all channel clones.friendica2013-06-251-0/+21
|
* fix some anomolies in config functionsfriendica2013-06-211-47/+69
|
* fix mod-display when not logged in.friendica2013-06-181-0/+6
|
* much more efficient config functions. This will save potentially hundreds of ↵friendica2013-06-171-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 warningfriendica2013-06-151-1/+1
|
* push refresh messages, performance work on conversations and configs, doc ↵friendica2013-06-141-9/+25
| | | | updates
* small updatesfriendica2013-05-081-2/+2
|
* add xconfig table and functions, update strings and docofriendica2013-03-151-11/+123
|
* initial docofriendica2013-02-261-16/+15
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* rev updatefriendica2012-09-021-2/+2
|
* rev updatefriendica2012-06-161-3/+3
|
* Check if $rr existsHauke Zuehl2012-06-161-4/+2
|
* Doing negative caching for config values, special logfile for database ↵Michael Vogel2012-05-261-2/+22
| | | | optmisations
* Merge remote branch 'upstream/master'Michael Vogel2012-05-251-3/+1
|\
| * fix setting array values to config itemsTobias Diekershoff2012-05-221-3/+1
| |
* | Performance testsMichael Vogel2012-05-201-1/+1
|/
* Another bunch of executable permission removalVasudev Kamath2012-04-141-0/+0
|
* revert config changes, we're getting duplicate keysfriendica2012-04-061-151/+147
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-4/+7
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * fix config storage of booleansfriendica2012-04-041-0/+1
| |
* | added index to config and pconfig tableAlexander Kampmann2012-04-051-152/+154
|/ | | | changed config.php to use REPLACE instead of INSERT, this removes one db hit.
* Wrong variable nameroot2012-02-261-1/+1
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* config: set/get arrays with pconfigFabio Comuni2011-12-191-4/+8
|
* never enough commentsFriendika2011-08-101-0/+13
|
* breaking up boot file (part of zot refactor)Friendika2011-08-011-0/+205