summaryrefslogtreecommitdiff
path: root/config.php.sample
AgeCommit message (Collapse)Author
2009-03-24how to configure templatingBrian
2009-03-16Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
2009-03-11Document the site-logo configuration optionEvan Prodromou
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php.
2009-03-10Updated config.php.sample with example Tag URI configsZach Copley
2009-03-07Limit duplicate notices in a particular time period (default 60s)Evan Prodromou
We disallow posting a notice with duplicate content more than once a minute. Conflicts: config.php.sample
2009-03-07Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
Conflicts: lib/util.php
2009-03-04Additional (optional, defaults to off) logging of PEAR error details, which ↵CiaranG
allows database issues to be more easily diagnosed.
2009-02-20* implemented STOMP support for external message queueing systemsFederico Marani
* (ticket-724) * included PHP STOMP libraries (http://code.google.com/p/stompcli/)
2009-02-17Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into reviewSarven Capadisli
Conflicts: lib/action.php
2009-02-16Updated README with section about installing the Facebook app, and added ↵Zach Copley
info about twitterqueuehandler.php and facebookqueuehandler.php.
2009-02-14Optionally ignore some notice sources for public pageEvan Prodromou
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well.
2009-02-11Add streamlined mobile device-friendly styles when enabled in config.Meitar Moscovitz
A new mobile-specific style sheet is added and loaded only if the `$config['site']['mobile']` configuration variable is set to true.
2009-02-09give example of using Google AnalyticsEvan Prodromou
2008-12-12Fixed Popular tab (hopefully)Zach Copley
darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz
2008-12-11resolve conflicts in config.php.sampleEvan Prodromou
darcs-hash:20081211162558-5ed1f-1eb8afbadbaa5f84140cbd255b1c01dc456577fd.gz
2008-12-05trac750 - Exoskeleton of a nascent Facebook appZach Copley
darcs-hash:20081206030132-7b5ce-96c38ab67edd3d58f8722ef25852a6143f05a86b.gz
2008-12-10Ban certain users from posting by nickname and/or IDZach Copley
darcs-hash:20081210191337-7b5ce-f9a083596b3f5627405c9e233c1994d8338f5731.gz
2008-12-10edit throttlingEvan Prodromou
darcs-hash:20081210174722-84dde-4c79d7f73230d008195bd19738bc9a6017b940e9.gz
2008-11-23sphinx documentation and sample config filemillette
darcs-hash:20081124023036-099f7-d2c32538e8a81170032ba0bc9fc5caf79e2b59a9.gz
2008-11-23sphinx search config.php.sample defaultsmillette
darcs-hash:20081124005402-099f7-00c1482cdb297db98d6419479afdd825d3494c89.gz
2008-11-20New public tabs - Public, Recent tags, Featured, and FavoritedZach Copley
darcs-hash:20081120071930-7b5ce-a15d7308bde085f03aa335c98ecd0aaa3833bc35.gz
2008-11-20hide certain users from the public streamEvan Prodromou
On identi.ca, certain users (http://identi.ca/derricklo) publish 5-10 automated notices every half hour or hour. This can flood the public stream, making it unreadable for casual readers. We don't want to prevent anyone from using the site for personal use. However, if their personal use clouds up the public space, we can gently remove them from that public space without interfering with their personal activity. So: this change prevents selected people's notices from appearing in the public stream. It's hand-configured by an administrator, and probably doesn't scale beyond 10-20 blacklisted users. It's a stopgap measure. darcs-hash:20081120183722-84dde-8a8401fbcbb6abb60a8b36de249323586ea0b22c.gz
2008-10-21add 'invite-only' mode for registrationEvan Prodromou
darcs-hash:20081021182822-5ed1f-9a8ee3960f82d115d43e35baac646f69bc702533.gz
2008-10-04change stoica.ini to laconica.ini in config.php.sampleEvan Prodromou
darcs-hash:20081004194611-5ed1f-7731a6105f0501ef8cbaf866c52eb9a051e51d9e.gz
2008-09-16add in ciarang's changes to config.php.sampleEvan Prodromou
darcs-hash:20080916214206-84dde-7ef1668240b2838461d4adc255070e90e90ed9f1.gz
2008-09-15Further updates to sample configCiaranG
darcs-hash:20080915081246-f6e2c-79e1f7258954bf649560aeaf7b220cdd6e156317.gz
2008-09-09Initial support for PostgreSQLCiaranG
darcs-hash:20080909072224-f6e2c-881bd2e7fb032f336fecae9ca5ce527dd821d3dc.gz
2008-09-07Twitter integration - added $config option for source attribute when posting ↵Zach Copley
to Twitter darcs-hash:20080907062118-7b5ce-b4412446bbf245b1d14a78b01ecde0f71f621185.gz
2008-09-10update information about queuesEvan Prodromou
darcs-hash:20080910154754-84dde-899822c61fb3e8be563341ca54fe2a61fcdee31f.gz
2008-09-10add a line for mail domainEvan Prodromou
darcs-hash:20080910154632-84dde-6aecbcc8c61f52273a62a2ea3fd3fd305227e2f7.gz
2008-09-05Fix confusing comment in config.sample.php (Ticket #616)CiaranG
darcs-hash:20080905162732-f6e2c-21c056ba2f211cee9d6ba720b40b5a1ab1186341.gz
2008-08-26optionally turn encryption on or off in the XMPP connectionEvan Prodromou
For identi.ca, we had some problems with the XMPP daemon getting "stuck" in I/O through the encrypted (by default) XMPP socket. Turning off encryption helped. So, now it's an option. darcs-hash:20080826131814-84dde-2c4a809c6fb666dfb4b96d0d61205fe418f4e4b4.gz
2008-08-24big scarygram warning in config.php.sample about using DB_DataObject's debug ↵Evan Prodromou
mode darcs-hash:20080824171202-84dde-fd3ed2b9645f2c2ec5439824dbc6f6a765c0a622.gz
2008-08-22add note to config.php.sample about localonlyEvan Prodromou
darcs-hash:20080822210415-84dde-1a00e3090d52bbeeb5f40b0640cb561992ff0d1e.gz
2008-08-11make tag dropoff configurableEvan Prodromou
darcs-hash:20080811175820-84dde-f3d934495fa90fadde5f7d5d0c37c5f2a575a9d8.gz
2008-07-22Add SMS mail config to sample configMike Cochrane
darcs-hash:20080722100828-533db-4a2b61a204b2e7c7696e839c43f09c6974d49d91.gz
2008-07-20Locate examples in configMike Cochrane
darcs-hash:20080720141543-533db-f9d9eb94cd9f770be5f912a838a7e5f462c04809.gz
2008-07-24let admins prevent registrationEvan Prodromou
darcs-hash:20080724235508-84dde-8bac4d9dd772adb9f27d083b3d0b6ed5b7526dbf.gz
2008-07-13Comment changed to reflect realityzach
darcs-hash:20080713083853-ca946-f4454aa5da08c870a11398a6ed2d8d5e0762b043.gz
2008-07-17public indexers in config fileEvan Prodromou
darcs-hash:20080717134331-84dde-b63c9b7e318d74e2cfea14cc962ec2d519f20d43.gz
2008-07-16remove tag URI stuff; unused and confusingEvan Prodromou
darcs-hash:20080716205359-84dde-590916f8812c7c03a2b81b3e7aeb021194ac0f25.gz
2008-07-11Log msgs can now go to a file as well as syslogzach
darcs-hash:20080711070021-ca946-8f8f385ddacc098c8a0c2627e3a8690a9f3aa2c7.gz
2008-07-04enqueue notices for offline broadcastEvan Prodromou
darcs-hash:20080704050425-84dde-d0106845c7b16b80be8e0d5ee9ac93a457334df7.gz
2008-07-01add more contact informationEvan Prodromou
darcs-hash:20080701175611-84dde-59873964e036f3c9bc225ea8272e840535ea7643.gz
2008-06-22first pass at a daemon to receive XMPP messagesEvan Prodromou
darcs-hash:20080623022710-84dde-bf3d3e3ce87957b9a91d38c16cf834d07b9933ea.gz
2008-06-22disallow nicknames on a blacklistEvan Prodromou
darcs-hash:20080622180437-34904-4b6313f6fd8845232031663c5c2df00dff725183.gz
2008-06-18config with pathEvan Prodromou
darcs-hash:20080619020540-84dde-a177b25086c88071bd9933b54ba3ab52951c90cd.gz
2008-06-18add some reasonable things to configureEvan Prodromou
darcs-hash:20080619014802-84dde-186c526a0452e916775cdddef94357da1aacd6a5.gz
2008-05-20trim whitespaceEvan Prodromou
darcs-hash:20080520191412-84dde-a607dbe848279639630edd1ab4616d05cc2318d1.gz
2008-05-17fix check in config.php.sampleEvan Prodromou
darcs-hash:20080517160654-84dde-824b3aaf45639ff98e95c4b8011e32a74efd64a9.gz