summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-04-07don't use count() to check for empty pageEvan Prodromou
2009-04-07Merge branch 'adrianlang-827' of ↵Evan Prodromou
git://gitorious.org/laconica/adrianlang-clone into 0.7.x
2009-04-08showemptListMessage -> showEmptyListMessage method name cleanup.Robin Millette
2009-04-08added filler/guide text to user groups list.Robin Millette
2009-04-08text bugfix to guide text in subscription list.Robin Millette
2009-04-08added filler/guide text to subscribers list.Robin Millette
2009-04-08added filler/guide text to subscription list.Robin Millette
2009-04-08added missing word to user favorites guide.Robin Millette
2009-04-08added filler/guide text to user favorites.Robin Millette
2009-04-07HTML br is not needed. Using 'clear' in CSS instead.Sarven Capadisli
2009-04-07added filler/guide text to user replies timeline.Robin Millette
2009-04-07added filler/guide text to user timeline.Robin Millette
2009-04-07fixed filler/guide text on personal timeline to take memcached into account.Robin Millette
2009-04-07Add subscribers, subscriptions, groups to personal pageEvan 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-04-07Changed text "noone" to "no one".Sarven Capadisli
2009-04-07Renamed 'blankfiller' to 'guide'.Sarven Capadisli
2009-04-07added filler text to personal timeline.Robin Millette
2009-04-07added filler text to notice and group search, suggesting other search options.Robin Millette
2009-04-06external search now depends on site.server.Robin Millette
2009-04-06refactored search suggestions and added forgotten sprintf.Robin Millette
2009-04-05added filler text to people search, suggesting other search options.Robin Millette
2009-04-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-03Tiny change to the public tag cloud dealing with empty page.Robin Millette
2009-04-03Added filler text to popular page for when it's empty, encouraging user to ↵Robin Millette
add favorites and/or register.
2009-04-03Simplified code for empty public timeline.Robin Millette
2009-04-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-03added filler text to public tagcloud for when it's empty, encouraging user ↵Robin Millette
to post and/or register.
2009-04-03try to reduce memory usage in FOAF outputEvan Prodromou
2009-04-03redirect FOAF file on non-canonical nicknameEvan Prodromou
2009-04-02i18n for legend in remote sub formEvan Prodromou
2009-04-01add sup with argumentsEvan Prodromou
2009-04-01Try to do intelligent redirect codesEvan Prodromou
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST.
2009-03-30added filler text to public timeline for when it's empty, encouraging user ↵Robin Millette
to post and/or register.
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add fullname to title and h1 for groupsEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-25Merge branch 'master' into 0.7.xEvan Prodromou
Conflicts: lib/router.php
2009-03-25fixed pagination variable problemEvan Prodromou
2009-03-22Password recover and change form markup updated.Sarven Capadisli
2009-03-20Use correct page information for notice search. See ticket #1333CiaranG
2009-03-19A couple more 'Join Now' messages that need disabling when the site is ↵CiaranG
closed or invite only
2009-03-19Get rid of 'Join now...' message if site is closed or invite only. See ↵CiaranG
ticket #1335
2009-03-19redirect to original URL or URI for remote noticesEvan Prodromou
2009-03-19redirect to original URL or URI for remote noticesEvan Prodromou
2009-03-19Somewhat better behaviour with mixed caps in searchEvan Prodromou
Deal somewhat better with mixed caps in people and notice search.
2009-03-11PostgreSQL - a few more query compatibility issues (submitted by oxygene)CiaranG
2009-03-11Define undefined variable.Adrian Lang
2009-03-11Remove OAuthRequest as storage from userauthorization.Adrian Lang
Since we are not really handling a fullblown OAuth request (No signature, nonce, consumer) we should not use this class, rather store the plain param array in the session.
2009-03-11Remove second OAuth request validation.Adrian Lang