Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-08-21 | Revert "Added configuration option to only allow OpenID logins." | Evan Prodromou | |
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php | |||
2009-08-10 | Added configuration option to only allow OpenID logins. | Jeffery To | |
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds. | |||
2009-06-17 | Make the personal tag streams actually work | Evan Prodromou | |
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-14 | Some UI improvements for blocking and unblocking | Evan Prodromou | |
Add unblock to the router table, so unblocking will work at all. Block form and unblock form return to subscribers list, not subscriptions list, by default. showstream action sends its parameters to block and unblock forms to better return to the right page. | |||
2009-06-10 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-05-18 | Added RSS for personal tags | Robin Millette | |
2009-05-18 | Added personal tag page: http://example.com/MY_NICK/tag/A_TAG | Robin Millette | |
2009-04-15 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
Conflicts: actions/public.php | |||
2009-04-15 | Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵ | Adrian Lang | |
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations. | |||
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-04-08 | showemptListMessage -> showEmptyListMessage method name cleanup. | Robin Millette | |
2009-04-07 | HTML br is not needed. Using 'clear' in CSS instead. | Sarven Capadisli | |
2009-04-07 | added filler/guide text to user timeline. | Robin Millette | |
2009-04-07 | Add subscribers, subscriptions, groups to personal page | Evan Prodromou | |
We show stats, subscriptions info on the personal page in the sidebar. Pushed code from showstream.php into a common parent class for personal and profile. | |||
2009-03-30 | full name in title and h1 of the personal profile | Evan Prodromou | |
2009-03-19 | A couple more 'Join Now' messages that need disabling when the site is ↵ | CiaranG | |
closed or invite only | |||
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-10 | Beginning to refactor document relationship links to reduce common code. | Meitar Moscovitz | |
My attempts here are to mimic the `pagination()` method shared by actions. I'm tentatively adding the `$count` property to actions so that we can query the number of notices ''being displayed'' per page prior to calling the actual `pagination()` method itself, since document relationship `<link>` elements need to be output inside of `showHead()`, before `showContent()`, which is where `pagination()` is, gets called. | |||
2009-02-10 | Merge branch 'dev-0.7.x' into link-rel-paginate | Meitar Moscovitz | |
2009-02-09 | whitespace and formatting in showstream.php | Evan Prodromou | |
2009-02-09 | Add machine-readable pagination using HTML4.01 `<link rel="next">`, etc. | Meitar Moscovitz | |
These extra `<link>` elements only appear on pages where pagination makes sense. They trigger functionality in some user agents, such as Opera's Navigation Bar for more easily navigating forward and backwards across a paged set of notices, messages, or group lists, etc. | |||
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 | |