Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | Fixes ticket:1053; removes spacing between hash and tag on profile page. | Meitar Moscovitz | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-11 | Minor. Changed from @class location to label | Sarven Capadisli | |
2009-02-11 | Unify feeds definition in actions | Evan Prodromou | |
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs. | |||
2009-02-09 | whitespace and formatting in showstream.php | Evan Prodromou | |
2009-02-07 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
Conflicts: actions/showstream.php | |||
2009-02-06 | Fixed #1048: Edit avatar link on profile page. | Sean Murphy | |
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-05 | Trac #894 and #1013 - fixed bad redirects after delete notice | Zach Copley | |
2009-02-05 | Fix #81: Profile and personal shows „you“ instead of username when ↵ | Adrian Lang | |
looking at own profile / personal. While doing so I fixed a wrong gettext usage were the result was not sprintf'd, but concat'd. | |||
2009-02-03 | trac1095 Profile page had bad alternate links for RSS and Atom feeds | Zach Copley | |
2009-02-02 | Added "Edit" entity_action. | Sarven Capadisli | |
Updated theme files. | |||
2009-01-24 | Minor | sarven | |
2009-01-23 | showstream is readonly | Evan Prodromou | |
2009-01-23 | Cleanup | sarven | |
2009-01-23 | Anonymous notice | sarven | |
2009-01-23 | p -> div for markup wrapper | Evan Prodromou | |
2009-01-23 | Add anonymous message for user pages | Evan Prodromou | |
2009-01-22 | Add personal tag cloud | Evan Prodromou | |
2009-01-22 | Minor cleanup for future groups_related | sarven | |
2009-01-22 | selector name cleanup | sarven | |
2009-01-21 | Changed to @class entity_profile from @id user_profile. | sarven | |
2009-01-21 | General markup and style cleanup | sarven | |
2009-01-21 | list of groups to profile page | Evan Prodromou | |
2009-01-21 | fix sub/unsub buttons, profileminilist for sections | Evan Prodromou | |
2009-01-21 | Added @title to user_action inputs and anchor and form legends | sarven | |
2009-01-21 | Made user_actions styles more consistent | sarven | |
2009-01-21 | Moved common_profile_new_message_nudge() to showstream.php | sarven | |
2009-01-21 | Matching markup for tags | 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-20 | user_actions form markup and styling | sarven | |
2009-01-20 | Using nickname only for uid | sarven | |
2009-01-20 | Added mark_hash for content (i.e., to indicate tags with the | sarven | |
character '#') | |||
2009-01-20 | Removed extra div | sarven | |
2009-01-20 | User subscriptions markup | sarven | |
2009-01-20 | User statistics markup | sarven | |
2009-01-19 | showPageTitle() and showPageNoticeBlock() | sarven | |
and using url on nickname instead of fullname | |||
2009-01-19 | user_profile markup | sarven | |
2009-01-19 | Upgraded showstream, didn't make it phpcs-compatible | Evan Prodromou | |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou | |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou | |
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step | |||
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-23 | bring lib/noticelist.php into line with PEAR code standards | Evan Prodromou | |
darcs-hash:20081223190851-84dde-ecad63595159aca2ae014325c9af29a9ace21c3d.gz | |||
2008-12-12 | don't block yourself! | Evan Prodromou | |
darcs-hash:20081212051830-84dde-4db7b40c27b20bd37bac261a68bd11051d263c25.gz | |||
2008-12-11 | Using single id for both profile block and unblock | Sarven Capadisli | |
darcs-hash:20081212043240-efd22-99f6754e2b76eed06237414955d6c01b4137cba5.gz | |||
2008-12-11 | make a new NoticeList widget and call it from StreamAction | Evan Prodromou | |
I made a new notice-list widget (like the profile list) and call it from StreamAction. This cleans up some of the mess in the various notice-stream-showing classes. I also changed show-stream so it uses a subclass of NoticeList that doesn't show author info (which is unnecessary). darcs-hash:20081211231252-5ed1f-ee6e551ed5a029406748120f12e2ff57c4a86493.gz | |||
2008-12-08 | add an unblock form | Evan Prodromou | |
darcs-hash:20081208173722-5ed1f-fcdcb49e4958854ce9872beecee409737cacecb5.gz |