Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-10-29 | get location from a Profile | Evan Prodromou | |
2009-10-24 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-21 | new data structures for location | Evan Prodromou | |
2009-10-15 | Added support for profile designs to the twitter API | Trever Fischer | |
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
2009-10-02 | copy-and-paste typo in profile deletion | Evan Prodromou | |
2009-10-02 | Merge branch '0.8.x' into deleteuser | Evan Prodromou | |
2009-09-15 | Remove unnecessary Profile::pkeyGet | Craig Andrews | |
Thanks for the info, Evan. | |||
2009-09-13 | Add missing pkeyGet override to the Profile class | Craig Andrews | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-21 | check correct setting in Profile bio length | Evan Prodromou | |
2009-08-21 | Profile class has methods to check bio length | Evan Prodromou | |
2009-08-21 | data classes allow >140 bios in profiles | Evan Prodromou | |
2009-07-26 | first version of deleting users | Evan Prodromou | |
2009-07-23 | Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x | Craig Andrews | |
2009-07-23 | fixed up a limit offset to be ANSI SQL compliant | Brenda Wallace | |
2009-07-17 | Removed noisy debugging statements | Zach Copley | |
2009-07-09 | cache frequently-used subscriber, subscription, notice and fave count values | Evan Prodromou | |
2009-06-25 | break up big inbox queries into lots of small ones | Evan Prodromou | |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-06-17 | Make the personal tag streams actually work | Evan Prodromou | |
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-05-29 | Ticket #1567 - Change max_id to return notices <= ID instead of < ID | Zach Copley | |
2009-05-18 | Added personal tag page: http://example.com/MY_NICK/tag/A_TAG | Robin Millette | |
2009-05-01 | make profile notice getting use ids | Evan Prodromou | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-02-04 | Fixed #1134; Consolidated image scaling functions. | Sean Murphy | |
2009-01-21 | move membership/adminship tests to profile | Evan Prodromou | |
2008-12-25 | Some fixups of patches not already migrated to trunk to bring inline with ↵ | Zach Copley | |
PEAR coding stds darcs-hash:20081225144601-7b5ce-4846f3d036c36037836d15ed672c10ba33f9f84c.gz | |||
2008-12-11 | Actually crop your avatar when hitting 'crop' button on profile | Zach Copley | |
darcs-hash:20081212043018-7b5ce-bc83b66e19007aa0a04fbb40053217ef92c44779.gz | |||
2008-12-23 | change function headers to K&R style | Evan Prodromou | |
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz | |||
2008-12-23 | replace NULL with null | Evan Prodromou | |
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz | |||
2008-12-23 | replace all tabs with four spaces | Evan Prodromou | |
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz | |||
2008-12-10 | edit throttling | Evan Prodromou | |
darcs-hash:20081210174722-84dde-4c79d7f73230d008195bd19738bc9a6017b940e9.gz | |||
2008-11-23 | only get tags for this profile list type | Evan Prodromou | |
darcs-hash:20081124031549-84dde-c537cb25f301ac3368440d4d5f583ea3d713ac2c.gz | |||
2008-11-23 | don't get self-tags | Evan Prodromou | |
darcs-hash:20081124015927-84dde-525625c0341e62d3939879430743d0a976d0d8d2.gz | |||
2008-11-23 | show dropdown of tags only when tags are available and add tags function to ↵ | Evan Prodromou | |
profile darcs-hash:20081124015802-84dde-d72651ff0c466d15835fe263e96bdd9b34162849.gz | |||
2008-11-20 | sphinx search for notices | millette | |
darcs-hash:20081120215041-099f7-db396a60755d551099122b58634b7550d5606d88.gz | |||
2008-11-20 | sphinx search of people | millette | |
darcs-hash:20081120211347-099f7-d5588788dcd9a16cf72ece59da3d2bf9b8171b85.gz | |||
2008-11-13 | use correct class for avatar deletion so memcached is updated | Evan Prodromou | |
darcs-hash:20081113063850-5ed1f-15c314239e2114b52beb7c83b7006b69a48ec5c3.gz | |||
2008-10-02 | use pkeyGet for Avatar | Evan Prodromou | |
darcs-hash:20081002144749-5ed1f-a5503625b811f28a853712d4ddd4a76813f24bc1.gz | |||
2008-09-26 | path correct in require_once for memcached | Evan Prodromou | |
darcs-hash:20080926161824-5ed1f-b4fb53e5ca65bb099aabbba6ea60a13496f669a2.gz | |||
2008-09-26 | prepend Memcached_DataObject require with INSTALLDIR | Evan Prodromou | |
darcs-hash:20080926161540-5ed1f-2e9dc6f2297c612208214a6d52f36ce0dd7aa4de.gz | |||
2008-09-26 | caching layer for DB/DataObject | Evan Prodromou | |
I added a new class, Memcached_DataObject, that will (optionally) fetch data out of a memcached server if it's available. This only works on 'staticGet'. Methods that write to the database (insert, update, delete) will clear and set the cache correctly, too. darcs-hash:20080926160941-5ed1f-922de078b4c1941853ad014edf9a17fae486f8cf.gz |