Evan Prodromou
|
83fb5e6023
Mass replacement of #-comments with //-comments
|
13 years ago |
Zach Copley
|
b7d0746694
Merge branch '0.9.x' into 1.0.x
|
13 years ago |
Brion Vibber
|
de7726dd00
Performance counters: records number of total and unique cache get/set/incr/deletes and queries, and logs to syslog.
|
13 years ago |
Brion Vibber
|
54f7154db8
Fix for ticket #3020: set MySQL session time_zone variable to UTC ('+0:00') so TIMESTAMP column values are comparable against our other UTC timestamp values.
|
13 years ago |
Evan Prodromou
|
32eb4c5e2d
Merge remote branch 'gitorious/0.9.x' into 1.0.x
|
14 years ago |
Evan Prodromou
|
763a5f182d
Memcache_DataObject checks for PEAR::isError() on results
|
14 years ago |
Brion Vibber
|
d8a3a88ec8
Merge branch '0.9.x' into 1.0.x
|
14 years ago |
Brion Vibber
|
0535a3d15c
Event hook for SQLProfile
|
14 years ago |
Brion Vibber
|
a7d98435f6
Tweak DB query logging to also log queries that fail; the exceptions we get are often not very descriptive like "No such table" without saying which table. :)
|
14 years ago |
Brion Vibber
|
59119482ca
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
|
14 years ago |
Siebrand Mazeland
|
b03ece26eb
* i18n/L10n and translator documentation updates.
|
14 years ago |
Evan Prodromou
|
a319b40c97
common_cache_key() -> Cache::key()
|
14 years ago |
Evan Prodromou
|
e42d2124a3
common_keyize() -> Cache::keyize()
|
14 years ago |
Evan Prodromou
|
8f81762d68
common_memcache() => Cache::instance()
|
14 years ago |
Brion Vibber
|
7e55fc0044
OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships.
|
14 years ago |
Evan Prodromou
|
9f0715a993
Merge branch '0.9.x' into 1.0.x
|
14 years ago |
Siebrand Mazeland
|
e753422480
* Address i18n related FIXMEs after talk with Brion.
|
14 years ago |
Siebrand Mazeland
|
e7acb45b57
* add string for translation with translator documentation
|
14 years ago |
Evan Prodromou
|
d73feb82d8
cache sitemap notice and user counts for 4h
|
14 years ago |
Brion Vibber
|
004200f958
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
|
14 years ago |
Evan Prodromou
|
6d39a75137
use DB_DataObject_Cast objects in a couple of different places in the code
|
14 years ago |
Evan Prodromou
|
f1ea678aae
memcache_dataobject supports some DB_DataObject_Cast objects as values
|
14 years ago |
Evan Prodromou
|
727ea5a516
Merge branch '0.9.x' into 1.0.x
|
14 years ago |
Evan Prodromou
|
76cce8a3c5
Merge branch 'master' into 0.9.x
|
14 years ago |
Evan Prodromou
|
08745e4eac
Merge branch 'master' into testing
|
14 years ago |
Evan Prodromou
|
82326a3b69
show PEAR_Error message, not the object
|
14 years ago |
Brion Vibber
|
01a03e34c8
Merge branch '0.9.x' into 1.0.x
|
14 years ago |
Brion Vibber
|
d44e5ac935
Add $config['db']['annotate_queries'] option to include caller ID comments into queries. Comment can then be seen in process list, slow query logs on the server, aiding in tracking down unexpected slow queries.
|
14 years ago |
Brion Vibber
|
abf2ce873b
Avoid notice when reporting DB errors for objects that don't have an 'id' field
|
14 years ago |
Brion Vibber
|
2aaf8d4e30
Add class and (if present) id to DB_DataObject error exceptions; often they're VERRRRRY vague, and it helps to know what type of item is failing!
|
14 years ago |