Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-15 | Added single whitespace to separate inline text words. | Sarven Capadisli | |
2009-11-13 | Added hAtom for profile and group lists | Sarven Capadisli | |
2009-11-06 | Check if it is empty instead of '' | Sarven Capadisli | |
2009-11-06 | Updated styles for profile list re: commit | Sarven Capadisli | |
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64 | |||
2009-11-02 | remove <dl> stuff from profile list | Evan Prodromou | |
2009-10-15 | add more events to profile list | Evan Prodromou | |
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 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-07-05 | don't hide unsub button for remote users | Evan Prodromou | |
2009-07-03 | only show subscribe button in profile list for local users | Evan Prodromou | |
2009-06-14 | return count from show | Evan Prodromou | |
2009-06-14 | try to get the right class for profileminilist | Evan Prodromou | |
2009-06-14 | Break profilelist into a recipe | Evan Prodromou | |
Expanded the ProfileList class so it worked more like a recipe. This helps to get rid of a lot of special cases and simplifies the code. It also makes it possible to do things like group block. | |||
2009-03-23 | show subscribe button and block form again | Evan Prodromou | |
2009-03-18 | fix bug in profile list owner check | Evan Prodromou | |
2009-03-11 | Another undefined object member. | Adrian Lang | |
2009-03-11 | Remove comparison with member variable of null variable, cleaned code a bit. | Adrian Lang | |
2009-03-09 | Improve handling of null values in profile parameters. | Adrian Lang | |
This commit fixes two issues: - Allowing remote users to clear profile parameters via OMB. - Improved handling of profile parameters which evaluate to false ('0' for example) | |||
2009-02-20 | PROFILES_PER_PAGE already defined in lib/common.php | Leslie Michael Orchard | |
2009-02-11 | Minor. Changed from @class location to label | Sarven Capadisli | |
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-01-26 | Add some more useless HTML | Evan Prodromou | |
2009-01-26 | move block form | Evan Prodromou | |
2009-01-22 | Debug some of the subscriptions+tags problems | Evan Prodromou | |
2009-01-22 | reformat profilelist code | Evan Prodromou | |
2009-01-22 | selector name cleanup | sarven | |
2009-01-21 | Changed to @class entity_profile from @id user_profile. | sarven | |
2009-01-21 | Matching markup for tags | sarven | |
2009-01-21 | profilelist markup and styles | sarven | |
2009-01-20 | If user has fn, then it will not link to their own profile with @class | sarven | |
'fn'. Only put @class 'fn' on the anchor if there is no fn. | |||
2009-01-19 | Featuerd profile list markup | sarven | |
Minor class change to (un)subscribeform.php | |||
2009-01-19 | Extra whitespace in profilelist | Evan Prodromou | |
2009-01-19 | Update profile list for new framework | Evan Prodromou | |
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou | |
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.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-08 | pass profile correctly to show_owner_controls | Evan Prodromou | |
darcs-hash:20081208201351-5ed1f-e74df1c59589816c24a0ccd867cbae714cd7daec.gz | |||
2008-12-08 | add block form to subscribers list and profile page | Evan Prodromou | |
I added a small form for blocking users to profiles in the profile list, and also to the profile page. I also added an action to handle the results of blocking someone. This required some changes to the profile list class (so I could add the block form), so I made them. And the gallery class lets its subclasses return a subclass of ProfileList for their profile list. darcs-hash:20081208055511-5ed1f-e2e09986bd3b9cbb6a00a0c6b94f49ea78b7bdab.gz | |||
2008-12-07 | remove unused code from profile list | Evan Prodromou | |
darcs-hash:20081208033132-5ed1f-ee93e5b26353c097ee1bdb8d3e4cedad5763548e.gz | |||
2008-11-23 | include action in tags | csarven | |
darcs-hash:20081124025308-eefa4-b4523d386c1dd36d4856949abba1dc8bd8099da0.gz | |||
2008-11-23 | better tag handling for profile lists | Evan Prodromou | |
darcs-hash:20081124024434-84dde-e68f54652c2d0dfb802b1abcafba53556c1f057a.gz | |||
2008-11-21 | Fixing bio alignment | csarven | |
darcs-hash:20081121161645-eefa4-6e4af82adb69e89ada3fdd5eee8f02bc3aefeed1.gz | |||
2008-11-21 | Removing empty element no longer in use | csarven | |
darcs-hash:20081121160208-eefa4-33005f2d8c3e5e668c928f7c8425ac2731ed153b.gz | |||
2008-11-21 | rel-bookmark not required because hAtom is not present | csarven | |
darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz | |||
2008-11-20 | Linking directly from Your tags instead of Tag user | csarven | |
darcs-hash:20081121031811-eefa4-80ec886c93a3357baffe332a5bf19214e8b64e93.gz | |||
2008-11-20 | Tag markup and styling for tag_self, tag_user, form#tag_user | csarven | |
darcs-hash:20081121023827-eefa4-ed91f63cac35c078dc385546a69209cbef2a0d5e.gz |