summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-04-16Make API dates more compatible with Twitter - ticket 1432Zach Copley
2009-04-16Add an even (hook): StartPersonalGroupNav.Robin Millette
2009-04-15Merge branch 'nobase' into 0.7.xEvan Prodromou
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15add user id to statisticsEvan Prodromou
2009-04-15Merge 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-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-04-14Make stuff work with no baseEvan Prodromou
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-13Fix bad dates in API's JSON search resultsZach Copley
2009-04-13typo in lib actionEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan 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-08Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/masterCiaranG
2009-04-08Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x0.7.3Evan Prodromou
2009-04-08Better debugging output flagZach Copley
2009-04-08use mini logo at mini size, not stream logoEvan Prodromou
2009-04-08far fewer icons in the sidebarEvan Prodromou
2009-04-07Update README and common for new versionEvan Prodromou
Update versions in README, add the new song title, and update the version stamp in the common.php file.
2009-04-07Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into ↵Evan Prodromou
brianjesse-clone/master
2009-04-07Major improvements to Twitter bridge friend syncingZach Copley
2009-04-08added filler/guide text to inbox and outbox.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-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-07Markup and styles for search help and errorsSarven Capadisli
2009-04-07Rearranged the global navigation items for better usability. Reason a)Sarven Capadisli
placement of Search at the edge of the viewport for quicker access and b) placement of the links that are always available (whether user is logged in or not) in the same location (i.e., Login/Logout, Help, Search)
2009-04-07Added Invite link to global navigationSarven Capadisli
2009-04-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-07make tags in list workEvan Prodromou
2009-04-06external search now depends on site.server.Robin Millette
2009-04-06refactored search suggestions and added forgotten sprintf.Robin Millette
2009-04-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-03Only kill control and surrogates, leave UTF-8 formatting chars alone.Zach Copley
2009-04-03add finishaddopenid to list of sensitive pages to use with sslEvan 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-04-01Merge branch '0.7.x' of git@gitorious.org:laconica/devEvan Prodromou
Conflicts: README lib/router.php
2009-04-01Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371CiaranG
2009-04-01Selector to allow styles when a user is logged in.Sarven Capadisli
2009-04-01Selector to allow styles when a user is logged in.Sarven Capadisli
2009-03-31give the correct root url when SSL enabledEvan Prodromou
2009-03-30Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-30Changes to router setup to make notice search RSS feed workEvan Prodromou
Conflicts: lib/router.php
2009-03-30welcome notice, default sub for new usersEvan Prodromou
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add full name title to notice list linkEvan Prodromou
2009-03-30add titles to group links in noticesEvan Prodromou
2009-03-30add a title to attention notice linksEvan Prodromou
2009-03-28welcome notice, default sub for new usersEvan Prodromou
2009-03-27Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou